gobject-introspection 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (176) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +7 -7
  3. data/ext/gobject-introspection/rb-gi-argument.c +28 -3
  4. data/ext/gobject-introspection/rb-gi-constructor-info.c +6 -1
  5. data/ext/gobject-introspection/rb-gi-function-info.c +29 -4
  6. data/ext/gobject-introspection/rb-gi-loader.c +19 -3
  7. data/ext/gobject-introspection/rb-gi-struct-info.c +28 -16
  8. data/lib/2.0/gobject_introspection.so +0 -0
  9. data/lib/gobject-introspection/callable-info.rb +16 -7
  10. data/lib/gobject-introspection/loader.rb +47 -19
  11. data/test/test-object-info.rb +1 -1
  12. data/test/test-signal-info.rb +2 -2
  13. data/test/test-struct-info.rb +1 -1
  14. data/vendor/local/bin/g-ir-compiler.exe +0 -0
  15. data/vendor/local/bin/g-ir-generate.exe +0 -0
  16. data/vendor/local/bin/libgirepository-1.0-1.dll +0 -0
  17. data/vendor/local/include/gobject-introspection-1.0/giarginfo.h +30 -0
  18. data/vendor/local/include/gobject-introspection-1.0/gibaseinfo.h +31 -0
  19. data/vendor/local/include/gobject-introspection-1.0/gicallableinfo.h +36 -0
  20. data/vendor/local/include/gobject-introspection-1.0/giconstantinfo.h +12 -0
  21. data/vendor/local/include/gobject-introspection-1.0/gienuminfo.h +26 -0
  22. data/vendor/local/include/gobject-introspection-1.0/gifieldinfo.h +19 -0
  23. data/vendor/local/include/gobject-introspection-1.0/gifunctioninfo.h +23 -0
  24. data/vendor/local/include/gobject-introspection-1.0/giinterfaceinfo.h +38 -0
  25. data/vendor/local/include/gobject-introspection-1.0/giobjectinfo.h +72 -2
  26. data/vendor/local/include/gobject-introspection-1.0/gipropertyinfo.h +12 -0
  27. data/vendor/local/include/gobject-introspection-1.0/giregisteredtypeinfo.h +11 -0
  28. data/vendor/local/include/gobject-introspection-1.0/girepository.h +68 -8
  29. data/vendor/local/include/gobject-introspection-1.0/girffi.h +25 -1
  30. data/vendor/local/include/gobject-introspection-1.0/gisignalinfo.h +12 -0
  31. data/vendor/local/include/gobject-introspection-1.0/gistructinfo.h +24 -0
  32. data/vendor/local/include/gobject-introspection-1.0/gitypeinfo.h +31 -0
  33. data/vendor/local/include/gobject-introspection-1.0/gitypelib.h +25 -0
  34. data/vendor/local/include/gobject-introspection-1.0/gitypes.h +84 -13
  35. data/vendor/local/include/gobject-introspection-1.0/giunioninfo.h +27 -0
  36. data/vendor/local/include/gobject-introspection-1.0/giversionmacros.h +128 -0
  37. data/vendor/local/include/gobject-introspection-1.0/givfuncinfo.h +17 -0
  38. data/vendor/local/lib/girepository-1.0/GIRepository-2.0.typelib +0 -0
  39. data/vendor/local/lib/girepository-1.0/GLib-2.0.typelib +0 -0
  40. data/vendor/local/lib/girepository-1.0/GObject-2.0.typelib +0 -0
  41. data/vendor/local/lib/girepository-1.0/Gio-2.0.typelib +0 -0
  42. data/vendor/local/lib/girepository-1.0/libxml2-2.0.typelib +0 -0
  43. data/vendor/local/lib/girepository-1.0/win32-1.0.typelib +0 -0
  44. data/vendor/local/lib/gobject-introspection/giscanner/__init__.pyc +0 -0
  45. data/vendor/local/lib/gobject-introspection/giscanner/__init__.pyo +0 -0
  46. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.py +5 -4
  47. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyc +0 -0
  48. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyo +0 -0
  49. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.py +1865 -913
  50. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyc +0 -0
  51. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyo +0 -0
  52. data/vendor/local/lib/gobject-introspection/giscanner/ast.py +49 -16
  53. data/vendor/local/lib/gobject-introspection/giscanner/ast.pyc +0 -0
  54. data/vendor/local/lib/gobject-introspection/giscanner/ast.pyo +0 -0
  55. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.py +10 -4
  56. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyc +0 -0
  57. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyo +0 -0
  58. data/vendor/local/lib/gobject-introspection/giscanner/ccompiler.py +202 -0
  59. data/vendor/local/lib/gobject-introspection/giscanner/ccompiler.pyc +0 -0
  60. data/vendor/local/lib/gobject-introspection/giscanner/ccompiler.pyo +0 -0
  61. data/vendor/local/lib/gobject-introspection/giscanner/codegen.py +32 -1
  62. data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyc +0 -0
  63. data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyo +0 -0
  64. data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.py +1 -0
  65. data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.pyc +0 -0
  66. data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.pyo +0 -0
  67. data/vendor/local/lib/gobject-introspection/giscanner/collections/counter.py +305 -0
  68. data/vendor/local/lib/gobject-introspection/giscanner/collections/counter.pyc +0 -0
  69. data/vendor/local/lib/gobject-introspection/giscanner/collections/counter.pyo +0 -0
  70. data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.pyc +0 -0
  71. data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.pyo +0 -0
  72. data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyc +0 -0
  73. data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyo +0 -0
  74. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/C/callback.tmpl +4 -0
  75. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/C/field.tmpl +1 -0
  76. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/C/function.tmpl +8 -9
  77. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/C/interface.tmpl +2 -0
  78. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/callback.tmpl +27 -0
  79. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/class.tmpl +17 -5
  80. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/enum.tmpl +8 -0
  81. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/field.tmpl +9 -0
  82. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/function.tmpl +12 -13
  83. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl +17 -0
  84. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/property.tmpl +3 -4
  85. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/signal.tmpl +10 -9
  86. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/vfunc.tmpl +7 -7
  87. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Python/callback.tmpl +27 -0
  88. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Python/class.tmpl +5 -4
  89. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Python/field.tmpl +1 -0
  90. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Python/function.tmpl +8 -14
  91. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Python/interface.tmpl +16 -0
  92. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Python/property.tmpl +2 -3
  93. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Python/signal.tmpl +6 -7
  94. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/Python/vfunc.tmpl +7 -13
  95. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/base.tmpl +10 -19
  96. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/class.tmpl +24 -3
  97. data/vendor/local/lib/gobject-introspection/giscanner/doctemplates/namespace.tmpl +4 -7
  98. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.py +375 -61
  99. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyc +0 -0
  100. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyo +0 -0
  101. data/vendor/local/lib/gobject-introspection/giscanner/dumper.py +43 -75
  102. data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyc +0 -0
  103. data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyo +0 -0
  104. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.py +1 -20
  105. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyc +0 -0
  106. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyo +0 -0
  107. data/vendor/local/lib/gobject-introspection/giscanner/girparser.py +33 -15
  108. data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyc +0 -0
  109. data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyo +0 -0
  110. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.py +51 -22
  111. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyc +0 -0
  112. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyo +0 -0
  113. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyc +0 -0
  114. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyo +0 -0
  115. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyc +0 -0
  116. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyo +0 -0
  117. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.py +285 -254
  118. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyc +0 -0
  119. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyo +0 -0
  120. data/vendor/local/lib/gobject-introspection/giscanner/message.py +41 -25
  121. data/vendor/local/lib/gobject-introspection/giscanner/message.pyc +0 -0
  122. data/vendor/local/lib/gobject-introspection/giscanner/message.pyo +0 -0
  123. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.py +67 -15
  124. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyc +0 -0
  125. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyo +0 -0
  126. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyc +0 -0
  127. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyo +0 -0
  128. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.py +10 -6
  129. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyc +0 -0
  130. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyo +0 -0
  131. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.py +14 -8
  132. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyc +0 -0
  133. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyo +0 -0
  134. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.py +16 -2
  135. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyc +0 -0
  136. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyo +0 -0
  137. data/vendor/local/lib/gobject-introspection/giscanner/transformer.py +150 -169
  138. data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyc +0 -0
  139. data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyo +0 -0
  140. data/vendor/local/lib/gobject-introspection/giscanner/utils.py +64 -3
  141. data/vendor/local/lib/gobject-introspection/giscanner/utils.pyc +0 -0
  142. data/vendor/local/lib/gobject-introspection/giscanner/utils.pyo +0 -0
  143. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.py +5 -44
  144. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyc +0 -0
  145. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyo +0 -0
  146. data/vendor/local/lib/libgirepository-1.0.a +0 -0
  147. data/vendor/local/lib/libgirepository-1.0.dll.a +0 -0
  148. data/vendor/local/lib/libgirepository-1.0.la +1 -1
  149. data/vendor/local/lib/pkgconfig/gobject-introspection-1.0.pc +4 -4
  150. data/vendor/local/lib/pkgconfig/gobject-introspection-no-export-1.0.pc +5 -5
  151. data/vendor/local/share/gir-1.0/GIRepository-2.0.gir +352 -143
  152. data/vendor/local/share/gir-1.0/GLib-2.0.gir +6402 -3872
  153. data/vendor/local/share/gir-1.0/GModule-2.0.gir +42 -24
  154. data/vendor/local/share/gir-1.0/GObject-2.0.gir +1543 -887
  155. data/vendor/local/share/gir-1.0/Gio-2.0.gir +10859 -3705
  156. data/vendor/local/share/gobject-introspection-1.0/tests/annotation.c +10 -14
  157. data/vendor/local/share/gobject-introspection-1.0/tests/annotation.h +112 -9
  158. data/vendor/local/share/gobject-introspection-1.0/tests/drawable.c +2 -0
  159. data/vendor/local/share/gobject-introspection-1.0/tests/drawable.h +11 -0
  160. data/vendor/local/share/gobject-introspection-1.0/tests/everything.c +106 -0
  161. data/vendor/local/share/gobject-introspection-1.0/tests/everything.h +107 -0
  162. data/vendor/local/share/gobject-introspection-1.0/tests/foo.c +3 -3
  163. data/vendor/local/share/gobject-introspection-1.0/tests/foo.h +145 -0
  164. data/vendor/local/share/gobject-introspection-1.0/tests/gimarshallingtests.c +166 -10
  165. data/vendor/local/share/gobject-introspection-1.0/tests/gimarshallingtests.h +790 -0
  166. data/vendor/local/share/gobject-introspection-1.0/tests/gitestmacros.h +10 -0
  167. data/vendor/local/share/gobject-introspection-1.0/tests/regress.c +79 -28
  168. data/vendor/local/share/gobject-introspection-1.0/tests/regress.h +462 -0
  169. data/vendor/local/share/gobject-introspection-1.0/tests/utility.c +2 -0
  170. data/vendor/local/share/gobject-introspection-1.0/tests/utility.h +7 -0
  171. data/vendor/local/share/gobject-introspection-1.0/tests/warnlib.c +14 -0
  172. data/vendor/local/share/gobject-introspection-1.0/tests/warnlib.h +10 -0
  173. data/vendor/local/share/man/man1/g-ir-compiler.1 +1 -10
  174. metadata +38 -23
  175. data/lib/1.9/gobject_introspection.so +0 -0
  176. data/lib/2.1/gobject_introspection.so +0 -0
@@ -86,66 +86,87 @@ and/or use gtk-doc annotations. -->
86
86
  <union name="Argument" c:type="GIArgument">
87
87
  <doc xml:space="preserve">Stores an argument of varying type</doc>
88
88
  <field name="v_boolean" writable="1">
89
+ <doc xml:space="preserve">TODO</doc>
89
90
  <type name="gboolean" c:type="gboolean"/>
90
91
  </field>
91
92
  <field name="v_int8" writable="1">
93
+ <doc xml:space="preserve">TODO</doc>
92
94
  <type name="gint8" c:type="gint8"/>
93
95
  </field>
94
96
  <field name="v_uint8" writable="1">
97
+ <doc xml:space="preserve">TODO</doc>
95
98
  <type name="guint8" c:type="guint8"/>
96
99
  </field>
97
100
  <field name="v_int16" writable="1">
101
+ <doc xml:space="preserve">TODO</doc>
98
102
  <type name="gint16" c:type="gint16"/>
99
103
  </field>
100
104
  <field name="v_uint16" writable="1">
105
+ <doc xml:space="preserve">TODO</doc>
101
106
  <type name="guint16" c:type="guint16"/>
102
107
  </field>
103
108
  <field name="v_int32" writable="1">
109
+ <doc xml:space="preserve">TODO</doc>
104
110
  <type name="gint32" c:type="gint32"/>
105
111
  </field>
106
112
  <field name="v_uint32" writable="1">
113
+ <doc xml:space="preserve">TODO</doc>
107
114
  <type name="guint32" c:type="guint32"/>
108
115
  </field>
109
116
  <field name="v_int64" writable="1">
117
+ <doc xml:space="preserve">TODO</doc>
110
118
  <type name="gint64" c:type="gint64"/>
111
119
  </field>
112
120
  <field name="v_uint64" writable="1">
121
+ <doc xml:space="preserve">TODO</doc>
113
122
  <type name="guint64" c:type="guint64"/>
114
123
  </field>
115
124
  <field name="v_float" writable="1">
125
+ <doc xml:space="preserve">TODO</doc>
116
126
  <type name="gfloat" c:type="gfloat"/>
117
127
  </field>
118
128
  <field name="v_double" writable="1">
129
+ <doc xml:space="preserve">TODO</doc>
119
130
  <type name="gdouble" c:type="gdouble"/>
120
131
  </field>
121
132
  <field name="v_short" writable="1">
133
+ <doc xml:space="preserve">TODO</doc>
122
134
  <type name="gshort" c:type="gshort"/>
123
135
  </field>
124
136
  <field name="v_ushort" writable="1">
137
+ <doc xml:space="preserve">TODO</doc>
125
138
  <type name="gushort" c:type="gushort"/>
126
139
  </field>
127
140
  <field name="v_int" writable="1">
141
+ <doc xml:space="preserve">TODO</doc>
128
142
  <type name="gint" c:type="gint"/>
129
143
  </field>
130
144
  <field name="v_uint" writable="1">
145
+ <doc xml:space="preserve">TODO</doc>
131
146
  <type name="guint" c:type="guint"/>
132
147
  </field>
133
148
  <field name="v_long" writable="1">
149
+ <doc xml:space="preserve">TODO</doc>
134
150
  <type name="glong" c:type="glong"/>
135
151
  </field>
136
152
  <field name="v_ulong" writable="1">
153
+ <doc xml:space="preserve">TODO</doc>
137
154
  <type name="gulong" c:type="gulong"/>
138
155
  </field>
139
156
  <field name="v_ssize" writable="1">
157
+ <doc xml:space="preserve">TODO</doc>
140
158
  <type name="gssize" c:type="gssize"/>
141
159
  </field>
142
160
  <field name="v_size" writable="1">
161
+ <doc xml:space="preserve">TODO</doc>
143
162
  <type name="gsize" c:type="gsize"/>
144
163
  </field>
145
164
  <field name="v_string" writable="1">
165
+ <doc xml:space="preserve">TODO</doc>
146
166
  <type name="utf8" c:type="gchar*"/>
147
167
  </field>
148
168
  <field name="v_pointer" writable="1">
169
+ <doc xml:space="preserve">TODO</doc>
149
170
  <type name="gpointer" c:type="gpointer"/>
150
171
  </field>
151
172
  </union>
@@ -226,6 +247,32 @@ g_irepository_find_by_name(), g_irepository_find_by_gtype() or g_irepository_get
226
247
  +----&lt;link linkend="gi-GITypeInfo"&gt;GITypeInfo&lt;/link&gt;
227
248
  &lt;/synopsis&gt;
228
249
  &lt;/refsect1&gt;</doc>
250
+ <field name="dummy1" readable="0" private="1">
251
+ <type name="gint32" c:type="gint32"/>
252
+ </field>
253
+ <field name="dummy2" readable="0" private="1">
254
+ <type name="gint32" c:type="gint32"/>
255
+ </field>
256
+ <field name="dummy3" readable="0" private="1">
257
+ <type name="gpointer" c:type="gpointer"/>
258
+ </field>
259
+ <field name="dummy4" readable="0" private="1">
260
+ <type name="gpointer" c:type="gpointer"/>
261
+ </field>
262
+ <field name="dummy5" readable="0" private="1">
263
+ <type name="gpointer" c:type="gpointer"/>
264
+ </field>
265
+ <field name="dummy6" readable="0" private="1">
266
+ <type name="guint32" c:type="guint32"/>
267
+ </field>
268
+ <field name="dummy7" readable="0" private="1">
269
+ <type name="guint32" c:type="guint32"/>
270
+ </field>
271
+ <field name="padding" readable="0" private="1">
272
+ <array zero-terminated="0" c:type="gpointer" fixed-size="4">
273
+ <type name="gpointer" c:type="gpointer"/>
274
+ </array>
275
+ </field>
229
276
  <method name="equal" c:identifier="g_base_info_equal">
230
277
  <doc xml:space="preserve">Compare two #GIBaseInfo.
231
278
 
@@ -351,7 +398,10 @@ deprecated or not.</doc>
351
398
  c:identifier="g_base_info_iterate_attributes">
352
399
  <doc xml:space="preserve">Iterate over all attributes associated with this node. The iterator
353
400
  structure is typically stack allocated, and must have its first
354
- member initialized to %NULL.
401
+ member initialized to %NULL. Attributes are arbitrary namespaced key–value
402
+ pairs which can be attached to almost any item. They are intended for use
403
+ by software higher in the toolchain than bindings, and are distinct from
404
+ normal GIR annotations.
355
405
 
356
406
  Both the @name and @value should be treated as constants
357
407
  and must not be freed.
@@ -509,6 +559,7 @@ drops to 0, the info is freed.</doc>
509
559
  <member name="invalid_0"
510
560
  value="10"
511
561
  c:identifier="GI_INFO_TYPE_INVALID_0">
562
+ <doc xml:space="preserve">deleted, used to be GI_INFO_TYPE_ERROR_DOMAIN.</doc>
512
563
  </member>
513
564
  <member name="union" value="11" c:identifier="GI_INFO_TYPE_UNION">
514
565
  <doc xml:space="preserve">union, see #GIUnionInfo</doc>
@@ -537,7 +588,8 @@ drops to 0, the info is freed.</doc>
537
588
  <member name="unresolved"
538
589
  value="19"
539
590
  c:identifier="GI_INFO_TYPE_UNRESOLVED">
540
- <doc xml:space="preserve">unresolved type, a type which is not present in the typelib, or any of its dependencies.</doc>
591
+ <doc xml:space="preserve">unresolved type, a type which is not present in
592
+ the typelib, or any of its dependencies.</doc>
541
593
  </member>
542
594
  </enumeration>
543
595
  <callback name="ObjectInfoGetValueFunction"
@@ -609,6 +661,8 @@ drops to 0, the info is freed.</doc>
609
661
  glib:type-name="GIRepository"
610
662
  glib:get-type="g_irepository_get_type"
611
663
  glib:type-struct="RepositoryClass">
664
+ <doc xml:space="preserve">#GIRepository is used to manage repositories of namespaces. Namespaces
665
+ are represented on disk by type libraries (.typelib files).</doc>
612
666
  <function name="dump" c:identifier="g_irepository_dump" throws="1">
613
667
  <return-value transfer-ownership="none">
614
668
  <type name="gboolean" c:type="gboolean"/>
@@ -625,7 +679,7 @@ drops to 0, the info is freed.</doc>
625
679
  </return-value>
626
680
  </function>
627
681
  <function name="get_default" c:identifier="g_irepository_get_default">
628
- <doc xml:space="preserve">Returns the singleton process-global default #GIRepository. It is
682
+ <doc xml:space="preserve">Returns the singleton process-global default #GIRepository. It is
629
683
  not currently supported to have multiple repositories in a
630
684
  particular process, but this function is provided in the unlikely
631
685
  eventuality that it would become possible, and as a convenience for
@@ -653,11 +707,11 @@ introspection information</doc>
653
707
  </function>
654
708
  <function name="get_search_path"
655
709
  c:identifier="g_irepository_get_search_path">
656
- <doc xml:space="preserve">Returns the search path the GIRepository will use when looking for typelibs.
657
- The string is internal to GIRespository and should not be freed, nor should
658
- the elements.</doc>
710
+ <doc xml:space="preserve">Returns the current search path #GIRepository will use when loading
711
+ typelib files. The list is internal to #GIRespository and should not
712
+ be freed, nor should its string elements.</doc>
659
713
  <return-value transfer-ownership="none">
660
- <doc xml:space="preserve">list of strings</doc>
714
+ <doc xml:space="preserve">#GSList of strings</doc>
661
715
  <type name="GLib.SList" c:type="GSList*">
662
716
  <type name="filename"/>
663
717
  </type>
@@ -676,12 +730,16 @@ the elements.</doc>
676
730
  </function>
677
731
  <function name="prepend_search_path"
678
732
  c:identifier="g_irepository_prepend_search_path">
733
+ <doc xml:space="preserve">Prepends @directory to the typelib search path.
734
+ See g_irepository_get_search_path().</doc>
679
735
  <return-value transfer-ownership="none">
680
736
  <type name="none" c:type="void"/>
681
737
  </return-value>
682
738
  <parameters>
683
739
  <parameter name="directory" transfer-ownership="none">
684
- <type name="utf8" c:type="const char*"/>
740
+ <doc xml:space="preserve">directory name to prepend to the typelib
741
+ search path</doc>
742
+ <type name="filename" c:type="char*"/>
685
743
  </parameter>
686
744
  </parameters>
687
745
  </function>
@@ -698,8 +756,10 @@ available) for @namespace_ in this @repository.</doc>
698
756
  <parameters>
699
757
  <instance-parameter name="repository"
700
758
  transfer-ownership="none"
759
+ nullable="1"
701
760
  allow-none="1">
702
- <doc xml:space="preserve">the repository</doc>
761
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
762
+ process-global default #GIRepository</doc>
703
763
  <type name="Repository" c:type="GIRepository*"/>
704
764
  </instance-parameter>
705
765
  <parameter name="namespace_" transfer-ownership="none">
@@ -716,14 +776,17 @@ domain. Before calling this function for a particular namespace,
716
776
  you must call g_irepository_require() once to load the namespace, or
717
777
  otherwise ensure the namespace has already been loaded.</doc>
718
778
  <return-value transfer-ownership="full">
719
- <doc xml:space="preserve">#GIEnumInfo representing metadata about @domain's enum type, or %NULL</doc>
779
+ <doc xml:space="preserve">#GIEnumInfo representing metadata about @domain's
780
+ enum type, or %NULL</doc>
720
781
  <type name="EnumInfo" c:type="GIEnumInfo*"/>
721
782
  </return-value>
722
783
  <parameters>
723
784
  <instance-parameter name="repository"
724
785
  transfer-ownership="none"
786
+ nullable="1"
725
787
  allow-none="1">
726
- <doc xml:space="preserve">A #GIRepository, may be %NULL for the default</doc>
788
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
789
+ process-global default #GIRepository</doc>
727
790
  <type name="Repository" c:type="GIRepository*"/>
728
791
  </instance-parameter>
729
792
  <parameter name="domain" transfer-ownership="none">
@@ -746,8 +809,10 @@ when you know the GType to originate from be from a loaded namespace.</doc>
746
809
  <parameters>
747
810
  <instance-parameter name="repository"
748
811
  transfer-ownership="none"
812
+ nullable="1"
749
813
  allow-none="1">
750
- <doc xml:space="preserve">A #GIRepository, may be %NULL for the default</doc>
814
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
815
+ process-global default #GIRepository</doc>
751
816
  <type name="Repository" c:type="GIRepository*"/>
752
817
  </instance-parameter>
753
818
  <parameter name="gtype" transfer-ownership="none">
@@ -768,8 +833,10 @@ ensure the namespace has already been loaded.</doc>
768
833
  <parameters>
769
834
  <instance-parameter name="repository"
770
835
  transfer-ownership="none"
836
+ nullable="1"
771
837
  allow-none="1">
772
- <doc xml:space="preserve">A #GIRepository, may be %NULL for the default</doc>
838
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
839
+ process-global default #GIRepository</doc>
773
840
  <type name="Repository" c:type="GIRepository*"/>
774
841
  </instance-parameter>
775
842
  <parameter name="namespace_" transfer-ownership="none">
@@ -796,8 +863,10 @@ such as g_irepository_require() before calling this function.</doc>
796
863
  <parameters>
797
864
  <instance-parameter name="repository"
798
865
  transfer-ownership="none"
866
+ nullable="1"
799
867
  allow-none="1">
800
- <doc xml:space="preserve">A #GIRepository, may be %NULL for the default</doc>
868
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
869
+ process-global default #GIRepository</doc>
801
870
  <type name="Repository" c:type="GIRepository*"/>
802
871
  </instance-parameter>
803
872
  <parameter name="namespace_" transfer-ownership="none">
@@ -808,14 +877,15 @@ such as g_irepository_require() before calling this function.</doc>
808
877
  </method>
809
878
  <method name="get_dependencies"
810
879
  c:identifier="g_irepository_get_dependencies">
811
- <doc xml:space="preserve">Return an array of all (transitive) dependencies for namespace
812
- @namespace_, including version. The returned strings are of the
813
- form &lt;code&gt;namespace-version&lt;/code&gt;.
880
+ <doc xml:space="preserve">Return an array of all (transitive) versioned dependencies for
881
+ @namespace_. Returned strings are of the form
882
+ &lt;code&gt;namespace-version&lt;/code&gt;.
814
883
 
815
- Note: The namespace must have already been loaded using a function
884
+ Note: @namespace_ must have already been loaded using a function
816
885
  such as g_irepository_require() before calling this function.</doc>
817
886
  <return-value transfer-ownership="full">
818
- <doc xml:space="preserve">Zero-terminated string array of versioned dependencies</doc>
887
+ <doc xml:space="preserve">Zero-terminated string array of versioned
888
+ dependencies</doc>
819
889
  <array c:type="gchar**">
820
890
  <type name="utf8"/>
821
891
  </array>
@@ -823,8 +893,10 @@ such as g_irepository_require() before calling this function.</doc>
823
893
  <parameters>
824
894
  <instance-parameter name="repository"
825
895
  transfer-ownership="none"
896
+ nullable="1"
826
897
  allow-none="1">
827
- <doc xml:space="preserve">A #GIRepository, may be %NULL for the default</doc>
898
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
899
+ process-global default #GIRepository</doc>
828
900
  <type name="Repository" c:type="GIRepository*"/>
829
901
  </instance-parameter>
830
902
  <parameter name="namespace_" transfer-ownership="none">
@@ -846,8 +918,10 @@ entries.</doc>
846
918
  <parameters>
847
919
  <instance-parameter name="repository"
848
920
  transfer-ownership="none"
921
+ nullable="1"
849
922
  allow-none="1">
850
- <doc xml:space="preserve">A #GIRepository, may be %NULL for the default</doc>
923
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
924
+ process-global default #GIRepository</doc>
851
925
  <type name="Repository" c:type="GIRepository*"/>
852
926
  </instance-parameter>
853
927
  <parameter name="namespace_" transfer-ownership="none">
@@ -872,8 +946,10 @@ entries.</doc>
872
946
  <parameters>
873
947
  <instance-parameter name="repository"
874
948
  transfer-ownership="none"
949
+ nullable="1"
875
950
  allow-none="1">
876
- <doc xml:space="preserve">A #GIRepository, may be %NULL for the default</doc>
951
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
952
+ process-global default #GIRepository</doc>
877
953
  <type name="Repository" c:type="GIRepository*"/>
878
954
  </instance-parameter>
879
955
  </parameters>
@@ -889,8 +965,10 @@ already been loaded before calling this function.</doc>
889
965
  <parameters>
890
966
  <instance-parameter name="repository"
891
967
  transfer-ownership="none"
968
+ nullable="1"
892
969
  allow-none="1">
893
- <doc xml:space="preserve">A #GIRepository, may be %NULL for the default</doc>
970
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
971
+ process-global default #GIRepository</doc>
894
972
  <type name="Repository" c:type="GIRepository*"/>
895
973
  </instance-parameter>
896
974
  <parameter name="namespace_" transfer-ownership="none">
@@ -915,8 +993,10 @@ such as g_irepository_require() before calling this function.</doc>
915
993
  <parameters>
916
994
  <instance-parameter name="repository"
917
995
  transfer-ownership="none"
996
+ nullable="1"
918
997
  allow-none="1">
919
- <doc xml:space="preserve">A #GIRepository, may be %NULL for the default</doc>
998
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
999
+ process-global default #GIRepository</doc>
920
1000
  <type name="Repository" c:type="GIRepository*"/>
921
1001
  </instance-parameter>
922
1002
  <parameter name="namespace_" transfer-ownership="none">
@@ -930,7 +1010,7 @@ such as g_irepository_require() before calling this function.</doc>
930
1010
  <doc xml:space="preserve">If namespace @namespace_ is loaded, return the full path to the
931
1011
  .typelib file it was loaded from. If the typelib for
932
1012
  namespace @namespace_ was included in a shared library, return
933
- the special string "$lt;builtin$gt;".</doc>
1013
+ the special string "&amp;lt;builtin&amp;gt;".</doc>
934
1014
  <return-value transfer-ownership="none">
935
1015
  <doc xml:space="preserve">Filesystem path (or $lt;builtin$gt;) if successful, %NULL if namespace is not loaded</doc>
936
1016
  <type name="utf8" c:type="const gchar*"/>
@@ -938,8 +1018,10 @@ the special string "$lt;builtin$gt;".</doc>
938
1018
  <parameters>
939
1019
  <instance-parameter name="repository"
940
1020
  transfer-ownership="none"
1021
+ nullable="1"
941
1022
  allow-none="1">
942
- <doc xml:space="preserve">Repository, may be %NULL for the default</doc>
1023
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
1024
+ process-global default #GIRepository</doc>
943
1025
  <type name="Repository" c:type="GIRepository*"/>
944
1026
  </instance-parameter>
945
1027
  <parameter name="namespace_" transfer-ownership="none">
@@ -961,8 +1043,10 @@ such as g_irepository_require() before calling this function.</doc>
961
1043
  <parameters>
962
1044
  <instance-parameter name="repository"
963
1045
  transfer-ownership="none"
1046
+ nullable="1"
964
1047
  allow-none="1">
965
- <doc xml:space="preserve">A #GIRepository, may be %NULL for the default</doc>
1048
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
1049
+ process-global default #GIRepository</doc>
966
1050
  <type name="Repository" c:type="GIRepository*"/>
967
1051
  </instance-parameter>
968
1052
  <parameter name="namespace_" transfer-ownership="none">
@@ -985,15 +1069,20 @@ quickly as this function will if it has already been loaded.</doc>
985
1069
  <parameters>
986
1070
  <instance-parameter name="repository"
987
1071
  transfer-ownership="none"
1072
+ nullable="1"
988
1073
  allow-none="1">
989
- <doc xml:space="preserve">A #GIRepository, may be %NULL for the default</doc>
1074
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
1075
+ process-global default #GIRepository</doc>
990
1076
  <type name="Repository" c:type="GIRepository*"/>
991
1077
  </instance-parameter>
992
1078
  <parameter name="namespace_" transfer-ownership="none">
993
1079
  <doc xml:space="preserve">Namespace of interest</doc>
994
1080
  <type name="utf8" c:type="const gchar*"/>
995
1081
  </parameter>
996
- <parameter name="version" transfer-ownership="none" allow-none="1">
1082
+ <parameter name="version"
1083
+ transfer-ownership="none"
1084
+ nullable="1"
1085
+ allow-none="1">
997
1086
  <doc xml:space="preserve">Required version, may be %NULL for latest</doc>
998
1087
  <type name="utf8" c:type="const gchar*"/>
999
1088
  </parameter>
@@ -1002,17 +1091,25 @@ quickly as this function will if it has already been loaded.</doc>
1002
1091
  <method name="load_typelib"
1003
1092
  c:identifier="g_irepository_load_typelib"
1004
1093
  throws="1">
1094
+ <doc xml:space="preserve">TODO</doc>
1005
1095
  <return-value transfer-ownership="none">
1006
1096
  <type name="utf8" c:type="const char*"/>
1007
1097
  </return-value>
1008
1098
  <parameters>
1009
- <instance-parameter name="repository" transfer-ownership="none">
1099
+ <instance-parameter name="repository"
1100
+ transfer-ownership="none"
1101
+ nullable="1"
1102
+ allow-none="1">
1103
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
1104
+ process-global default #GIRepository</doc>
1010
1105
  <type name="Repository" c:type="GIRepository*"/>
1011
1106
  </instance-parameter>
1012
1107
  <parameter name="typelib" transfer-ownership="none">
1108
+ <doc xml:space="preserve">TODO</doc>
1013
1109
  <type name="Typelib" c:type="GITypelib*"/>
1014
1110
  </parameter>
1015
1111
  <parameter name="flags" transfer-ownership="none">
1112
+ <doc xml:space="preserve">TODO</doc>
1016
1113
  <type name="RepositoryLoadFlags" c:type="GIRepositoryLoadFlags"/>
1017
1114
  </parameter>
1018
1115
  </parameters>
@@ -1030,15 +1127,20 @@ not specified, the latest will be used.</doc>
1030
1127
  <parameters>
1031
1128
  <instance-parameter name="repository"
1032
1129
  transfer-ownership="none"
1130
+ nullable="1"
1033
1131
  allow-none="1">
1034
- <doc xml:space="preserve">Repository, may be %NULL for the default</doc>
1132
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
1133
+ process-global default #GIRepository</doc>
1035
1134
  <type name="Repository" c:type="GIRepository*"/>
1036
1135
  </instance-parameter>
1037
1136
  <parameter name="namespace_" transfer-ownership="none">
1038
1137
  <doc xml:space="preserve">GI namespace to use, e.g. "Gtk"</doc>
1039
1138
  <type name="utf8" c:type="const gchar*"/>
1040
1139
  </parameter>
1041
- <parameter name="version" transfer-ownership="none" allow-none="1">
1140
+ <parameter name="version"
1141
+ transfer-ownership="none"
1142
+ nullable="1"
1143
+ allow-none="1">
1042
1144
  <doc xml:space="preserve">Version of namespace, may be %NULL for latest</doc>
1043
1145
  <type name="utf8" c:type="const gchar*"/>
1044
1146
  </parameter>
@@ -1063,8 +1165,10 @@ not specified, the latest will be used.</doc>
1063
1165
  <parameters>
1064
1166
  <instance-parameter name="repository"
1065
1167
  transfer-ownership="none"
1168
+ nullable="1"
1066
1169
  allow-none="1">
1067
- <doc xml:space="preserve">Repository, may be %NULL for the default</doc>
1170
+ <doc xml:space="preserve">A #GIRepository or %NULL for the singleton
1171
+ process-global default #GIRepository</doc>
1068
1172
  <type name="Repository" c:type="GIRepository*"/>
1069
1173
  </instance-parameter>
1070
1174
  <parameter name="typelib_dir" transfer-ownership="none">
@@ -1075,7 +1179,10 @@ not specified, the latest will be used.</doc>
1075
1179
  <doc xml:space="preserve">GI namespace to use, e.g. "Gtk"</doc>
1076
1180
  <type name="utf8" c:type="const gchar*"/>
1077
1181
  </parameter>
1078
- <parameter name="version" transfer-ownership="none" allow-none="1">
1182
+ <parameter name="version"
1183
+ transfer-ownership="none"
1184
+ nullable="1"
1185
+ allow-none="1">
1079
1186
  <doc xml:space="preserve">Version of namespace, may be %NULL for latest</doc>
1080
1187
  <type name="utf8" c:type="const gchar*"/>
1081
1188
  </parameter>
@@ -1085,7 +1192,7 @@ not specified, the latest will be used.</doc>
1085
1192
  </parameter>
1086
1193
  </parameters>
1087
1194
  </method>
1088
- <field name="parent">
1195
+ <field name="parent" readable="0" private="1">
1089
1196
  <type name="GObject.Object" c:type="GObject"/>
1090
1197
  </field>
1091
1198
  <field name="priv" readable="0" private="1">
@@ -1095,11 +1202,13 @@ not specified, the latest will be used.</doc>
1095
1202
  <record name="RepositoryClass"
1096
1203
  c:type="GIRepositoryClass"
1097
1204
  glib:is-gtype-struct-for="Repository">
1098
- <field name="parent">
1205
+ <field name="parent" readable="0" private="1">
1099
1206
  <type name="GObject.ObjectClass" c:type="GObjectClass"/>
1100
1207
  </field>
1101
1208
  </record>
1102
1209
  <enumeration name="RepositoryError" c:type="GIRepositoryError">
1210
+ <doc xml:space="preserve">An error code used with #G_IREPOSITORY_ERROR in a #GError returned
1211
+ from a #GIRepository routine.</doc>
1103
1212
  <member name="typelib_not_found"
1104
1213
  value="0"
1105
1214
  c:identifier="G_IREPOSITORY_ERROR_TYPELIB_NOT_FOUND">
@@ -1108,26 +1217,28 @@ not specified, the latest will be used.</doc>
1108
1217
  <member name="namespace_mismatch"
1109
1218
  value="1"
1110
1219
  c:identifier="G_IREPOSITORY_ERROR_NAMESPACE_MISMATCH">
1111
- <doc xml:space="preserve">the namespace does not match the requested namespace.</doc>
1220
+ <doc xml:space="preserve">the namespace does not match the
1221
+ requested namespace.</doc>
1112
1222
  </member>
1113
1223
  <member name="namespace_version_conflict"
1114
1224
  value="2"
1115
1225
  c:identifier="G_IREPOSITORY_ERROR_NAMESPACE_VERSION_CONFLICT">
1116
- <doc xml:space="preserve">the version of the typelib does not match the requested version.</doc>
1226
+ <doc xml:space="preserve">the version of the
1227
+ typelib does not match the requested version.</doc>
1117
1228
  </member>
1118
1229
  <member name="library_not_found"
1119
1230
  value="3"
1120
1231
  c:identifier="G_IREPOSITORY_ERROR_LIBRARY_NOT_FOUND">
1121
- <doc xml:space="preserve">the library used by the typelib could not be found.</doc>
1232
+ <doc xml:space="preserve">the library used by the typelib
1233
+ could not be found.</doc>
1122
1234
  </member>
1123
1235
  </enumeration>
1124
1236
  <bitfield name="RepositoryLoadFlags" c:type="GIRepositoryLoadFlags">
1125
- <doc xml:space="preserve">Flags that controlls how a typelib is loaded by
1126
- GIRepositry, used by g_irepository_load_typelib().</doc>
1237
+ <doc xml:space="preserve">Flags that control how a typelib is loaded.</doc>
1127
1238
  <member name="irepository_load_flag_lazy"
1128
1239
  value="1"
1129
1240
  c:identifier="G_IREPOSITORY_LOAD_FLAG_LAZY">
1130
- <doc xml:space="preserve">Load the types lazily.</doc>
1241
+ <doc xml:space="preserve">Lazily load the typelib.</doc>
1131
1242
  </member>
1132
1243
  </bitfield>
1133
1244
  <record name="RepositoryPrivate"
@@ -1142,13 +1253,17 @@ can be freed.</doc>
1142
1253
  <doc xml:space="preserve">The argument is not of callback type.</doc>
1143
1254
  </member>
1144
1255
  <member name="call" value="1" c:identifier="GI_SCOPE_TYPE_CALL">
1145
- <doc xml:space="preserve">The callback and associated user_data is only used during the call to this function.</doc>
1256
+ <doc xml:space="preserve">The callback and associated user_data is only
1257
+ used during the call to this function.</doc>
1146
1258
  </member>
1147
1259
  <member name="async" value="2" c:identifier="GI_SCOPE_TYPE_ASYNC">
1148
- <doc xml:space="preserve">The callback and associated user_data is only used until the callback is invoked, and the callback. is invoked always exactly once.</doc>
1260
+ <doc xml:space="preserve">The callback and associated user_data is
1261
+ only used until the callback is invoked, and the callback.
1262
+ is invoked always exactly once.</doc>
1149
1263
  </member>
1150
1264
  <member name="notified" value="3" c:identifier="GI_SCOPE_TYPE_NOTIFIED">
1151
- <doc xml:space="preserve">The callback and and associated user_data is used until the caller is notfied via the destroy_notify.</doc>
1265
+ <doc xml:space="preserve">The callback and and associated
1266
+ user_data is used until the caller is notfied via the destroy_notify.</doc>
1152
1267
  </member>
1153
1268
  </enumeration>
1154
1269
  <enumeration name="Transfer" c:type="GITransfer">
@@ -1163,15 +1278,24 @@ the items within the container itself. Each container is freed differently,
1163
1278
  check the documentation for the types themselves for information on how to
1164
1279
  free them.</doc>
1165
1280
  <member name="nothing" value="0" c:identifier="GI_TRANSFER_NOTHING">
1166
- <doc xml:space="preserve">transfer nothing from the callee (function or the type instance the property belongs to) to the caller. The callee retains the ownership of the transfer and the caller doesn't need to do anything to free up the resources of this transfer.</doc>
1281
+ <doc xml:space="preserve">transfer nothing from the callee (function or the type
1282
+ instance the property belongs to) to the caller. The callee retains the
1283
+ ownership of the transfer and the caller doesn't need to do anything to free
1284
+ up the resources of this transfer.</doc>
1167
1285
  </member>
1168
1286
  <member name="container" value="1" c:identifier="GI_TRANSFER_CONTAINER">
1169
- <doc xml:space="preserve">transfer the container (list, array, hash table) from the callee to the caller. The callee retains the ownership of the individual items in the container and the caller has to free up the container resources (g_list_free()/g_hash_table_destroy() etc) of this transfer.</doc>
1287
+ <doc xml:space="preserve">transfer the container (list, array, hash table) from
1288
+ the callee to the caller. The callee retains the ownership of the individual
1289
+ items in the container and the caller has to free up the container resources
1290
+ (g_list_free()/g_hash_table_destroy() etc) of this transfer.</doc>
1170
1291
  </member>
1171
1292
  <member name="everything"
1172
1293
  value="2"
1173
1294
  c:identifier="GI_TRANSFER_EVERYTHING">
1174
- <doc xml:space="preserve">transfer everything, eg the container and its contents from the callee to the caller. This is the case when the callee creates a copy of all the data it returns. The caller is responsible for cleaning up the container and item resources of this transfer.</doc>
1295
+ <doc xml:space="preserve">transfer everything, eg the container and its
1296
+ contents from the callee to the caller. This is the case when the callee
1297
+ creates a copy of all the data it returns. The caller is responsible for
1298
+ cleaning up the container and item resources of this transfer.</doc>
1175
1299
  </member>
1176
1300
  </enumeration>
1177
1301
  <enumeration name="TypeTag" c:type="GITypeTag">
@@ -1219,7 +1343,8 @@ free them.</doc>
1219
1343
  <doc xml:space="preserve">a UTF-8 encoded string</doc>
1220
1344
  </member>
1221
1345
  <member name="filename" value="14" c:identifier="GI_TYPE_TAG_FILENAME">
1222
- <doc xml:space="preserve">a filename, encoded in the same encoding as the native filesystem is using.</doc>
1346
+ <doc xml:space="preserve">a filename, encoded in the same encoding
1347
+ as the native filesystem is using.</doc>
1223
1348
  </member>
1224
1349
  <member name="array" value="15" c:identifier="GI_TYPE_TAG_ARRAY">
1225
1350
  <doc xml:space="preserve">an array</doc>
@@ -1244,6 +1369,7 @@ free them.</doc>
1244
1369
  </member>
1245
1370
  </enumeration>
1246
1371
  <record name="Typelib" c:type="GITypelib" disguised="1">
1372
+ <doc xml:space="preserve">TODO</doc>
1247
1373
  <method name="free" c:identifier="g_typelib_free">
1248
1374
  <return-value transfer-ownership="none">
1249
1375
  <type name="none" c:type="void"/>
@@ -1350,34 +1476,6 @@ free them.</doc>
1350
1476
  <doc xml:space="preserve">Includes a #GError</doc>
1351
1477
  </member>
1352
1478
  </bitfield>
1353
- <record name="_BaseInfoStub" c:type="_GIBaseInfoStub">
1354
- <field name="dummy1" readable="0" private="1">
1355
- <type name="gint32" c:type="gint32"/>
1356
- </field>
1357
- <field name="dummy2" readable="0" private="1">
1358
- <type name="gint32" c:type="gint32"/>
1359
- </field>
1360
- <field name="dummy3" readable="0" private="1">
1361
- <type name="gpointer" c:type="gpointer"/>
1362
- </field>
1363
- <field name="dummy4" readable="0" private="1">
1364
- <type name="gpointer" c:type="gpointer"/>
1365
- </field>
1366
- <field name="dummy5" readable="0" private="1">
1367
- <type name="gpointer" c:type="gpointer"/>
1368
- </field>
1369
- <field name="dummy6" readable="0" private="1">
1370
- <type name="guint32" c:type="guint32"/>
1371
- </field>
1372
- <field name="dummy7" readable="0" private="1">
1373
- <type name="guint32" c:type="guint32"/>
1374
- </field>
1375
- <field name="padding" readable="0" private="1">
1376
- <array zero-terminated="0" c:type="gpointer" fixed-size="4">
1377
- <type name="gpointer" c:type="gpointer"/>
1378
- </array>
1379
- </field>
1380
- </record>
1381
1479
  <function name="arg_info_get_closure"
1382
1480
  c:identifier="g_arg_info_get_closure">
1383
1481
  <doc xml:space="preserve">Obtain the index of the user data argument. This is only valid
@@ -1457,7 +1555,9 @@ the resources required to invoke it can be freed.
1457
1555
  <function name="arg_info_get_type" c:identifier="g_arg_info_get_type">
1458
1556
  <doc xml:space="preserve">Obtain the type information for @info.</doc>
1459
1557
  <return-value transfer-ownership="full">
1460
- <doc xml:space="preserve">the #GIArgInfo, free it with g_base_info_unref() when done.</doc>
1558
+ <doc xml:space="preserve">the #GITypeInfo holding the type
1559
+ information for @info, free it with g_base_info_unref()
1560
+ when done.</doc>
1461
1561
  <type name="TypeInfo" c:type="GITypeInfo*"/>
1462
1562
  </return-value>
1463
1563
  <parameters>
@@ -1486,7 +1586,8 @@ callee allocates; if this is %TRUE, then the caller must allocate.</doc>
1486
1586
  </function>
1487
1587
  <function name="arg_info_is_optional"
1488
1588
  c:identifier="g_arg_info_is_optional">
1489
- <doc xml:space="preserve">Obtain if the argument is optional.</doc>
1589
+ <doc xml:space="preserve">Obtain if the argument is optional. For 'out' arguments this means
1590
+ that you can pass %NULL in order to ignore the result.</doc>
1490
1591
  <return-value transfer-ownership="none">
1491
1592
  <doc xml:space="preserve">%TRUE if it is an optional argument</doc>
1492
1593
  <type name="gboolean" c:type="gboolean"/>
@@ -1553,9 +1654,13 @@ The initialized @type must not be referenced after @info is deallocated.</doc>
1553
1654
  </function>
1554
1655
  <function name="arg_info_may_be_null"
1555
1656
  c:identifier="g_arg_info_may_be_null">
1556
- <doc xml:space="preserve">Obtain if the argument accepts %NULL.</doc>
1657
+ <doc xml:space="preserve">Obtain if the type of the argument includes the possibility of %NULL.
1658
+ For 'in' values this means that %NULL is a valid value. For 'out'
1659
+ values, this means that %NULL may be returned.
1660
+
1661
+ See also g_arg_info_is_optional().</doc>
1557
1662
  <return-value transfer-ownership="none">
1558
- <doc xml:space="preserve">%TRUE if it accepts %NULL</doc>
1663
+ <doc xml:space="preserve">%TRUE if the value may be %NULL</doc>
1559
1664
  <type name="gboolean" c:type="gboolean"/>
1560
1665
  </return-value>
1561
1666
  <parameters>
@@ -1568,6 +1673,7 @@ The initialized @type must not be referenced after @info is deallocated.</doc>
1568
1673
  <function name="callable_info_can_throw_gerror"
1569
1674
  c:identifier="g_callable_info_can_throw_gerror"
1570
1675
  version="1.34">
1676
+ <doc xml:space="preserve">TODO</doc>
1571
1677
  <return-value transfer-ownership="none">
1572
1678
  <doc xml:space="preserve">%TRUE if this #GICallableInfo can throw a #GError</doc>
1573
1679
  <type name="gboolean" c:type="gboolean"/>
@@ -1583,7 +1689,8 @@ The initialized @type must not be referenced after @info is deallocated.</doc>
1583
1689
  c:identifier="g_callable_info_get_arg">
1584
1690
  <doc xml:space="preserve">Obtain information about a particular argument of this callable.</doc>
1585
1691
  <return-value transfer-ownership="full">
1586
- <doc xml:space="preserve">the #GIArgInfo. Free it with g_base_info_unref() when done.</doc>
1692
+ <doc xml:space="preserve">the #GIArgInfo. Free it with
1693
+ g_base_info_unref() when done.</doc>
1587
1694
  <type name="ArgInfo" c:type="GIArgInfo*"/>
1588
1695
  </return-value>
1589
1696
  <parameters>
@@ -1612,6 +1719,21 @@ The initialized @type must not be referenced after @info is deallocated.</doc>
1612
1719
  </parameter>
1613
1720
  </parameters>
1614
1721
  </function>
1722
+ <function name="callable_info_get_instance_ownership_transfer"
1723
+ c:identifier="g_callable_info_get_instance_ownership_transfer">
1724
+ <doc xml:space="preserve">Obtains the ownership transfer for the instance argument.
1725
+ #GITransfer contains a list of possible transfer values.</doc>
1726
+ <return-value transfer-ownership="none">
1727
+ <doc xml:space="preserve">the transfer</doc>
1728
+ <type name="Transfer" c:type="GITransfer"/>
1729
+ </return-value>
1730
+ <parameters>
1731
+ <parameter name="info" transfer-ownership="none">
1732
+ <doc xml:space="preserve">a #GICallableInfo</doc>
1733
+ <type name="CallableInfo" c:type="GICallableInfo*"/>
1734
+ </parameter>
1735
+ </parameters>
1736
+ </function>
1615
1737
  <function name="callable_info_get_n_args"
1616
1738
  c:identifier="g_callable_info_get_n_args">
1617
1739
  <doc xml:space="preserve">Obtain the number of arguments (both IN and OUT) for this callable.</doc>
@@ -1648,7 +1770,8 @@ The initialized @type must not be referenced after @info is deallocated.</doc>
1648
1770
  c:identifier="g_callable_info_get_return_type">
1649
1771
  <doc xml:space="preserve">Obtain the return type of a callable item as a #GITypeInfo.</doc>
1650
1772
  <return-value transfer-ownership="full">
1651
- <doc xml:space="preserve">the #GITypeInfo. Free the struct by calling g_base_info_unref() when done.</doc>
1773
+ <doc xml:space="preserve">the #GITypeInfo. Free the struct by calling
1774
+ g_base_info_unref() when done.</doc>
1652
1775
  <type name="TypeInfo" c:type="GITypeInfo*"/>
1653
1776
  </return-value>
1654
1777
  <parameters>
@@ -1661,35 +1784,45 @@ The initialized @type must not be referenced after @info is deallocated.</doc>
1661
1784
  <function name="callable_info_invoke"
1662
1785
  c:identifier="g_callable_info_invoke"
1663
1786
  throws="1">
1787
+ <doc xml:space="preserve">TODO</doc>
1664
1788
  <return-value transfer-ownership="none">
1665
1789
  <type name="gboolean" c:type="gboolean"/>
1666
1790
  </return-value>
1667
1791
  <parameters>
1668
1792
  <parameter name="info" transfer-ownership="none">
1793
+ <doc xml:space="preserve">TODO</doc>
1669
1794
  <type name="CallableInfo" c:type="GICallableInfo*"/>
1670
1795
  </parameter>
1671
1796
  <parameter name="function" transfer-ownership="none">
1797
+ <doc xml:space="preserve">TODO</doc>
1672
1798
  <type name="gpointer" c:type="gpointer"/>
1673
1799
  </parameter>
1674
1800
  <parameter name="in_args" transfer-ownership="none">
1801
+ <doc xml:space="preserve">TODO</doc>
1675
1802
  <type name="Argument" c:type="const GIArgument*"/>
1676
1803
  </parameter>
1677
1804
  <parameter name="n_in_args" transfer-ownership="none">
1805
+ <doc xml:space="preserve">TODO</doc>
1678
1806
  <type name="gint" c:type="int"/>
1679
1807
  </parameter>
1680
1808
  <parameter name="out_args" transfer-ownership="none">
1809
+ <doc xml:space="preserve">TODO</doc>
1681
1810
  <type name="Argument" c:type="const GIArgument*"/>
1682
1811
  </parameter>
1683
1812
  <parameter name="n_out_args" transfer-ownership="none">
1813
+ <doc xml:space="preserve">TODO</doc>
1684
1814
  <type name="gint" c:type="int"/>
1685
1815
  </parameter>
1686
1816
  <parameter name="return_value" transfer-ownership="none">
1817
+ <doc xml:space="preserve">TODO</doc>
1687
1818
  <type name="Argument" c:type="GIArgument*"/>
1688
1819
  </parameter>
1689
1820
  <parameter name="is_method" transfer-ownership="none">
1821
+ <doc xml:space="preserve">TODO</doc>
1690
1822
  <type name="gboolean" c:type="gboolean"/>
1691
1823
  </parameter>
1692
1824
  <parameter name="throws" transfer-ownership="none">
1825
+ <doc xml:space="preserve">TODO</doc>
1693
1826
  <type name="gboolean" c:type="gboolean"/>
1694
1827
  </parameter>
1695
1828
  </parameters>
@@ -1707,6 +1840,7 @@ matches the number of arguments in the raw C method. For methods, there
1707
1840
  is one more C argument than is exposed by introspection: the "self"
1708
1841
  or "this" object.</doc>
1709
1842
  <return-value transfer-ownership="none">
1843
+ <doc xml:space="preserve">%TRUE if @info is a method, %FALSE otherwise</doc>
1710
1844
  <type name="gboolean" c:type="gboolean"/>
1711
1845
  </return-value>
1712
1846
  <parameters>
@@ -1859,7 +1993,8 @@ The initialized @type must not be referenced after @info is deallocated.</doc>
1859
1993
  c:identifier="g_constant_info_get_type">
1860
1994
  <doc xml:space="preserve">Obtain the type of the constant as a #GITypeInfo.</doc>
1861
1995
  <return-value transfer-ownership="full">
1862
- <doc xml:space="preserve">the #GITypeInfo. Free the struct by calling g_base_info_unref() when done.</doc>
1996
+ <doc xml:space="preserve">the #GITypeInfo. Free the struct by calling
1997
+ g_base_info_unref() when done.</doc>
1863
1998
  <type name="TypeInfo" c:type="GITypeInfo*"/>
1864
1999
  </return-value>
1865
2000
  <parameters>
@@ -1900,7 +2035,8 @@ Free the value with g_constant_info_free_value().</doc>
1900
2035
  <doc xml:space="preserve">Obtain the string form of the quark for the error domain associated with
1901
2036
  this enum, if any.</doc>
1902
2037
  <return-value transfer-ownership="none">
1903
- <doc xml:space="preserve">the string form of the error domain associated with this enum, or %NULL.</doc>
2038
+ <doc xml:space="preserve">the string form of the error domain associated
2039
+ with this enum, or %NULL.</doc>
1904
2040
  <type name="utf8" c:type="const gchar*"/>
1905
2041
  </return-value>
1906
2042
  <parameters>
@@ -1915,7 +2051,8 @@ this enum, if any.</doc>
1915
2051
  version="1.29.17">
1916
2052
  <doc xml:space="preserve">Obtain an enum type method at index @n.</doc>
1917
2053
  <return-value transfer-ownership="full">
1918
- <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2054
+ <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling
2055
+ g_base_info_unref() when done.</doc>
1919
2056
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
1920
2057
  </return-value>
1921
2058
  <parameters>
@@ -1980,7 +2117,8 @@ may not match the sign of the type used by the C compiler.</doc>
1980
2117
  <function name="enum_info_get_value" c:identifier="g_enum_info_get_value">
1981
2118
  <doc xml:space="preserve">Obtain a value for this enumeration.</doc>
1982
2119
  <return-value transfer-ownership="full">
1983
- <doc xml:space="preserve">the enumeration value or %NULL if type tag is wrong, free the struct with g_base_info_unref() when done.</doc>
2120
+ <doc xml:space="preserve">the enumeration value or %NULL if type tag is wrong,
2121
+ free the struct with g_base_info_unref() when done.</doc>
1984
2122
  <type name="ValueInfo" c:type="GIValueInfo*"/>
1985
2123
  </return-value>
1986
2124
  <parameters>
@@ -1997,7 +2135,7 @@ may not match the sign of the type used by the C compiler.</doc>
1997
2135
  <function name="field_info_get_field"
1998
2136
  c:identifier="g_field_info_get_field"
1999
2137
  introspectable="0">
2000
- <doc xml:space="preserve">Reads a field identified by a #GFieldInfo from a C structure or
2138
+ <doc xml:space="preserve">Reads a field identified by a #GIFieldInfo from a C structure or
2001
2139
  union. This only handles fields of simple C types. It will fail
2002
2140
  for a field of a composite type like a nested structure or union
2003
2141
  even if that is actually readable.</doc>
@@ -2067,7 +2205,8 @@ much space you need to allocate to store the field.</doc>
2067
2205
  <function name="field_info_get_type" c:identifier="g_field_info_get_type">
2068
2206
  <doc xml:space="preserve">Obtain the type of a field as a #GITypeInfo.</doc>
2069
2207
  <return-value transfer-ownership="full">
2070
- <doc xml:space="preserve">the #GITypeInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2208
+ <doc xml:space="preserve">the #GITypeInfo. Free the struct by calling
2209
+ g_base_info_unref() when done.</doc>
2071
2210
  <type name="TypeInfo" c:type="GITypeInfo*"/>
2072
2211
  </return-value>
2073
2212
  <parameters>
@@ -2080,7 +2219,7 @@ much space you need to allocate to store the field.</doc>
2080
2219
  <function name="field_info_set_field"
2081
2220
  c:identifier="g_field_info_set_field"
2082
2221
  introspectable="0">
2083
- <doc xml:space="preserve">Writes a field identified by a #GFieldInfo to a C structure or
2222
+ <doc xml:space="preserve">Writes a field identified by a #GIFieldInfo to a C structure or
2084
2223
  union. This only handles fields of simple C types. It will fail
2085
2224
  for a field of a composite type like a nested structure or union
2086
2225
  even if that is actually writable. Note also that that it will refuse
@@ -2126,7 +2265,8 @@ Only #GIFunctionInfo with the flag %GI_FUNCTION_IS_GETTER or
2126
2265
  %GI_FUNCTION_IS_SETTER have a property set. For other cases,
2127
2266
  %NULL will be returned.</doc>
2128
2267
  <return-value transfer-ownership="full">
2129
- <doc xml:space="preserve">the property or %NULL if not set. Free it with g_base_info_unref() when done.</doc>
2268
+ <doc xml:space="preserve">the property or %NULL if not set. Free it with
2269
+ g_base_info_unref() when done.</doc>
2130
2270
  <type name="PropertyInfo" c:type="GIPropertyInfo*"/>
2131
2271
  </return-value>
2132
2272
  <parameters>
@@ -2158,7 +2298,8 @@ g_module_symbol().</doc>
2158
2298
  Only #GIFunctionInfo with the flag %GI_FUNCTION_WRAPS_VFUNC has
2159
2299
  a virtual function set. For other cases, %NULL will be returned.</doc>
2160
2300
  <return-value transfer-ownership="full">
2161
- <doc xml:space="preserve">the virtual function or %NULL if not set. Free it by calling g_base_info_unref() when done.</doc>
2301
+ <doc xml:space="preserve">the virtual function or %NULL if not set.
2302
+ Free it by calling g_base_info_unref() when done.</doc>
2162
2303
  <type name="VFuncInfo" c:type="GIVFuncInfo*"/>
2163
2304
  </return-value>
2164
2305
  <parameters>
@@ -2179,7 +2320,8 @@ to the function, so the library or shared object containing the
2179
2320
  described function must either be linked to the caller, or must
2180
2321
  have been g_module_symbol()&lt;!-- --&gt;ed before calling this function.</doc>
2181
2322
  <return-value transfer-ownership="none">
2182
- <doc xml:space="preserve">%TRUE if the function has been invoked, %FALSE if an error occurred.</doc>
2323
+ <doc xml:space="preserve">%TRUE if the function has been invoked, %FALSE if an
2324
+ error occurred.</doc>
2183
2325
  <type name="gboolean" c:type="gboolean"/>
2184
2326
  </return-value>
2185
2327
  <parameters>
@@ -2188,7 +2330,9 @@ have been g_module_symbol()&lt;!-- --&gt;ed before calling this function.</doc>
2188
2330
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
2189
2331
  </parameter>
2190
2332
  <parameter name="in_args" transfer-ownership="none">
2191
- <doc xml:space="preserve">an array of #GIArgument&lt;!-- --&gt;s, one for each in parameter of @info. If there are no in parameter, @in_args can be %NULL</doc>
2333
+ <doc xml:space="preserve">an array of #GIArgument&lt;!-- --&gt;s, one for each in
2334
+ parameter of @info. If there are no in parameter, @in_args
2335
+ can be %NULL</doc>
2192
2336
  <type name="Argument" c:type="const GIArgument*"/>
2193
2337
  </parameter>
2194
2338
  <parameter name="n_in_args" transfer-ownership="none">
@@ -2196,7 +2340,9 @@ have been g_module_symbol()&lt;!-- --&gt;ed before calling this function.</doc>
2196
2340
  <type name="gint" c:type="int"/>
2197
2341
  </parameter>
2198
2342
  <parameter name="out_args" transfer-ownership="none">
2199
- <doc xml:space="preserve">an array of #GIArgument&lt;!-- --&gt;s, one for each out parameter of @info. If there are no out parameters, @out_args may be %NULL</doc>
2343
+ <doc xml:space="preserve">an array of #GIArgument&lt;!-- --&gt;s, one for each out
2344
+ parameter of @info. If there are no out parameters, @out_args
2345
+ may be %NULL</doc>
2200
2346
  <type name="Argument" c:type="const GIArgument*"/>
2201
2347
  </parameter>
2202
2348
  <parameter name="n_out_args" transfer-ownership="none">
@@ -2204,26 +2350,34 @@ have been g_module_symbol()&lt;!-- --&gt;ed before calling this function.</doc>
2204
2350
  <type name="gint" c:type="int"/>
2205
2351
  </parameter>
2206
2352
  <parameter name="return_value" transfer-ownership="none">
2207
- <doc xml:space="preserve">return location for the return value of the function. If the function returns void, @return_value may be %NULL</doc>
2353
+ <doc xml:space="preserve">return location for the return value of the
2354
+ function. If the function returns void, @return_value may be
2355
+ %NULL</doc>
2208
2356
  <type name="Argument" c:type="GIArgument*"/>
2209
2357
  </parameter>
2210
2358
  </parameters>
2211
2359
  </function>
2212
2360
  <function name="info_new" c:identifier="g_info_new">
2361
+ <doc xml:space="preserve">TODO</doc>
2213
2362
  <return-value transfer-ownership="full">
2363
+ <doc xml:space="preserve">TODO</doc>
2214
2364
  <type name="BaseInfo" c:type="GIBaseInfo*"/>
2215
2365
  </return-value>
2216
2366
  <parameters>
2217
2367
  <parameter name="type" transfer-ownership="none">
2368
+ <doc xml:space="preserve">TODO</doc>
2218
2369
  <type name="InfoType" c:type="GIInfoType"/>
2219
2370
  </parameter>
2220
2371
  <parameter name="container" transfer-ownership="none">
2372
+ <doc xml:space="preserve">TODO</doc>
2221
2373
  <type name="BaseInfo" c:type="GIBaseInfo*"/>
2222
2374
  </parameter>
2223
2375
  <parameter name="typelib" transfer-ownership="none">
2376
+ <doc xml:space="preserve">TODO</doc>
2224
2377
  <type name="Typelib" c:type="GITypelib*"/>
2225
2378
  </parameter>
2226
2379
  <parameter name="offset" transfer-ownership="none">
2380
+ <doc xml:space="preserve">TODO</doc>
2227
2381
  <type name="guint32" c:type="guint32"/>
2228
2382
  </parameter>
2229
2383
  </parameters>
@@ -2246,7 +2400,8 @@ have been g_module_symbol()&lt;!-- --&gt;ed before calling this function.</doc>
2246
2400
  <doc xml:space="preserve">Obtain a method of the interface type given a @name. %NULL will be
2247
2401
  returned if there's no method available with that name.</doc>
2248
2402
  <return-value transfer-ownership="full">
2249
- <doc xml:space="preserve">the #GIFunctionInfo or %NULL if none found. Free the struct by calling g_base_info_unref() when done.</doc>
2403
+ <doc xml:space="preserve">the #GIFunctionInfo or %NULL if none found.
2404
+ Free the struct by calling g_base_info_unref() when done.</doc>
2250
2405
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
2251
2406
  </return-value>
2252
2407
  <parameters>
@@ -2263,8 +2418,10 @@ returned if there's no method available with that name.</doc>
2263
2418
  <function name="interface_info_find_signal"
2264
2419
  c:identifier="g_interface_info_find_signal"
2265
2420
  version="1.34">
2421
+ <doc xml:space="preserve">TODO</doc>
2266
2422
  <return-value transfer-ownership="full">
2267
- <doc xml:space="preserve">Info for the signal with name @name in @info, or %NULL on failure.</doc>
2423
+ <doc xml:space="preserve">Info for the signal with name @name in @info, or
2424
+ %NULL on failure.</doc>
2268
2425
  <type name="SignalInfo" c:type="GISignalInfo*"/>
2269
2426
  </return-value>
2270
2427
  <parameters>
@@ -2283,7 +2440,8 @@ returned if there's no method available with that name.</doc>
2283
2440
  <doc xml:space="preserve">Locate a virtual function slot with name @name. See the documentation
2284
2441
  for g_object_info_find_vfunc() for more information on virtuals.</doc>
2285
2442
  <return-value transfer-ownership="full">
2286
- <doc xml:space="preserve">the #GIVFuncInfo, or %NULL. Free it with g_base_info_unref() when done.</doc>
2443
+ <doc xml:space="preserve">the #GIVFuncInfo, or %NULL. Free it with
2444
+ g_base_info_unref() when done.</doc>
2287
2445
  <type name="VFuncInfo" c:type="GIVFuncInfo*"/>
2288
2446
  </return-value>
2289
2447
  <parameters>
@@ -2301,7 +2459,8 @@ for g_object_info_find_vfunc() for more information on virtuals.</doc>
2301
2459
  c:identifier="g_interface_info_get_constant">
2302
2460
  <doc xml:space="preserve">Obtain an interface type constant at index @n.</doc>
2303
2461
  <return-value transfer-ownership="full">
2304
- <doc xml:space="preserve">the #GIConstantInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2462
+ <doc xml:space="preserve">the #GIConstantInfo. Free the struct by calling
2463
+ g_base_info_unref() when done.</doc>
2305
2464
  <type name="ConstantInfo" c:type="GIConstantInfo*"/>
2306
2465
  </return-value>
2307
2466
  <parameters>
@@ -2319,7 +2478,8 @@ for g_object_info_find_vfunc() for more information on virtuals.</doc>
2319
2478
  c:identifier="g_interface_info_get_iface_struct">
2320
2479
  <doc xml:space="preserve">Returns the layout C structure associated with this #GInterface.</doc>
2321
2480
  <return-value transfer-ownership="full">
2322
- <doc xml:space="preserve">the #GIStructInfo or %NULL. Free it with g_base_info_unref() when done.</doc>
2481
+ <doc xml:space="preserve">the #GIStructInfo or %NULL. Free it with
2482
+ g_base_info_unref() when done.</doc>
2323
2483
  <type name="StructInfo" c:type="GIStructInfo*"/>
2324
2484
  </return-value>
2325
2485
  <parameters>
@@ -2333,7 +2493,8 @@ for g_object_info_find_vfunc() for more information on virtuals.</doc>
2333
2493
  c:identifier="g_interface_info_get_method">
2334
2494
  <doc xml:space="preserve">Obtain an interface type method at index @n.</doc>
2335
2495
  <return-value transfer-ownership="full">
2336
- <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2496
+ <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling
2497
+ g_base_info_unref() when done.</doc>
2337
2498
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
2338
2499
  </return-value>
2339
2500
  <parameters>
@@ -2437,7 +2598,8 @@ interface, similar to an base class for GObjects.</doc>
2437
2598
  c:identifier="g_interface_info_get_prerequisite">
2438
2599
  <doc xml:space="preserve">Obtain an interface type prerequisites index @n.</doc>
2439
2600
  <return-value transfer-ownership="full">
2440
- <doc xml:space="preserve">the prerequisites as a #GIBaseInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2601
+ <doc xml:space="preserve">the prerequisites as a #GIBaseInfo. Free the struct by calling
2602
+ g_base_info_unref() when done.</doc>
2441
2603
  <type name="BaseInfo" c:type="GIBaseInfo*"/>
2442
2604
  </return-value>
2443
2605
  <parameters>
@@ -2455,7 +2617,8 @@ interface, similar to an base class for GObjects.</doc>
2455
2617
  c:identifier="g_interface_info_get_property">
2456
2618
  <doc xml:space="preserve">Obtain an interface type property at index @n.</doc>
2457
2619
  <return-value transfer-ownership="full">
2458
- <doc xml:space="preserve">the #GIPropertyInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2620
+ <doc xml:space="preserve">the #GIPropertyInfo. Free the struct by calling
2621
+ g_base_info_unref() when done.</doc>
2459
2622
  <type name="PropertyInfo" c:type="GIPropertyInfo*"/>
2460
2623
  </return-value>
2461
2624
  <parameters>
@@ -2473,7 +2636,8 @@ interface, similar to an base class for GObjects.</doc>
2473
2636
  c:identifier="g_interface_info_get_signal">
2474
2637
  <doc xml:space="preserve">Obtain an interface type signal at index @n.</doc>
2475
2638
  <return-value transfer-ownership="full">
2476
- <doc xml:space="preserve">the #GISignalInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2639
+ <doc xml:space="preserve">the #GISignalInfo. Free the struct by calling
2640
+ g_base_info_unref() when done.</doc>
2477
2641
  <type name="SignalInfo" c:type="GISignalInfo*"/>
2478
2642
  </return-value>
2479
2643
  <parameters>
@@ -2491,7 +2655,8 @@ interface, similar to an base class for GObjects.</doc>
2491
2655
  c:identifier="g_interface_info_get_vfunc">
2492
2656
  <doc xml:space="preserve">Obtain an interface type virtual function at index @n.</doc>
2493
2657
  <return-value transfer-ownership="full">
2494
- <doc xml:space="preserve">the #GIVFuncInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2658
+ <doc xml:space="preserve">the #GIVFuncInfo. Free the struct by calling
2659
+ g_base_info_unref() when done.</doc>
2495
2660
  <type name="VFuncInfo" c:type="GIVFuncInfo*"/>
2496
2661
  </return-value>
2497
2662
  <parameters>
@@ -2506,7 +2671,9 @@ interface, similar to an base class for GObjects.</doc>
2506
2671
  </parameters>
2507
2672
  </function>
2508
2673
  <function name="invoke_error_quark" c:identifier="g_invoke_error_quark">
2674
+ <doc xml:space="preserve">TODO</doc>
2509
2675
  <return-value transfer-ownership="none">
2676
+ <doc xml:space="preserve">TODO</doc>
2510
2677
  <type name="GLib.Quark" c:type="GQuark"/>
2511
2678
  </return-value>
2512
2679
  </function>
@@ -2519,12 +2686,14 @@ g_function_info_invoke().</doc>
2519
2686
  <member name="symbol_not_found"
2520
2687
  value="1"
2521
2688
  c:identifier="G_INVOKE_ERROR_SYMBOL_NOT_FOUND">
2522
- <doc xml:space="preserve">symbol couldn't be found in any of the libraries associated with the typelib of the function.</doc>
2689
+ <doc xml:space="preserve">symbol couldn't be found in any of the
2690
+ libraries associated with the typelib of the function.</doc>
2523
2691
  </member>
2524
2692
  <member name="argument_mismatch"
2525
2693
  value="2"
2526
2694
  c:identifier="G_INVOKE_ERROR_ARGUMENT_MISMATCH">
2527
- <doc xml:space="preserve">the arguments provided didn't match the expected arguments for the functions type signature.</doc>
2695
+ <doc xml:space="preserve">the arguments provided didn't match
2696
+ the expected arguments for the functions type signature.</doc>
2528
2697
  </member>
2529
2698
  </enumeration>
2530
2699
  <function name="object_info_find_method"
@@ -2532,7 +2701,8 @@ g_function_info_invoke().</doc>
2532
2701
  <doc xml:space="preserve">Obtain a method of the object type given a @name. %NULL will be
2533
2702
  returned if there's no method available with that name.</doc>
2534
2703
  <return-value transfer-ownership="full">
2535
- <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2704
+ <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling
2705
+ g_base_info_unref() when done.</doc>
2536
2706
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
2537
2707
  </return-value>
2538
2708
  <parameters>
@@ -2555,7 +2725,8 @@ returned if there's no method available with that name.
2555
2725
  Note that this function does *not* search parent classes; you will have
2556
2726
  to chain up if that's desired.</doc>
2557
2727
  <return-value transfer-ownership="full">
2558
- <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2728
+ <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling
2729
+ g_base_info_unref() when done.</doc>
2559
2730
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
2560
2731
  </return-value>
2561
2732
  <parameters>
@@ -2577,9 +2748,9 @@ to chain up if that's desired.</doc>
2577
2748
  </parameters>
2578
2749
  </function>
2579
2750
  <function name="object_info_find_signal"
2580
- c:identifier="g_object_info_find_signal"
2581
- introspectable="0">
2582
- <return-value>
2751
+ c:identifier="g_object_info_find_signal">
2752
+ <doc xml:space="preserve">TODO</doc>
2753
+ <return-value transfer-ownership="full">
2583
2754
  <doc xml:space="preserve">Info for the signal with name @name in @info, or %NULL on failure.</doc>
2584
2755
  <type name="SignalInfo" c:type="GISignalInfo*"/>
2585
2756
  </return-value>
@@ -2604,7 +2775,8 @@ returned.
2604
2775
  See the documentation for g_vfunc_info_get_invoker() for more
2605
2776
  information on invoking virtuals.</doc>
2606
2777
  <return-value transfer-ownership="full">
2607
- <doc xml:space="preserve">the #GIVFuncInfo, or %NULL. Free it with g_base_info_unref() when done.</doc>
2778
+ <doc xml:space="preserve">the #GIVFuncInfo, or %NULL. Free it with
2779
+ g_base_info_unref() when done.</doc>
2608
2780
  <type name="VFuncInfo" c:type="GIVFuncInfo*"/>
2609
2781
  </return-value>
2610
2782
  <parameters>
@@ -2630,7 +2802,8 @@ returned.
2630
2802
  Note that this function does *not* search parent classes; you will have
2631
2803
  to chain up if that's desired.</doc>
2632
2804
  <return-value transfer-ownership="full">
2633
- <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2805
+ <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling
2806
+ g_base_info_unref() when done.</doc>
2634
2807
  <type name="VFuncInfo" c:type="GIVFuncInfo*"/>
2635
2808
  </return-value>
2636
2809
  <parameters>
@@ -2671,7 +2844,8 @@ instantiated</doc>
2671
2844
  <doc xml:space="preserve">Every #GObject has two structures; an instance structure and a class
2672
2845
  structure. This function returns the metadata for the class structure.</doc>
2673
2846
  <return-value transfer-ownership="full">
2674
- <doc xml:space="preserve">the #GIStructInfo or %NULL. Free with g_base_info_unref() when done.</doc>
2847
+ <doc xml:space="preserve">the #GIStructInfo or %NULL. Free with
2848
+ g_base_info_unref() when done.</doc>
2675
2849
  <type name="StructInfo" c:type="GIStructInfo*"/>
2676
2850
  </return-value>
2677
2851
  <parameters>
@@ -2685,7 +2859,8 @@ structure. This function returns the metadata for the class structure.</doc>
2685
2859
  c:identifier="g_object_info_get_constant">
2686
2860
  <doc xml:space="preserve">Obtain an object type constant at index @n.</doc>
2687
2861
  <return-value transfer-ownership="full">
2688
- <doc xml:space="preserve">the #GIConstantInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2862
+ <doc xml:space="preserve">the #GIConstantInfo. Free the struct by calling
2863
+ g_base_info_unref() when done.</doc>
2689
2864
  <type name="ConstantInfo" c:type="GIConstantInfo*"/>
2690
2865
  </return-value>
2691
2866
  <parameters>
@@ -2703,7 +2878,8 @@ structure. This function returns the metadata for the class structure.</doc>
2703
2878
  c:identifier="g_object_info_get_field">
2704
2879
  <doc xml:space="preserve">Obtain an object type field at index @n.</doc>
2705
2880
  <return-value transfer-ownership="full">
2706
- <doc xml:space="preserve">the #GIFieldInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2881
+ <doc xml:space="preserve">the #GIFieldInfo. Free the struct by calling
2882
+ g_base_info_unref() when done.</doc>
2707
2883
  <type name="FieldInfo" c:type="GIFieldInfo*"/>
2708
2884
  </return-value>
2709
2885
  <parameters>
@@ -2773,7 +2949,8 @@ the base classes of this type, starting at the top type.</doc>
2773
2949
  c:identifier="g_object_info_get_interface">
2774
2950
  <doc xml:space="preserve">Obtain an object type interface at index @n.</doc>
2775
2951
  <return-value transfer-ownership="full">
2776
- <doc xml:space="preserve">the #GIInterfaceInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2952
+ <doc xml:space="preserve">the #GIInterfaceInfo. Free the struct by calling
2953
+ g_base_info_unref() when done.</doc>
2777
2954
  <type name="InterfaceInfo" c:type="GIInterfaceInfo*"/>
2778
2955
  </return-value>
2779
2956
  <parameters>
@@ -2791,7 +2968,8 @@ the base classes of this type, starting at the top type.</doc>
2791
2968
  c:identifier="g_object_info_get_method">
2792
2969
  <doc xml:space="preserve">Obtain an object type method at index @n.</doc>
2793
2970
  <return-value transfer-ownership="full">
2794
- <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling g_base_info_unref() when done.</doc>
2971
+ <doc xml:space="preserve">the #GIFunctionInfo. Free the struct by calling
2972
+ g_base_info_unref() when done.</doc>
2795
2973
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
2796
2974
  </return-value>
2797
2975
  <parameters>
@@ -2907,7 +3085,8 @@ the base classes of this type, starting at the top type.</doc>
2907
3085
  c:identifier="g_object_info_get_parent">
2908
3086
  <doc xml:space="preserve">Obtain the parent of the object type.</doc>
2909
3087
  <return-value transfer-ownership="full">
2910
- <doc xml:space="preserve">the #GIObjectInfo. Free the struct by calling g_base_info_unref() when done.</doc>
3088
+ <doc xml:space="preserve">the #GIObjectInfo. Free the struct by calling
3089
+ g_base_info_unref() when done.</doc>
2911
3090
  <type name="ObjectInfo" c:type="GIObjectInfo*"/>
2912
3091
  </return-value>
2913
3092
  <parameters>
@@ -2921,7 +3100,8 @@ the base classes of this type, starting at the top type.</doc>
2921
3100
  c:identifier="g_object_info_get_property">
2922
3101
  <doc xml:space="preserve">Obtain an object type property at index @n.</doc>
2923
3102
  <return-value transfer-ownership="full">
2924
- <doc xml:space="preserve">the #GIPropertyInfo. Free the struct by calling g_base_info_unref() when done.</doc>
3103
+ <doc xml:space="preserve">the #GIPropertyInfo. Free the struct by calling
3104
+ g_base_info_unref() when done.</doc>
2925
3105
  <type name="PropertyInfo" c:type="GIPropertyInfo*"/>
2926
3106
  </return-value>
2927
3107
  <parameters>
@@ -3011,7 +3191,8 @@ the base classes of this type, starting at the top type.</doc>
3011
3191
  c:identifier="g_object_info_get_signal">
3012
3192
  <doc xml:space="preserve">Obtain an object type signal at index @n.</doc>
3013
3193
  <return-value transfer-ownership="full">
3014
- <doc xml:space="preserve">the #GISignalInfo. Free the struct by calling g_base_info_unref() when done.</doc>
3194
+ <doc xml:space="preserve">the #GISignalInfo. Free the struct by calling
3195
+ g_base_info_unref() when done.</doc>
3015
3196
  <type name="SignalInfo" c:type="GISignalInfo*"/>
3016
3197
  </return-value>
3017
3198
  <parameters>
@@ -3094,7 +3275,8 @@ the base classes of this type, starting at the top type.</doc>
3094
3275
  c:identifier="g_object_info_get_vfunc">
3095
3276
  <doc xml:space="preserve">Obtain an object type virtual function at index @n.</doc>
3096
3277
  <return-value transfer-ownership="full">
3097
- <doc xml:space="preserve">the #GIVFuncInfo. Free the struct by calling g_base_info_unref() when done.</doc>
3278
+ <doc xml:space="preserve">the #GIVFuncInfo. Free the struct by calling
3279
+ g_base_info_unref() when done.</doc>
3098
3280
  <type name="VFuncInfo" c:type="GIVFuncInfo*"/>
3099
3281
  </return-value>
3100
3282
  <parameters>
@@ -3110,7 +3292,7 @@ the base classes of this type, starting at the top type.</doc>
3110
3292
  </function>
3111
3293
  <function name="property_info_get_flags"
3112
3294
  c:identifier="g_property_info_get_flags">
3113
- <doc xml:space="preserve">Obtain the flags for this property info. See #GParamFags for
3295
+ <doc xml:space="preserve">Obtain the flags for this property info. See #GParamFlags for
3114
3296
  more information about possible flag values.</doc>
3115
3297
  <return-value transfer-ownership="none">
3116
3298
  <doc xml:space="preserve">the flags</doc>
@@ -3142,7 +3324,8 @@ information about transfer values.</doc>
3142
3324
  c:identifier="g_property_info_get_type">
3143
3325
  <doc xml:space="preserve">Obtain the type information for the property @info.</doc>
3144
3326
  <return-value transfer-ownership="full">
3145
- <doc xml:space="preserve">the #GITypeInfo, free it with g_base_info_unref() when done.</doc>
3327
+ <doc xml:space="preserve">the #GITypeInfo, free it with
3328
+ g_base_info_unref() when done.</doc>
3146
3329
  <type name="TypeInfo" c:type="GITypeInfo*"/>
3147
3330
  </return-value>
3148
3331
  <parameters>
@@ -3176,7 +3359,8 @@ function which will register the GType within the GObject type system.
3176
3359
  Usually this is not called by langauge bindings or applications, use
3177
3360
  g_registered_type_info_get_g_type() directly instead.</doc>
3178
3361
  <return-value transfer-ownership="none">
3179
- <doc xml:space="preserve">the symbol name of the type init function, suitable for passing into g_module_symbol().</doc>
3362
+ <doc xml:space="preserve">the symbol name of the type init function, suitable for
3363
+ passing into g_module_symbol().</doc>
3180
3364
  <type name="utf8" c:type="const gchar*"/>
3181
3365
  </return-value>
3182
3366
  <parameters>
@@ -3251,7 +3435,8 @@ stop the emission of the signal.</doc>
3251
3435
  c:identifier="g_struct_info_find_method">
3252
3436
  <doc xml:space="preserve">Obtain the type information for method named @name.</doc>
3253
3437
  <return-value transfer-ownership="full">
3254
- <doc xml:space="preserve">the #GIFunctionInfo, free it with g_base_info_unref() when done.</doc>
3438
+ <doc xml:space="preserve">the #GIFunctionInfo, free it with g_base_info_unref()
3439
+ when done.</doc>
3255
3440
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
3256
3441
  </return-value>
3257
3442
  <parameters>
@@ -3283,7 +3468,8 @@ stop the emission of the signal.</doc>
3283
3468
  c:identifier="g_struct_info_get_field">
3284
3469
  <doc xml:space="preserve">Obtain the type information for field with specified index.</doc>
3285
3470
  <return-value transfer-ownership="full">
3286
- <doc xml:space="preserve">the #GIFieldInfo, free it with g_base_info_unref() when done.</doc>
3471
+ <doc xml:space="preserve">the #GIFieldInfo, free it with g_base_info_unref()
3472
+ when done.</doc>
3287
3473
  <type name="FieldInfo" c:type="GIFieldInfo*"/>
3288
3474
  </return-value>
3289
3475
  <parameters>
@@ -3301,7 +3487,8 @@ stop the emission of the signal.</doc>
3301
3487
  c:identifier="g_struct_info_get_method">
3302
3488
  <doc xml:space="preserve">Obtain the type information for method with specified index.</doc>
3303
3489
  <return-value transfer-ownership="full">
3304
- <doc xml:space="preserve">the #GIFunctionInfo, free it with g_base_info_unref() when done.</doc>
3490
+ <doc xml:space="preserve">the #GIFunctionInfo, free it with g_base_info_unref()
3491
+ when done.</doc>
3305
3492
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
3306
3493
  </return-value>
3307
3494
  <parameters>
@@ -3359,11 +3546,14 @@ stop the emission of the signal.</doc>
3359
3546
  </function>
3360
3547
  <function name="struct_info_is_foreign"
3361
3548
  c:identifier="g_struct_info_is_foreign">
3549
+ <doc xml:space="preserve">TODO</doc>
3362
3550
  <return-value transfer-ownership="none">
3551
+ <doc xml:space="preserve">TODO</doc>
3363
3552
  <type name="gboolean" c:type="gboolean"/>
3364
3553
  </return-value>
3365
3554
  <parameters>
3366
3555
  <parameter name="info" transfer-ownership="none">
3556
+ <doc xml:space="preserve">TODO</doc>
3367
3557
  <type name="StructInfo" c:type="GIStructInfo*"/>
3368
3558
  </parameter>
3369
3559
  </parameters>
@@ -3437,7 +3627,8 @@ this function returns full information about the referenced type. You can then
3437
3627
  inspect the type of the returned #GIBaseInfo to further query whether it is
3438
3628
  a concrete GObject, a GInterface, a structure, etc. using g_base_info_get_type().</doc>
3439
3629
  <return-value transfer-ownership="full">
3440
- <doc xml:space="preserve">the #GIBaseInfo, or %NULL. Free it with g_base_info_unref() when done.</doc>
3630
+ <doc xml:space="preserve">the #GIBaseInfo, or %NULL. Free it with
3631
+ g_base_info_unref() when done.</doc>
3441
3632
  <type name="BaseInfo" c:type="GIBaseInfo*"/>
3442
3633
  </return-value>
3443
3634
  <parameters>
@@ -3525,7 +3716,8 @@ of type tags.</doc>
3525
3716
  c:identifier="g_union_info_find_method">
3526
3717
  <doc xml:space="preserve">Obtain the type information for method named @name.</doc>
3527
3718
  <return-value transfer-ownership="full">
3528
- <doc xml:space="preserve">the #GIFunctionInfo, free it with g_base_info_unref() when done.</doc>
3719
+ <doc xml:space="preserve">the #GIFunctionInfo, free it with g_base_info_unref()
3720
+ when done.</doc>
3529
3721
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
3530
3722
  </return-value>
3531
3723
  <parameters>
@@ -3559,7 +3751,8 @@ of type tags.</doc>
3559
3751
  union field is the active one if discriminator contains this
3560
3752
  constant.</doc>
3561
3753
  <return-value transfer-ownership="full">
3562
- <doc xml:space="preserve">the #GIConstantInfo, free it with g_base_info_unref() when done.</doc>
3754
+ <doc xml:space="preserve">the #GIConstantInfo, free it with g_base_info_unref()
3755
+ when done.</doc>
3563
3756
  <type name="ConstantInfo" c:type="GIConstantInfo*"/>
3564
3757
  </return-value>
3565
3758
  <parameters>
@@ -3575,11 +3768,14 @@ constant.</doc>
3575
3768
  </function>
3576
3769
  <function name="union_info_get_discriminator_offset"
3577
3770
  c:identifier="g_union_info_get_discriminator_offset">
3578
- <return-value transfer-ownership="none">
3771
+ <doc xml:space="preserve">Returns offset of the discriminator field in the structure.</doc>
3772
+ <return-value transfer-ownership="full">
3773
+ <doc xml:space="preserve">offset in bytes of the discriminator</doc>
3579
3774
  <type name="gint" c:type="gint"/>
3580
3775
  </return-value>
3581
3776
  <parameters>
3582
3777
  <parameter name="info" transfer-ownership="none">
3778
+ <doc xml:space="preserve">a #GIUnionInfo</doc>
3583
3779
  <type name="UnionInfo" c:type="GIUnionInfo*"/>
3584
3780
  </parameter>
3585
3781
  </parameters>
@@ -3588,7 +3784,8 @@ constant.</doc>
3588
3784
  c:identifier="g_union_info_get_discriminator_type">
3589
3785
  <doc xml:space="preserve">Obtain the type information of the union discriminator.</doc>
3590
3786
  <return-value transfer-ownership="full">
3591
- <doc xml:space="preserve">the #GITypeInfo, free it with g_base_info_unref() when done.</doc>
3787
+ <doc xml:space="preserve">the #GITypeInfo, free it with g_base_info_unref()
3788
+ when done.</doc>
3592
3789
  <type name="TypeInfo" c:type="GITypeInfo*"/>
3593
3790
  </return-value>
3594
3791
  <parameters>
@@ -3602,7 +3799,8 @@ constant.</doc>
3602
3799
  c:identifier="g_union_info_get_field">
3603
3800
  <doc xml:space="preserve">Obtain the type information for field with specified index.</doc>
3604
3801
  <return-value transfer-ownership="full">
3605
- <doc xml:space="preserve">the #GIFieldInfo, free it with g_base_info_unref() when done.</doc>
3802
+ <doc xml:space="preserve">the #GIFieldInfo, free it with g_base_info_unref()
3803
+ when done.</doc>
3606
3804
  <type name="FieldInfo" c:type="GIFieldInfo*"/>
3607
3805
  </return-value>
3608
3806
  <parameters>
@@ -3620,7 +3818,8 @@ constant.</doc>
3620
3818
  c:identifier="g_union_info_get_method">
3621
3819
  <doc xml:space="preserve">Obtain the type information for method with specified index.</doc>
3622
3820
  <return-value transfer-ownership="full">
3623
- <doc xml:space="preserve">the #GIFunctionInfo, free it with g_base_info_unref() when done.</doc>
3821
+ <doc xml:space="preserve">the #GIFunctionInfo, free it with g_base_info_unref()
3822
+ when done.</doc>
3624
3823
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
3625
3824
  </return-value>
3626
3825
  <parameters>
@@ -3693,7 +3892,9 @@ constant.</doc>
3693
3892
  c:identifier="g_value_info_get_value">
3694
3893
  <doc xml:space="preserve">Obtain the enumeration value of the #GIValueInfo.</doc>
3695
3894
  <return-value transfer-ownership="none">
3696
- <doc xml:space="preserve">the enumeration value. This will always be representable as a 32-bit signed or unsigned value. The use of gint64 as the return type is to allow both.</doc>
3895
+ <doc xml:space="preserve">the enumeration value. This will always be representable
3896
+ as a 32-bit signed or unsigned value. The use of gint64 as the
3897
+ return type is to allow both.</doc>
3697
3898
  <type name="gint64" c:type="gint64"/>
3698
3899
  </return-value>
3699
3900
  <parameters>
@@ -3746,7 +3947,8 @@ method will return it. An invoker method is a C entry point.
3746
3947
 
3747
3948
  Not all virtuals will have invokers.</doc>
3748
3949
  <return-value transfer-ownership="full">
3749
- <doc xml:space="preserve">the #GIVFuncInfo or %NULL. Free it with g_base_info_unref() when done.</doc>
3950
+ <doc xml:space="preserve">the #GIVFuncInfo or %NULL. Free it with
3951
+ g_base_info_unref() when done.</doc>
3750
3952
  <type name="FunctionInfo" c:type="GIFunctionInfo*"/>
3751
3953
  </return-value>
3752
3954
  <parameters>
@@ -3795,7 +3997,8 @@ this virtual function belongs.</doc>
3795
3997
  arguments. Note that inout parameters must appear in both
3796
3998
  argument lists.</doc>
3797
3999
  <return-value transfer-ownership="none">
3798
- <doc xml:space="preserve">%TRUE if the function has been invoked, %FALSE if an error occurred.</doc>
4000
+ <doc xml:space="preserve">%TRUE if the function has been invoked, %FALSE if an
4001
+ error occurred.</doc>
3799
4002
  <type name="gboolean" c:type="gboolean"/>
3800
4003
  </return-value>
3801
4004
  <parameters>
@@ -3808,7 +4011,9 @@ argument lists.</doc>
3808
4011
  <type name="GType" c:type="GType"/>
3809
4012
  </parameter>
3810
4013
  <parameter name="in_args" transfer-ownership="none">
3811
- <doc xml:space="preserve">an array of #GIArgument&lt;!-- --&gt;s, one for each in parameter of @info. If there are no in parameter, @in_args can be %NULL</doc>
4014
+ <doc xml:space="preserve">an array of #GIArgument&lt;!-- --&gt;s, one for each in
4015
+ parameter of @info. If there are no in parameter, @in_args
4016
+ can be %NULL</doc>
3812
4017
  <type name="Argument" c:type="const GIArgument*"/>
3813
4018
  </parameter>
3814
4019
  <parameter name="n_in_args" transfer-ownership="none">
@@ -3816,7 +4021,9 @@ argument lists.</doc>
3816
4021
  <type name="gint" c:type="int"/>
3817
4022
  </parameter>
3818
4023
  <parameter name="out_args" transfer-ownership="none">
3819
- <doc xml:space="preserve">an array of #GIArgument&lt;!-- --&gt;s, one for each out parameter of @info. If there are no out parameters, @out_args may be %NULL</doc>
4024
+ <doc xml:space="preserve">an array of #GIArgument&lt;!-- --&gt;s, one for each out
4025
+ parameter of @info. If there are no out parameters, @out_args
4026
+ may be %NULL</doc>
3820
4027
  <type name="Argument" c:type="const GIArgument*"/>
3821
4028
  </parameter>
3822
4029
  <parameter name="n_out_args" transfer-ownership="none">
@@ -3824,7 +4031,9 @@ argument lists.</doc>
3824
4031
  <type name="gint" c:type="int"/>
3825
4032
  </parameter>
3826
4033
  <parameter name="return_value" transfer-ownership="none">
3827
- <doc xml:space="preserve">return location for the return value of the function. If the function returns void, @return_value may be %NULL</doc>
4034
+ <doc xml:space="preserve">return location for the return value of the
4035
+ function. If the function returns void, @return_value may be
4036
+ %NULL</doc>
3828
4037
  <type name="Argument" c:type="GIArgument*"/>
3829
4038
  </parameter>
3830
4039
  </parameters>