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 14, 2024
1 parent 4d11891 commit b6b3c84
Show file tree
Hide file tree
Showing 8 changed files with 3,833 additions and 701 deletions.
2 changes: 1 addition & 1 deletion GLib-2.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -53520,7 +53520,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
370 changes: 360 additions & 10 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 b6b3c84

Please sign in to comment.