New upstream version 3.24.14

This commit is contained in:
Simon McVittie
2020-02-29 14:17:40 +00:00
543 changed files with 330694 additions and 808714 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="TextWidgetObjects.html" title="Multiline Text Editor">
<link rel="prev" href="TextWidget.html" title="Text Widget Overview">
<link rel="next" href="GtkTextMark.html" title="GtkTextMark">
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -36,8 +36,8 @@
<a name="GtkTextIter.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
<col width="150px" class="functions_proto_type">
<col class="functions_proto_name">
</colgroup>
<tbody>
<tr>
@ -791,17 +791,17 @@
<a name="GtkTextIter.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
<col width="150px" class="other_proto_type">
<col class="other_proto_name">
</colgroup>
<tbody>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="GtkTextIter.html#GtkTextIter-struct" title="GtkTextIter">GtkTextIter</a></td>
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct">GtkTextIter</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="GtkTextIter.html#GtkTextSearchFlags" title="enum GtkTextSearchFlags">GtkTextSearchFlags</a></td>
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextSearchFlags">GtkTextSearchFlags</a></td>
</tr>
</tbody>
</table></div>
@ -2140,7 +2140,7 @@ including the paragraph delimiters.</p>
<a name="gtk-text-iter-get-attributes"></a><h3>gtk_text_iter_get_attributes ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
gtk_text_iter_get_attributes (<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="struct GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *values</code></em>);</pre>
<em class="parameter"><code><span class="type">GtkTextAttributes</span> *values</code></em>);</pre>
<p>Computes the effect of any tags applied to this spot in the
text. The <em class="parameter"><code>values</code></em>
parameter should be initialized to the default
@ -2168,7 +2168,7 @@ the function returns <code class="literal">TRUE</code>.</p>
</tr>
<tr>
<td class="parameter_name"><p>values</p></td>
<td class="parameter_description"><p>a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="struct GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> to be filled in. </p></td>
<td class="parameter_description"><p>a <span class="type">GtkTextAttributes</span> to be filled in. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
</tr>
</tbody>
@ -3926,7 +3926,7 @@ gtk_text_iter_backward_find_char (<em class="parameter"><code><a class="link" hr
<pre class="programlisting"><span class="returnvalue">gboolean</span>
gtk_text_iter_forward_search (<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>,
<em class="parameter"><code><a class="link" href="GtkTextIter.html#GtkTextSearchFlags" title="enum GtkTextSearchFlags"><span class="type">GtkTextSearchFlags</span></a> flags</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextSearchFlags"><span class="type">GtkTextSearchFlags</span></a> flags</code></em>,
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *limit</code></em>);</pre>
@ -4001,7 +4001,7 @@ there is a possible <em class="parameter"><code>match_end</code></em>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
gtk_text_iter_backward_search (<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>,
<em class="parameter"><code><a class="link" href="GtkTextIter.html#GtkTextSearchFlags" title="enum GtkTextSearchFlags"><span class="type">GtkTextSearchFlags</span></a> flags</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextSearchFlags"><span class="type">GtkTextSearchFlags</span></a> flags</code></em>,
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *limit</code></em>);</pre>
@ -4231,65 +4231,8 @@ that expect a pre-sorted range.</p>
</div>
</div>
</div>
<div class="refsect1">
<a name="GtkTextIter.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GtkTextIter-struct"></a><h3>GtkTextIter</h3>
<pre class="programlisting">typedef struct {
/* GtkTextIter is an opaque datatype; ignore all these fields.
* Initialize the iter with gtk_text_buffer_get_iter_*
* functions
*/
} GtkTextIter;
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GtkTextSearchFlags"></a><h3>enum GtkTextSearchFlags</h3>
<p>Flags affecting how a search is done.</p>
<p>If neither <a class="link" href="GtkTextIter.html#GTK-TEXT-SEARCH-VISIBLE-ONLY:CAPS"><span class="type">GTK_TEXT_SEARCH_VISIBLE_ONLY</span></a> nor <a class="link" href="GtkTextIter.html#GTK-TEXT-SEARCH-TEXT-ONLY:CAPS"><span class="type">GTK_TEXT_SEARCH_TEXT_ONLY</span></a> are
enabled, the match must be exact; the special 0xFFFC character will match
embedded pixbufs or child widgets.</p>
<div class="refsect3">
<a name="GtkTextSearchFlags.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GTK-TEXT-SEARCH-VISIBLE-ONLY:CAPS"></a>GTK_TEXT_SEARCH_VISIBLE_ONLY</p></td>
<td class="enum_member_description">
<p>Search only visible data. A search match may
have invisible text interspersed.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-TEXT-SEARCH-TEXT-ONLY:CAPS"></a>GTK_TEXT_SEARCH_TEXT_ONLY</p></td>
<td class="enum_member_description">
<p>Search only text. A match may have pixbufs or
child widgets mixed inside the matched range.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-TEXT-SEARCH-CASE-INSENSITIVE:CAPS"></a>GTK_TEXT_SEARCH_CASE_INSENSITIVE</p></td>
<td class="enum_member_description">
<p>The text will be matched regardless of
what case it is in.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.29</div>
<hr>Generated by GTK-Doc V1.32.1</div>
</body>
</html>