glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (620) hide show
  1. data/ChangeLog +46 -0
  2. data/Rakefile +1 -0
  3. data/ext/glib2/rbglib.h +1 -1
  4. data/ext/glib2/rbglib_iochannel.c +15 -6
  5. data/ext/glib2/rbgobj_signal.c +1 -1
  6. data/ext/glib2/rbgobject.h +1 -1
  7. data/lib/1.8/glib2.so +0 -0
  8. data/lib/1.9/glib2.so +0 -0
  9. data/lib/gnome2-raketask.rb +3 -2
  10. data/lib/mkmf-gnome2.rb +47 -23
  11. data/test/glib-test-init.rb +1 -3
  12. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  13. data/vendor/local/bin/glib-gettextize +2 -2
  14. data/vendor/local/bin/glib-mkenums +3 -2
  15. data/vendor/local/bin/gobject-query.exe +0 -0
  16. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  17. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  18. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  19. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  20. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  21. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  22. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  23. data/vendor/local/include/glib-2.0/gio/gaction.h +91 -0
  24. data/vendor/local/include/glib-2.0/gio/gactiongroup.h +151 -0
  25. data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -1
  26. data/vendor/local/include/glib-2.0/gio/gapplication.h +165 -0
  27. data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +118 -0
  28. data/vendor/local/include/glib-2.0/gio/gasyncresult.h +2 -2
  29. data/vendor/local/include/glib-2.0/gio/gcancellable.h +2 -0
  30. data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +15 -0
  31. data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +2 -2
  32. data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +1 -1
  33. data/vendor/local/include/glib-2.0/gio/gfileiostream.h +1 -1
  34. data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +1 -1
  35. data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +1 -1
  36. data/vendor/local/include/glib-2.0/gio/gio.h +14 -0
  37. data/vendor/local/include/glib-2.0/gio/gioenums.h +158 -2
  38. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +12 -0
  39. data/vendor/local/include/glib-2.0/gio/giomodule.h +1 -1
  40. data/vendor/local/include/glib-2.0/gio/giostream.h +11 -0
  41. data/vendor/local/include/glib-2.0/gio/giotypes.h +48 -0
  42. data/vendor/local/include/glib-2.0/gio/goutputstream.h +1 -1
  43. data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +101 -0
  44. data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +98 -0
  45. data/vendor/local/include/glib-2.0/gio/gsettings.h +9 -2
  46. data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +6 -0
  47. data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +95 -0
  48. data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +87 -0
  49. data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +11 -1
  50. data/vendor/local/include/glib-2.0/gio/gsocketclient.h +7 -0
  51. data/vendor/local/include/glib-2.0/gio/gtcpwrapperconnection.h +68 -0
  52. data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +92 -0
  53. data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +83 -0
  54. data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +72 -0
  55. data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +136 -0
  56. data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +61 -0
  57. data/vendor/local/include/glib-2.0/glib/glist.h +2 -0
  58. data/vendor/local/include/glib-2.0/glib/gmain.h +27 -6
  59. data/vendor/local/include/glib-2.0/glib/gmarkup.h +80 -5
  60. data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
  61. data/vendor/local/include/glib-2.0/glib/gsequence.h +8 -0
  62. data/vendor/local/include/glib-2.0/glib/gslist.h +2 -0
  63. data/vendor/local/include/glib-2.0/glib/gtimezone.h +37 -0
  64. data/vendor/local/include/glib-2.0/glib/gtypes.h +1 -0
  65. data/vendor/local/include/glib-2.0/glib/gunicode.h +22 -16
  66. data/vendor/local/include/glib-2.0/glib/gutils.h +5 -0
  67. data/vendor/local/include/glib-2.0/glib/gvariant.h +35 -11
  68. data/vendor/local/include/glib-2.0/gobject/gobject.h +15 -0
  69. data/vendor/local/include/glib-2.0/gobject/gsignal.h +5 -0
  70. data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +4 -2
  71. data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
  72. data/vendor/local/lib/gio-2.0.def +142 -0
  73. data/vendor/local/lib/gio-2.0.lib +0 -0
  74. data/vendor/local/lib/glib-2.0.def +21 -0
  75. data/vendor/local/lib/glib-2.0.lib +0 -0
  76. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  77. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  78. data/vendor/local/lib/gobject-2.0.def +3 -0
  79. data/vendor/local/lib/gobject-2.0.lib +0 -0
  80. data/vendor/local/lib/gthread-2.0.lib +0 -0
  81. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  82. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  83. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  84. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  85. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  86. data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
  87. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  88. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  89. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  90. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  91. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  92. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  93. data/vendor/local/manifest/{glib-dev_2.26.1-1_win32.mft → glib-dev_2.28.1-1_win32.mft} +55 -19
  94. data/vendor/local/manifest/{glib_2.26.1-1_win32.mft → glib_2.28.1-1_win32.mft} +3 -2
  95. data/vendor/local/share/aclocal/glib-2.0.m4 +4 -4
  96. data/vendor/local/share/doc/{glib-2.26.1 → glib-2.28.1}/COPYING +0 -0
  97. data/vendor/local/share/doc/{glib-dev-2.26.1 → glib-dev-2.28.1}/COPYING +0 -0
  98. data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +72 -21
  99. data/vendor/local/share/glib-2.0/schemas/gschema.dtd +21 -8
  100. data/vendor/local/share/gtk-doc/html/gio/GAction.html +469 -0
  101. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +754 -0
  102. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +296 -249
  103. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +1458 -0
  104. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +815 -0
  105. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +61 -97
  106. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +31 -38
  107. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +52 -68
  108. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +38 -50
  109. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +120 -77
  110. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +26 -34
  111. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -51
  112. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +39 -62
  113. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +26 -35
  114. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +415 -650
  115. data/vendor/local/share/gtk-doc/html/gio/{gio-GDBusError.html → GDBusError.html} +118 -147
  116. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +204 -347
  117. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +66 -111
  118. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +210 -309
  119. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +68 -87
  120. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +190 -232
  121. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +89 -118
  122. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +196 -270
  123. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +40 -46
  124. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +56 -24
  125. data/vendor/local/share/gtk-doc/html/gio/GFile.html +1090 -1443
  126. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +13 -16
  127. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +66 -86
  128. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +31 -45
  129. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +19 -21
  130. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +466 -602
  131. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +32 -40
  132. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +60 -59
  133. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +32 -47
  134. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -45
  135. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +22 -26
  136. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +22 -26
  137. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -38
  138. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +184 -52
  139. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +45 -54
  140. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +96 -125
  141. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +21 -25
  142. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +49 -71
  143. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +102 -134
  144. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +43 -54
  145. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +21 -24
  146. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +34 -41
  147. data/vendor/local/share/gtk-doc/html/gio/GMount.html +223 -294
  148. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +127 -153
  149. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +35 -46
  150. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +37 -46
  151. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +138 -174
  152. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +46 -68
  153. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +398 -0
  154. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +340 -0
  155. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +89 -32
  156. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -56
  157. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +59 -34
  158. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +82 -95
  159. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +58 -72
  160. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +597 -357
  161. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +125 -75
  162. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +339 -0
  163. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +200 -0
  164. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +232 -167
  165. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +15 -16
  166. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +291 -406
  167. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +39 -45
  168. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +301 -223
  169. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +41 -44
  170. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +41 -49
  171. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +22 -32
  172. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +88 -107
  173. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +26 -32
  174. data/vendor/local/share/gtk-doc/html/gio/{gio-GSrvTarget.html → GSrvTarget.html} +74 -77
  175. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +21 -22
  176. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +156 -0
  177. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +40 -46
  178. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +29 -35
  179. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +260 -0
  180. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +396 -0
  181. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +428 -0
  182. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +869 -0
  183. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +158 -0
  184. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +32 -41
  185. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +28 -34
  186. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +44 -54
  187. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +36 -41
  188. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +35 -32
  189. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +35 -32
  190. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +59 -67
  191. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +49 -57
  192. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +142 -187
  193. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +99 -132
  194. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +33 -32
  195. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +22 -24
  196. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +43 -13
  197. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +5 -5
  198. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +10 -3
  199. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +20 -20
  200. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -8
  201. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +36 -28
  202. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +744 -0
  203. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +3 -3
  204. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +915 -107
  205. data/vendor/local/share/gtk-doc/html/gio/application.html +50 -0
  206. data/vendor/local/share/gtk-doc/html/gio/async.html +5 -5
  207. data/vendor/local/share/gtk-doc/html/gio/ch01.html +4 -4
  208. data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
  209. data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -24
  210. data/vendor/local/share/gtk-doc/html/gio/ch26.html +54 -36
  211. data/vendor/local/share/gtk-doc/html/gio/ch27.html +188 -41
  212. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +19 -108
  213. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +16 -179
  214. data/vendor/local/share/gtk-doc/html/gio/ch28.html +57 -0
  215. data/vendor/local/share/gtk-doc/html/gio/{ch26s02.html → ch28s02.html} +10 -10
  216. data/vendor/local/share/gtk-doc/html/gio/{ch26s03.html → ch28s03.html} +10 -10
  217. data/vendor/local/share/gtk-doc/html/gio/{ch26s04.html → ch28s04.html} +10 -10
  218. data/vendor/local/share/gtk-doc/html/gio/{ch26s05.html → ch28s05.html} +10 -10
  219. data/vendor/local/share/gtk-doc/html/gio/{ch26s06.html → ch28s06.html} +17 -15
  220. data/vendor/local/share/gtk-doc/html/gio/{ch26s07.html → ch28s07.html} +10 -10
  221. data/vendor/local/share/gtk-doc/html/gio/ch29.html +70 -0
  222. data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +130 -0
  223. data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +202 -0
  224. data/vendor/local/share/gtk-doc/html/gio/{ch27s04.html → ch29s04.html} +11 -11
  225. data/vendor/local/share/gtk-doc/html/gio/{ch27s05.html → ch29s05.html} +12 -12
  226. data/vendor/local/share/gtk-doc/html/gio/{ch27s06.html → ch29s06.html} +10 -10
  227. data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
  228. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +27 -14
  229. data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
  230. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
  231. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
  233. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -3
  234. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +6 -6
  235. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +18 -18
  236. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +39 -62
  237. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +141 -248
  238. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +28 -40
  239. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +29 -112
  240. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +45 -57
  241. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +58 -68
  242. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +16 -18
  243. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +18 -20
  244. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +82 -76
  245. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +34 -28
  246. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +25 -33
  247. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +87 -113
  248. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +287 -0
  249. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +119 -151
  250. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +62 -95
  251. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +66 -6
  252. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +8 -8
  253. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +312 -91
  254. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +386 -133
  255. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -12
  256. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +162 -0
  257. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +7 -4
  258. data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
  259. data/vendor/local/share/gtk-doc/html/gio/index.html +88 -36
  260. data/vendor/local/share/gtk-doc/html/gio/index.sgml +506 -95
  261. data/vendor/local/share/gtk-doc/html/gio/migrating.html +23 -23
  262. data/vendor/local/share/gtk-doc/html/gio/networking.html +3 -3
  263. data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
  264. data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
  265. data/vendor/local/share/gtk-doc/html/gio/pt02.html +68 -17
  266. data/vendor/local/share/gtk-doc/html/gio/resolver.html +6 -6
  267. data/vendor/local/share/gtk-doc/html/gio/settings.html +7 -7
  268. data/vendor/local/share/gtk-doc/html/gio/streaming.html +9 -3
  269. data/vendor/local/share/gtk-doc/html/gio/style.css +2 -1
  270. data/vendor/local/share/gtk-doc/html/gio/tls.html +50 -0
  271. data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/gio/types.html +6 -6
  273. data/vendor/local/share/gtk-doc/html/gio/utils.html +7 -7
  274. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  275. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -11
  276. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
  277. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
  278. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
  279. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
  280. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
  281. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
  282. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
  283. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
  284. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -3
  285. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +25 -5
  286. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +112 -0
  287. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +6 -6
  288. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +15 -11
  289. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +5 -5
  290. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +9 -5
  291. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +201 -89
  292. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +144 -210
  293. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +97 -136
  294. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -58
  295. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +99 -128
  296. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +104 -155
  297. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +42 -71
  298. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +40 -43
  299. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +224 -314
  300. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +104 -142
  301. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +193 -308
  302. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +51 -76
  303. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +170 -307
  304. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +154 -198
  305. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +45 -67
  306. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +60 -97
  307. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +390 -428
  308. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +265 -333
  309. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +306 -330
  310. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +60 -99
  311. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +122 -152
  312. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +241 -571
  313. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +233 -330
  314. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +310 -34
  315. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +739 -590
  316. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +136 -143
  317. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +22 -29
  318. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +210 -297
  319. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +294 -355
  320. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +27 -39
  321. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +102 -95
  322. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +402 -486
  323. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +308 -442
  324. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +75 -116
  325. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +229 -297
  326. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +36 -36
  327. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +121 -187
  328. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +23 -27
  329. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +80 -107
  330. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +46 -69
  331. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +63 -99
  332. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +121 -115
  333. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +304 -327
  334. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +307 -366
  335. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +39 -20
  336. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +230 -343
  337. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +121 -167
  338. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +31 -45
  339. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +73 -113
  340. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +75 -106
  341. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +229 -184
  342. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +31 -40
  343. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +247 -286
  344. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +281 -283
  345. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +83 -337
  346. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +65 -80
  347. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +36 -42
  348. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +408 -621
  349. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +253 -322
  350. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +161 -252
  351. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +677 -590
  352. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +88 -111
  353. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +378 -475
  354. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +27 -48
  355. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +39 -48
  356. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +19 -25
  357. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +57 -93
  358. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +413 -534
  359. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +117 -21
  360. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -53
  361. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +60 -114
  362. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +38 -39
  363. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -13
  364. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
  365. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
  366. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
  367. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +6 -3
  368. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
  369. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +10 -10
  370. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +82 -82
  371. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
  372. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +26 -26
  373. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -3
  374. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +144 -103
  375. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +170 -105
  376. data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
  377. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +10 -10
  378. data/vendor/local/share/gtk-doc/html/glib/gtester.html +10 -10
  379. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +48 -43
  380. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +660 -0
  381. data/vendor/local/share/gtk-doc/html/glib/index.html +8 -4
  382. data/vendor/local/share/gtk-doc/html/glib/index.sgml +67 -2
  383. data/vendor/local/share/gtk-doc/html/glib/style.css +2 -1
  384. data/vendor/local/share/gtk-doc/html/glib/tools.html +5 -5
  385. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +72 -90
  386. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +79 -108
  387. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +67 -85
  388. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +63 -9
  389. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
  390. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
  391. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
  392. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
  393. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
  394. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
  395. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -3
  396. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +6 -6
  397. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +47 -0
  398. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
  399. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
  400. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
  401. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
  402. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +65 -53
  403. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
  404. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
  405. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -11
  406. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +19 -19
  407. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
  408. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +18 -18
  409. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +22 -22
  410. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +16 -16
  411. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +40 -54
  412. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +405 -512
  413. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +170 -213
  414. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +242 -292
  415. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +91 -127
  416. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +407 -573
  417. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +951 -1268
  418. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +383 -441
  419. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +648 -829
  420. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +82 -95
  421. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +31 -49
  422. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +8 -8
  423. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +15 -14
  424. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
  425. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +62 -58
  426. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +62 -58
  427. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
  428. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +11 -11
  429. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +14 -14
  430. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +6 -6
  431. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
  432. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
  433. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +7 -7
  434. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  435. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
  436. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +10 -10
  437. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
  438. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
  439. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +6 -6
  440. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
  441. data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -10
  442. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +13 -1
  443. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
  444. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
  445. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
  446. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
  447. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +4 -4
  448. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
  449. data/vendor/local/share/gtk-doc/html/gobject/signal.html +13 -13
  450. data/vendor/local/share/gtk-doc/html/gobject/style.css +2 -1
  451. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
  452. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
  453. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +6 -6
  454. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
  455. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
  456. data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
  457. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  458. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  459. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
  460. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  461. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  462. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  463. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  464. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  465. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  466. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  467. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  468. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  469. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  470. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  471. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  472. data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
  473. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  474. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  475. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  476. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  477. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  478. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  479. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  480. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  481. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  482. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  483. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  484. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  485. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  486. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  487. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  488. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  489. data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
  490. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  491. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  492. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  493. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  494. data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
  495. data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
  496. data/vendor/local/share/man/man1/gobject-query.1 +2 -2
  497. data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.log → glib_2.28.1-1_win32.log} +690 -773
  498. data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.sh → glib_2.28.1-1_win32.sh} +2 -4
  499. metadata +78 -146
  500. data/ext/glib2/Makefile +0 -169
  501. data/ext/glib2/glib-enum-types.c +0 -1065
  502. data/ext/glib2/glib-enum-types.h +0 -144
  503. data/ext/glib2/ruby-glib2.pc +0 -3
  504. data/test-unit/COPYING +0 -56
  505. data/test-unit/GPL +0 -340
  506. data/test-unit/History.txt +0 -279
  507. data/test-unit/Manifest.txt +0 -110
  508. data/test-unit/PSFL +0 -271
  509. data/test-unit/README.txt +0 -75
  510. data/test-unit/Rakefile +0 -53
  511. data/test-unit/TODO +0 -5
  512. data/test-unit/bin/testrb +0 -5
  513. data/test-unit/html/bar.png +0 -0
  514. data/test-unit/html/bar.svg +0 -153
  515. data/test-unit/html/developer.png +0 -0
  516. data/test-unit/html/developer.svg +0 -469
  517. data/test-unit/html/famfamfam-logo.png +0 -0
  518. data/test-unit/html/favicon.ico +0 -0
  519. data/test-unit/html/favicon.png +0 -0
  520. data/test-unit/html/favicon.svg +0 -82
  521. data/test-unit/html/heading-mark.png +0 -0
  522. data/test-unit/html/heading-mark.svg +0 -393
  523. data/test-unit/html/index.html +0 -285
  524. data/test-unit/html/index.html.ja +0 -299
  525. data/test-unit/html/install.png +0 -0
  526. data/test-unit/html/install.svg +0 -636
  527. data/test-unit/html/jp.png +0 -0
  528. data/test-unit/html/kinotan-failure.png +0 -0
  529. data/test-unit/html/kinotan-pass.png +0 -0
  530. data/test-unit/html/logo.png +0 -0
  531. data/test-unit/html/logo.svg +0 -483
  532. data/test-unit/html/reference.png +0 -0
  533. data/test-unit/html/rubyforge.png +0 -0
  534. data/test-unit/html/tango-logo.png +0 -0
  535. data/test-unit/html/test-unit.css +0 -339
  536. data/test-unit/html/tutorial.png +0 -0
  537. data/test-unit/html/tutorial.svg +0 -559
  538. data/test-unit/html/us.png +0 -0
  539. data/test-unit/images/color-diff.png +0 -0
  540. data/test-unit/lib/test/unit.rb +0 -328
  541. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
  542. data/test-unit/lib/test/unit/assertions.rb +0 -1792
  543. data/test-unit/lib/test/unit/attribute.rb +0 -125
  544. data/test-unit/lib/test/unit/autorunner.rb +0 -415
  545. data/test-unit/lib/test/unit/collector.rb +0 -38
  546. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  547. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  548. data/test-unit/lib/test/unit/collector/load.rb +0 -187
  549. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  550. data/test-unit/lib/test/unit/collector/xml.rb +0 -250
  551. data/test-unit/lib/test/unit/color-scheme.rb +0 -106
  552. data/test-unit/lib/test/unit/color.rb +0 -96
  553. data/test-unit/lib/test/unit/diff.rb +0 -740
  554. data/test-unit/lib/test/unit/error.rb +0 -131
  555. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  556. data/test-unit/lib/test/unit/failure.rb +0 -136
  557. data/test-unit/lib/test/unit/fixture.rb +0 -185
  558. data/test-unit/lib/test/unit/notification.rb +0 -129
  559. data/test-unit/lib/test/unit/omission.rb +0 -191
  560. data/test-unit/lib/test/unit/pending.rb +0 -150
  561. data/test-unit/lib/test/unit/priority.rb +0 -180
  562. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  563. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  564. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  565. data/test-unit/lib/test/unit/runner/xml.rb +0 -15
  566. data/test-unit/lib/test/unit/testcase.rb +0 -515
  567. data/test-unit/lib/test/unit/testresult.rb +0 -125
  568. data/test-unit/lib/test/unit/testsuite.rb +0 -134
  569. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  570. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -467
  571. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
  572. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
  573. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
  574. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -86
  575. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  576. data/test-unit/lib/test/unit/ui/xml/testrunner.rb +0 -224
  577. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
  578. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  579. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  580. data/test-unit/lib/test/unit/util/output.rb +0 -31
  581. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  582. data/test-unit/lib/test/unit/version.rb +0 -7
  583. data/test-unit/sample/adder.rb +0 -13
  584. data/test-unit/sample/subtracter.rb +0 -12
  585. data/test-unit/sample/test_adder.rb +0 -20
  586. data/test-unit/sample/test_subtracter.rb +0 -20
  587. data/test-unit/sample/test_user.rb +0 -23
  588. data/test-unit/test/collector/test-descendant.rb +0 -133
  589. data/test-unit/test/collector/test-load.rb +0 -442
  590. data/test-unit/test/collector/test_dir.rb +0 -406
  591. data/test-unit/test/collector/test_objectspace.rb +0 -100
  592. data/test-unit/test/run-test.rb +0 -22
  593. data/test-unit/test/test-assertions.rb +0 -1849
  594. data/test-unit/test/test-attribute.rb +0 -86
  595. data/test-unit/test/test-color-scheme.rb +0 -69
  596. data/test-unit/test/test-color.rb +0 -47
  597. data/test-unit/test/test-diff.rb +0 -518
  598. data/test-unit/test/test-emacs-runner.rb +0 -60
  599. data/test-unit/test/test-fixture.rb +0 -324
  600. data/test-unit/test/test-notification.rb +0 -33
  601. data/test-unit/test/test-omission.rb +0 -81
  602. data/test-unit/test/test-pending.rb +0 -70
  603. data/test-unit/test/test-priority.rb +0 -119
  604. data/test-unit/test/test-testcase.rb +0 -569
  605. data/test-unit/test/test_error.rb +0 -26
  606. data/test-unit/test/test_failure.rb +0 -33
  607. data/test-unit/test/test_testresult.rb +0 -113
  608. data/test-unit/test/test_testsuite.rb +0 -137
  609. data/test-unit/test/testunit-test-util.rb +0 -14
  610. data/test-unit/test/ui/test_tap.rb +0 -33
  611. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  612. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  613. data/test-unit/test/util/test-output.rb +0 -11
  614. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  615. data/test-unit/test/util/test_observable.rb +0 -102
  616. data/test-unit/test/util/test_procwrapper.rb +0 -36
  617. data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
  618. data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
  619. data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
  620. data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
@@ -89,6 +89,7 @@
89
89
  <sub name="GVariantType" link="glib-GVariantType.html"/>
90
90
  <sub name="GVariant" link="glib-GVariant.html"/>
91
91
  <sub name="GVariant Format Strings" link="gvariant-format-strings.html"/>
92
+ <sub name="GVariant Text Format" link="gvariant-text.html"/>
92
93
  </sub>
93
94
  <sub name="GLib Tools" link="tools.html">
94
95
  <sub name="glib-gettextize" link="glib-gettextize.html"/>
@@ -110,29 +111,36 @@
110
111
  <sub name="Index of new symbols in 2.22" link="api-index-2-22.html"/>
111
112
  <sub name="Index of new symbols in 2.24" link="api-index-2-24.html"/>
112
113
  <sub name="Index of new symbols in 2.26" link="api-index-2-26.html"/>
114
+ <sub name="Index of new symbols in 2.28" link="api-index-2-28.html"/>
113
115
  <sub name="Annotation Glossary" link="annotation-glossary.html"/>
114
116
  </chapters>
115
117
  <functions>
116
- <keyword type="" name="Environment variables" link="glib-running.html#id574130"/>
118
+ <keyword type="" name="Environment variables" link="glib-running.html#id427142"/>
117
119
  <keyword type="" name="Locale" link="glib-running.html#setlocale"/>
118
- <keyword type="" name="Traps and traces" link="glib-running.html#id636144"/>
119
- <keyword type="" name="Gdb debugging macros" link="glib-running.html#id604749"/>
120
- <keyword type="" name="SystemTap" link="glib-running.html#id604784"/>
121
- <keyword type="" name="Memory statistics" link="glib-running.html#id604820"/>
122
- <keyword type="" name="Non-printing characters" link="glib-regex-syntax.html#id608018"/>
123
- <keyword type="" name="Absolute and relative back references" link="glib-regex-syntax.html#id648875"/>
124
- <keyword type="" name="Generic character types" link="glib-regex-syntax.html#id648888"/>
125
- <keyword type="" name="Newline sequences" link="glib-regex-syntax.html#id649038"/>
126
- <keyword type="" name="Unicode character properties" link="glib-regex-syntax.html#id649053"/>
127
- <keyword type="" name="Simple assertions" link="glib-regex-syntax.html#id649351"/>
128
- <keyword type="" name="Lookahead assertions" link="glib-regex-syntax.html#id653338"/>
129
- <keyword type="" name="Lookbehind assertions" link="glib-regex-syntax.html#id653388"/>
130
- <keyword type="" name="Using multiple assertions" link="glib-regex-syntax.html#id653503"/>
131
- <keyword type="" name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id653595"/>
132
- <keyword type="" name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id653631"/>
133
- <keyword type="" name="Checking for pattern recursion" link="glib-regex-syntax.html#id653656"/>
134
- <keyword type="" name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id653685"/>
135
- <keyword type="" name="Assertion conditions" link="glib-regex-syntax.html#id653718"/>
120
+ <keyword type="" name="Traps and traces" link="glib-running.html#id414402"/>
121
+ <keyword type="" name="Gdb debugging macros" link="glib-running.html#id407410"/>
122
+ <keyword type="" name="SystemTap" link="glib-running.html#id407445"/>
123
+ <keyword type="" name="Memory statistics" link="glib-running.html#id407481"/>
124
+ <keyword type="" name="Non-printing characters" link="glib-regex-syntax.html#id418022"/>
125
+ <keyword type="" name="Absolute and relative back references" link="glib-regex-syntax.html#id451396"/>
126
+ <keyword type="" name="Generic character types" link="glib-regex-syntax.html#id451409"/>
127
+ <keyword type="" name="Newline sequences" link="glib-regex-syntax.html#id451559"/>
128
+ <keyword type="" name="Unicode character properties" link="glib-regex-syntax.html#id451574"/>
129
+ <keyword type="" name="Simple assertions" link="glib-regex-syntax.html#id451871"/>
130
+ <keyword type="" name="Lookahead assertions" link="glib-regex-syntax.html#id456000"/>
131
+ <keyword type="" name="Lookbehind assertions" link="glib-regex-syntax.html#id456051"/>
132
+ <keyword type="" name="Using multiple assertions" link="glib-regex-syntax.html#id456166"/>
133
+ <keyword type="" name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id456258"/>
134
+ <keyword type="" name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id456294"/>
135
+ <keyword type="" name="Checking for pattern recursion" link="glib-regex-syntax.html#id456319"/>
136
+ <keyword type="" name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id456348"/>
137
+ <keyword type="" name="Assertion conditions" link="glib-regex-syntax.html#id456381"/>
138
+ <keyword type="variable" name="glib_major_version" link="glib-Version-Information.html#glib-major-version"/>
139
+ <keyword type="variable" name="glib_minor_version" link="glib-Version-Information.html#glib-minor-version"/>
140
+ <keyword type="variable" name="glib_micro_version" link="glib-Version-Information.html#glib-micro-version"/>
141
+ <keyword type="variable" name="glib_binary_age" link="glib-Version-Information.html#glib-binary-age"/>
142
+ <keyword type="variable" name="glib_interface_age" link="glib-Version-Information.html#glib-interface-age"/>
143
+ <keyword type="function" name="glib_check_version ()" link="glib-Version-Information.html#glib-check-version" since="2.6"/>
136
144
  <keyword type="macro" name="GLIB_MAJOR_VERSION" link="glib-Version-Information.html#GLIB-MAJOR-VERSION:CAPS"/>
137
145
  <keyword type="macro" name="GLIB_MINOR_VERSION" link="glib-Version-Information.html#GLIB-MINOR-VERSION:CAPS"/>
138
146
  <keyword type="macro" name="GLIB_MICRO_VERSION" link="glib-Version-Information.html#GLIB-MICRO-VERSION:CAPS"/>
@@ -360,8 +368,8 @@
360
368
  <keyword type="function" name="g_atomic_pointer_compare_and_exchange ()" link="glib-Atomic-Operations.html#g-atomic-pointer-compare-and-exchange" since="2.4"/>
361
369
  <keyword type="function" name="g_atomic_int_inc ()" link="glib-Atomic-Operations.html#g-atomic-int-inc" since="2.4"/>
362
370
  <keyword type="function" name="g_atomic_int_dec_and_test ()" link="glib-Atomic-Operations.html#g-atomic-int-dec-and-test" since="2.4"/>
363
- <keyword type="" name="Creating new source types" link="glib-The-Main-Event-Loop.html#id671135"/>
364
- <keyword type="" name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id671212"/>
371
+ <keyword type="" name="Creating new source types" link="glib-The-Main-Event-Loop.html#id492030"/>
372
+ <keyword type="" name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id492099"/>
365
373
  <keyword type="struct" name="GMainLoop" link="glib-The-Main-Event-Loop.html#GMainLoop"/>
366
374
  <keyword type="function" name="g_main_loop_new ()" link="glib-The-Main-Event-Loop.html#g-main-loop-new"/>
367
375
  <keyword type="function" name="g_main_loop_ref ()" link="glib-The-Main-Event-Loop.html#g-main-loop-ref"/>
@@ -409,6 +417,8 @@
409
417
  <keyword type="function" name="g_main_depth ()" link="glib-The-Main-Event-Loop.html#g-main-depth"/>
410
418
  <keyword type="function" name="g_main_current_source ()" link="glib-The-Main-Event-Loop.html#g-main-current-source" since="2.12"/>
411
419
  <keyword type="macro" name="g_main_set_poll_func()" link="glib-The-Main-Event-Loop.html#g-main-set-poll-func" deprecated="2.2: Use g_main_context_set_poll_func() again"/>
420
+ <keyword type="function" name="g_main_context_invoke ()" link="glib-The-Main-Event-Loop.html#g-main-context-invoke" since="2.28"/>
421
+ <keyword type="function" name="g_main_context_invoke_full ()" link="glib-The-Main-Event-Loop.html#g-main-context-invoke-full" since="2.28"/>
412
422
  <keyword type="function" name="g_main_context_get_thread_default ()" link="glib-The-Main-Event-Loop.html#g-main-context-get-thread-default" since="2.22"/>
413
423
  <keyword type="function" name="g_main_context_push_thread_default ()" link="glib-The-Main-Event-Loop.html#g-main-context-push-thread-default" since="2.22"/>
414
424
  <keyword type="function" name="g_main_context_pop_thread_default ()" link="glib-The-Main-Event-Loop.html#g-main-context-pop-thread-default" since="2.22"/>
@@ -427,13 +437,13 @@
427
437
  <keyword type="function" name="g_child_watch_source_new ()" link="glib-The-Main-Event-Loop.html#g-child-watch-source-new" since="2.4"/>
428
438
  <keyword type="function" name="g_child_watch_add ()" link="glib-The-Main-Event-Loop.html#g-child-watch-add" since="2.4"/>
429
439
  <keyword type="function" name="g_child_watch_add_full ()" link="glib-The-Main-Event-Loop.html#g-child-watch-add-full" since="2.4"/>
430
- <keyword type="struct" name="GPollFD" link="glib-The-Main-Event-Loop.html#GPollFD"/>
440
+ <keyword type="struct" name="struct GPollFD" link="glib-The-Main-Event-Loop.html#GPollFD"/>
431
441
  <keyword type="function" name="g_poll ()" link="glib-The-Main-Event-Loop.html#g-poll" since="2.20"/>
432
442
  <keyword type="macro" name="G_POLLFD_FORMAT" link="glib-The-Main-Event-Loop.html#G-POLLFD-FORMAT:CAPS"/>
433
- <keyword type="struct" name="GSource" link="glib-The-Main-Event-Loop.html#GSource"/>
443
+ <keyword type="struct" name="struct GSource" link="glib-The-Main-Event-Loop.html#GSource"/>
434
444
  <keyword type="function" name="GSourceDummyMarshal ()" link="glib-The-Main-Event-Loop.html#GSourceDummyMarshal"/>
435
- <keyword type="struct" name="GSourceFuncs" link="glib-The-Main-Event-Loop.html#GSourceFuncs"/>
436
- <keyword type="struct" name="GSourceCallbackFuncs" link="glib-The-Main-Event-Loop.html#GSourceCallbackFuncs"/>
445
+ <keyword type="struct" name="struct GSourceFuncs" link="glib-The-Main-Event-Loop.html#GSourceFuncs"/>
446
+ <keyword type="struct" name="struct GSourceCallbackFuncs" link="glib-The-Main-Event-Loop.html#GSourceCallbackFuncs"/>
437
447
  <keyword type="function" name="g_source_new ()" link="glib-The-Main-Event-Loop.html#g-source-new"/>
438
448
  <keyword type="function" name="g_source_ref ()" link="glib-The-Main-Event-Loop.html#g-source-ref"/>
439
449
  <keyword type="function" name="g_source_unref ()" link="glib-The-Main-Event-Loop.html#g-source-unref"/>
@@ -455,7 +465,10 @@
455
465
  <keyword type="function" name="g_source_set_callback_indirect ()" link="glib-The-Main-Event-Loop.html#g-source-set-callback-indirect"/>
456
466
  <keyword type="function" name="g_source_add_poll ()" link="glib-The-Main-Event-Loop.html#g-source-add-poll"/>
457
467
  <keyword type="function" name="g_source_remove_poll ()" link="glib-The-Main-Event-Loop.html#g-source-remove-poll"/>
458
- <keyword type="function" name="g_source_get_current_time ()" link="glib-The-Main-Event-Loop.html#g-source-get-current-time"/>
468
+ <keyword type="function" name="g_source_add_child_source ()" link="glib-The-Main-Event-Loop.html#g-source-add-child-source" since="2.28"/>
469
+ <keyword type="function" name="g_source_remove_child_source ()" link="glib-The-Main-Event-Loop.html#g-source-remove-child-source" since="2.28"/>
470
+ <keyword type="function" name="g_source_get_time ()" link="glib-The-Main-Event-Loop.html#g-source-get-time" since="2.28"/>
471
+ <keyword type="function" name="g_source_get_current_time ()" link="glib-The-Main-Event-Loop.html#g-source-get-current-time" deprecated="2.28: use g_source_get_time() instead"/>
459
472
  <keyword type="function" name="g_source_remove ()" link="glib-The-Main-Event-Loop.html#g-source-remove"/>
460
473
  <keyword type="function" name="g_source_remove_by_funcs_user_data ()" link="glib-The-Main-Event-Loop.html#g-source-remove-by-funcs-user-data"/>
461
474
  <keyword type="function" name="g_source_remove_by_user_data ()" link="glib-The-Main-Event-Loop.html#g-source-remove-by-user-data"/>
@@ -464,13 +477,13 @@
464
477
  <keyword type="macro" name="G_THREADS_IMPL_NONE" link="glib-Threads.html#G-THREADS-IMPL-NONE:CAPS"/>
465
478
  <keyword type="macro" name="G_THREAD_ERROR" link="glib-Threads.html#G-THREAD-ERROR:CAPS"/>
466
479
  <keyword type="enum" name="enum GThreadError" link="glib-Threads.html#GThreadError"/>
467
- <keyword type="struct" name="GThreadFunctions" link="glib-Threads.html#GThreadFunctions"/>
480
+ <keyword type="struct" name="struct GThreadFunctions" link="glib-Threads.html#GThreadFunctions"/>
468
481
  <keyword type="function" name="g_thread_init ()" link="glib-Threads.html#g-thread-init"/>
469
482
  <keyword type="function" name="g_thread_supported ()" link="glib-Threads.html#g-thread-supported"/>
470
483
  <keyword type="function" name="g_thread_get_initialized ()" link="glib-Threads.html#g-thread-get-initialized" since="2.20"/>
471
484
  <keyword type="function" name="GThreadFunc ()" link="glib-Threads.html#GThreadFunc"/>
472
485
  <keyword type="enum" name="enum GThreadPriority" link="glib-Threads.html#GThreadPriority"/>
473
- <keyword type="struct" name="GThread" link="glib-Threads.html#GThread"/>
486
+ <keyword type="struct" name="struct GThread" link="glib-Threads.html#GThread"/>
474
487
  <keyword type="function" name="g_thread_create ()" link="glib-Threads.html#g-thread-create"/>
475
488
  <keyword type="function" name="g_thread_create_full ()" link="glib-Threads.html#g-thread-create-full"/>
476
489
  <keyword type="function" name="g_thread_self ()" link="glib-Threads.html#g-thread-self"/>
@@ -499,7 +512,7 @@
499
512
  <keyword type="macro" name="G_LOCK()" link="glib-Threads.html#G-LOCK:CAPS"/>
500
513
  <keyword type="macro" name="G_TRYLOCK()" link="glib-Threads.html#G-TRYLOCK:CAPS"/>
501
514
  <keyword type="macro" name="G_UNLOCK()" link="glib-Threads.html#G-UNLOCK:CAPS"/>
502
- <keyword type="struct" name="GStaticRecMutex" link="glib-Threads.html#GStaticRecMutex"/>
515
+ <keyword type="struct" name="struct GStaticRecMutex" link="glib-Threads.html#GStaticRecMutex"/>
503
516
  <keyword type="macro" name="G_STATIC_REC_MUTEX_INIT" link="glib-Threads.html#G-STATIC-REC-MUTEX-INIT:CAPS"/>
504
517
  <keyword type="function" name="g_static_rec_mutex_init ()" link="glib-Threads.html#g-static-rec-mutex-init"/>
505
518
  <keyword type="function" name="g_static_rec_mutex_lock ()" link="glib-Threads.html#g-static-rec-mutex-lock"/>
@@ -508,7 +521,7 @@
508
521
  <keyword type="function" name="g_static_rec_mutex_lock_full ()" link="glib-Threads.html#g-static-rec-mutex-lock-full"/>
509
522
  <keyword type="function" name="g_static_rec_mutex_unlock_full ()" link="glib-Threads.html#g-static-rec-mutex-unlock-full"/>
510
523
  <keyword type="function" name="g_static_rec_mutex_free ()" link="glib-Threads.html#g-static-rec-mutex-free"/>
511
- <keyword type="struct" name="GStaticRWLock" link="glib-Threads.html#GStaticRWLock"/>
524
+ <keyword type="struct" name="struct GStaticRWLock" link="glib-Threads.html#GStaticRWLock"/>
512
525
  <keyword type="macro" name="G_STATIC_RW_LOCK_INIT" link="glib-Threads.html#G-STATIC-RW-LOCK-INIT:CAPS"/>
513
526
  <keyword type="function" name="g_static_rw_lock_init ()" link="glib-Threads.html#g-static-rw-lock-init"/>
514
527
  <keyword type="function" name="g_static_rw_lock_reader_lock ()" link="glib-Threads.html#g-static-rw-lock-reader-lock"/>
@@ -529,13 +542,13 @@
529
542
  <keyword type="function" name="g_private_new ()" link="glib-Threads.html#g-private-new"/>
530
543
  <keyword type="function" name="g_private_get ()" link="glib-Threads.html#g-private-get"/>
531
544
  <keyword type="function" name="g_private_set ()" link="glib-Threads.html#g-private-set"/>
532
- <keyword type="struct" name="GStaticPrivate" link="glib-Threads.html#GStaticPrivate"/>
545
+ <keyword type="struct" name="struct GStaticPrivate" link="glib-Threads.html#GStaticPrivate"/>
533
546
  <keyword type="macro" name="G_STATIC_PRIVATE_INIT" link="glib-Threads.html#G-STATIC-PRIVATE-INIT:CAPS"/>
534
547
  <keyword type="function" name="g_static_private_init ()" link="glib-Threads.html#g-static-private-init"/>
535
548
  <keyword type="function" name="g_static_private_get ()" link="glib-Threads.html#g-static-private-get"/>
536
549
  <keyword type="function" name="g_static_private_set ()" link="glib-Threads.html#g-static-private-set"/>
537
550
  <keyword type="function" name="g_static_private_free ()" link="glib-Threads.html#g-static-private-free"/>
538
- <keyword type="struct" name="GOnce" link="glib-Threads.html#GOnce" since="2.4"/>
551
+ <keyword type="struct" name="struct GOnce" link="glib-Threads.html#GOnce" since="2.4"/>
539
552
  <keyword type="enum" name="enum GOnceStatus" link="glib-Threads.html#GOnceStatus" since="2.4"/>
540
553
  <keyword type="macro" name="G_ONCE_INIT" link="glib-Threads.html#G-ONCE-INIT:CAPS" since="2.4"/>
541
554
  <keyword type="macro" name="g_once()" link="glib-Threads.html#g-once" since="2.4"/>
@@ -544,7 +557,7 @@
544
557
  <keyword type="function" name="g_bit_lock ()" link="glib-Threads.html#g-bit-lock" since="2.24"/>
545
558
  <keyword type="function" name="g_bit_trylock ()" link="glib-Threads.html#g-bit-trylock" since="2.24"/>
546
559
  <keyword type="function" name="g_bit_unlock ()" link="glib-Threads.html#g-bit-unlock" since="2.24"/>
547
- <keyword type="struct" name="GThreadPool" link="glib-Thread-Pools.html#GThreadPool"/>
560
+ <keyword type="struct" name="struct GThreadPool" link="glib-Thread-Pools.html#GThreadPool"/>
548
561
  <keyword type="function" name="g_thread_pool_new ()" link="glib-Thread-Pools.html#g-thread-pool-new"/>
549
562
  <keyword type="function" name="g_thread_pool_push ()" link="glib-Thread-Pools.html#g-thread-pool-push"/>
550
563
  <keyword type="function" name="g_thread_pool_set_max_threads ()" link="glib-Thread-Pools.html#g-thread-pool-set-max-threads"/>
@@ -585,10 +598,10 @@
585
598
  <keyword type="struct" name="GModule" link="glib-Dynamic-Loading-of-Modules.html#GModule"/>
586
599
  <keyword type="function" name="g_module_supported ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-supported"/>
587
600
  <keyword type="function" name="g_module_build_path ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-build-path"/>
588
- <keyword type="function" name="g_module_open ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-open"/>
601
+ <keyword type="macro" name="g_module_open" link="glib-Dynamic-Loading-of-Modules.html#g-module-open"/>
589
602
  <keyword type="enum" name="enum GModuleFlags" link="glib-Dynamic-Loading-of-Modules.html#GModuleFlags"/>
590
603
  <keyword type="function" name="g_module_symbol ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-symbol"/>
591
- <keyword type="function" name="g_module_name ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-name"/>
604
+ <keyword type="macro" name="g_module_name" link="glib-Dynamic-Loading-of-Modules.html#g-module-name"/>
592
605
  <keyword type="function" name="g_module_make_resident ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-make-resident"/>
593
606
  <keyword type="function" name="g_module_close ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-close"/>
594
607
  <keyword type="function" name="g_module_error ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-error"/>
@@ -621,19 +634,19 @@
621
634
  <keyword type="macro" name="g_newa()" link="glib-Memory-Allocation.html#g-newa"/>
622
635
  <keyword type="macro" name="g_memmove()" link="glib-Memory-Allocation.html#g-memmove"/>
623
636
  <keyword type="function" name="g_memdup ()" link="glib-Memory-Allocation.html#g-memdup"/>
624
- <keyword type="struct" name="GMemVTable" link="glib-Memory-Allocation.html#GMemVTable"/>
637
+ <keyword type="struct" name="struct GMemVTable" link="glib-Memory-Allocation.html#GMemVTable"/>
625
638
  <keyword type="function" name="g_mem_set_vtable ()" link="glib-Memory-Allocation.html#g-mem-set-vtable"/>
626
639
  <keyword type="function" name="g_mem_is_system_malloc ()" link="glib-Memory-Allocation.html#g-mem-is-system-malloc"/>
627
640
  <keyword type="variable" name="glib_mem_profiler_table" link="glib-Memory-Allocation.html#glib-mem-profiler-table"/>
628
641
  <keyword type="function" name="g_mem_profile ()" link="glib-Memory-Allocation.html#g-mem-profile"/>
629
- <keyword type="struct" name="GIOChannel" link="glib-IO-Channels.html#GIOChannel"/>
642
+ <keyword type="struct" name="struct GIOChannel" link="glib-IO-Channels.html#GIOChannel"/>
630
643
  <keyword type="function" name="g_io_channel_unix_new ()" link="glib-IO-Channels.html#g-io-channel-unix-new"/>
631
644
  <keyword type="function" name="g_io_channel_unix_get_fd ()" link="glib-IO-Channels.html#g-io-channel-unix-get-fd"/>
632
645
  <keyword type="function" name="g_io_channel_win32_new_fd ()" link="glib-IO-Channels.html#g-io-channel-win32-new-fd"/>
633
646
  <keyword type="function" name="g_io_channel_win32_new_socket ()" link="glib-IO-Channels.html#g-io-channel-win32-new-socket"/>
634
647
  <keyword type="function" name="g_io_channel_win32_new_messages ()" link="glib-IO-Channels.html#g-io-channel-win32-new-messages"/>
635
648
  <keyword type="function" name="g_io_channel_init ()" link="glib-IO-Channels.html#g-io-channel-init"/>
636
- <keyword type="function" name="g_io_channel_new_file ()" link="glib-IO-Channels.html#g-io-channel-new-file"/>
649
+ <keyword type="macro" name="g_io_channel_new_file" link="glib-IO-Channels.html#g-io-channel-new-file"/>
637
650
  <keyword type="function" name="g_io_channel_read_chars ()" link="glib-IO-Channels.html#g-io-channel-read-chars"/>
638
651
  <keyword type="function" name="g_io_channel_read_unichar ()" link="glib-IO-Channels.html#g-io-channel-read-unichar"/>
639
652
  <keyword type="function" name="g_io_channel_read_line ()" link="glib-IO-Channels.html#g-io-channel-read-line"/>
@@ -656,7 +669,7 @@
656
669
  <keyword type="function" name="g_io_add_watch_full ()" link="glib-IO-Channels.html#g-io-add-watch-full"/>
657
670
  <keyword type="enum" name="enum GIOCondition" link="glib-IO-Channels.html#GIOCondition"/>
658
671
  <keyword type="function" name="GIOFunc ()" link="glib-IO-Channels.html#GIOFunc"/>
659
- <keyword type="struct" name="GIOFuncs" link="glib-IO-Channels.html#GIOFuncs"/>
672
+ <keyword type="struct" name="struct GIOFuncs" link="glib-IO-Channels.html#GIOFuncs"/>
660
673
  <keyword type="function" name="g_io_channel_get_buffer_size ()" link="glib-IO-Channels.html#g-io-channel-get-buffer-size"/>
661
674
  <keyword type="function" name="g_io_channel_set_buffer_size ()" link="glib-IO-Channels.html#g-io-channel-set-buffer-size"/>
662
675
  <keyword type="function" name="g_io_channel_get_buffer_condition ()" link="glib-IO-Channels.html#g-io-channel-get-buffer-condition"/>
@@ -676,7 +689,7 @@
676
689
  <keyword type="function" name="g_io_channel_write ()" link="glib-IO-Channels.html#g-io-channel-write" deprecated="2.2: Use g_io_channel_write_chars() instead."/>
677
690
  <keyword type="function" name="g_io_channel_seek ()" link="glib-IO-Channels.html#g-io-channel-seek" deprecated="2.2: Use g_io_channel_seek_position() instead."/>
678
691
  <keyword type="function" name="g_io_channel_close ()" link="glib-IO-Channels.html#g-io-channel-close" deprecated="2.2: Use g_io_channel_shutdown() instead."/>
679
- <keyword type="struct" name="GError" link="glib-Error-Reporting.html#GError"/>
692
+ <keyword type="struct" name="struct GError" link="glib-Error-Reporting.html#GError"/>
680
693
  <keyword type="function" name="g_error_new ()" link="glib-Error-Reporting.html#g-error-new"/>
681
694
  <keyword type="function" name="g_error_new_literal ()" link="glib-Error-Reporting.html#g-error-new-literal"/>
682
695
  <keyword type="function" name="g_error_new_valist ()" link="glib-Error-Reporting.html#g-error-new-valist" since="2.22"/>
@@ -806,8 +819,8 @@
806
819
  <keyword type="function" name="g_iconv ()" link="glib-Character-Set-Conversion.html#g-iconv"/>
807
820
  <keyword type="function" name="g_iconv_close ()" link="glib-Character-Set-Conversion.html#g-iconv-close"/>
808
821
  <keyword type="function" name="g_locale_to_utf8 ()" link="glib-Character-Set-Conversion.html#g-locale-to-utf8"/>
809
- <keyword type="function" name="g_filename_to_utf8 ()" link="glib-Character-Set-Conversion.html#g-filename-to-utf8"/>
810
- <keyword type="function" name="g_filename_from_utf8 ()" link="glib-Character-Set-Conversion.html#g-filename-from-utf8"/>
822
+ <keyword type="macro" name="g_filename_to_utf8" link="glib-Character-Set-Conversion.html#g-filename-to-utf8"/>
823
+ <keyword type="macro" name="g_filename_from_utf8" link="glib-Character-Set-Conversion.html#g-filename-from-utf8"/>
811
824
  <keyword type="function" name="g_get_filename_charsets ()" link="glib-Character-Set-Conversion.html#g-get-filename-charsets" since="2.6"/>
812
825
  <keyword type="function" name="g_filename_display_name ()" link="glib-Character-Set-Conversion.html#g-filename-display-name" since="2.6"/>
813
826
  <keyword type="function" name="g_filename_display_basename ()" link="glib-Character-Set-Conversion.html#g-filename-display-basename" since="2.6"/>
@@ -909,14 +922,17 @@
909
922
  <keyword type="function" name="g_dpgettext2 ()" link="glib-I18N.html#g-dpgettext2" since="2.18"/>
910
923
  <keyword type="function" name="g_strip_context ()" link="glib-I18N.html#g-strip-context" since="2.4"/>
911
924
  <keyword type="function" name="g_get_language_names ()" link="glib-I18N.html#g-get-language-names" since="2.6"/>
925
+ <keyword type="function" name="g_get_locale_variants ()" link="glib-I18N.html#g-get-locale-variants" since="2.28"/>
912
926
  <keyword type="macro" name="G_USEC_PER_SEC" link="glib-Date-and-Time-Functions.html#G-USEC-PER-SEC:CAPS"/>
913
- <keyword type="struct" name="GTimeVal" link="glib-Date-and-Time-Functions.html#GTimeVal"/>
927
+ <keyword type="struct" name="struct GTimeVal" link="glib-Date-and-Time-Functions.html#GTimeVal"/>
914
928
  <keyword type="function" name="g_get_current_time ()" link="glib-Date-and-Time-Functions.html#g-get-current-time"/>
915
929
  <keyword type="function" name="g_usleep ()" link="glib-Date-and-Time-Functions.html#g-usleep"/>
916
930
  <keyword type="function" name="g_time_val_add ()" link="glib-Date-and-Time-Functions.html#g-time-val-add"/>
917
931
  <keyword type="function" name="g_time_val_from_iso8601 ()" link="glib-Date-and-Time-Functions.html#g-time-val-from-iso8601" since="2.12"/>
918
932
  <keyword type="function" name="g_time_val_to_iso8601 ()" link="glib-Date-and-Time-Functions.html#g-time-val-to-iso8601" since="2.12"/>
919
- <keyword type="struct" name="GDate" link="glib-Date-and-Time-Functions.html#GDate"/>
933
+ <keyword type="function" name="g_get_monotonic_time ()" link="glib-Date-and-Time-Functions.html#g-get-monotonic-time" since="2.28"/>
934
+ <keyword type="function" name="g_get_real_time ()" link="glib-Date-and-Time-Functions.html#g-get-real-time" since="2.28"/>
935
+ <keyword type="struct" name="struct GDate" link="glib-Date-and-Time-Functions.html#GDate"/>
920
936
  <keyword type="typedef" name="GTime" link="glib-Date-and-Time-Functions.html#GTime"/>
921
937
  <keyword type="enum" name="enum GDateDMY" link="glib-Date-and-Time-Functions.html#GDateDMY"/>
922
938
  <keyword type="typedef" name="GDateDay" link="glib-Date-and-Time-Functions.html#GDateDay"/>
@@ -980,6 +996,12 @@
980
996
  <keyword type="function" name="g_time_zone_new ()" link="glib-GTimeZone.html#g-time-zone-new" since="2.26"/>
981
997
  <keyword type="function" name="g_time_zone_new_local ()" link="glib-GTimeZone.html#g-time-zone-new-local" since="2.26"/>
982
998
  <keyword type="function" name="g_time_zone_new_utc ()" link="glib-GTimeZone.html#g-time-zone-new-utc" since="2.26"/>
999
+ <keyword type="enum" name="enum GTimeType" link="glib-GTimeZone.html#GTimeType"/>
1000
+ <keyword type="function" name="g_time_zone_find_interval ()" link="glib-GTimeZone.html#g-time-zone-find-interval" since="2.26"/>
1001
+ <keyword type="function" name="g_time_zone_adjust_time ()" link="glib-GTimeZone.html#g-time-zone-adjust-time" since="2.26"/>
1002
+ <keyword type="function" name="g_time_zone_get_abbreviation ()" link="glib-GTimeZone.html#g-time-zone-get-abbreviation" since="2.26"/>
1003
+ <keyword type="function" name="g_time_zone_get_offset ()" link="glib-GTimeZone.html#g-time-zone-get-offset" since="2.26"/>
1004
+ <keyword type="function" name="g_time_zone_is_dst ()" link="glib-GTimeZone.html#g-time-zone-is-dst" since="2.26"/>
983
1005
  <keyword type="typedef" name="GTimeSpan" link="glib-GDateTime.html#GTimeSpan" since="2.26"/>
984
1006
  <keyword type="macro" name="G_TIME_SPAN_DAY" link="glib-GDateTime.html#G-TIME-SPAN-DAY:CAPS" since="2.26"/>
985
1007
  <keyword type="macro" name="G_TIME_SPAN_HOUR" link="glib-GDateTime.html#G-TIME-SPAN-HOUR:CAPS" since="2.26"/>
@@ -1053,9 +1075,9 @@
1053
1075
  <keyword type="function" name="g_random_int_range ()" link="glib-Random-Numbers.html#g-random-int-range"/>
1054
1076
  <keyword type="function" name="g_random_double ()" link="glib-Random-Numbers.html#g-random-double"/>
1055
1077
  <keyword type="function" name="g_random_double_range ()" link="glib-Random-Numbers.html#g-random-double-range"/>
1056
- <keyword type="struct" name="GHookList" link="glib-Hook-Functions.html#GHookList"/>
1078
+ <keyword type="struct" name="struct GHookList" link="glib-Hook-Functions.html#GHookList"/>
1057
1079
  <keyword type="function" name="GHookFinalizeFunc ()" link="glib-Hook-Functions.html#GHookFinalizeFunc"/>
1058
- <keyword type="struct" name="GHook" link="glib-Hook-Functions.html#GHook"/>
1080
+ <keyword type="struct" name="struct GHook" link="glib-Hook-Functions.html#GHook"/>
1059
1081
  <keyword type="function" name="GHookFunc ()" link="glib-Hook-Functions.html#GHookFunc"/>
1060
1082
  <keyword type="function" name="GHookCheckFunc ()" link="glib-Hook-Functions.html#GHookCheckFunc"/>
1061
1083
  <keyword type="function" name="g_hook_list_init ()" link="glib-Hook-Functions.html#g-hook-list-init"/>
@@ -1098,24 +1120,26 @@
1098
1120
  <keyword type="function" name="g_set_application_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-set-application-name" since="2.2"/>
1099
1121
  <keyword type="function" name="g_get_prgname ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-prgname"/>
1100
1122
  <keyword type="function" name="g_set_prgname ()" link="glib-Miscellaneous-Utility-Functions.html#g-set-prgname"/>
1101
- <keyword type="function" name="g_getenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-getenv"/>
1102
- <keyword type="function" name="g_setenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-setenv" since="2.4"/>
1103
- <keyword type="function" name="g_unsetenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-unsetenv" since="2.4"/>
1123
+ <keyword type="function" name="g_get_environ ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-environ" since="2.28"/>
1124
+ <keyword type="macro" name="g_getenv" link="glib-Miscellaneous-Utility-Functions.html#g-getenv"/>
1125
+ <keyword type="macro" name="g_setenv" link="glib-Miscellaneous-Utility-Functions.html#g-setenv" since="2.4"/>
1126
+ <keyword type="macro" name="g_unsetenv" link="glib-Miscellaneous-Utility-Functions.html#g-unsetenv" since="2.4"/>
1104
1127
  <keyword type="function" name="g_listenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-listenv" since="2.8"/>
1105
- <keyword type="function" name="g_get_user_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-name"/>
1106
- <keyword type="function" name="g_get_real_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-real-name"/>
1128
+ <keyword type="macro" name="g_get_user_name" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-name"/>
1129
+ <keyword type="macro" name="g_get_real_name" link="glib-Miscellaneous-Utility-Functions.html#g-get-real-name"/>
1107
1130
  <keyword type="function" name="g_get_user_cache_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-cache-dir" since="2.6"/>
1108
1131
  <keyword type="function" name="g_get_user_data_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-data-dir" since="2.6"/>
1109
1132
  <keyword type="function" name="g_get_user_config_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-config-dir" since="2.6"/>
1133
+ <keyword type="function" name="g_get_user_runtime_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-runtime-dir" since="2.28"/>
1110
1134
  <keyword type="enum" name="enum GUserDirectory" link="glib-Miscellaneous-Utility-Functions.html#GUserDirectory" since="2.14"/>
1111
1135
  <keyword type="function" name="g_get_user_special_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-special-dir" since="2.14"/>
1112
1136
  <keyword type="function" name="g_get_system_data_dirs ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-system-data-dirs" since="2.6"/>
1113
1137
  <keyword type="function" name="g_get_system_config_dirs ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-system-config-dirs" since="2.6"/>
1114
1138
  <keyword type="function" name="g_reload_user_special_dirs_cache ()" link="glib-Miscellaneous-Utility-Functions.html#g-reload-user-special-dirs-cache" since="2.22"/>
1115
1139
  <keyword type="function" name="g_get_host_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-host-name" since="2.8"/>
1116
- <keyword type="function" name="g_get_home_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-home-dir"/>
1117
- <keyword type="function" name="g_get_tmp_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-tmp-dir"/>
1118
- <keyword type="function" name="g_get_current_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-current-dir"/>
1140
+ <keyword type="macro" name="g_get_home_dir" link="glib-Miscellaneous-Utility-Functions.html#g-get-home-dir"/>
1141
+ <keyword type="macro" name="g_get_tmp_dir" link="glib-Miscellaneous-Utility-Functions.html#g-get-tmp-dir"/>
1142
+ <keyword type="macro" name="g_get_current_dir" link="glib-Miscellaneous-Utility-Functions.html#g-get-current-dir"/>
1119
1143
  <keyword type="function" name="g_basename ()" link="glib-Miscellaneous-Utility-Functions.html#g-basename" deprecated=""/>
1120
1144
  <keyword type="macro" name="g_dirname" link="glib-Miscellaneous-Utility-Functions.html#g-dirname" deprecated=""/>
1121
1145
  <keyword type="function" name="g_path_is_absolute ()" link="glib-Miscellaneous-Utility-Functions.html#g-path-is-absolute"/>
@@ -1127,20 +1151,20 @@
1127
1151
  <keyword type="function" name="g_build_path ()" link="glib-Miscellaneous-Utility-Functions.html#g-build-path"/>
1128
1152
  <keyword type="function" name="g_build_pathv ()" link="glib-Miscellaneous-Utility-Functions.html#g-build-pathv" since="2.8"/>
1129
1153
  <keyword type="function" name="g_format_size_for_display ()" link="glib-Miscellaneous-Utility-Functions.html#g-format-size-for-display" since="2.16"/>
1130
- <keyword type="function" name="g_find_program_in_path ()" link="glib-Miscellaneous-Utility-Functions.html#g-find-program-in-path"/>
1154
+ <keyword type="macro" name="g_find_program_in_path" link="glib-Miscellaneous-Utility-Functions.html#g-find-program-in-path"/>
1131
1155
  <keyword type="function" name="g_bit_nth_lsf ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-nth-lsf"/>
1132
1156
  <keyword type="function" name="g_bit_nth_msf ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-nth-msf"/>
1133
1157
  <keyword type="function" name="g_bit_storage ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-storage"/>
1134
1158
  <keyword type="function" name="g_spaced_primes_closest ()" link="glib-Miscellaneous-Utility-Functions.html#g-spaced-primes-closest"/>
1135
1159
  <keyword type="function" name="g_atexit ()" link="glib-Miscellaneous-Utility-Functions.html#g-atexit"/>
1136
1160
  <keyword type="function" name="g_parse_debug_string ()" link="glib-Miscellaneous-Utility-Functions.html#g-parse-debug-string"/>
1137
- <keyword type="struct" name="GDebugKey" link="glib-Miscellaneous-Utility-Functions.html#GDebugKey"/>
1161
+ <keyword type="struct" name="struct GDebugKey" link="glib-Miscellaneous-Utility-Functions.html#GDebugKey"/>
1138
1162
  <keyword type="function" name="GVoidFunc ()" link="glib-Miscellaneous-Utility-Functions.html#GVoidFunc"/>
1139
1163
  <keyword type="function" name="GFreeFunc ()" link="glib-Miscellaneous-Utility-Functions.html#GFreeFunc"/>
1140
1164
  <keyword type="function" name="g_qsort_with_data ()" link="glib-Miscellaneous-Utility-Functions.html#g-qsort-with-data"/>
1141
1165
  <keyword type="function" name="g_nullify_pointer ()" link="glib-Miscellaneous-Utility-Functions.html#g-nullify-pointer"/>
1142
- <keyword type="struct" name="GScanner" link="glib-Lexical-Scanner.html#GScanner"/>
1143
- <keyword type="struct" name="GScannerConfig" link="glib-Lexical-Scanner.html#GScannerConfig"/>
1166
+ <keyword type="struct" name="struct GScanner" link="glib-Lexical-Scanner.html#GScanner"/>
1167
+ <keyword type="struct" name="struct GScannerConfig" link="glib-Lexical-Scanner.html#GScannerConfig"/>
1144
1168
  <keyword type="function" name="g_scanner_new ()" link="glib-Lexical-Scanner.html#g-scanner-new"/>
1145
1169
  <keyword type="function" name="g_scanner_destroy ()" link="glib-Lexical-Scanner.html#g-scanner-destroy"/>
1146
1170
  <keyword type="function" name="g_scanner_input_file ()" link="glib-Lexical-Scanner.html#g-scanner-input-file"/>
@@ -1176,7 +1200,7 @@
1176
1200
  <keyword type="enum" name="enum GTokenType" link="glib-Lexical-Scanner.html#GTokenType"/>
1177
1201
  <keyword type="union" name="union GTokenValue" link="glib-Lexical-Scanner.html#GTokenValue"/>
1178
1202
  <keyword type="enum" name="enum GErrorType" link="glib-Lexical-Scanner.html#GErrorType"/>
1179
- <keyword type="struct" name="GCompletion" link="glib-Automatic-String-Completion.html#GCompletion"/>
1203
+ <keyword type="struct" name="struct GCompletion" link="glib-Automatic-String-Completion.html#GCompletion"/>
1180
1204
  <keyword type="function" name="g_completion_new ()" link="glib-Automatic-String-Completion.html#g-completion-new" deprecated=""/>
1181
1205
  <keyword type="function" name="GCompletionFunc ()" link="glib-Automatic-String-Completion.html#GCompletionFunc"/>
1182
1206
  <keyword type="function" name="g_completion_add_items ()" link="glib-Automatic-String-Completion.html#g-completion-add-items" deprecated="2.26: Rarely used API"/>
@@ -1199,27 +1223,27 @@
1199
1223
  <keyword type="macro" name="G_SPAWN_ERROR" link="glib-Spawning-Processes.html#G-SPAWN-ERROR:CAPS"/>
1200
1224
  <keyword type="enum" name="enum GSpawnFlags" link="glib-Spawning-Processes.html#GSpawnFlags"/>
1201
1225
  <keyword type="function" name="GSpawnChildSetupFunc ()" link="glib-Spawning-Processes.html#GSpawnChildSetupFunc"/>
1202
- <keyword type="function" name="g_spawn_async_with_pipes ()" link="glib-Spawning-Processes.html#g-spawn-async-with-pipes"/>
1203
- <keyword type="function" name="g_spawn_async ()" link="glib-Spawning-Processes.html#g-spawn-async"/>
1204
- <keyword type="function" name="g_spawn_sync ()" link="glib-Spawning-Processes.html#g-spawn-sync"/>
1205
- <keyword type="function" name="g_spawn_command_line_async ()" link="glib-Spawning-Processes.html#g-spawn-command-line-async"/>
1206
- <keyword type="function" name="g_spawn_command_line_sync ()" link="glib-Spawning-Processes.html#g-spawn-command-line-sync"/>
1226
+ <keyword type="macro" name="g_spawn_async_with_pipes" link="glib-Spawning-Processes.html#g-spawn-async-with-pipes"/>
1227
+ <keyword type="macro" name="g_spawn_async" link="glib-Spawning-Processes.html#g-spawn-async"/>
1228
+ <keyword type="macro" name="g_spawn_sync" link="glib-Spawning-Processes.html#g-spawn-sync"/>
1229
+ <keyword type="macro" name="g_spawn_command_line_async" link="glib-Spawning-Processes.html#g-spawn-command-line-async"/>
1230
+ <keyword type="macro" name="g_spawn_command_line_sync" link="glib-Spawning-Processes.html#g-spawn-command-line-sync"/>
1207
1231
  <keyword type="function" name="g_spawn_close_pid ()" link="glib-Spawning-Processes.html#g-spawn-close-pid"/>
1208
1232
  <keyword type="enum" name="enum GFileError" link="glib-File-Utilities.html#GFileError"/>
1209
1233
  <keyword type="macro" name="G_FILE_ERROR" link="glib-File-Utilities.html#G-FILE-ERROR:CAPS"/>
1210
1234
  <keyword type="enum" name="enum GFileTest" link="glib-File-Utilities.html#GFileTest"/>
1211
1235
  <keyword type="function" name="g_file_error_from_errno ()" link="glib-File-Utilities.html#g-file-error-from-errno"/>
1212
- <keyword type="function" name="g_file_get_contents ()" link="glib-File-Utilities.html#g-file-get-contents"/>
1236
+ <keyword type="macro" name="g_file_get_contents" link="glib-File-Utilities.html#g-file-get-contents"/>
1213
1237
  <keyword type="function" name="g_file_set_contents ()" link="glib-File-Utilities.html#g-file-set-contents" since="2.8"/>
1214
- <keyword type="function" name="g_file_test ()" link="glib-File-Utilities.html#g-file-test"/>
1215
- <keyword type="function" name="g_mkstemp ()" link="glib-File-Utilities.html#g-mkstemp"/>
1238
+ <keyword type="macro" name="g_file_test" link="glib-File-Utilities.html#g-file-test"/>
1239
+ <keyword type="macro" name="g_mkstemp" link="glib-File-Utilities.html#g-mkstemp"/>
1216
1240
  <keyword type="function" name="g_mkstemp_full ()" link="glib-File-Utilities.html#g-mkstemp-full" since="2.22"/>
1217
- <keyword type="function" name="g_file_open_tmp ()" link="glib-File-Utilities.html#g-file-open-tmp"/>
1241
+ <keyword type="macro" name="g_file_open_tmp" link="glib-File-Utilities.html#g-file-open-tmp"/>
1218
1242
  <keyword type="function" name="g_file_read_link ()" link="glib-File-Utilities.html#g-file-read-link" since="2.4"/>
1219
1243
  <keyword type="function" name="g_mkdir_with_parents ()" link="glib-File-Utilities.html#g-mkdir-with-parents" since="2.8"/>
1220
1244
  <keyword type="struct" name="GDir" link="glib-File-Utilities.html#GDir"/>
1221
- <keyword type="function" name="g_dir_open ()" link="glib-File-Utilities.html#g-dir-open"/>
1222
- <keyword type="function" name="g_dir_read_name ()" link="glib-File-Utilities.html#g-dir-read-name"/>
1245
+ <keyword type="macro" name="g_dir_open" link="glib-File-Utilities.html#g-dir-open"/>
1246
+ <keyword type="macro" name="g_dir_read_name" link="glib-File-Utilities.html#g-dir-read-name"/>
1223
1247
  <keyword type="function" name="g_dir_rewind ()" link="glib-File-Utilities.html#g-dir-rewind"/>
1224
1248
  <keyword type="function" name="g_dir_close ()" link="glib-File-Utilities.html#g-dir-close"/>
1225
1249
  <keyword type="struct" name="GMappedFile" link="glib-File-Utilities.html#GMappedFile"/>
@@ -1229,22 +1253,22 @@
1229
1253
  <keyword type="function" name="g_mapped_file_free ()" link="glib-File-Utilities.html#g-mapped-file-free" deprecated="2.22: Use g_mapped_file_unref() instead." since="2.8"/>
1230
1254
  <keyword type="function" name="g_mapped_file_get_length ()" link="glib-File-Utilities.html#g-mapped-file-get-length" since="2.8"/>
1231
1255
  <keyword type="function" name="g_mapped_file_get_contents ()" link="glib-File-Utilities.html#g-mapped-file-get-contents" since="2.8"/>
1232
- <keyword type="function" name="g_open ()" link="glib-File-Utilities.html#g-open" since="2.6"/>
1233
- <keyword type="function" name="g_rename ()" link="glib-File-Utilities.html#g-rename" since="2.6"/>
1234
- <keyword type="function" name="g_mkdir ()" link="glib-File-Utilities.html#g-mkdir" since="2.6"/>
1256
+ <keyword type="macro" name="g_open" link="glib-File-Utilities.html#g-open" since="2.6"/>
1257
+ <keyword type="macro" name="g_rename" link="glib-File-Utilities.html#g-rename" since="2.6"/>
1258
+ <keyword type="macro" name="g_mkdir" link="glib-File-Utilities.html#g-mkdir" since="2.6"/>
1235
1259
  <keyword type="typedef" name="GStatBuf" link="glib-File-Utilities.html#GStatBuf"/>
1236
- <keyword type="function" name="g_stat ()" link="glib-File-Utilities.html#g-stat" since="2.6"/>
1237
- <keyword type="function" name="g_lstat ()" link="glib-File-Utilities.html#g-lstat" since="2.6"/>
1260
+ <keyword type="macro" name="g_stat" link="glib-File-Utilities.html#g-stat" since="2.6"/>
1261
+ <keyword type="macro" name="g_lstat" link="glib-File-Utilities.html#g-lstat" since="2.6"/>
1238
1262
  <keyword type="function" name="g_unlink ()" link="glib-File-Utilities.html#g-unlink" since="2.6"/>
1239
- <keyword type="function" name="g_remove ()" link="glib-File-Utilities.html#g-remove" since="2.6"/>
1263
+ <keyword type="macro" name="g_remove" link="glib-File-Utilities.html#g-remove" since="2.6"/>
1240
1264
  <keyword type="function" name="g_rmdir ()" link="glib-File-Utilities.html#g-rmdir" since="2.6"/>
1241
- <keyword type="function" name="g_fopen ()" link="glib-File-Utilities.html#g-fopen" since="2.6"/>
1242
- <keyword type="function" name="g_freopen ()" link="glib-File-Utilities.html#g-freopen" since="2.6"/>
1243
- <keyword type="function" name="g_chmod ()" link="glib-File-Utilities.html#g-chmod" since="2.8"/>
1265
+ <keyword type="macro" name="g_fopen" link="glib-File-Utilities.html#g-fopen" since="2.6"/>
1266
+ <keyword type="macro" name="g_freopen" link="glib-File-Utilities.html#g-freopen" since="2.6"/>
1267
+ <keyword type="macro" name="g_chmod" link="glib-File-Utilities.html#g-chmod" since="2.8"/>
1244
1268
  <keyword type="function" name="g_access ()" link="glib-File-Utilities.html#g-access" since="2.8"/>
1245
- <keyword type="function" name="g_creat ()" link="glib-File-Utilities.html#g-creat" since="2.8"/>
1269
+ <keyword type="macro" name="g_creat" link="glib-File-Utilities.html#g-creat" since="2.8"/>
1246
1270
  <keyword type="function" name="g_chdir ()" link="glib-File-Utilities.html#g-chdir" since="2.8"/>
1247
- <keyword type="function" name="g_utime ()" link="glib-File-Utilities.html#g-utime" since="2.18"/>
1271
+ <keyword type="macro" name="g_utime" link="glib-File-Utilities.html#g-utime" since="2.18"/>
1248
1272
  <keyword type="macro" name="G_URI_RESERVED_CHARS_ALLOWED_IN_PATH" link="glib-URI-Functions.html#G-URI-RESERVED-CHARS-ALLOWED-IN-PATH:CAPS"/>
1249
1273
  <keyword type="macro" name="G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT" link="glib-URI-Functions.html#G-URI-RESERVED-CHARS-ALLOWED-IN-PATH-ELEMENT:CAPS"/>
1250
1274
  <keyword type="macro" name="G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO" link="glib-URI-Functions.html#G-URI-RESERVED-CHARS-ALLOWED-IN-USERINFO:CAPS"/>
@@ -1255,8 +1279,8 @@
1255
1279
  <keyword type="function" name="g_uri_unescape_string ()" link="glib-URI-Functions.html#g-uri-unescape-string" since="2.16"/>
1256
1280
  <keyword type="function" name="g_uri_unescape_segment ()" link="glib-URI-Functions.html#g-uri-unescape-segment" since="2.16"/>
1257
1281
  <keyword type="function" name="g_uri_list_extract_uris ()" link="glib-URI-Functions.html#g-uri-list-extract-uris" since="2.6"/>
1258
- <keyword type="function" name="g_filename_from_uri ()" link="glib-URI-Functions.html#g-filename-from-uri"/>
1259
- <keyword type="function" name="g_filename_to_uri ()" link="glib-URI-Functions.html#g-filename-to-uri"/>
1282
+ <keyword type="macro" name="g_filename_from_uri" link="glib-URI-Functions.html#g-filename-from-uri"/>
1283
+ <keyword type="macro" name="g_filename_to_uri" link="glib-URI-Functions.html#g-filename-to-uri"/>
1260
1284
  <keyword type="function" name="g_hostname_to_ascii ()" link="glib-Hostname-Utilities.html#g-hostname-to-ascii" since="2.22"/>
1261
1285
  <keyword type="function" name="g_hostname_to_unicode ()" link="glib-Hostname-Utilities.html#g-hostname-to-unicode" since="2.22"/>
1262
1286
  <keyword type="function" name="g_hostname_is_non_ascii ()" link="glib-Hostname-Utilities.html#g-hostname-is-non-ascii" since="2.22"/>
@@ -1289,7 +1313,7 @@
1289
1313
  <keyword type="enum" name="enum GOptionArg" link="glib-Commandline-option-parser.html#GOptionArg"/>
1290
1314
  <keyword type="enum" name="enum GOptionFlags" link="glib-Commandline-option-parser.html#GOptionFlags"/>
1291
1315
  <keyword type="macro" name="G_OPTION_REMAINING" link="glib-Commandline-option-parser.html#G-OPTION-REMAINING:CAPS" since="2.6"/>
1292
- <keyword type="struct" name="GOptionEntry" link="glib-Commandline-option-parser.html#GOptionEntry"/>
1316
+ <keyword type="struct" name="struct GOptionEntry" link="glib-Commandline-option-parser.html#GOptionEntry"/>
1293
1317
  <keyword type="function" name="g_option_context_add_main_entries ()" link="glib-Commandline-option-parser.html#g-option-context-add-main-entries" since="2.6"/>
1294
1318
  <keyword type="struct" name="GOptionGroup" link="glib-Commandline-option-parser.html#GOptionGroup"/>
1295
1319
  <keyword type="function" name="g_option_context_add_group ()" link="glib-Commandline-option-parser.html#g-option-context-add-group" since="2.6"/>
@@ -1357,7 +1381,7 @@
1357
1381
  <keyword type="macro" name="G_MARKUP_ERROR" link="glib-Simple-XML-Subset-Parser.html#G-MARKUP-ERROR:CAPS"/>
1358
1382
  <keyword type="enum" name="enum GMarkupParseFlags" link="glib-Simple-XML-Subset-Parser.html#GMarkupParseFlags"/>
1359
1383
  <keyword type="struct" name="GMarkupParseContext" link="glib-Simple-XML-Subset-Parser.html#GMarkupParseContext"/>
1360
- <keyword type="struct" name="GMarkupParser" link="glib-Simple-XML-Subset-Parser.html#GMarkupParser"/>
1384
+ <keyword type="struct" name="struct GMarkupParser" link="glib-Simple-XML-Subset-Parser.html#GMarkupParser"/>
1361
1385
  <keyword type="function" name="g_markup_escape_text ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-escape-text"/>
1362
1386
  <keyword type="function" name="g_markup_printf_escaped ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped" since="2.4"/>
1363
1387
  <keyword type="function" name="g_markup_vprintf_escaped ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-vprintf-escaped" since="2.4"/>
@@ -1548,9 +1572,9 @@
1548
1572
  <keyword type="macro" name="MAXPATHLEN" link="glib-Windows-Compatibility-Functions.html#MAXPATHLEN:CAPS"/>
1549
1573
  <keyword type="function" name="g_win32_error_message ()" link="glib-Windows-Compatibility-Functions.html#g-win32-error-message"/>
1550
1574
  <keyword type="function" name="g_win32_getlocale ()" link="glib-Windows-Compatibility-Functions.html#g-win32-getlocale"/>
1551
- <keyword type="function" name="g_win32_get_package_installation_directory ()" link="glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-directory" deprecated=""/>
1575
+ <keyword type="macro" name="g_win32_get_package_installation_directory" link="glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-directory" deprecated=""/>
1552
1576
  <keyword type="function" name="g_win32_get_package_installation_directory_of_module ()" link="glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-directory-of-module" since="2.16"/>
1553
- <keyword type="function" name="g_win32_get_package_installation_subdirectory ()" link="glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-subdirectory" deprecated=""/>
1577
+ <keyword type="macro" name="g_win32_get_package_installation_subdirectory" link="glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-subdirectory" deprecated=""/>
1554
1578
  <keyword type="function" name="g_win32_get_windows_version ()" link="glib-Windows-Compatibility-Functions.html#g-win32-get-windows-version" since="2.6"/>
1555
1579
  <keyword type="function" name="g_win32_locale_filename_from_utf8 ()" link="glib-Windows-Compatibility-Functions.html#g-win32-locale-filename-from-utf8" since="2.8"/>
1556
1580
  <keyword type="macro" name="G_WIN32_DLLMAIN_FOR_DLL_NAME()" link="glib-Windows-Compatibility-Functions.html#G-WIN32-DLLMAIN-FOR-DLL-NAME:CAPS" deprecated=""/>
@@ -1583,7 +1607,7 @@
1583
1607
  <keyword type="function" name="g_blow_chunks ()" link="glib-Memory-Chunks.html#g-blow-chunks" deprecated=""/>
1584
1608
  <keyword type="function" name="g_mem_chunk_info ()" link="glib-Memory-Chunks.html#g-mem-chunk-info" deprecated=""/>
1585
1609
  <keyword type="function" name="g_mem_chunk_print ()" link="glib-Memory-Chunks.html#g-mem-chunk-print" deprecated=""/>
1586
- <keyword type="struct" name="GList" link="glib-Doubly-Linked-Lists.html#GList"/>
1610
+ <keyword type="struct" name="struct GList" link="glib-Doubly-Linked-Lists.html#GList"/>
1587
1611
  <keyword type="function" name="g_list_append ()" link="glib-Doubly-Linked-Lists.html#g-list-append"/>
1588
1612
  <keyword type="function" name="g_list_prepend ()" link="glib-Doubly-Linked-Lists.html#g-list-prepend"/>
1589
1613
  <keyword type="function" name="g_list_insert ()" link="glib-Doubly-Linked-Lists.html#g-list-insert"/>
@@ -1594,6 +1618,7 @@
1594
1618
  <keyword type="function" name="g_list_delete_link ()" link="glib-Doubly-Linked-Lists.html#g-list-delete-link"/>
1595
1619
  <keyword type="function" name="g_list_remove_all ()" link="glib-Doubly-Linked-Lists.html#g-list-remove-all"/>
1596
1620
  <keyword type="function" name="g_list_free ()" link="glib-Doubly-Linked-Lists.html#g-list-free"/>
1621
+ <keyword type="function" name="g_list_free_full ()" link="glib-Doubly-Linked-Lists.html#g-list-free-full" since="2.28"/>
1597
1622
  <keyword type="function" name="g_list_alloc ()" link="glib-Doubly-Linked-Lists.html#g-list-alloc"/>
1598
1623
  <keyword type="function" name="g_list_free_1 ()" link="glib-Doubly-Linked-Lists.html#g-list-free-1"/>
1599
1624
  <keyword type="macro" name="g_list_free1" link="glib-Doubly-Linked-Lists.html#g-list-free1"/>
@@ -1621,7 +1646,7 @@
1621
1646
  <keyword type="function" name="g_list_index ()" link="glib-Doubly-Linked-Lists.html#g-list-index"/>
1622
1647
  <keyword type="function" name="g_list_push_allocator ()" link="glib-Doubly-Linked-Lists.html#g-list-push-allocator" deprecated=""/>
1623
1648
  <keyword type="function" name="g_list_pop_allocator ()" link="glib-Doubly-Linked-Lists.html#g-list-pop-allocator" deprecated=""/>
1624
- <keyword type="struct" name="GSList" link="glib-Singly-Linked-Lists.html#GSList"/>
1649
+ <keyword type="struct" name="struct GSList" link="glib-Singly-Linked-Lists.html#GSList"/>
1625
1650
  <keyword type="function" name="g_slist_alloc ()" link="glib-Singly-Linked-Lists.html#g-slist-alloc"/>
1626
1651
  <keyword type="function" name="g_slist_append ()" link="glib-Singly-Linked-Lists.html#g-slist-append"/>
1627
1652
  <keyword type="function" name="g_slist_prepend ()" link="glib-Singly-Linked-Lists.html#g-slist-prepend"/>
@@ -1633,6 +1658,7 @@
1633
1658
  <keyword type="function" name="g_slist_delete_link ()" link="glib-Singly-Linked-Lists.html#g-slist-delete-link"/>
1634
1659
  <keyword type="function" name="g_slist_remove_all ()" link="glib-Singly-Linked-Lists.html#g-slist-remove-all"/>
1635
1660
  <keyword type="function" name="g_slist_free ()" link="glib-Singly-Linked-Lists.html#g-slist-free"/>
1661
+ <keyword type="function" name="g_slist_free_full ()" link="glib-Singly-Linked-Lists.html#g-slist-free-full" since="2.28"/>
1636
1662
  <keyword type="function" name="g_slist_free_1 ()" link="glib-Singly-Linked-Lists.html#g-slist-free-1"/>
1637
1663
  <keyword type="macro" name="g_slist_free1" link="glib-Singly-Linked-Lists.html#g-slist-free1" since="2.10"/>
1638
1664
  <keyword type="function" name="g_slist_length ()" link="glib-Singly-Linked-Lists.html#g-slist-length"/>
@@ -1653,7 +1679,7 @@
1653
1679
  <keyword type="function" name="g_slist_index ()" link="glib-Singly-Linked-Lists.html#g-slist-index"/>
1654
1680
  <keyword type="function" name="g_slist_push_allocator ()" link="glib-Singly-Linked-Lists.html#g-slist-push-allocator" deprecated=""/>
1655
1681
  <keyword type="function" name="g_slist_pop_allocator ()" link="glib-Singly-Linked-Lists.html#g-slist-pop-allocator" deprecated=""/>
1656
- <keyword type="struct" name="GQueue" link="glib-Double-ended-Queues.html#GQueue"/>
1682
+ <keyword type="struct" name="struct GQueue" link="glib-Double-ended-Queues.html#GQueue"/>
1657
1683
  <keyword type="function" name="g_queue_new ()" link="glib-Double-ended-Queues.html#g-queue-new"/>
1658
1684
  <keyword type="function" name="g_queue_free ()" link="glib-Double-ended-Queues.html#g-queue-free"/>
1659
1685
  <keyword type="macro" name="G_QUEUE_INIT" link="glib-Double-ended-Queues.html#G-QUEUE-INIT:CAPS" since="2.14"/>
@@ -1721,6 +1747,8 @@
1721
1747
  <keyword type="function" name="g_sequence_move_range ()" link="glib-Sequences.html#g-sequence-move-range" since="2.14"/>
1722
1748
  <keyword type="function" name="g_sequence_search ()" link="glib-Sequences.html#g-sequence-search" since="2.14"/>
1723
1749
  <keyword type="function" name="g_sequence_search_iter ()" link="glib-Sequences.html#g-sequence-search-iter" since="2.14"/>
1750
+ <keyword type="function" name="g_sequence_lookup ()" link="glib-Sequences.html#g-sequence-lookup" since="2.28"/>
1751
+ <keyword type="function" name="g_sequence_lookup_iter ()" link="glib-Sequences.html#g-sequence-lookup-iter" since="2.28"/>
1724
1752
  <keyword type="function" name="g_sequence_get ()" link="glib-Sequences.html#g-sequence-get" since="2.14"/>
1725
1753
  <keyword type="function" name="g_sequence_set ()" link="glib-Sequences.html#g-sequence-set" since="2.14"/>
1726
1754
  <keyword type="function" name="g_sequence_iter_is_begin ()" link="glib-Sequences.html#g-sequence-iter-is-begin" since="2.14"/>
@@ -1732,7 +1760,7 @@
1732
1760
  <keyword type="function" name="g_sequence_iter_get_sequence ()" link="glib-Sequences.html#g-sequence-iter-get-sequence" since="2.14"/>
1733
1761
  <keyword type="function" name="g_sequence_iter_compare ()" link="glib-Sequences.html#g-sequence-iter-compare" since="2.14"/>
1734
1762
  <keyword type="function" name="g_sequence_range_get_midpoint ()" link="glib-Sequences.html#g-sequence-range-get-midpoint" since="2.14"/>
1735
- <keyword type="struct" name="GTrashStack" link="glib-Trash-Stacks.html#GTrashStack"/>
1763
+ <keyword type="struct" name="struct GTrashStack" link="glib-Trash-Stacks.html#GTrashStack"/>
1736
1764
  <keyword type="function" name="g_trash_stack_push ()" link="glib-Trash-Stacks.html#g-trash-stack-push"/>
1737
1765
  <keyword type="function" name="g_trash_stack_pop ()" link="glib-Trash-Stacks.html#g-trash-stack-pop"/>
1738
1766
  <keyword type="function" name="g_trash_stack_peek ()" link="glib-Trash-Stacks.html#g-trash-stack-peek"/>
@@ -1764,7 +1792,7 @@
1764
1792
  <keyword type="function" name="g_hash_table_destroy ()" link="glib-Hash-Tables.html#g-hash-table-destroy"/>
1765
1793
  <keyword type="function" name="g_hash_table_ref ()" link="glib-Hash-Tables.html#g-hash-table-ref" since="2.10"/>
1766
1794
  <keyword type="function" name="g_hash_table_unref ()" link="glib-Hash-Tables.html#g-hash-table-unref" since="2.10"/>
1767
- <keyword type="struct" name="GHashTableIter" link="glib-Hash-Tables.html#GHashTableIter"/>
1795
+ <keyword type="struct" name="struct GHashTableIter" link="glib-Hash-Tables.html#GHashTableIter"/>
1768
1796
  <keyword type="function" name="g_hash_table_iter_init ()" link="glib-Hash-Tables.html#g-hash-table-iter-init" since="2.16"/>
1769
1797
  <keyword type="function" name="g_hash_table_iter_next ()" link="glib-Hash-Tables.html#g-hash-table-iter-next" since="2.16"/>
1770
1798
  <keyword type="function" name="g_hash_table_iter_get_hash_table ()" link="glib-Hash-Tables.html#g-hash-table-iter-get-hash-table" since="2.16"/>
@@ -1780,7 +1808,7 @@
1780
1808
  <keyword type="function" name="g_double_hash ()" link="glib-Hash-Tables.html#g-double-hash" since="2.22"/>
1781
1809
  <keyword type="function" name="g_str_equal ()" link="glib-Hash-Tables.html#g-str-equal"/>
1782
1810
  <keyword type="function" name="g_str_hash ()" link="glib-Hash-Tables.html#g-str-hash"/>
1783
- <keyword type="struct" name="GString" link="glib-Strings.html#GString"/>
1811
+ <keyword type="struct" name="struct GString" link="glib-Strings.html#GString"/>
1784
1812
  <keyword type="function" name="g_string_new ()" link="glib-Strings.html#g-string-new"/>
1785
1813
  <keyword type="function" name="g_string_new_len ()" link="glib-Strings.html#g-string-new-len"/>
1786
1814
  <keyword type="function" name="g_string_sized_new ()" link="glib-Strings.html#g-string-sized-new"/>
@@ -1821,7 +1849,7 @@
1821
1849
  <keyword type="function" name="g_string_chunk_insert_len ()" link="glib-String-Chunks.html#g-string-chunk-insert-len" since="2.4"/>
1822
1850
  <keyword type="function" name="g_string_chunk_clear ()" link="glib-String-Chunks.html#g-string-chunk-clear" since="2.14"/>
1823
1851
  <keyword type="function" name="g_string_chunk_free ()" link="glib-String-Chunks.html#g-string-chunk-free"/>
1824
- <keyword type="struct" name="GArray" link="glib-Arrays.html#GArray"/>
1852
+ <keyword type="struct" name="struct GArray" link="glib-Arrays.html#GArray"/>
1825
1853
  <keyword type="function" name="g_array_new ()" link="glib-Arrays.html#g-array-new"/>
1826
1854
  <keyword type="function" name="g_array_sized_new ()" link="glib-Arrays.html#g-array-sized-new"/>
1827
1855
  <keyword type="function" name="g_array_ref ()" link="glib-Arrays.html#g-array-ref" since="2.22"/>
@@ -1841,7 +1869,7 @@
1841
1869
  <keyword type="macro" name="g_array_index()" link="glib-Arrays.html#g-array-index"/>
1842
1870
  <keyword type="function" name="g_array_set_size ()" link="glib-Arrays.html#g-array-set-size"/>
1843
1871
  <keyword type="function" name="g_array_free ()" link="glib-Arrays.html#g-array-free"/>
1844
- <keyword type="struct" name="GPtrArray" link="glib-Pointer-Arrays.html#GPtrArray"/>
1872
+ <keyword type="struct" name="struct GPtrArray" link="glib-Pointer-Arrays.html#GPtrArray"/>
1845
1873
  <keyword type="function" name="g_ptr_array_new ()" link="glib-Pointer-Arrays.html#g-ptr-array-new"/>
1846
1874
  <keyword type="function" name="g_ptr_array_sized_new ()" link="glib-Pointer-Arrays.html#g-ptr-array-sized-new"/>
1847
1875
  <keyword type="function" name="g_ptr_array_new_with_free_func ()" link="glib-Pointer-Arrays.html#g-ptr-array-new-with-free-func" since="2.22"/>
@@ -1860,7 +1888,7 @@
1860
1888
  <keyword type="macro" name="g_ptr_array_index()" link="glib-Pointer-Arrays.html#g-ptr-array-index"/>
1861
1889
  <keyword type="function" name="g_ptr_array_free ()" link="glib-Pointer-Arrays.html#g-ptr-array-free"/>
1862
1890
  <keyword type="function" name="g_ptr_array_foreach ()" link="glib-Pointer-Arrays.html#g-ptr-array-foreach" since="2.4"/>
1863
- <keyword type="struct" name="GByteArray" link="glib-Byte-Arrays.html#GByteArray"/>
1891
+ <keyword type="struct" name="struct GByteArray" link="glib-Byte-Arrays.html#GByteArray"/>
1864
1892
  <keyword type="function" name="g_byte_array_new ()" link="glib-Byte-Arrays.html#g-byte-array-new"/>
1865
1893
  <keyword type="function" name="g_byte_array_sized_new ()" link="glib-Byte-Arrays.html#g-byte-array-sized-new"/>
1866
1894
  <keyword type="function" name="g_byte_array_ref ()" link="glib-Byte-Arrays.html#g-byte-array-ref" since="2.22"/>
@@ -1894,7 +1922,7 @@
1894
1922
  <keyword type="function" name="g_tree_remove ()" link="glib-Balanced-Binary-Trees.html#g-tree-remove"/>
1895
1923
  <keyword type="function" name="g_tree_steal ()" link="glib-Balanced-Binary-Trees.html#g-tree-steal"/>
1896
1924
  <keyword type="function" name="g_tree_destroy ()" link="glib-Balanced-Binary-Trees.html#g-tree-destroy"/>
1897
- <keyword type="struct" name="GNode" link="glib-N-ary-Trees.html#GNode"/>
1925
+ <keyword type="struct" name="struct GNode" link="glib-N-ary-Trees.html#GNode"/>
1898
1926
  <keyword type="function" name="g_node_new ()" link="glib-N-ary-Trees.html#g-node-new"/>
1899
1927
  <keyword type="function" name="g_node_copy ()" link="glib-N-ary-Trees.html#g-node-copy"/>
1900
1928
  <keyword type="function" name="GCopyFunc ()" link="glib-N-ary-Trees.html#GCopyFunc" since="2.4"/>
@@ -1986,7 +2014,7 @@
1986
2014
  <keyword type="function" name="g_relation_delete ()" link="glib-Relations-and-Tuples.html#g-relation-delete" deprecated="2.26: Rarely used API"/>
1987
2015
  <keyword type="function" name="g_relation_destroy ()" link="glib-Relations-and-Tuples.html#g-relation-destroy" deprecated="2.26: Rarely used API"/>
1988
2016
  <keyword type="function" name="g_relation_print ()" link="glib-Relations-and-Tuples.html#g-relation-print" deprecated="2.26: Rarely used API"/>
1989
- <keyword type="struct" name="GTuples" link="glib-Relations-and-Tuples.html#GTuples"/>
2017
+ <keyword type="struct" name="struct GTuples" link="glib-Relations-and-Tuples.html#GTuples"/>
1990
2018
  <keyword type="function" name="g_tuples_destroy ()" link="glib-Relations-and-Tuples.html#g-tuples-destroy" deprecated="2.26: Rarely used API"/>
1991
2019
  <keyword type="function" name="g_tuples_index ()" link="glib-Relations-and-Tuples.html#g-tuples-index" deprecated="2.26: Rarely used API"/>
1992
2020
  <keyword type="struct" name="GCache" link="glib-Caches.html#GCache"/>
@@ -2059,7 +2087,7 @@
2059
2087
  <keyword type="function" name="g_variant_type_next ()" link="glib-GVariantType.html#g-variant-type-next"/>
2060
2088
  <keyword type="function" name="g_variant_type_key ()" link="glib-GVariantType.html#g-variant-type-key"/>
2061
2089
  <keyword type="function" name="g_variant_type_value ()" link="glib-GVariantType.html#g-variant-type-value"/>
2062
- <keyword type="" name="Memory Use" link="glib-GVariant.html#id1038198"/>
2090
+ <keyword type="" name="Memory Use" link="glib-GVariant.html#id840180"/>
2063
2091
  <keyword type="struct" name="GVariant" link="glib-GVariant.html#GVariant" since="2.24"/>
2064
2092
  <keyword type="function" name="g_variant_unref ()" link="glib-GVariant.html#g-variant-unref" since="2.24"/>
2065
2093
  <keyword type="function" name="g_variant_ref ()" link="glib-GVariant.html#g-variant-ref" since="2.24"/>
@@ -2122,6 +2150,8 @@
2122
2150
  <keyword type="function" name="g_variant_n_children ()" link="glib-GVariant.html#g-variant-n-children" since="2.24"/>
2123
2151
  <keyword type="function" name="g_variant_get_child_value ()" link="glib-GVariant.html#g-variant-get-child-value" since="2.24"/>
2124
2152
  <keyword type="function" name="g_variant_get_child ()" link="glib-GVariant.html#g-variant-get-child" since="2.24"/>
2153
+ <keyword type="function" name="g_variant_lookup_value ()" link="glib-GVariant.html#g-variant-lookup-value" since="2.28"/>
2154
+ <keyword type="function" name="g_variant_lookup ()" link="glib-GVariant.html#g-variant-lookup" since="2.28"/>
2125
2155
  <keyword type="function" name="g_variant_get_fixed_array ()" link="glib-GVariant.html#g-variant-get-fixed-array" since="2.24"/>
2126
2156
  <keyword type="function" name="g_variant_get_size ()" link="glib-GVariant.html#g-variant-get-size" since="2.24"/>
2127
2157
  <keyword type="function" name="g_variant_get_data ()" link="glib-GVariant.html#g-variant-get-data" since="2.24"/>
@@ -2134,7 +2164,7 @@
2134
2164
  <keyword type="function" name="g_variant_equal ()" link="glib-GVariant.html#g-variant-equal" since="2.24"/>
2135
2165
  <keyword type="function" name="g_variant_print ()" link="glib-GVariant.html#g-variant-print"/>
2136
2166
  <keyword type="function" name="g_variant_print_string ()" link="glib-GVariant.html#g-variant-print-string" since="2.24"/>
2137
- <keyword type="struct" name="GVariantIter" link="glib-GVariant.html#GVariantIter"/>
2167
+ <keyword type="struct" name="struct GVariantIter" link="glib-GVariant.html#GVariantIter"/>
2138
2168
  <keyword type="function" name="g_variant_iter_copy ()" link="glib-GVariant.html#g-variant-iter-copy" since="2.24"/>
2139
2169
  <keyword type="function" name="g_variant_iter_free ()" link="glib-GVariant.html#g-variant-iter-free" since="2.24"/>
2140
2170
  <keyword type="function" name="g_variant_iter_init ()" link="glib-GVariant.html#g-variant-iter-init" since="2.24"/>
@@ -2143,7 +2173,7 @@
2143
2173
  <keyword type="function" name="g_variant_iter_next_value ()" link="glib-GVariant.html#g-variant-iter-next-value" since="2.24"/>
2144
2174
  <keyword type="function" name="g_variant_iter_next ()" link="glib-GVariant.html#g-variant-iter-next" since="2.24"/>
2145
2175
  <keyword type="function" name="g_variant_iter_loop ()" link="glib-GVariant.html#g-variant-iter-loop" since="2.24"/>
2146
- <keyword type="struct" name="GVariantBuilder" link="glib-GVariant.html#GVariantBuilder"/>
2176
+ <keyword type="struct" name="struct GVariantBuilder" link="glib-GVariant.html#GVariantBuilder"/>
2147
2177
  <keyword type="function" name="g_variant_builder_unref ()" link="glib-GVariant.html#g-variant-builder-unref" since="2.24"/>
2148
2178
  <keyword type="function" name="g_variant_builder_ref ()" link="glib-GVariant.html#g-variant-builder-ref" since="2.24"/>
2149
2179
  <keyword type="function" name="g_variant_builder_new ()" link="glib-GVariant.html#g-variant-builder-new" since="2.24"/>
@@ -2170,9 +2200,20 @@
2170
2200
  <keyword type="" name="GVariant *" link="gvariant-format-strings.html#gvariant-format-strings-gvariant"/>
2171
2201
  <keyword type="" name="Pointers" link="gvariant-format-strings.html#gvariant-format-strings-pointers"/>
2172
2202
  <keyword type="" name="Convenience Conversions" link="gvariant-format-strings.html#gvariant-format-strings-convenience"/>
2173
- <keyword type="" name="Options" link="glib-gettextize.html#id753897"/>
2174
- <keyword type="" name="Options" link="gtester.html#id814965"/>
2175
- <keyword type="" name="Options" link="gtester-report.html#id860556"/>
2203
+ <keyword type="" name="Booleans" link="gvariant-text.html#gvariant-text-booleans"/>
2204
+ <keyword type="" name="Strings" link="gvariant-text.html#gvariant-text-strings"/>
2205
+ <keyword type="" name="Numbers" link="gvariant-text.html#gvariant-text-numbers"/>
2206
+ <keyword type="" name="Tuples" link="gvariant-text.html#gvariant-text-tuples"/>
2207
+ <keyword type="" name="Arrays" link="gvariant-text.html#gvariant-text-arrays"/>
2208
+ <keyword type="" name="Dictionaries and Dictionary Entries" link="gvariant-text.html#gvariant-text-dictionaries"/>
2209
+ <keyword type="" name="Variants" link="gvariant-text.html#gvariant-text-variants"/>
2210
+ <keyword type="" name="Maybe Types" link="gvariant-text.html#gvariant-text-maybe-types"/>
2211
+ <keyword type="" name="Type Annotations" link="gvariant-text.html#gvariant-text-type-annotations"/>
2212
+ <keyword type="" name="Bytestrings" link="gvariant-text.html#gvariant-text-bytestrings"/>
2213
+ <keyword type="" name="Positional Parameters" link="gvariant-text.html#gvariant-text-positional"/>
2214
+ <keyword type="" name="Options" link="glib-gettextize.html#id432375"/>
2215
+ <keyword type="" name="Options" link="gtester.html#id486974"/>
2216
+ <keyword type="" name="Options" link="gtester-report.html#id416513"/>
2176
2217
  <keyword type="constant" name="G_THREAD_ERROR_AGAIN" link="glib-Threads.html#G-THREAD-ERROR-AGAIN:CAPS"/>
2177
2218
  <keyword type="constant" name="G_THREAD_PRIORITY_LOW" link="glib-Threads.html#G-THREAD-PRIORITY-LOW:CAPS"/>
2178
2219
  <keyword type="constant" name="G_THREAD_PRIORITY_NORMAL" link="glib-Threads.html#G-THREAD-PRIORITY-NORMAL:CAPS"/>
@@ -2299,6 +2340,7 @@
2299
2340
  <keyword type="constant" name="G_UNICODE_BREAK_HANGUL_T_JAMO" link="glib-Unicode-Manipulation.html#G-UNICODE-BREAK-HANGUL-T-JAMO:CAPS"/>
2300
2341
  <keyword type="constant" name="G_UNICODE_BREAK_HANGUL_LV_SYLLABLE" link="glib-Unicode-Manipulation.html#G-UNICODE-BREAK-HANGUL-LV-SYLLABLE:CAPS"/>
2301
2342
  <keyword type="constant" name="G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE" link="glib-Unicode-Manipulation.html#G-UNICODE-BREAK-HANGUL-LVT-SYLLABLE:CAPS"/>
2343
+ <keyword type="constant" name="G_UNICODE_BREAK_CLOSE_PARANTHESIS" link="glib-Unicode-Manipulation.html#G-UNICODE-BREAK-CLOSE-PARANTHESIS:CAPS"/>
2302
2344
  <keyword type="constant" name="G_UNICODE_SCRIPT_INVALID_CODE" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-INVALID-CODE:CAPS"/>
2303
2345
  <keyword type="constant" name="G_UNICODE_SCRIPT_COMMON" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-COMMON:CAPS"/>
2304
2346
  <keyword type="constant" name="G_UNICODE_SCRIPT_INHERITED" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-INHERITED:CAPS"/>
@@ -2389,10 +2431,13 @@
2389
2431
  <keyword type="constant" name="G_UNICODE_SCRIPT_LISU" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-LISU:CAPS"/>
2390
2432
  <keyword type="constant" name="G_UNICODE_SCRIPT_MEETEI_MAYEK" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-MEETEI-MAYEK:CAPS"/>
2391
2433
  <keyword type="constant" name="G_UNICODE_SCRIPT_OLD_SOUTH_ARABIAN" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-OLD-SOUTH-ARABIAN:CAPS"/>
2392
- <keyword type="constant" name="G_UNICODE_SCRIPT_OLD_TURKISH" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-OLD-TURKISH:CAPS"/>
2434
+ <keyword type="constant" name="G_UNICODE_SCRIPT_OLD_TURKIC" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-OLD-TURKIC:CAPS"/>
2393
2435
  <keyword type="constant" name="G_UNICODE_SCRIPT_SAMARITAN" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-SAMARITAN:CAPS"/>
2394
2436
  <keyword type="constant" name="G_UNICODE_SCRIPT_TAI_THAM" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-TAI-THAM:CAPS"/>
2395
2437
  <keyword type="constant" name="G_UNICODE_SCRIPT_TAI_VIET" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-TAI-VIET:CAPS"/>
2438
+ <keyword type="constant" name="G_UNICODE_SCRIPT_BATAK" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-BATAK:CAPS"/>
2439
+ <keyword type="constant" name="G_UNICODE_SCRIPT_BRAHMI" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-BRAHMI:CAPS"/>
2440
+ <keyword type="constant" name="G_UNICODE_SCRIPT_MANDAIC" link="glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-MANDAIC:CAPS"/>
2396
2441
  <keyword type="constant" name="G_NORMALIZE_DEFAULT" link="glib-Unicode-Manipulation.html#G-NORMALIZE-DEFAULT:CAPS"/>
2397
2442
  <keyword type="constant" name="G_NORMALIZE_NFD" link="glib-Unicode-Manipulation.html#G-NORMALIZE-NFD:CAPS"/>
2398
2443
  <keyword type="constant" name="G_NORMALIZE_DEFAULT_COMPOSE" link="glib-Unicode-Manipulation.html#G-NORMALIZE-DEFAULT-COMPOSE:CAPS"/>
@@ -2428,6 +2473,9 @@
2428
2473
  <keyword type="constant" name="G_DATE_FRIDAY" link="glib-Date-and-Time-Functions.html#G-DATE-FRIDAY:CAPS"/>
2429
2474
  <keyword type="constant" name="G_DATE_SATURDAY" link="glib-Date-and-Time-Functions.html#G-DATE-SATURDAY:CAPS"/>
2430
2475
  <keyword type="constant" name="G_DATE_SUNDAY" link="glib-Date-and-Time-Functions.html#G-DATE-SUNDAY:CAPS"/>
2476
+ <keyword type="constant" name="G_TIME_TYPE_STANDARD" link="glib-GTimeZone.html#G-TIME-TYPE-STANDARD:CAPS"/>
2477
+ <keyword type="constant" name="G_TIME_TYPE_DAYLIGHT" link="glib-GTimeZone.html#G-TIME-TYPE-DAYLIGHT:CAPS"/>
2478
+ <keyword type="constant" name="G_TIME_TYPE_UNIVERSAL" link="glib-GTimeZone.html#G-TIME-TYPE-UNIVERSAL:CAPS"/>
2431
2479
  <keyword type="constant" name="G_HOOK_FLAG_ACTIVE" link="glib-Hook-Functions.html#G-HOOK-FLAG-ACTIVE:CAPS"/>
2432
2480
  <keyword type="constant" name="G_HOOK_FLAG_IN_CALL" link="glib-Hook-Functions.html#G-HOOK-FLAG-IN-CALL:CAPS"/>
2433
2481
  <keyword type="constant" name="G_HOOK_FLAG_MASK" link="glib-Hook-Functions.html#G-HOOK-FLAG-MASK:CAPS"/>
@@ -2661,5 +2709,22 @@
2661
2709
  <keyword type="constant" name="G_VARIANT_CLASS_TUPLE" link="glib-GVariant.html#G-VARIANT-CLASS-TUPLE:CAPS"/>
2662
2710
  <keyword type="constant" name="G_VARIANT_CLASS_DICT_ENTRY" link="glib-GVariant.html#G-VARIANT-CLASS-DICT-ENTRY:CAPS"/>
2663
2711
  <keyword type="constant" name="G_VARIANT_PARSE_ERROR_FAILED" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-FAILED:CAPS"/>
2712
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_BASIC_TYPE_EXPECTED" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-BASIC-TYPE-EXPECTED:CAPS"/>
2713
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_CANNOT_INFER_TYPE" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-CANNOT-INFER-TYPE:CAPS"/>
2714
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_DEFINITE_TYPE_EXPECTED" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-DEFINITE-TYPE-EXPECTED:CAPS"/>
2715
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_INPUT_NOT_AT_END" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-INPUT-NOT-AT-END:CAPS"/>
2716
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_INVALID_CHARACTER" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-INVALID-CHARACTER:CAPS"/>
2717
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_INVALID_FORMAT_STRING" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-INVALID-FORMAT-STRING:CAPS"/>
2718
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_INVALID_OBJECT_PATH" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-INVALID-OBJECT-PATH:CAPS"/>
2719
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_INVALID_SIGNATURE" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-INVALID-SIGNATURE:CAPS"/>
2720
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_INVALID_TYPE_STRING" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-INVALID-TYPE-STRING:CAPS"/>
2721
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_NO_COMMON_TYPE" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-NO-COMMON-TYPE:CAPS"/>
2722
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_NUMBER_OUT_OF_RANGE" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-NUMBER-OUT-OF-RANGE:CAPS"/>
2723
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_NUMBER_TOO_BIG" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-NUMBER-TOO-BIG:CAPS"/>
2724
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_TYPE_ERROR" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-TYPE-ERROR:CAPS"/>
2725
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_UNEXPECTED_TOKEN" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-UNEXPECTED-TOKEN:CAPS"/>
2726
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_UNKNOWN_KEYWORD" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-UNKNOWN-KEYWORD:CAPS"/>
2727
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_UNTERMINATED_STRING_CONSTANT" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-UNTERMINATED-STRING-CONSTANT:CAPS"/>
2728
+ <keyword type="constant" name="G_VARIANT_PARSE_ERROR_VALUE_EXPECTED" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR-VALUE-EXPECTED:CAPS"/>
2664
2729
  </functions>
2665
2730
  </book>