gir-files: Update files after newer fix.sh

This commit is contained in:
Vivia Nikolaidou 2020-04-30 14:01:41 +03:00
parent c6831ca28a
commit ae965f7256
22 changed files with 48370 additions and 128023 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -2,18 +2,11 @@
<!-- This file was automatically generated from C sources - DO NOT EDIT! <!-- This file was automatically generated from C sources - DO NOT EDIT!
To affect the contents of this file, edit the original C definitions, To affect the contents of this file, edit the original C definitions,
and/or use gtk-doc annotations. --> and/or use gtk-doc annotations. -->
<repository version="1.2" <repository xmlns="http://www.gtk.org/introspection/core/1.0" xmlns:c="http://www.gtk.org/introspection/c/1.0" xmlns:glib="http://www.gtk.org/introspection/glib/1.0" version="1.2">
xmlns="http://www.gtk.org/introspection/core/1.0"
xmlns:c="http://www.gtk.org/introspection/c/1.0"
xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
<include name="GLib" version="2.0"/> <include name="GLib" version="2.0"/>
<package name="gmodule-2.0"/> <package name="gmodule-2.0"/>
<c:include name="gmodule.h"/> <c:include name="gmodule.h"/>
<namespace name="GModule" <namespace name="GModule" version="2.0" shared-library="libgmodule-2.0.so.0" c:identifier-prefixes="G" c:symbol-prefixes="g">
version="2.0"
shared-library="libgmodule-2.0.so.0"
c:identifier-prefixes="G"
c:symbol-prefixes="g">
<record name="Module" c:type="GModule" disguised="1"> <record name="Module" c:type="GModule" disguised="1">
<doc xml:space="preserve">The #GModule struct is an opaque data structure to represent a <doc xml:space="preserve">The #GModule struct is an opaque data structure to represent a
[dynamically-loaded module][glib-Dynamic-Loading-of-Modules]. [dynamically-loaded module][glib-Dynamic-Loading-of-Modules].
@ -75,11 +68,7 @@ by #G_MODULE_EXPORT. Note that a valid symbol can be %NULL.</doc>
<doc xml:space="preserve">the name of the symbol to find</doc> <doc xml:space="preserve">the name of the symbol to find</doc>
<type name="utf8" c:type="const gchar*"/> <type name="utf8" c:type="const gchar*"/>
</parameter> </parameter>
<parameter name="symbol" <parameter name="symbol" direction="out" caller-allocates="0" transfer-ownership="full" nullable="1">
direction="out"
caller-allocates="0"
transfer-ownership="full"
nullable="1">
<doc xml:space="preserve">returns the pointer to the symbol value</doc> <doc xml:space="preserve">returns the pointer to the symbol value</doc>
<type name="gpointer" c:type="gpointer*"/> <type name="gpointer" c:type="gpointer*"/>
</parameter> </parameter>
@ -105,10 +94,7 @@ directory it will return `\Windows\mylibrary.dll`.</doc>
<type name="utf8" c:type="gchar*"/> <type name="utf8" c:type="gchar*"/>
</return-value> </return-value>
<parameters> <parameters>
<parameter name="directory" <parameter name="directory" transfer-ownership="none" nullable="1" allow-none="1">
transfer-ownership="none"
nullable="1"
allow-none="1">
<doc xml:space="preserve">the directory where the module is. This can be <doc xml:space="preserve">the directory where the module is. This can be
%NULL or the empty string to indicate that the standard platform-specific %NULL or the empty string to indicate that the standard platform-specific
directories will be used, though that is not recommended</doc> directories will be used, though that is not recommended</doc>
@ -145,10 +131,7 @@ returned.</doc>
<type name="Module" c:type="GModule*"/> <type name="Module" c:type="GModule*"/>
</return-value> </return-value>
<parameters> <parameters>
<parameter name="file_name" <parameter name="file_name" transfer-ownership="none" nullable="1" allow-none="1">
transfer-ownership="none"
nullable="1"
allow-none="1">
<doc xml:space="preserve">the name of the file containing the module, or %NULL <doc xml:space="preserve">the name of the file containing the module, or %NULL
to obtain a #GModule representing the main program itself</doc> to obtain a #GModule representing the main program itself</doc>
<type name="utf8" c:type="const gchar*"/> <type name="utf8" c:type="const gchar*"/>
@ -218,9 +201,7 @@ It is passed the #GModule structure.</doc>
</parameter> </parameter>
</parameters> </parameters>
</callback> </callback>
<function name="module_build_path" <function name="module_build_path" c:identifier="g_module_build_path" moved-to="Module.build_path">
c:identifier="g_module_build_path"
moved-to="Module.build_path">
<doc xml:space="preserve">A portable way to build the filename of a module. The platform-specific <doc xml:space="preserve">A portable way to build the filename of a module. The platform-specific
prefix and suffix are added to the filename, if needed, and the result prefix and suffix are added to the filename, if needed, and the result
is added to the directory, using the correct separator character. is added to the directory, using the correct separator character.
@ -240,10 +221,7 @@ directory it will return `\Windows\mylibrary.dll`.</doc>
<type name="utf8" c:type="gchar*"/> <type name="utf8" c:type="gchar*"/>
</return-value> </return-value>
<parameters> <parameters>
<parameter name="directory" <parameter name="directory" transfer-ownership="none" nullable="1" allow-none="1">
transfer-ownership="none"
nullable="1"
allow-none="1">
<doc xml:space="preserve">the directory where the module is. This can be <doc xml:space="preserve">the directory where the module is. This can be
%NULL or the empty string to indicate that the standard platform-specific %NULL or the empty string to indicate that the standard platform-specific
directories will be used, though that is not recommended</doc> directories will be used, though that is not recommended</doc>
@ -255,18 +233,14 @@ directory it will return `\Windows\mylibrary.dll`.</doc>
</parameter> </parameter>
</parameters> </parameters>
</function> </function>
<function name="module_error" <function name="module_error" c:identifier="g_module_error" moved-to="Module.error">
c:identifier="g_module_error"
moved-to="Module.error">
<doc xml:space="preserve">Gets a string describing the last module error.</doc> <doc xml:space="preserve">Gets a string describing the last module error.</doc>
<return-value transfer-ownership="none"> <return-value transfer-ownership="none">
<doc xml:space="preserve">a string describing the last module error</doc> <doc xml:space="preserve">a string describing the last module error</doc>
<type name="utf8" c:type="const gchar*"/> <type name="utf8" c:type="const gchar*"/>
</return-value> </return-value>
</function> </function>
<function name="module_supported" <function name="module_supported" c:identifier="g_module_supported" moved-to="Module.supported">
c:identifier="g_module_supported"
moved-to="Module.supported">
<doc xml:space="preserve">Checks if modules are supported on the current platform.</doc> <doc xml:space="preserve">Checks if modules are supported on the current platform.</doc>
<return-value transfer-ownership="none"> <return-value transfer-ownership="none">
<doc xml:space="preserve">%TRUE if modules are supported</doc> <doc xml:space="preserve">%TRUE if modules are supported</doc>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff