New upstream version 3.24.8

This commit is contained in:
Iain Lane
2019-04-11 09:41:47 +01:00
549 changed files with 776552 additions and 386298 deletions

View File

@ -51,7 +51,7 @@
</td>
</tr>
<tr>
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
<td class="function_type">const <span class="returnvalue">gchar</span> *
</td>
<td class="function_name">
<a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-get-text" title="gtk_entry_buffer_get_text ()">gtk_entry_buffer_get_text</a> <span class="c_punctuation">()</span>
@ -67,7 +67,7 @@
</tr>
<tr>
<td class="function_type">
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gsize"><span class="returnvalue">gsize</span></a>
<span class="returnvalue">gsize</span>
</td>
<td class="function_name">
<a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-get-bytes" title="gtk_entry_buffer_get_bytes ()">gtk_entry_buffer_get_bytes</a> <span class="c_punctuation">()</span>
@ -75,7 +75,7 @@
</tr>
<tr>
<td class="function_type">
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
<span class="returnvalue">guint</span>
</td>
<td class="function_name">
<a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-get-length" title="gtk_entry_buffer_get_length ()">gtk_entry_buffer_get_length</a> <span class="c_punctuation">()</span>
@ -83,7 +83,7 @@
</tr>
<tr>
<td class="function_type">
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
<span class="returnvalue">gint</span>
</td>
<td class="function_name">
<a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-get-max-length" title="gtk_entry_buffer_get_max_length ()">gtk_entry_buffer_get_max_length</a> <span class="c_punctuation">()</span>
@ -99,7 +99,7 @@
</tr>
<tr>
<td class="function_type">
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
<span class="returnvalue">guint</span>
</td>
<td class="function_name">
<a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-insert-text" title="gtk_entry_buffer_insert_text ()">gtk_entry_buffer_insert_text</a> <span class="c_punctuation">()</span>
@ -107,7 +107,7 @@
</tr>
<tr>
<td class="function_type">
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
<span class="returnvalue">guint</span>
</td>
<td class="function_name">
<a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-delete-text" title="gtk_entry_buffer_delete_text ()">gtk_entry_buffer_delete_text</a> <span class="c_punctuation">()</span>
@ -142,18 +142,18 @@
</colgroup>
<tbody>
<tr>
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
<td class="property_type"><span class="type">guint</span></td>
<td class="property_name"><a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer--length" title="The “length” property">length</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
<td class="property_type"><span class="type">gint</span></td>
<td class="property_name"><a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer--max-length" title="The “max-length” property">max-length</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type">
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<span class="type">gchar</span> *</td>
<td class="property_name"><a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer--text" title="The “text” property">text</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -172,12 +172,12 @@
<tr>
<td class="signal_type"><span class="returnvalue">void</span></td>
<td class="signal_name"><a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer-deleted-text" title="The “deleted-text” signal">deleted-text</a></td>
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
<td class="signal_flags">Run First</td>
</tr>
<tr>
<td class="signal_type"><span class="returnvalue">void</span></td>
<td class="signal_name"><a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer-inserted-text" title="The “inserted-text” signal">inserted-text</a></td>
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
<td class="signal_flags">Run First</td>
</tr>
</tbody>
</table></div>
@ -197,7 +197,7 @@
</div>
<div class="refsect1">
<a name="GtkEntryBuffer.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<pre class="screen"> GObject
<span class="lineart">╰──</span> GtkEntryBuffer
</pre>
</div>
@ -223,8 +223,8 @@ integrate with an applications concept of undo/redo.</p>
<div class="refsect2">
<a name="gtk-entry-buffer-new"></a><h3>gtk_entry_buffer_new ()</h3>
<pre class="programlisting"><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="returnvalue">GtkEntryBuffer</span></a> *
gtk_entry_buffer_new (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *initial_chars</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_initial_chars</code></em>);</pre>
gtk_entry_buffer_new (<em class="parameter"><code>const <span class="type">gchar</span> *initial_chars</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_initial_chars</code></em>);</pre>
<p>Create a new GtkEntryBuffer object.</p>
<p>Optionally, specify initial text to set in the buffer.</p>
<div class="refsect3">
@ -238,7 +238,7 @@ gtk_entry_buffer_new (<em class="parameter"><code>const <a href="https://develop
<tbody>
<tr>
<td class="parameter_name"><p>initial_chars</p></td>
<td class="parameter_description"><p>initial buffer text, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_description"><p>initial buffer text, or <code class="literal">NULL</code>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr>
<tr>
@ -259,7 +259,7 @@ gtk_entry_buffer_new (<em class="parameter"><code>const <a href="https://develop
<hr>
<div class="refsect2">
<a name="gtk-entry-buffer-get-text"></a><h3>gtk_entry_buffer_get_text ()</h3>
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
gtk_entry_buffer_get_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);</pre>
<p>Retrieves the contents of the buffer.</p>
<p>The memory pointer returned by this call will not change
@ -293,8 +293,8 @@ stored.</p>
<a name="gtk-entry-buffer-set-text"></a><h3>gtk_entry_buffer_set_text ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_entry_buffer_set_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>,
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *chars</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre>
<em class="parameter"><code>const <span class="type">gchar</span> *chars</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_chars</code></em>);</pre>
<p>Sets the text in the buffer.</p>
<p>This is roughly equivalent to calling <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-delete-text" title="gtk_entry_buffer_delete_text ()"><code class="function">gtk_entry_buffer_delete_text()</code></a>
and <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-insert-text" title="gtk_entry_buffer_insert_text ()"><code class="function">gtk_entry_buffer_insert_text()</code></a>.</p>
@ -333,7 +333,7 @@ and <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-insert-text" titl
<hr>
<div class="refsect2">
<a name="gtk-entry-buffer-get-bytes"></a><h3>gtk_entry_buffer_get_bytes ()</h3>
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gsize"><span class="returnvalue">gsize</span></a>
<pre class="programlisting"><span class="returnvalue">gsize</span>
gtk_entry_buffer_get_bytes (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);</pre>
<p>Retrieves the length in bytes of the buffer.
See <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-get-length" title="gtk_entry_buffer_get_length ()"><code class="function">gtk_entry_buffer_get_length()</code></a>.</p>
@ -361,7 +361,7 @@ See <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-get-length" title
<hr>
<div class="refsect2">
<a name="gtk-entry-buffer-get-length"></a><h3>gtk_entry_buffer_get_length ()</h3>
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
<pre class="programlisting"><span class="returnvalue">guint</span>
gtk_entry_buffer_get_length (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);</pre>
<p>Retrieves the length in characters of the buffer.</p>
<div class="refsect3">
@ -388,7 +388,7 @@ gtk_entry_buffer_get_length (<em class="parameter"><code><a class="link" href="G
<hr>
<div class="refsect2">
<a name="gtk-entry-buffer-get-max-length"></a><h3>gtk_entry_buffer_get_max_length ()</h3>
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
<pre class="programlisting"><span class="returnvalue">gint</span>
gtk_entry_buffer_get_max_length (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);</pre>
<p>Retrieves the maximum allowed length of the text in
<em class="parameter"><code>buffer</code></em>
@ -420,7 +420,7 @@ in <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class
<a name="gtk-entry-buffer-set-max-length"></a><h3>gtk_entry_buffer_set_max_length ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_entry_buffer_set_max_length (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_length</code></em>);</pre>
<em class="parameter"><code><span class="type">gint</span> max_length</code></em>);</pre>
<p>Sets the maximum allowed length of the contents of the buffer. If
the current contents are longer than the given length, then they
will be truncated to fit.</p>
@ -453,11 +453,11 @@ be clamped to the range 0-65536.</p></td>
<hr>
<div class="refsect2">
<a name="gtk-entry-buffer-insert-text"></a><h3>gtk_entry_buffer_insert_text ()</h3>
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
<pre class="programlisting"><span class="returnvalue">guint</span>
gtk_entry_buffer_insert_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>,
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *chars</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre>
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *chars</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_chars</code></em>);</pre>
<p>Inserts <em class="parameter"><code>n_chars</code></em>
characters of <em class="parameter"><code>chars</code></em>
into the contents of the
@ -512,10 +512,10 @@ coerced to sane values.</p>
<hr>
<div class="refsect2">
<a name="gtk-entry-buffer-delete-text"></a><h3>gtk_entry_buffer_delete_text ()</h3>
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
<pre class="programlisting"><span class="returnvalue">guint</span>
gtk_entry_buffer_delete_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre>
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_chars</code></em>);</pre>
<p>Deletes a sequence of characters from the buffer. <em class="parameter"><code>n_chars</code></em>
characters are
deleted starting at <em class="parameter"><code>position</code></em>
@ -565,8 +565,8 @@ values.</p>
<a name="gtk-entry-buffer-emit-deleted-text"></a><h3>gtk_entry_buffer_emit_deleted_text ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_entry_buffer_emit_deleted_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_chars</code></em>);</pre>
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
<em class="parameter"><code><span class="type">guint</span> n_chars</code></em>);</pre>
<p>Used when subclassing <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a></p>
<div class="refsect3">
<a name="gtk-entry-buffer-emit-deleted-text.parameters"></a><h4>Parameters</h4>
@ -602,9 +602,9 @@ gtk_entry_buffer_emit_deleted_text (<em class="parameter"><code><a class="link"
<a name="gtk-entry-buffer-emit-inserted-text"></a><h3>gtk_entry_buffer_emit_inserted_text ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_entry_buffer_emit_inserted_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>,
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *chars</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_chars</code></em>);</pre>
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *chars</code></em>,
<em class="parameter"><code><span class="type">guint</span> n_chars</code></em>);</pre>
<p>Used when subclassing <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a></p>
<div class="refsect3">
<a name="gtk-entry-buffer-emit-inserted-text.parameters"></a><h4>Parameters</h4>
@ -652,7 +652,7 @@ gtk_entry_buffer_emit_inserted_text (<em class="parameter"><code><a class="link"
<a name="GtkEntryBuffer.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkEntryBuffer--length"></a><h3>The <code class="literal">“length”</code> property</h3>
<pre class="programlisting"> “length” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
<pre class="programlisting"> “length” <span class="type">guint</span></pre>
<p>The length (in characters) of the text in buffer.</p>
<p>Flags: Read</p>
<p>Allowed values: &lt;= 65535</p>
@ -662,7 +662,7 @@ gtk_entry_buffer_emit_inserted_text (<em class="parameter"><code><a class="link"
<hr>
<div class="refsect2">
<a name="GtkEntryBuffer--max-length"></a><h3>The <code class="literal">“max-length”</code> property</h3>
<pre class="programlisting"> “max-length” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
<pre class="programlisting"> “max-length” <span class="type">gint</span></pre>
<p>The maximum length (in characters) of the text in the buffer.</p>
<p>Flags: Read / Write</p>
<p>Allowed values: [0,65535]</p>
@ -672,7 +672,7 @@ gtk_entry_buffer_emit_inserted_text (<em class="parameter"><code><a class="link"
<hr>
<div class="refsect2">
<a name="GtkEntryBuffer--text"></a><h3>The <code class="literal">“text”</code> property</h3>
<pre class="programlisting"> “text” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<pre class="programlisting"> “text” <span class="type">gchar</span> *</pre>
<p>The contents of the buffer.</p>
<p>Flags: Read / Write</p>
<p>Default value: ""</p>
@ -685,9 +685,9 @@ gtk_entry_buffer_emit_inserted_text (<em class="parameter"><code><a class="link"
<a name="GtkEntryBuffer-deleted-text"></a><h3>The <code class="literal">“deleted-text”</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer,
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position,
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_chars,
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
<span class="type">guint</span> position,
<span class="type">guint</span> n_chars,
<span class="type">gpointer</span> user_data)</pre>
<p>This signal is emitted after text is deleted from the buffer.</p>
<div class="refsect3">
<a name="GtkEntryBuffer-deleted-text.parameters"></a><h4>Parameters</h4>
@ -721,7 +721,7 @@ user_function (<a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"
</tbody>
</table></div>
</div>
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
<p>Flags: Run First</p>
<p class="since">Since: 2.18</p>
</div>
<hr>
@ -729,10 +729,10 @@ user_function (<a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"
<a name="GtkEntryBuffer-inserted-text"></a><h3>The <code class="literal">“inserted-text”</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer,
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position,
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *chars,
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_chars,
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
<span class="type">guint</span> position,
<span class="type">gchar</span> *chars,
<span class="type">guint</span> n_chars,
<span class="type">gpointer</span> user_data)</pre>
<p>This signal is emitted after text is inserted into the buffer.</p>
<div class="refsect3">
<a name="GtkEntryBuffer-inserted-text.parameters"></a><h4>Parameters</h4>
@ -771,7 +771,7 @@ user_function (<a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"
</tbody>
</table></div>
</div>
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
<p>Flags: Run First</p>
<p class="since">Since: 2.18</p>
</div>
</div>