gobject-introspection 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +5 -2
  3. data/ext/gobject-introspection/rb-gi-argument.c +215 -4
  4. data/ext/gobject-introspection/rb-gi-loader.c +7 -2
  5. data/ext/gobject-introspection/rb-gi-struct-info.c +1 -1
  6. data/lib/1.9/gobject_introspection.so +0 -0
  7. data/lib/2.0/gobject_introspection.so +0 -0
  8. data/test/test-function-info.rb +3 -1
  9. data/vendor/local/bin/g-ir-compiler.exe +0 -0
  10. data/vendor/local/bin/g-ir-generate.exe +0 -0
  11. data/vendor/local/bin/libgirepository-1.0-1.dll +0 -0
  12. data/vendor/local/lib/girepository-1.0/DBus-1.0.typelib +0 -0
  13. data/vendor/local/lib/girepository-1.0/DBusGLib-1.0.typelib +0 -0
  14. data/vendor/local/lib/girepository-1.0/GIRepository-2.0.typelib +0 -0
  15. data/vendor/local/lib/girepository-1.0/GLib-2.0.typelib +0 -0
  16. data/vendor/local/lib/girepository-1.0/GModule-2.0.typelib +0 -0
  17. data/vendor/local/lib/girepository-1.0/GObject-2.0.typelib +0 -0
  18. data/vendor/local/lib/girepository-1.0/Gio-2.0.typelib +0 -0
  19. data/vendor/local/lib/girepository-1.0/win32-1.0.typelib +0 -0
  20. data/vendor/local/lib/gobject-introspection/giscanner/__init__.pyc +0 -0
  21. data/vendor/local/lib/gobject-introspection/giscanner/__init__.pyo +0 -0
  22. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.py +1 -0
  23. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyc +0 -0
  24. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyo +0 -0
  25. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.py +52 -47
  26. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyc +0 -0
  27. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyo +0 -0
  28. data/vendor/local/lib/gobject-introspection/giscanner/ast.py +48 -42
  29. data/vendor/local/lib/gobject-introspection/giscanner/ast.pyc +0 -0
  30. data/vendor/local/lib/gobject-introspection/giscanner/ast.pyo +0 -0
  31. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.py +11 -10
  32. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyc +0 -0
  33. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyo +0 -0
  34. data/vendor/local/lib/gobject-introspection/giscanner/codegen.py +7 -5
  35. data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyc +0 -0
  36. data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyo +0 -0
  37. data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.py +22 -0
  38. data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.pyc +0 -0
  39. data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.pyo +0 -0
  40. data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.py +120 -0
  41. data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.pyc +0 -0
  42. data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.pyo +0 -0
  43. data/vendor/local/lib/gobject-introspection/giscanner/docmain.py +14 -2
  44. data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyc +0 -0
  45. data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyo +0 -0
  46. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.py +19 -10
  47. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyc +0 -0
  48. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyo +0 -0
  49. data/vendor/local/lib/gobject-introspection/giscanner/dumper.py +18 -11
  50. data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyc +0 -0
  51. data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyo +0 -0
  52. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.py +10 -13
  53. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyc +0 -0
  54. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyo +0 -0
  55. data/vendor/local/lib/gobject-introspection/giscanner/girparser.py +24 -30
  56. data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyc +0 -0
  57. data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyo +0 -0
  58. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.py +11 -12
  59. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyc +0 -0
  60. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyo +0 -0
  61. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.py +25 -21
  62. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyc +0 -0
  63. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyo +0 -0
  64. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.py +1 -1
  65. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyc +0 -0
  66. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyo +0 -0
  67. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.py +98 -100
  68. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyc +0 -0
  69. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyo +0 -0
  70. data/vendor/local/lib/gobject-introspection/giscanner/message.py +10 -8
  71. data/vendor/local/lib/gobject-introspection/giscanner/message.pyc +0 -0
  72. data/vendor/local/lib/gobject-introspection/giscanner/message.pyo +0 -0
  73. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.py +28 -16
  74. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyc +0 -0
  75. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyo +0 -0
  76. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.py +83 -9
  77. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyc +0 -0
  78. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyo +0 -0
  79. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.py +5 -1
  80. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyc +0 -0
  81. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyo +0 -0
  82. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.py +20 -21
  83. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyc +0 -0
  84. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyo +0 -0
  85. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.py +3 -0
  86. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyc +0 -0
  87. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyo +0 -0
  88. data/vendor/local/lib/gobject-introspection/giscanner/transformer.py +32 -41
  89. data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyc +0 -0
  90. data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyo +0 -0
  91. data/vendor/local/lib/gobject-introspection/giscanner/utils.py +9 -0
  92. data/vendor/local/lib/gobject-introspection/giscanner/utils.pyc +0 -0
  93. data/vendor/local/lib/gobject-introspection/giscanner/utils.pyo +0 -0
  94. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.py +9 -11
  95. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyc +0 -0
  96. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyo +0 -0
  97. data/vendor/local/lib/libgirepository-1.0.a +0 -0
  98. data/vendor/local/lib/libgirepository-1.0.dll.a +0 -0
  99. data/vendor/local/lib/libgirepository-1.0.la +1 -1
  100. data/vendor/local/lib/pkgconfig/gobject-introspection-1.0.pc +1 -1
  101. data/vendor/local/lib/pkgconfig/gobject-introspection-no-export-1.0.pc +1 -1
  102. data/vendor/local/share/gir-1.0/GIRepository-2.0.gir +691 -691
  103. data/vendor/local/share/gir-1.0/GLib-2.0.gir +6972 -6467
  104. data/vendor/local/share/gir-1.0/GModule-2.0.gir +103 -4
  105. data/vendor/local/share/gir-1.0/GObject-2.0.gir +2085 -1955
  106. data/vendor/local/share/gir-1.0/Gio-2.0.gir +10955 -9269
  107. data/vendor/local/share/gir-1.0/win32-1.0.gir +19 -0
  108. data/vendor/local/share/gobject-introspection-1.0/Makefile.introspection +2 -2
  109. data/vendor/local/share/gobject-introspection-1.0/gdump.c +7 -2
  110. data/vendor/local/share/gobject-introspection-1.0/tests/annotation.c +15 -15
  111. data/vendor/local/share/gobject-introspection-1.0/tests/annotation.h +1 -1
  112. data/vendor/local/share/gobject-introspection-1.0/tests/gimarshallingtests.c +14 -0
  113. data/vendor/local/share/gobject-introspection-1.0/tests/gimarshallingtests.h +2 -2
  114. data/vendor/local/share/gobject-introspection-1.0/tests/regress.c +8 -0
  115. data/vendor/local/share/gobject-introspection-1.0/tests/regress.h +9 -0
  116. metadata +20 -21
  117. data/vendor/local/lib/gobject-introspection/giscanner/odict.py +0 -50
  118. data/vendor/local/lib/gobject-introspection/giscanner/odict.pyc +0 -0
  119. data/vendor/local/lib/gobject-introspection/giscanner/odict.pyo +0 -0
@@ -15,32 +15,46 @@ and/or use gtk-doc annotations. -->
15
15
  c:identifier-prefixes="G"
16
16
  c:symbol-prefixes="g">
17
17
  <record name="Module" c:type="GModule" disguised="1">
18
+ <doc xml:space="preserve">The #GModule struct is an opaque data structure to represent a
19
+ &lt;link linkend="glib-Dynamic-Loading-of-Modules"&gt;Dynamically-Loaded
20
+ Module&lt;/link&gt;. It should only be accessed via the following functions.</doc>
18
21
  <method name="close" c:identifier="g_module_close">
22
+ <doc xml:space="preserve">Closes a module.</doc>
19
23
  <return-value transfer-ownership="none">
24
+ <doc xml:space="preserve">%TRUE on success</doc>
20
25
  <type name="gboolean" c:type="gboolean"/>
21
26
  </return-value>
22
27
  <parameters>
23
28
  <instance-parameter name="module" transfer-ownership="none">
29
+ <doc xml:space="preserve">a #GModule to close</doc>
24
30
  <type name="Module" c:type="GModule*"/>
25
31
  </instance-parameter>
26
32
  </parameters>
27
33
  </method>
28
34
  <method name="make_resident" c:identifier="g_module_make_resident">
35
+ <doc xml:space="preserve">Ensures that a module will never be unloaded.
36
+ Any future g_module_close() calls on the module will be ignored.</doc>
29
37
  <return-value transfer-ownership="none">
30
38
  <type name="none" c:type="void"/>
31
39
  </return-value>
32
40
  <parameters>
33
41
  <instance-parameter name="module" transfer-ownership="none">
42
+ <doc xml:space="preserve">a #GModule to make permanently resident</doc>
34
43
  <type name="Module" c:type="GModule*"/>
35
44
  </instance-parameter>
36
45
  </parameters>
37
46
  </method>
38
47
  <method name="name" c:identifier="g_module_name">
48
+ <doc xml:space="preserve">Returns the filename that the module was opened with.
49
+
50
+ If @module refers to the application itself, "main" is returned.</doc>
39
51
  <return-value transfer-ownership="none">
52
+ <doc xml:space="preserve">the filename of the module</doc>
40
53
  <type name="utf8" c:type="const gchar*"/>
41
54
  </return-value>
42
55
  <parameters>
43
56
  <instance-parameter name="module" transfer-ownership="none">
57
+ <doc xml:space="preserve">a #GModule</doc>
44
58
  <type name="Module" c:type="GModule*"/>
45
59
  </instance-parameter>
46
60
  </parameters>
@@ -56,48 +70,91 @@ and/or use gtk-doc annotations. -->
56
70
  </parameters>
57
71
  </method>
58
72
  <method name="symbol" c:identifier="g_module_symbol">
73
+ <doc xml:space="preserve">Gets a symbol pointer from a module, such as one exported
74
+ by #G_MODULE_EXPORT. Note that a valid symbol can be %NULL.</doc>
59
75
  <return-value transfer-ownership="none">
76
+ <doc xml:space="preserve">%TRUE on success</doc>
60
77
  <type name="gboolean" c:type="gboolean"/>
61
78
  </return-value>
62
79
  <parameters>
63
80
  <instance-parameter name="module" transfer-ownership="none">
81
+ <doc xml:space="preserve">a #GModule</doc>
64
82
  <type name="Module" c:type="GModule*"/>
65
83
  </instance-parameter>
66
84
  <parameter name="symbol_name" transfer-ownership="none">
85
+ <doc xml:space="preserve">the name of the symbol to find</doc>
67
86
  <type name="utf8" c:type="const gchar*"/>
68
87
  </parameter>
69
- <parameter name="symbol" transfer-ownership="none">
88
+ <parameter name="symbol"
89
+ direction="out"
90
+ caller-allocates="0"
91
+ transfer-ownership="full">
92
+ <doc xml:space="preserve">returns the pointer to the symbol value</doc>
70
93
  <type name="gpointer" c:type="gpointer*"/>
71
94
  </parameter>
72
95
  </parameters>
73
96
  </method>
74
97
  <function name="build_path" c:identifier="g_module_build_path">
98
+ <doc xml:space="preserve">A portable way to build the filename of a module. The platform-specific
99
+ prefix and suffix are added to the filename, if needed, and the result
100
+ is added to the directory, using the correct separator character.
101
+
102
+ The directory should specify the directory where the module can be found.
103
+ It can be %NULL or an empty string to indicate that the module is in a
104
+ standard platform-specific directory, though this is not recommended
105
+ since the wrong module may be found.
106
+
107
+ For example, calling g_module_build_path() on a Linux system with a
108
+ @directory of &lt;filename&gt;/lib&lt;/filename&gt; and a @module_name of "mylibrary"
109
+ will return &lt;filename&gt;/lib/libmylibrary.so&lt;/filename&gt;. On a Windows system,
110
+ using &lt;filename&gt;\Windows&lt;/filename&gt; as the directory it will return
111
+ &lt;filename&gt;\Windows\mylibrary.dll&lt;/filename&gt;.</doc>
75
112
  <return-value transfer-ownership="full">
113
+ <doc xml:space="preserve">the complete path of the module, including the standard library prefix and suffix. This should be freed when no longer needed</doc>
76
114
  <type name="utf8" c:type="gchar*"/>
77
115
  </return-value>
78
116
  <parameters>
79
- <parameter name="directory" transfer-ownership="none">
117
+ <parameter name="directory" transfer-ownership="none" allow-none="1">
118
+ <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 directories will be used, though that is not recommended</doc>
80
119
  <type name="utf8" c:type="const gchar*"/>
81
120
  </parameter>
82
121
  <parameter name="module_name" transfer-ownership="none">
122
+ <doc xml:space="preserve">the name of the module</doc>
83
123
  <type name="utf8" c:type="const gchar*"/>
84
124
  </parameter>
85
125
  </parameters>
86
126
  </function>
87
127
  <function name="error" c:identifier="g_module_error">
128
+ <doc xml:space="preserve">Gets a string describing the last module error.</doc>
88
129
  <return-value transfer-ownership="none">
130
+ <doc xml:space="preserve">a string describing the last module error</doc>
89
131
  <type name="utf8" c:type="const gchar*"/>
90
132
  </return-value>
91
133
  </function>
92
134
  <function name="open" c:identifier="g_module_open" introspectable="0">
135
+ <doc xml:space="preserve">Opens a module. If the module has already been opened,
136
+ its reference count is incremented.
137
+
138
+ First of all g_module_open() tries to open @file_name as a module.
139
+ If that fails and @file_name has the ".la"-suffix (and is a libtool
140
+ archive) it tries to open the corresponding module. If that fails
141
+ and it doesn't have the proper module suffix for the platform
142
+ (#G_MODULE_SUFFIX), this suffix will be appended and the corresponding
143
+ module will be opended. If that fails and @file_name doesn't have the
144
+ ".la"-suffix, this suffix is appended and g_module_open() tries to open
145
+ the corresponding module. If eventually that fails as well, %NULL is
146
+ returned.</doc>
93
147
  <return-value>
148
+ <doc xml:space="preserve">a #GModule on success, or %NULL on failure</doc>
94
149
  <type name="Module" c:type="GModule*"/>
95
150
  </return-value>
96
151
  <parameters>
97
- <parameter name="file_name" transfer-ownership="none">
152
+ <parameter name="file_name" transfer-ownership="none" allow-none="1">
153
+ <doc xml:space="preserve">the name of the file containing the module, or %NULL to obtain a #GModule representing the main program itself</doc>
98
154
  <type name="utf8" c:type="const gchar*"/>
99
155
  </parameter>
100
156
  <parameter name="flags" transfer-ownership="none">
157
+ <doc xml:space="preserve">the flags used for opening the module. This can be the logical OR of any of the #GModuleFlags</doc>
101
158
  <type name="ModuleFlags" c:type="GModuleFlags"/>
102
159
  </parameter>
103
160
  </parameters>
@@ -118,35 +175,56 @@ and/or use gtk-doc annotations. -->
118
175
  </parameters>
119
176
  </function>
120
177
  <function name="supported" c:identifier="g_module_supported">
178
+ <doc xml:space="preserve">Checks if modules are supported on the current platform.</doc>
121
179
  <return-value transfer-ownership="none">
180
+ <doc xml:space="preserve">%TRUE if modules are supported</doc>
122
181
  <type name="gboolean" c:type="gboolean"/>
123
182
  </return-value>
124
183
  </function>
125
184
  </record>
126
185
  <callback name="ModuleCheckInit" c:type="GModuleCheckInit">
186
+ <doc xml:space="preserve">Specifies the type of the module initialization function.
187
+ &lt;indexterm zone="g-module-check-init"&gt;&lt;primary&gt;g_module_check_init&lt;/primary&gt;&lt;/indexterm&gt;
188
+ If a module contains a function named g_module_check_init() it is called
189
+ automatically when the module is loaded. It is passed the #GModule structure
190
+ and should return %NULL on success or a string describing the initialization
191
+ error.</doc>
127
192
  <return-value transfer-ownership="none">
193
+ <doc xml:space="preserve">%NULL on success, or a string describing the initialization error</doc>
128
194
  <type name="utf8" c:type="const gchar*"/>
129
195
  </return-value>
130
196
  <parameters>
131
197
  <parameter name="module" transfer-ownership="none">
198
+ <doc xml:space="preserve">the #GModule corresponding to the module which has just been loaded</doc>
132
199
  <type name="Module" c:type="GModule*"/>
133
200
  </parameter>
134
201
  </parameters>
135
202
  </callback>
136
203
  <bitfield name="ModuleFlags" c:type="GModuleFlags">
204
+ <doc xml:space="preserve">Flags passed to g_module_open().
205
+ Note that these flags are not supported on all platforms.</doc>
137
206
  <member name="lazy" value="1" c:identifier="G_MODULE_BIND_LAZY">
207
+ <doc xml:space="preserve">specifies that symbols are only resolved when needed. The default action is to bind all symbols when the module is loaded.</doc>
138
208
  </member>
139
209
  <member name="local" value="2" c:identifier="G_MODULE_BIND_LOCAL">
210
+ <doc xml:space="preserve">specifies that symbols in the module should not be added to the global name space. The default action on most platforms is to place symbols in the module in the global name space, which may cause conflicts with existing symbols.</doc>
140
211
  </member>
141
212
  <member name="mask" value="3" c:identifier="G_MODULE_BIND_MASK">
213
+ <doc xml:space="preserve">mask for all flags.</doc>
142
214
  </member>
143
215
  </bitfield>
144
216
  <callback name="ModuleUnload" c:type="GModuleUnload">
217
+ <doc xml:space="preserve">&lt;indexterm zone="g-module-unload"&gt;&lt;primary&gt;g_module_unload&lt;/primary&gt;&lt;/indexterm&gt;
218
+ Specifies the type of the module function called when it is unloaded.
219
+ If a module contains a function named g_module_unload() it is called
220
+ automatically when the module is unloaded.
221
+ It is passed the #GModule structure.</doc>
145
222
  <return-value transfer-ownership="none">
146
223
  <type name="none" c:type="void"/>
147
224
  </return-value>
148
225
  <parameters>
149
226
  <parameter name="module" transfer-ownership="none">
227
+ <doc xml:space="preserve">the #GModule about to be unloaded</doc>
150
228
  <type name="Module" c:type="GModule*"/>
151
229
  </parameter>
152
230
  </parameters>
@@ -154,14 +232,31 @@ and/or use gtk-doc annotations. -->
154
232
  <function name="module_build_path"
155
233
  c:identifier="g_module_build_path"
156
234
  moved-to="Module.build_path">
235
+ <doc xml:space="preserve">A portable way to build the filename of a module. The platform-specific
236
+ prefix and suffix are added to the filename, if needed, and the result
237
+ is added to the directory, using the correct separator character.
238
+
239
+ The directory should specify the directory where the module can be found.
240
+ It can be %NULL or an empty string to indicate that the module is in a
241
+ standard platform-specific directory, though this is not recommended
242
+ since the wrong module may be found.
243
+
244
+ For example, calling g_module_build_path() on a Linux system with a
245
+ @directory of &lt;filename&gt;/lib&lt;/filename&gt; and a @module_name of "mylibrary"
246
+ will return &lt;filename&gt;/lib/libmylibrary.so&lt;/filename&gt;. On a Windows system,
247
+ using &lt;filename&gt;\Windows&lt;/filename&gt; as the directory it will return
248
+ &lt;filename&gt;\Windows\mylibrary.dll&lt;/filename&gt;.</doc>
157
249
  <return-value transfer-ownership="full">
250
+ <doc xml:space="preserve">the complete path of the module, including the standard library prefix and suffix. This should be freed when no longer needed</doc>
158
251
  <type name="utf8" c:type="gchar*"/>
159
252
  </return-value>
160
253
  <parameters>
161
- <parameter name="directory" transfer-ownership="none">
254
+ <parameter name="directory" transfer-ownership="none" allow-none="1">
255
+ <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 directories will be used, though that is not recommended</doc>
162
256
  <type name="utf8" c:type="const gchar*"/>
163
257
  </parameter>
164
258
  <parameter name="module_name" transfer-ownership="none">
259
+ <doc xml:space="preserve">the name of the module</doc>
165
260
  <type name="utf8" c:type="const gchar*"/>
166
261
  </parameter>
167
262
  </parameters>
@@ -169,14 +264,18 @@ and/or use gtk-doc annotations. -->
169
264
  <function name="module_error"
170
265
  c:identifier="g_module_error"
171
266
  moved-to="Module.error">
267
+ <doc xml:space="preserve">Gets a string describing the last module error.</doc>
172
268
  <return-value transfer-ownership="none">
269
+ <doc xml:space="preserve">a string describing the last module error</doc>
173
270
  <type name="utf8" c:type="const gchar*"/>
174
271
  </return-value>
175
272
  </function>
176
273
  <function name="module_supported"
177
274
  c:identifier="g_module_supported"
178
275
  moved-to="Module.supported">
276
+ <doc xml:space="preserve">Checks if modules are supported on the current platform.</doc>
179
277
  <return-value transfer-ownership="none">
278
+ <doc xml:space="preserve">%TRUE if modules are supported</doc>
180
279
  <type name="gboolean" c:type="gboolean"/>
181
280
  </return-value>
182
281
  </function>