Skip to content

Commit

Permalink
Update GIR files
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege authored and github-actions[bot] committed Jul 21, 2024
1 parent 4d11891 commit f0cb2b6
Show file tree
Hide file tree
Showing 9 changed files with 4,412 additions and 710 deletions.
4 changes: 2 additions & 2 deletions Atk-1.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ A string name/value pair representing a generic attribute.</doc>
</parameters>
</function>
</record>
<constant name="BINARY_AGE" value="25210" c:type="ATK_BINARY_AGE" version="2.7.4">
<constant name="BINARY_AGE" value="25310" c:type="ATK_BINARY_AGE" version="2.7.4">
<doc xml:space="preserve">Like atk_get_binary_age(), but from the headers used at
application compile time, rather than from the library linked
against at application run time.</doc>
Expand Down Expand Up @@ -4727,7 +4727,7 @@ application compile time, rather than from the library linked
against at application run time.</doc>
<type name="gint" c:type="gint"/>
</constant>
<constant name="MINOR_VERSION" value="52" c:type="ATK_MINOR_VERSION" version="2.7.4">
<constant name="MINOR_VERSION" value="53" c:type="ATK_MINOR_VERSION" version="2.7.4">
<doc xml:space="preserve">Like atk_get_minor_version(), but from the headers used at
application compile time, rather than from the library linked
against at application run time.</doc>
Expand Down
36 changes: 29 additions & 7 deletions GLib-2.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -32306,16 +32306,38 @@ stopped.</doc>
</callback>
<enumeration name="TraverseType" c:type="GTraverseType">
<doc xml:space="preserve">Specifies the type of traversal performed by g_tree_traverse(),
g_node_traverse() and g_node_find(). The different orders are
illustrated here:
g_node_traverse() and g_node_find().

The different orders are illustrated here:

- In order: A, B, C, D, E, F, G, H, I
![](Sorted_binary_tree_inorder.svg)
&lt;picture&gt;
&lt;source srcset="Sorted_binary_tree_inorder-dark.svg"
media="(prefers-color-scheme: dark)"&gt;
&lt;img src="Sorted_binary_tree_inorder.svg"
alt="Sorted binary tree, in-order traversal"&gt;
&lt;/picture&gt;
- Pre order: F, B, A, D, C, E, G, I, H
![](Sorted_binary_tree_preorder.svg)
&lt;picture&gt;
&lt;source srcset="Sorted_binary_tree_preorder-dark.svg"
media="(prefers-color-scheme: dark)"&gt;
&lt;img src="Sorted_binary_tree_preorder.svg"
alt="Sorted binary tree, pre-order traversal"&gt;
&lt;/picture&gt;
- Post order: A, C, E, D, B, H, I, G, F
![](Sorted_binary_tree_postorder.svg)
&lt;picture&gt;
&lt;source srcset="Sorted_binary_tree_postorder-dark.svg"
media="(prefers-color-scheme: dark)"&gt;
&lt;img src="Sorted_binary_tree_postorder.svg"
alt="Sorted binary tree, post-order traversal"&gt;
&lt;/picture&gt;
- Level order: F, B, G, A, D, I, C, E, H
![](Sorted_binary_tree_breadth-first_traversal.svg)</doc>
&lt;picture&gt;
&lt;source srcset="Sorted_binary_tree_breadth-first_traversal-dark.svg"
media="(prefers-color-scheme: dark)"&gt;
&lt;img src="Sorted_binary_tree_breadth-first_traversal.svg"
alt="Sorted binary tree, breadth-first level order traversal"&gt;
&lt;/picture&gt;</doc>
<member name="in_order" value="0" c:identifier="G_IN_ORDER">
<doc xml:space="preserve">vists a node's left child first, then the node itself,
then its right child. This is the one to use if you
Expand Down Expand Up @@ -53520,7 +53542,7 @@ the Single Unix Specification.</doc>
</parameter>
</parameters>
</function>
<function name="sort_array" c:identifier="g_sort_array" introspectable="0">
<function name="sort_array" c:identifier="g_sort_array" version="2.82" introspectable="0">
<doc xml:space="preserve">This is just like the standard C [`qsort()`](man:qsort(3)) function, but
the comparison routine accepts a user data argument
(like [`qsort_r()`](man:qsort_r(3))).
Expand Down
2 changes: 1 addition & 1 deletion Gdk-3.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -14773,7 +14773,7 @@ See gdk_keymap_get_caps_lock_state().</doc>
<constant name="MAX_TIMECOORD_AXES" value="128" c:type="GDK_MAX_TIMECOORD_AXES">
<type name="gint" c:type="gint"/>
</constant>
<constant name="MICRO_VERSION" value="42" c:type="GDK_MICRO_VERSION">
<constant name="MICRO_VERSION" value="44" c:type="GDK_MICRO_VERSION">
<type name="gint" c:type="gint"/>
</constant>
<constant name="MINOR_VERSION" value="24" c:type="GDK_MINOR_VERSION">
Expand Down
920 changes: 909 additions & 11 deletions Gdk-4.0.gir

Large diffs are not rendered by default.

1,305 changes: 675 additions & 630 deletions Gio-2.0.gir

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Gsk-4.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,7 @@ u_textureN value that the shader defines.</doc>
</parameters>
</method>
<method name="get_resource" c:identifier="gsk_gl_shader_get_resource" glib:get-property="resource" deprecated="1" deprecated-version="4.16">
<attribute name="org.gtk.Method.get_property" value="resource"/>
<doc xml:space="preserve">Gets the resource path for the GLSL sourcecode being used
to render this shader.</doc>
<doc-deprecated xml:space="preserve">GTK's new Vulkan-focused rendering
Expand All @@ -1482,6 +1483,7 @@ to render this shader.</doc>
</parameters>
</method>
<method name="get_source" c:identifier="gsk_gl_shader_get_source" glib:get-property="source" deprecated="1" deprecated-version="4.16">
<attribute name="org.gtk.Method.get_property" value="source"/>
<doc xml:space="preserve">Gets the GLSL sourcecode being used to render this shader.</doc>
<doc-deprecated xml:space="preserve">GTK's new Vulkan-focused rendering
does not support this feature. Use [GtkGLArea](../gtk4/class.GLArea.html)
Expand Down Expand Up @@ -1558,13 +1560,15 @@ to render this shader.</doc>
</parameters>
</method>
<property name="resource" writable="1" construct-only="1" transfer-ownership="none" getter="get_resource" default-value="NULL">
<attribute name="org.gtk.Property.get" value="gsk_gl_shader_get_resource"/>
<doc xml:space="preserve">Resource containing the source code for the shader.

If the shader source is not coming from a resource, this
will be %NULL.</doc>
<type name="utf8" c:type="gchar*"/>
</property>
<property name="source" writable="1" construct-only="1" transfer-ownership="none" getter="get_source">
<attribute name="org.gtk.Property.get" value="gsk_gl_shader_get_source"/>
<doc xml:space="preserve">The source code for the shader, as a `GBytes`.</doc>
<type name="GLib.Bytes"/>
</property>
Expand Down Expand Up @@ -4641,6 +4645,7 @@ The renderer will be realized before it is returned.</doc>
</parameters>
</constructor>
<method name="get_surface" c:identifier="gsk_renderer_get_surface" glib:get-property="surface">
<attribute name="org.gtk.Method.get_property" value="surface"/>
<doc xml:space="preserve">Retrieves the `GdkSurface` set using gsk_enderer_realize().

If the renderer has not been realized yet, %NULL will be returned.</doc>
Expand All @@ -4656,6 +4661,7 @@ If the renderer has not been realized yet, %NULL will be returned.</doc>
</parameters>
</method>
<method name="is_realized" c:identifier="gsk_renderer_is_realized" glib:get-property="realized">
<attribute name="org.gtk.Method.get_property" value="realized"/>
<doc xml:space="preserve">Checks whether the @renderer is realized or not.</doc>
<return-value transfer-ownership="none">
<doc xml:space="preserve">%TRUE if the `GskRenderer` was realized, and %FALSE otherwise</doc>
Expand Down Expand Up @@ -4788,10 +4794,12 @@ transform node and pass that node instead.</doc>
</parameters>
</method>
<property name="realized" transfer-ownership="none" getter="is_realized" default-value="FALSE">
<attribute name="org.gtk.Property.get" value="gsk_renderer_is_realized"/>
<doc xml:space="preserve">Whether the renderer has been associated with a surface or draw context.</doc>
<type name="gboolean" c:type="gboolean"/>
</property>
<property name="surface" transfer-ownership="none" getter="get_surface">
<attribute name="org.gtk.Property.get" value="gsk_renderer_get_surface"/>
<doc xml:space="preserve">The surface associated with renderer.</doc>
<type name="Gdk.Surface"/>
</property>
Expand Down
4 changes: 2 additions & 2 deletions Gtk-3.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -9160,7 +9160,7 @@ container that has been allocated.</doc>
</parameter>
</parameters>
</function-macro>
<constant name="BINARY_AGE" value="2442" c:type="GTK_BINARY_AGE">
<constant name="BINARY_AGE" value="2444" c:type="GTK_BINARY_AGE">
<doc xml:space="preserve">Like gtk_get_binary_age(), but from the headers used at
application compile time, rather than from the library linked
against at application run time.</doc>
Expand Down Expand Up @@ -63513,7 +63513,7 @@ against at application run time.</doc>
</parameter>
</parameters>
</function-macro>
<constant name="MICRO_VERSION" value="42" c:type="GTK_MICRO_VERSION">
<constant name="MICRO_VERSION" value="44" c:type="GTK_MICRO_VERSION">
<doc xml:space="preserve">Like gtk_get_micro_version(), but from the headers used at
application compile time, rather than from the library linked
against at application run time.</doc>
Expand Down
Loading

0 comments on commit f0cb2b6

Please sign in to comment.