New upstream version 3.24.5

This commit is contained in:
Jeremy Bicha
2019-02-04 16:36:47 -05:00
512 changed files with 389739 additions and 466248 deletions

View File

@ -66,7 +66,7 @@
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GList</span> *
<a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
</td>
<td class="function_name">
<a class="link" href="GtkWindowGroup.html#gtk-window-group-list-windows" title="gtk_window_group_list_windows ()">gtk_window_group_list_windows</a> <span class="c_punctuation">()</span>
@ -106,7 +106,7 @@
</div>
<div class="refsect1">
<a name="GtkWindowGroup.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> GObject
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<span class="lineart">╰──</span> GtkWindowGroup
</pre>
</div>
@ -125,7 +125,7 @@ Windows that have not been explicitly assigned to a group are
implicitly treated like windows of the default window group.</p>
<p>GtkWindowGroup objects are referenced by each window in the group,
so once you have added all windows to a GtkWindowGroup, you can drop
the initial reference to the window group with <code class="function">g_object_unref()</code>. If the
the initial reference to the window group with <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. If the
windows in the window group are subsequently destroyed, then they will
be removed from the window group and drop their references on the window
group; when all window have been removed, the window group will be
@ -207,7 +207,7 @@ gtk_window_group_remove_window (<em class="parameter"><code><a class="link" href
<hr>
<div class="refsect2">
<a name="gtk-window-group-list-windows"></a><h3>gtk_window_group_list_windows ()</h3>
<pre class="programlisting"><span class="returnvalue">GList</span> *
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
gtk_window_group_list_windows (<em class="parameter"><code><a class="link" href="GtkWindowGroup.html" title="GtkWindowGroup"><span class="type">GtkWindowGroup</span></a> *window_group</code></em>);</pre>
<p>Returns a list of the <a href="GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindows</span></a> that belong to <em class="parameter"><code>window_group</code></em>
.</p>
@ -271,7 +271,7 @@ gtk_window_group_get_current_device_grab
(<em class="parameter"><code><a class="link" href="GtkWindowGroup.html" title="GtkWindowGroup"><span class="type">GtkWindowGroup</span></a> *window_group</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/gdk3/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
<p>Returns the current grab widget for <em class="parameter"><code>device</code></em>
, or <code class="literal">NULL</code> if none.</p>
, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none.</p>
<div class="refsect3">
<a name="gtk-window-group-get-current-device-grab.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -296,7 +296,7 @@ gtk_window_group_get_current_device_grab
</div>
<div class="refsect3">
<a name="gtk-window-group-get-current-device-grab.returns"></a><h4>Returns</h4>
<p>The grab widget, or <code class="literal">NULL</code>. </p>
<p>The grab widget, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
</div>
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>