New upstream version 3.24.18

This commit is contained in:
Simon McVittie
2020-04-10 15:23:16 +01:00
386 changed files with 78008 additions and 6390 deletions

View File

@ -102,7 +102,7 @@
</colgroup>
<tbody><tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkSearchEntry.html#GtkSearchEntry-struct">GtkSearchEntry</a></td>
<td class="function_name"><a class="link" href="GtkSearchEntry.html#GtkSearchEntry-struct" title="struct GtkSearchEntry">GtkSearchEntry</a></td>
</tr></tbody>
</table></div>
</div>
@ -210,13 +210,20 @@ otherwise.</p>
</div>
</div>
<div class="refsect1">
<a name="GtkSearchEntry.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GtkSearchEntry-struct"></a><h3>struct GtkSearchEntry</h3>
<pre class="programlisting">struct GtkSearchEntry;</pre>
</div>
</div>
<div class="refsect1">
<a name="GtkSearchEntry.signal-details"></a><h2>Signal Details</h2>
<div class="refsect2">
<a name="GtkSearchEntry-next-match"></a><h3>The <code class="literal">“next-match”</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkSearchEntry.html" title="GtkSearchEntry"><span class="type">GtkSearchEntry</span></a> *entry,
<span class="type">gpointer</span> user_data)</pre>
<p>The ::next-match signal is a keybinding signal
<p>The ::next-match signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
which gets emitted when the user initiates a move to the next match
for the current search string.</p>
<p>Applications should connect to it, to implement moving between
@ -253,7 +260,7 @@ matches.</p>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkSearchEntry.html" title="GtkSearchEntry"><span class="type">GtkSearchEntry</span></a> *entry,
<span class="type">gpointer</span> user_data)</pre>
<p>The ::previous-match signal is a keybinding signal
<p>The ::previous-match signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
which gets emitted when the user initiates a move to the previous match
for the current search string.</p>
<p>Applications should connect to it, to implement moving between
@ -323,7 +330,7 @@ delay of 150 milliseconds after the last change to the entry text.</p>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkSearchEntry.html" title="GtkSearchEntry"><span class="type">GtkSearchEntry</span></a> *entry,
<span class="type">gpointer</span> user_data)</pre>
<p>The ::stop-search signal is a keybinding signal
<p>The ::stop-search signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
which gets emitted when the user stops a search via keyboard input.</p>
<p>Applications should connect to it, to implement hiding the search
entry in this case.</p>