Skip to content

Commit 7f4d93e

Browse files
sdroegebilelmoussaoui
authored andcommitted
Update GIR files
1 parent 2496141 commit 7f4d93e

File tree

5 files changed

+610
-191
lines changed

5 files changed

+610
-191
lines changed

GLib-2.0.gir

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16760,6 +16760,24 @@ processed.</doc>
1676016760
</instance-parameter>
1676116761
</parameters>
1676216762
</method>
16763+
<method name="get_offset" c:identifier="g_markup_parse_context_get_offset" version="2.88">
16764+
<doc xml:space="preserve">Retrieves the current offset from the beginning of the document,
16765+
in bytes.
16766+
16767+
The information is meant to accompany the values returned by
16768+
[[email protected]_position], and comes with the
16769+
same accuracy guarantees.</doc>
16770+
<return-value transfer-ownership="none">
16771+
<doc xml:space="preserve">the offset</doc>
16772+
<type name="gsize" c:type="gsize"/>
16773+
</return-value>
16774+
<parameters>
16775+
<instance-parameter name="context" transfer-ownership="none">
16776+
<doc xml:space="preserve">a #GMarkupParseContext</doc>
16777+
<type name="MarkupParseContext" c:type="GMarkupParseContext*"/>
16778+
</instance-parameter>
16779+
</parameters>
16780+
</method>
1676316781
<method name="get_position" c:identifier="g_markup_parse_context_get_position">
1676416782
<doc xml:space="preserve">Retrieves the current line number and the number of the character on
1676516783
that line. Intended for use in error messages; there are no strict
@@ -60381,6 +60399,19 @@ specify a non-default priority and a provide a #GDestroyNotify for
6038160399
</parameter>
6038260400
</parameters>
6038360401
</function>
60402+
<function name="unix_fd_query_path" c:identifier="g_unix_fd_query_path" version="2.88" throws="1">
60403+
<doc xml:space="preserve">Queries the file path for the given FD opened by the current process.</doc>
60404+
<return-value transfer-ownership="full">
60405+
<doc xml:space="preserve">The file path, or `NULL` on error</doc>
60406+
<type name="utf8" c:type="char*"/>
60407+
</return-value>
60408+
<parameters>
60409+
<parameter name="fd" transfer-ownership="none">
60410+
<doc xml:space="preserve">The file descriptor to query.</doc>
60411+
<type name="gint" c:type="int"/>
60412+
</parameter>
60413+
</parameters>
60414+
</function>
6038460415
<function name="unix_fd_source_new" c:identifier="g_unix_fd_source_new" version="2.36">
6038560416
<doc xml:space="preserve">Creates a #GSource to watch for a particular I/O condition on a file
6038660417
descriptor.

GLibUnix-2.0.gir

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,16 @@ This function preserves the value of `errno`.</doc>
238238
</parameter>
239239
</parameters>
240240
</function>
241+
<function name="fd_query_path" c:identifier="g_unix_fd_query_path" throws="1">
242+
<return-value transfer-ownership="full">
243+
<type name="utf8" c:type="char*"/>
244+
</return-value>
245+
<parameters>
246+
<parameter name="fd" transfer-ownership="none">
247+
<type name="gint" c:type="int"/>
248+
</parameter>
249+
</parameters>
250+
</function>
241251
<function name="fd_source_new" c:identifier="g_unix_fd_source_new">
242252
<return-value transfer-ownership="full">
243253
<type name="GLib.Source" c:type="GSource*"/>

GdkPixbuf-2.0.gir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ interpolation is just as fast and results in higher quality.</doc>
329329
"0.8.2" for example.</doc>
330330
<type name="gint" c:type="gint"/>
331331
</constant>
332-
<constant name="PIXBUF_MICRO" value="3" c:type="GDK_PIXBUF_MICRO">
332+
<constant name="PIXBUF_MICRO" value="4" c:type="GDK_PIXBUF_MICRO">
333333
<doc xml:space="preserve">Micro version of gdk-pixbuf library, that is the "2" in
334334
"0.8.2" for example.</doc>
335335
<type name="gint" c:type="gint"/>
@@ -363,7 +363,7 @@ interpolation is just as fast and results in higher quality.</doc>
363363
</parameter>
364364
</parameters>
365365
</function-macro>
366-
<constant name="PIXBUF_VERSION" value="2.44.3" c:type="GDK_PIXBUF_VERSION">
366+
<constant name="PIXBUF_VERSION" value="2.44.4" c:type="GDK_PIXBUF_VERSION">
367367
<doc xml:space="preserve">Contains the full version of GdkPixbuf as a string.
368368

369369
This is the version being compiled against; contrast with

Gio-2.0.gir

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13712,8 +13712,13 @@ reference should be freed with g_object_unref().</doc>
1371213712
</virtual-method>
1371313713
<virtual-method name="get_info" invoker="get_info" version="2.30">
1371413714
<doc xml:space="preserve">Gets D-Bus introspection information for the D-Bus interface
13715-
implemented by @interface_.</doc>
13716-
<return-value transfer-ownership="none">
13715+
implemented by @interface_.
13716+
13717+
This can return %NULL if no #GDBusInterfaceInfo was provided during
13718+
construction of @interface_ and is also not made available otherwise.
13719+
For example, #GDBusProxy implements #GDBusInterface but allows for a %NULL
13720+
#GDBusInterfaceInfo.</doc>
13721+
<return-value transfer-ownership="none" nullable="1">
1371713722
<doc xml:space="preserve">A #GDBusInterfaceInfo. Do not free.</doc>
1371813723
<type name="DBusInterfaceInfo" c:type="GDBusInterfaceInfo*"/>
1371913724
</return-value>
@@ -13776,8 +13781,13 @@ reference should be freed with g_object_unref().</doc>
1377613781
</method>
1377713782
<method name="get_info" c:identifier="g_dbus_interface_get_info" version="2.30">
1377813783
<doc xml:space="preserve">Gets D-Bus introspection information for the D-Bus interface
13779-
implemented by @interface_.</doc>
13780-
<return-value transfer-ownership="none">
13784+
implemented by @interface_.
13785+
13786+
This can return %NULL if no #GDBusInterfaceInfo was provided during
13787+
construction of @interface_ and is also not made available otherwise.
13788+
For example, #GDBusProxy implements #GDBusInterface but allows for a %NULL
13789+
#GDBusInterfaceInfo.</doc>
13790+
<return-value transfer-ownership="none" nullable="1">
1378113791
<doc xml:space="preserve">A #GDBusInterfaceInfo. Do not free.</doc>
1378213792
<type name="DBusInterfaceInfo" c:type="GDBusInterfaceInfo*"/>
1378313793
</return-value>
@@ -13874,7 +13884,7 @@ Note that @interface_ will hold a weak reference to @object.</doc>
1387413884
<field name="get_info">
1387513885
<doc xml:space="preserve">Returns a #GDBusInterfaceInfo. See g_dbus_interface_get_info().</doc>
1387613886
<callback name="get_info">
13877-
<return-value transfer-ownership="none">
13887+
<return-value transfer-ownership="none" nullable="1">
1387813888
<doc xml:space="preserve">A #GDBusInterfaceInfo. Do not free.</doc>
1387913889
<type name="DBusInterfaceInfo" c:type="GDBusInterfaceInfo*"/>
1388013890
</return-value>

0 commit comments

Comments
 (0)