Skip to content

Commit

Permalink
Copy latest gir files from Fedora Workstation 40
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Sep 20, 2024
1 parent 4f2264f commit 2130b26
Show file tree
Hide file tree
Showing 112 changed files with 139,610 additions and 92,775 deletions.
2,878 changes: 1,475 additions & 1,403 deletions girs/Adw-1.gir

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions girs/Arrow-1.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -10687,6 +10687,10 @@ node.</doc>
glib:type-struct="ExtensionDataTypeClass">
<source-position filename="arrow-glib/basic-data-type.h" line="633"/>
<virtual-method name="deserialize" introspectable="0" throws="1">
<doc xml:space="preserve"
filename="arrow-glib/basic-data-type.h"
line="611">It must returns a serialized #GArrowDataType from the given
`serialized_data`.</doc>
<source-position filename="arrow-glib/basic-data-type.h" line="627"/>
<return-value>
<type name="DataType" c:type="GArrowDataType*"/>
Expand All @@ -10704,6 +10708,10 @@ node.</doc>
</parameters>
</virtual-method>
<virtual-method name="equal">
<doc xml:space="preserve"
filename="arrow-glib/basic-data-type.h"
line="609">It must returns %TRUE only when the both data types equal, %FALSE
otherwise.</doc>
<source-position filename="arrow-glib/basic-data-type.h" line="625"/>
<return-value transfer-ownership="none">
<type name="gboolean" c:type="gboolean"/>
Expand All @@ -10718,6 +10726,10 @@ node.</doc>
</parameters>
</virtual-method>
<virtual-method name="get_array_gtype">
<doc xml:space="preserve"
filename="arrow-glib/basic-data-type.h"
line="615">It must returns #GType for corresponding extension array
class.</doc>
<source-position filename="arrow-glib/basic-data-type.h" line="632"/>
<return-value transfer-ownership="none">
<type name="GType" c:type="GType"/>
Expand All @@ -10731,6 +10743,9 @@ node.</doc>
<virtual-method name="get_extension_name"
invoker="get_extension_name"
version="3.0.0">
<doc xml:space="preserve"
filename="arrow-glib/basic-data-type.h"
line="608">It must returns the name of this extension data type.</doc>
<source-position filename="arrow-glib/basic-data-type.h" line="624"/>
<return-value transfer-ownership="full">
<doc xml:space="preserve"
Expand All @@ -10750,6 +10765,10 @@ node.</doc>
</parameters>
</virtual-method>
<virtual-method name="serialize">
<doc xml:space="preserve"
filename="arrow-glib/basic-data-type.h"
line="613">It must returns a serialized data of this extension data type
to deserialize later.</doc>
<source-position filename="arrow-glib/basic-data-type.h" line="631"/>
<return-value transfer-ownership="full">
<type name="GLib.Bytes" c:type="GBytes*"/>
Expand Down Expand Up @@ -10851,6 +10870,9 @@ node.</doc>
<type name="DataTypeClass" c:type="GArrowDataTypeClass"/>
</field>
<field name="get_extension_name">
<doc xml:space="preserve"
filename="arrow-glib/basic-data-type.h"
line="608">It must returns the name of this extension data type.</doc>
<callback name="get_extension_name">
<source-position filename="arrow-glib/basic-data-type.h" line="624"/>
<return-value transfer-ownership="full">
Expand All @@ -10873,6 +10895,10 @@ node.</doc>
</callback>
</field>
<field name="equal">
<doc xml:space="preserve"
filename="arrow-glib/basic-data-type.h"
line="609">It must returns %TRUE only when the both data types equal, %FALSE
otherwise.</doc>
<callback name="equal">
<source-position filename="arrow-glib/basic-data-type.h" line="625"/>
<return-value transfer-ownership="none">
Expand All @@ -10891,6 +10917,10 @@ node.</doc>
</callback>
</field>
<field name="deserialize" introspectable="0">
<doc xml:space="preserve"
filename="arrow-glib/basic-data-type.h"
line="611">It must returns a serialized #GArrowDataType from the given
`serialized_data`.</doc>
<callback name="deserialize" introspectable="0" throws="1">
<source-position filename="arrow-glib/basic-data-type.h" line="627"/>
<return-value>
Expand All @@ -10911,6 +10941,10 @@ node.</doc>
</callback>
</field>
<field name="serialize">
<doc xml:space="preserve"
filename="arrow-glib/basic-data-type.h"
line="613">It must returns a serialized data of this extension data type
to deserialize later.</doc>
<callback name="serialize">
<source-position filename="arrow-glib/basic-data-type.h" line="631"/>
<return-value transfer-ownership="full">
Expand All @@ -10925,6 +10959,10 @@ node.</doc>
</callback>
</field>
<field name="get_array_gtype">
<doc xml:space="preserve"
filename="arrow-glib/basic-data-type.h"
line="615">It must returns #GType for corresponding extension array
class.</doc>
<callback name="get_array_gtype">
<source-position filename="arrow-glib/basic-data-type.h" line="632"/>
<return-value transfer-ownership="none">
Expand Down
Loading

0 comments on commit 2130b26

Please sign in to comment.