glib2 0.90.5-x86-mingw32 → 0.90.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (408) hide show
  1. data/ChangeLog +79 -0
  2. data/Rakefile +8 -65
  3. data/ext/glib2/rbglib.h +1 -1
  4. data/ext/glib2/rbgobj_type.c +1 -1
  5. data/lib/1.8/glib2.so +0 -0
  6. data/lib/1.9/glib2.so +0 -0
  7. data/lib/glib2.rb +2 -2
  8. data/lib/gnome2-raketask.rb +185 -0
  9. data/lib/gnome2-win32-binary-downloader.rb +49 -9
  10. data/lib/mkmf-gnome2.rb +55 -43
  11. data/test-unit/History.txt +5 -0
  12. data/test-unit/html/index.html +2 -2
  13. data/test-unit/html/index.html.ja +2 -2
  14. data/test-unit/lib/test/unit/assertions.rb +9 -4
  15. data/test-unit/lib/test/unit/autorunner.rb +13 -1
  16. data/test-unit/lib/test/unit/testsuite.rb +4 -2
  17. data/test-unit/lib/test/unit/version.rb +1 -1
  18. data/test-unit/test/test-testcase.rb +11 -3
  19. data/test-unit/test/test_assertions.rb +24 -3
  20. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  21. data/vendor/local/bin/glib-gettextize +2 -2
  22. data/vendor/local/bin/glib-mkenums +1 -1
  23. data/vendor/local/bin/gobject-query.exe +0 -0
  24. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  25. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  26. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  27. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  28. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  29. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  30. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  31. data/vendor/local/lib/gio-2.0.lib +0 -0
  32. data/vendor/local/lib/glib-2.0.lib +0 -0
  33. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  34. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  35. data/vendor/local/lib/gobject-2.0.lib +0 -0
  36. data/vendor/local/lib/gthread-2.0.lib +0 -0
  37. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  38. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  39. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  40. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  41. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  42. data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
  43. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +2 -2
  44. data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
  45. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
  46. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
  47. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
  48. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
  49. data/vendor/local/manifest/{glib-dev_2.26.0-2_win32.mft → glib-dev_2.26.1-1_win32.mft} +4 -4
  50. data/vendor/local/manifest/{glib_2.26.0-2_win32.mft → glib_2.26.1-1_win32.mft} +2 -2
  51. data/vendor/local/share/doc/{glib-2.26.0 → glib-2.26.1}/COPYING +0 -0
  52. data/vendor/local/share/doc/{glib-dev-2.26.0 → glib-dev-2.26.1}/COPYING +0 -0
  53. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +47 -47
  54. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +19 -19
  55. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +16 -16
  56. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +30 -30
  57. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +24 -24
  58. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +25 -25
  59. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +19 -19
  60. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +17 -17
  61. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +17 -17
  62. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +14 -14
  63. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +81 -81
  64. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +65 -65
  65. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +24 -24
  66. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +52 -52
  67. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +29 -29
  68. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +51 -51
  69. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +26 -26
  70. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +46 -46
  71. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +20 -20
  72. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +15 -15
  73. data/vendor/local/share/gtk-doc/html/gio/GFile.html +221 -231
  74. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +12 -12
  75. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +22 -22
  76. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +15 -15
  77. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +16 -16
  78. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +157 -157
  79. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +14 -14
  80. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +21 -21
  81. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +15 -15
  82. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +20 -20
  83. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +16 -16
  84. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +16 -16
  85. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +16 -16
  86. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +24 -24
  87. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +17 -17
  88. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +53 -53
  89. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +17 -17
  90. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +19 -19
  91. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +23 -23
  92. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +16 -16
  93. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +14 -14
  94. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +24 -24
  95. data/vendor/local/share/gtk-doc/html/gio/GMount.html +48 -48
  96. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +43 -43
  97. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +21 -21
  98. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +22 -22
  99. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +28 -28
  100. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +24 -24
  101. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +16 -16
  102. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +24 -24
  103. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -17
  104. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +27 -27
  105. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +18 -18
  106. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +83 -108
  107. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +23 -23
  108. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +33 -33
  109. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +12 -12
  110. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +79 -79
  111. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +20 -20
  112. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +60 -64
  113. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +23 -23
  114. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +19 -19
  115. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +15 -15
  116. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +36 -40
  117. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +17 -17
  118. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +16 -16
  119. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +28 -28
  120. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +19 -19
  121. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +14 -14
  122. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +18 -18
  123. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +25 -25
  124. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +26 -26
  125. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +18 -18
  126. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +18 -18
  127. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +28 -28
  128. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +29 -29
  129. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +40 -40
  130. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +33 -33
  131. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +19 -19
  132. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +16 -16
  133. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -4
  134. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +4 -4
  135. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +4 -4
  136. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +4 -4
  137. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +4 -4
  138. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +4 -4
  139. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +4 -4
  140. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +4 -8
  141. data/vendor/local/share/gtk-doc/html/gio/async.html +4 -4
  142. data/vendor/local/share/gtk-doc/html/gio/ch01.html +5 -5
  143. data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
  144. data/vendor/local/share/gtk-doc/html/gio/ch03.html +21 -21
  145. data/vendor/local/share/gtk-doc/html/gio/ch24.html +5 -5
  146. data/vendor/local/share/gtk-doc/html/gio/ch25.html +9 -9
  147. data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +6 -6
  148. data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +7 -7
  149. data/vendor/local/share/gtk-doc/html/gio/ch26.html +8 -8
  150. data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +7 -7
  151. data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +25 -25
  152. data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +7 -7
  153. data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +6 -6
  154. data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +6 -6
  155. data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +70 -5
  156. data/vendor/local/share/gtk-doc/html/gio/ch27.html +8 -8
  157. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +23 -23
  158. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +8 -8
  159. data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +7 -7
  160. data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +7 -7
  161. data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +7 -7
  162. data/vendor/local/share/gtk-doc/html/gio/conversion.html +4 -4
  163. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +12 -12
  164. data/vendor/local/share/gtk-doc/html/gio/extending.html +4 -4
  165. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +4 -4
  166. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +4 -4
  167. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +4 -4
  168. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +4 -4
  169. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +4 -4
  170. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +19 -19
  171. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +13 -13
  172. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +44 -44
  173. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +13 -13
  174. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +20 -20
  175. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +23 -23
  176. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +18 -18
  177. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -15
  178. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -15
  179. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +20 -20
  180. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +27 -33
  181. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +11 -11
  182. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +13 -13
  183. data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +16 -16
  184. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +16 -16
  185. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +15 -15
  187. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +4 -4
  188. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +7 -7
  189. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +9 -10
  190. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +9 -10
  191. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +11 -11
  192. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +4 -4
  193. data/vendor/local/share/gtk-doc/html/gio/icons.html +4 -4
  194. data/vendor/local/share/gtk-doc/html/gio/index.html +8 -8
  195. data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -1
  196. data/vendor/local/share/gtk-doc/html/gio/migrating.html +7 -7
  197. data/vendor/local/share/gtk-doc/html/gio/networking.html +4 -4
  198. data/vendor/local/share/gtk-doc/html/gio/permissions.html +4 -4
  199. data/vendor/local/share/gtk-doc/html/gio/pt01.html +5 -5
  200. data/vendor/local/share/gtk-doc/html/gio/pt02.html +5 -5
  201. data/vendor/local/share/gtk-doc/html/gio/resolver.html +4 -4
  202. data/vendor/local/share/gtk-doc/html/gio/settings.html +4 -4
  203. data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
  204. data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
  205. data/vendor/local/share/gtk-doc/html/gio/types.html +4 -4
  206. data/vendor/local/share/gtk-doc/html/gio/utils.html +4 -4
  207. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  208. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +10 -4
  209. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +4 -4
  210. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +4 -4
  211. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +4 -4
  212. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +4 -4
  213. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
  214. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +4 -4
  215. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +4 -4
  216. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +4 -4
  217. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +4 -4
  218. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +4 -4
  219. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +4 -4
  220. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +5 -9
  221. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +4 -4
  222. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +4 -4
  223. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +9 -33
  224. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +53 -53
  225. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +38 -38
  226. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +21 -21
  227. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +32 -32
  228. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +36 -36
  229. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +15 -15
  230. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +38 -38
  231. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +49 -49
  232. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +40 -40
  233. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +70 -70
  234. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +22 -22
  235. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +42 -46
  236. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +45 -45
  237. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +23 -23
  238. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +21 -21
  239. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +83 -83
  240. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +62 -62
  241. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +97 -97
  242. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +31 -31
  243. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +31 -31
  244. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +50 -50
  245. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +112 -118
  246. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +22 -22
  247. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +227 -261
  248. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +91 -107
  249. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +16 -16
  250. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +60 -60
  251. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +66 -66
  252. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +12 -12
  253. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +26 -26
  254. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
  255. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +78 -78
  256. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +25 -25
  257. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +51 -51
  258. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
  259. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +38 -38
  260. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +15 -15
  261. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +45 -45
  262. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +21 -21
  263. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +64 -109
  264. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +65 -65
  265. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +97 -97
  266. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +80 -80
  267. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +19 -19
  268. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +50 -50
  269. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +41 -41
  270. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +20 -20
  271. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +34 -34
  272. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +35 -35
  273. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +45 -45
  274. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +16 -16
  275. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +29 -29
  276. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +87 -87
  277. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +20 -20
  278. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +27 -27
  279. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +22 -22
  280. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +154 -154
  281. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +93 -93
  282. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +73 -73
  283. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +122 -128
  284. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +25 -25
  285. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +134 -134
  286. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +19 -19
  287. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +12 -12
  288. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +14 -14
  289. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +19 -19
  290. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +97 -97
  291. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +16 -119
  292. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +25 -25
  293. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +33 -33
  294. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +29 -29
  295. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +8 -8
  296. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +6 -6
  297. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +4 -4
  298. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +20 -20
  299. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +4 -4
  300. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +4 -4
  301. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
  302. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +83 -83
  303. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +10 -10
  304. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +30 -30
  305. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +4 -4
  306. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +30 -36
  307. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +30 -36
  308. data/vendor/local/share/gtk-doc/html/glib/glib.html +4 -4
  309. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
  310. data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
  311. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +44 -44
  312. data/vendor/local/share/gtk-doc/html/glib/index.html +5 -5
  313. data/vendor/local/share/gtk-doc/html/glib/index.sgml +1 -6
  314. data/vendor/local/share/gtk-doc/html/glib/tools.html +4 -4
  315. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +31 -31
  316. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +22 -22
  317. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +20 -20
  318. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -4
  319. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
  320. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +4 -4
  321. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +4 -4
  322. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +4 -4
  324. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +4 -4
  325. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +4 -4
  326. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +4 -4
  327. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
  328. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +4 -4
  329. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +4 -4
  330. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +4 -4
  331. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +4 -4
  332. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +8 -8
  333. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +5 -5
  334. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +5 -5
  335. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +7 -7
  336. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -7
  337. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +15 -15
  338. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +23 -23
  339. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +17 -17
  340. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +26 -26
  341. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +74 -74
  342. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +44 -44
  343. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +71 -71
  344. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +36 -36
  345. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
  346. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +262 -262
  347. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +97 -97
  348. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +158 -158
  349. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +37 -37
  350. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +13 -13
  351. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +7 -7
  352. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +9 -9
  353. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +11 -11
  354. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +8 -8
  355. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +8 -8
  356. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +7 -7
  357. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +5 -5
  358. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +6 -6
  359. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +4 -4
  360. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +6 -6
  361. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +4 -4
  362. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +4 -4
  363. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +4 -4
  364. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +10 -10
  365. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +9 -9
  366. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +5 -5
  367. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +8 -8
  368. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +5 -5
  369. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +7 -7
  370. data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -11
  371. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +5 -5
  372. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +8 -8
  373. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +9 -9
  374. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +6 -6
  375. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +5 -5
  376. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +5 -5
  377. data/vendor/local/share/gtk-doc/html/gobject/signal.html +12 -12
  378. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +4 -4
  379. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +4 -4
  380. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +4 -4
  381. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +4 -4
  382. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +4 -4
  383. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  384. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  385. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  386. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  387. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  388. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  389. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  390. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  391. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  392. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  393. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  394. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  395. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  396. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  397. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  398. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  399. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  400. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  401. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  402. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  403. data/vendor/local/share/man/man1/glib-genmarshal.1 +15 -6
  404. data/vendor/local/share/man/man1/glib-mkenums.1 +12 -3
  405. data/vendor/local/share/man/man1/gobject-query.1 +13 -4
  406. data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.log → glib_2.26.1-1_win32.log} +549 -558
  407. data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.sh → glib_2.26.1-1_win32.sh} +2 -2
  408. metadata +860 -857
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Mailing lists and bug reports</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib.html" title="GLib Overview">
9
9
  <link rel="prev" href="glib-regex-syntax.html" title="Regular expression syntax">
10
10
  <link rel="next" href="glib-fundamentals.html" title="GLib Fundamentals">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GLib Reference Manual</th>
20
20
  <td><a accesskey="n" href="glib-fundamentals.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="refentry">
22
+ <div class="refentry" title="Mailing lists and bug reports">
23
23
  <a name="glib-resources"></a><div class="titlepage"></div>
24
24
  <div class="refnamediv"><table width="100%"><tr>
25
25
  <td valign="top">
@@ -30,8 +30,8 @@ Getting help with GLib
30
30
  </td>
31
31
  <td valign="top" align="right"></td>
32
32
  </tr></table></div>
33
- <div class="refsect1">
34
- <a name="id562724"></a><h2>Filing a bug report or feature request</h2>
33
+ <div class="refsect1" title="Filing a bug report or feature request">
34
+ <a name="id639226"></a><h2>Filing a bug report or feature request</h2>
35
35
  <p>
36
36
  If you encounter a bug, misfeature, or missing feature in GLib, please
37
37
  file a bug report on
@@ -52,8 +52,8 @@ not only for bugs. We track all GLib development in Bugzilla, so it's
52
52
  the way to be sure the GLib developers won't forget about an issue.
53
53
  </p>
54
54
  </div>
55
- <div class="refsect1">
56
- <a name="id563276"></a><h2>Submitting Patches</h2>
55
+ <div class="refsect1" title="Submitting Patches">
56
+ <a name="id628682"></a><h2>Submitting Patches</h2>
57
57
  <p>
58
58
  If you develop a bugfix or enhancement for GLib, please file that in
59
59
  Bugzilla as well. Bugzilla allows you to attach files; please attach a
@@ -69,8 +69,8 @@ But be sure to file the Bugzilla report as well; if the patch is only on the
69
69
  list and not in Bugzilla, it's likely to slip through the cracks.
70
70
  </p>
71
71
  </div>
72
- <div class="refsect1">
73
- <a name="id546085"></a><h2>Mailing lists</h2>
72
+ <div class="refsect1" title="Mailing lists">
73
+ <a name="id635066"></a><h2>Mailing lists</h2>
74
74
  <p>
75
75
  There are several mailing lists dedicated to GTK+ and related
76
76
  libraries. Discussion of GLib generally takes place on these lists.
@@ -116,6 +116,6 @@ documentation system (used to document GTK+ and Glib), and for work on the GTK+
116
116
  </div>
117
117
  <div class="footer">
118
118
  <hr>
119
- Generated by GTK-Doc V1.15.1</div>
119
+ Generated by GTK-Doc V1.15</div>
120
120
  </body>
121
121
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Running GLib Applications</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="glib.html" title="GLib Overview">
9
9
  <link rel="prev" href="glib-compiling.html" title="Compiling GLib Applications">
10
10
  <link rel="next" href="glib-changes.html" title="Changes to GLib">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GLib Reference Manual</th>
20
20
  <td><a accesskey="n" href="glib-changes.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="refentry">
22
+ <div class="refentry" title="Running GLib Applications">
23
23
  <a name="glib-running"></a><div class="titlepage"></div>
24
24
  <div class="refnamediv"><table width="100%"><tr>
25
25
  <td valign="top">
@@ -30,31 +30,31 @@ How to run and debug your GLib application
30
30
  </td>
31
31
  <td valign="top" align="right"></td>
32
32
  </tr></table></div>
33
- <div class="refsect1">
34
- <a name="id553832"></a><h2>Running and debugging GLib Applications</h2>
35
- <div class="refsect2">
36
- <a name="id532713"></a><h3>Environment variables</h3>
33
+ <div class="refsect1" title="Running and debugging GLib Applications">
34
+ <a name="id616963"></a><h2>Running and debugging GLib Applications</h2>
35
+ <div class="refsect2" title="Environment variables">
36
+ <a name="id574130"></a><h3>Environment variables</h3>
37
37
  <p>
38
38
  GLib inspects a few of environment variables in addition to standard
39
39
  variables like <code class="envar">LANG</code>, <code class="envar">PATH</code> or <code class="envar">HOME</code>.
40
40
  </p>
41
- <p><a name="G_FILENAME_ENCODING"></a><b><code class="envar">G_FILENAME_ENCODING</code>. </b>
41
+ <p title="G_FILENAME_ENCODING"><a name="G_FILENAME_ENCODING"></a><b><code class="envar">G_FILENAME_ENCODING</code>. </b>
42
42
  This environment variable can be set to a comma-separated list of character
43
43
  set names. GLib assumes that filenames are encoded in the first character
44
44
  set from that list rather than in UTF-8. The special token "@locale" can be
45
45
  used to specify the character set for the current locale.
46
46
  </p>
47
- <p><a name="G_BROKEN_FILENAMES"></a><b><code class="envar">G_BROKEN_FILENAMES</code>. </b>
47
+ <p title="G_BROKEN_FILENAMES"><a name="G_BROKEN_FILENAMES"></a><b><code class="envar">G_BROKEN_FILENAMES</code>. </b>
48
48
  If this environment variable is set, GLib assumes that filenames are in
49
49
  the locale encoding rather than in UTF-8. G_FILENAME_ENCODING takes
50
50
  priority over G_BROKEN_FILENAMES.
51
51
  </p>
52
- <p><a name="G_MESSAGES_PREFIXED"></a><b><code class="envar">G_MESSAGES_PREFIXED</code>. </b>
52
+ <p title="G_MESSAGES_PREFIXED"><a name="G_MESSAGES_PREFIXED"></a><b><code class="envar">G_MESSAGES_PREFIXED</code>. </b>
53
53
  A list of log levels for which messages should be prefixed by the
54
54
  program name and PID of the application. The default is to prefix
55
55
  everything except <code class="literal">G_LOG_LEVEL_MESSAGE</code> and <code class="literal">G_LOG_LEVEL_INFO</code>.
56
56
  </p>
57
- <p><a name="G_DEBUG"></a><b><code class="envar">G_DEBUG</code>. </b>
57
+ <p title="G_DEBUG"><a name="G_DEBUG"></a><b><code class="envar">G_DEBUG</code>. </b>
58
58
  If GLib has been configured with <code class="option">--enable-debug=yes</code>,
59
59
  this variable can be set to a list of debug options, which cause GLib
60
60
  to print out different types of debugging information.
@@ -65,15 +65,15 @@ variables like <code class="envar">LANG</code>, <code class="envar">PATH</code>
65
65
  <tr>
66
66
  <td><p><span class="term">fatal_warnings</span></p></td>
67
67
  <td><p>Causes GLib to abort the program at the first call
68
- to <a class="link" href="glib-Message-Logging.html#g-warning" title="g_warning ()">g_warning</a>() or
69
- <a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical ()">g_critical</a>(). This option is
68
+ to <a class="link" href="glib-Message-Logging.html#g-warning" title="g_warning()">g_warning</a>() or
69
+ <a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical()">g_critical</a>(). This option is
70
70
  special in that it doesn't require GLib to be configured with
71
71
  debugging support.</p></td>
72
72
  </tr>
73
73
  <tr>
74
74
  <td><p><span class="term">fatal_criticals</span></p></td>
75
75
  <td><p>Causes GLib to abort the program at the first call
76
- to <a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical ()">g_critical</a>(). This option is
76
+ to <a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical()">g_critical</a>(). This option is
77
77
  special in that it doesn't require GLib to be configured with
78
78
  debugging support.</p></td>
79
79
  </tr>
@@ -110,11 +110,11 @@ variables like <code class="envar">LANG</code>, <code class="envar">PATH</code>
110
110
  </tr>
111
111
  </tbody>
112
112
  </table></div>
113
- <p>
113
+ <p title="G_DEBUG">
114
114
  The special value all can be used to turn on all debug options.
115
115
  The special value help can be used to print all available options.
116
116
  </p>
117
- <p><a name="G_SLICE"></a><b><code class="envar">G_SLICE</code>. </b>
117
+ <p title="G_SLICE"><a name="G_SLICE"></a><b><code class="envar">G_SLICE</code>. </b>
118
118
  This environment variable allows reconfiguration of the GSlice
119
119
  memory allocator.
120
120
  </p>
@@ -165,24 +165,24 @@ variables like <code class="envar">LANG</code>, <code class="envar">PATH</code>
165
165
  </tr>
166
166
  </tbody>
167
167
  </table></div>
168
- <p>
168
+ <p title="G_SLICE">
169
169
  The special value all can be used to turn on all options.
170
170
  The special value help can be used to print all available options.
171
171
  </p>
172
- <p><a name="G_RANDOM_VERSION"></a><b><code class="envar">G_RANDOM_VERSION</code>. </b>
172
+ <p title="G_RANDOM_VERSION"><a name="G_RANDOM_VERSION"></a><b><code class="envar">G_RANDOM_VERSION</code>. </b>
173
173
  If this environment variable is set to '2.0', the outdated
174
174
  pseudo-random number seeding and generation algorithms from
175
175
  GLib-2.0 are used instead of the new better ones. Use the GLib-2.0
176
176
  algorithms only if you have sequences of numbers generated with
177
177
  Glib-2.0 that you need to reproduce exactly.
178
178
  </p>
179
- <p><a name="LIBCHARSET_ALIAS_DIR"></a><b><code class="envar">LIBCHARSET_ALIAS_DIR</code>. </b>
179
+ <p title="LIBCHARSET_ALIAS_DIR"><a name="LIBCHARSET_ALIAS_DIR"></a><b><code class="envar">LIBCHARSET_ALIAS_DIR</code>. </b>
180
180
  Allows to specify a nonstandard location for the
181
181
  <code class="filename">charset.aliases</code> file that is used by the
182
182
  character set conversion routines. The default location is the
183
183
  <em class="replaceable"><code>libdir</code></em> specified at compilation time.
184
184
  </p>
185
- <p><a name="TZDIR"></a><b><code class="envar">TZDIR</code>. </b>
185
+ <p title="TZDIR"><a name="TZDIR"></a><b><code class="envar">TZDIR</code>. </b>
186
186
  Allows to specify a nonstandard location for the timezone data files
187
187
  that are used by the #GDateTime API. The default location is under
188
188
  <code class="filename">/usr/share/zoneinfo</code>. For more information,
@@ -190,7 +190,7 @@ variables like <code class="envar">LANG</code>, <code class="envar">PATH</code>
190
190
  </p>
191
191
  </div>
192
192
  <hr>
193
- <div class="refsect2">
193
+ <div class="refsect2" title="Locale">
194
194
  <a name="setlocale"></a><h3>Locale</h3>
195
195
  <p>
196
196
  A number of interfaces in GLib depend on the current locale in which
@@ -214,8 +214,8 @@ returned by functions like <code class="function">strftime()</code>.
214
214
  </p>
215
215
  </div>
216
216
  <hr>
217
- <div class="refsect2">
218
- <a name="id539304"></a><h3>Traps and traces</h3>
217
+ <div class="refsect2" title="Traps and traces">
218
+ <a name="id636144"></a><h3>Traps and traces</h3>
219
219
  <p>
220
220
 
221
221
 
@@ -255,8 +255,8 @@ is 20.
255
255
  </p>
256
256
  </div>
257
257
  <hr>
258
- <div class="refsect2">
259
- <a name="id526576"></a><h3>Gdb debugging macros</h3>
258
+ <div class="refsect2" title="Gdb debugging macros">
259
+ <a name="id604749"></a><h3>Gdb debugging macros</h3>
260
260
  <p>
261
261
  glib ships with a set of python macros for the gdb debugger. These includes pretty
262
262
  printers for lists, hashtables and gobject types. It also has a backtrace filter
@@ -286,8 +286,8 @@ Which would print the contents of each widget in a list of widgets.
286
286
  </p>
287
287
  </div>
288
288
  <hr>
289
- <div class="refsect2">
290
- <a name="id526610"></a><h3>SystemTap</h3>
289
+ <div class="refsect2" title="SystemTap">
290
+ <a name="id604784"></a><h3>SystemTap</h3>
291
291
  <p>
292
292
  <a class="ulink" href="http://sourceware.org/systemtap/" target="_top">SystemTap</a> is a dynamic whole-system
293
293
  analysis toolkit. GLib ships with a file <code class="filename">glib.stp</code> which defines a
@@ -297,8 +297,8 @@ are in your shared SystemTap scripts directory.
297
297
  </p>
298
298
  </div>
299
299
  <hr>
300
- <div class="refsect2">
301
- <a name="id526646"></a><h3>Memory statistics</h3>
300
+ <div class="refsect2" title="Memory statistics">
301
+ <a name="id604820"></a><h3>Memory statistics</h3>
302
302
  <p>
303
303
  g_mem_profile() will output a summary g_malloc() memory usage, if memory
304
304
  profiling has been enabled by calling
@@ -314,6 +314,6 @@ output details about the memory usage of the slice allocator.
314
314
  </div>
315
315
  <div class="footer">
316
316
  <hr>
317
- Generated by GTK-Doc V1.15.1</div>
317
+ Generated by GTK-Doc V1.15</div>
318
318
  </body>
319
319
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GLib Utilities</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="GLib Reference Manual">
8
8
  <link rel="up" href="index.html" title="GLib Reference Manual">
9
9
  <link rel="prev" href="glib-Message-Logging.html" title="Message Logging">
10
10
  <link rel="next" href="glib-String-Utility-Functions.html" title="String Utility Functions">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GLib Reference Manual</th>
20
20
  <td><a accesskey="n" href="glib-String-Utility-Functions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter">
22
+ <div class="chapter" title="GLib Utilities">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="glib-utilities"></a>GLib Utilities</h2></div></div></div>
25
25
  <div class="toc"><dl>
@@ -113,6 +113,6 @@
113
113
  </div>
114
114
  <div class="footer">
115
115
  <hr>
116
- Generated by GTK-Doc V1.15.1</div>
116
+ Generated by GTK-Doc V1.15</div>
117
117
  </body>
118
118
  </html>
@@ -113,32 +113,26 @@
113
113
  <sub name="Annotation Glossary" link="annotation-glossary.html"/>
114
114
  </chapters>
115
115
  <functions>
116
- <function name="Environment variables" link="glib-running.html#id532713"/>
116
+ <function name="Environment variables" link="glib-running.html#id574130"/>
117
117
  <function name="Locale" link="glib-running.html#setlocale"/>
118
- <function name="Traps and traces" link="glib-running.html#id539304"/>
119
- <function name="Gdb debugging macros" link="glib-running.html#id526576"/>
120
- <function name="SystemTap" link="glib-running.html#id526610"/>
121
- <function name="Memory statistics" link="glib-running.html#id526646"/>
122
- <function name="Non-printing characters" link="glib-regex-syntax.html#id529421"/>
123
- <function name="Absolute and relative back references" link="glib-regex-syntax.html#id526910"/>
124
- <function name="Generic character types" link="glib-regex-syntax.html#id526923"/>
125
- <function name="Newline sequences" link="glib-regex-syntax.html#id527073"/>
126
- <function name="Unicode character properties" link="glib-regex-syntax.html#id527088"/>
127
- <function name="Simple assertions" link="glib-regex-syntax.html#id527386"/>
128
- <function name="Lookahead assertions" link="glib-regex-syntax.html#id574740"/>
129
- <function name="Lookbehind assertions" link="glib-regex-syntax.html#id574790"/>
130
- <function name="Using multiple assertions" link="glib-regex-syntax.html#id574905"/>
131
- <function name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id574997"/>
132
- <function name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id575033"/>
133
- <function name="Checking for pattern recursion" link="glib-regex-syntax.html#id575058"/>
134
- <function name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id575087"/>
135
- <function name="Assertion conditions" link="glib-regex-syntax.html#id575120"/>
136
- <function name="glib_major_version" link="glib-Version-Information.html#glib-major-version"/>
137
- <function name="glib_minor_version" link="glib-Version-Information.html#glib-minor-version"/>
138
- <function name="glib_micro_version" link="glib-Version-Information.html#glib-micro-version"/>
139
- <function name="glib_binary_age" link="glib-Version-Information.html#glib-binary-age"/>
140
- <function name="glib_interface_age" link="glib-Version-Information.html#glib-interface-age"/>
141
- <function name="glib_check_version ()" link="glib-Version-Information.html#glib-check-version"/>
118
+ <function name="Traps and traces" link="glib-running.html#id636144"/>
119
+ <function name="Gdb debugging macros" link="glib-running.html#id604749"/>
120
+ <function name="SystemTap" link="glib-running.html#id604784"/>
121
+ <function name="Memory statistics" link="glib-running.html#id604820"/>
122
+ <function name="Non-printing characters" link="glib-regex-syntax.html#id608018"/>
123
+ <function name="Absolute and relative back references" link="glib-regex-syntax.html#id648875"/>
124
+ <function name="Generic character types" link="glib-regex-syntax.html#id648888"/>
125
+ <function name="Newline sequences" link="glib-regex-syntax.html#id649038"/>
126
+ <function name="Unicode character properties" link="glib-regex-syntax.html#id649053"/>
127
+ <function name="Simple assertions" link="glib-regex-syntax.html#id649351"/>
128
+ <function name="Lookahead assertions" link="glib-regex-syntax.html#id653338"/>
129
+ <function name="Lookbehind assertions" link="glib-regex-syntax.html#id653388"/>
130
+ <function name="Using multiple assertions" link="glib-regex-syntax.html#id653503"/>
131
+ <function name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id653595"/>
132
+ <function name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id653631"/>
133
+ <function name="Checking for pattern recursion" link="glib-regex-syntax.html#id653656"/>
134
+ <function name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id653685"/>
135
+ <function name="Assertion conditions" link="glib-regex-syntax.html#id653718"/>
142
136
  <function name="GLIB_MAJOR_VERSION" link="glib-Version-Information.html#GLIB-MAJOR-VERSION:CAPS"/>
143
137
  <function name="GLIB_MINOR_VERSION" link="glib-Version-Information.html#GLIB-MINOR-VERSION:CAPS"/>
144
138
  <function name="GLIB_MICRO_VERSION" link="glib-Version-Information.html#GLIB-MICRO-VERSION:CAPS"/>
@@ -366,8 +360,8 @@
366
360
  <function name="g_atomic_pointer_compare_and_exchange ()" link="glib-Atomic-Operations.html#g-atomic-pointer-compare-and-exchange"/>
367
361
  <function name="g_atomic_int_inc ()" link="glib-Atomic-Operations.html#g-atomic-int-inc"/>
368
362
  <function name="g_atomic_int_dec_and_test ()" link="glib-Atomic-Operations.html#g-atomic-int-dec-and-test"/>
369
- <function name="Creating new source types" link="glib-The-Main-Event-Loop.html#id593794"/>
370
- <function name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id593871"/>
363
+ <function name="Creating new source types" link="glib-The-Main-Event-Loop.html#id671135"/>
364
+ <function name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id671212"/>
371
365
  <function name="GMainLoop" link="glib-The-Main-Event-Loop.html#GMainLoop"/>
372
366
  <function name="g_main_loop_new ()" link="glib-The-Main-Event-Loop.html#g-main-loop-new"/>
373
367
  <function name="g_main_loop_ref ()" link="glib-The-Main-Event-Loop.html#g-main-loop-ref"/>
@@ -716,11 +710,11 @@
716
710
  <function name="enum GLogLevelFlags" link="glib-Message-Logging.html#GLogLevelFlags"/>
717
711
  <function name="g_log ()" link="glib-Message-Logging.html#g-log"/>
718
712
  <function name="g_logv ()" link="glib-Message-Logging.html#g-logv"/>
719
- <function name="g_message ()" link="glib-Message-Logging.html#g-message"/>
720
- <function name="g_warning ()" link="glib-Message-Logging.html#g-warning"/>
721
- <function name="g_critical ()" link="glib-Message-Logging.html#g-critical"/>
722
- <function name="g_error ()" link="glib-Message-Logging.html#g-error"/>
723
- <function name="g_debug ()" link="glib-Message-Logging.html#g-debug"/>
713
+ <function name="g_message()" link="glib-Message-Logging.html#g-message"/>
714
+ <function name="g_warning()" link="glib-Message-Logging.html#g-warning"/>
715
+ <function name="g_critical()" link="glib-Message-Logging.html#g-critical"/>
716
+ <function name="g_error()" link="glib-Message-Logging.html#g-error"/>
717
+ <function name="g_debug()" link="glib-Message-Logging.html#g-debug"/>
724
718
  <function name="g_log_set_handler ()" link="glib-Message-Logging.html#g-log-set-handler"/>
725
719
  <function name="g_log_remove_handler ()" link="glib-Message-Logging.html#g-log-remove-handler"/>
726
720
  <function name="g_log_set_always_fatal ()" link="glib-Message-Logging.html#g-log-set-always-fatal"/>
@@ -2065,7 +2059,7 @@
2065
2059
  <function name="g_variant_type_next ()" link="glib-GVariantType.html#g-variant-type-next"/>
2066
2060
  <function name="g_variant_type_key ()" link="glib-GVariantType.html#g-variant-type-key"/>
2067
2061
  <function name="g_variant_type_value ()" link="glib-GVariantType.html#g-variant-type-value"/>
2068
- <function name="Memory Use" link="glib-GVariant.html#id961094"/>
2062
+ <function name="Memory Use" link="glib-GVariant.html#id1038198"/>
2069
2063
  <function name="GVariant" link="glib-GVariant.html#GVariant"/>
2070
2064
  <function name="g_variant_unref ()" link="glib-GVariant.html#g-variant-unref"/>
2071
2065
  <function name="g_variant_ref ()" link="glib-GVariant.html#g-variant-ref"/>
@@ -2176,8 +2170,8 @@
2176
2170
  <function name="GVariant *" link="gvariant-format-strings.html#gvariant-format-strings-gvariant"/>
2177
2171
  <function name="Pointers" link="gvariant-format-strings.html#gvariant-format-strings-pointers"/>
2178
2172
  <function name="Convenience Conversions" link="gvariant-format-strings.html#gvariant-format-strings-convenience"/>
2179
- <function name="Options" link="glib-gettextize.html#id537457"/>
2180
- <function name="Options" link="gtester.html#id551936"/>
2181
- <function name="Options" link="gtester-report.html#id562114"/>
2173
+ <function name="Options" link="glib-gettextize.html#id753897"/>
2174
+ <function name="Options" link="gtester.html#id814965"/>
2175
+ <function name="Options" link="gtester-report.html#id860556"/>
2182
2176
  </functions>
2183
2177
  </book>
@@ -113,32 +113,26 @@
113
113
  <sub name="Annotation Glossary" link="annotation-glossary.html"/>
114
114
  </chapters>
115
115
  <functions>
116
- <keyword type="" name="Environment variables" link="glib-running.html#id532713"/>
116
+ <keyword type="" name="Environment variables" link="glib-running.html#id574130"/>
117
117
  <keyword type="" name="Locale" link="glib-running.html#setlocale"/>
118
- <keyword type="" name="Traps and traces" link="glib-running.html#id539304"/>
119
- <keyword type="" name="Gdb debugging macros" link="glib-running.html#id526576"/>
120
- <keyword type="" name="SystemTap" link="glib-running.html#id526610"/>
121
- <keyword type="" name="Memory statistics" link="glib-running.html#id526646"/>
122
- <keyword type="" name="Non-printing characters" link="glib-regex-syntax.html#id529421"/>
123
- <keyword type="" name="Absolute and relative back references" link="glib-regex-syntax.html#id526910"/>
124
- <keyword type="" name="Generic character types" link="glib-regex-syntax.html#id526923"/>
125
- <keyword type="" name="Newline sequences" link="glib-regex-syntax.html#id527073"/>
126
- <keyword type="" name="Unicode character properties" link="glib-regex-syntax.html#id527088"/>
127
- <keyword type="" name="Simple assertions" link="glib-regex-syntax.html#id527386"/>
128
- <keyword type="" name="Lookahead assertions" link="glib-regex-syntax.html#id574740"/>
129
- <keyword type="" name="Lookbehind assertions" link="glib-regex-syntax.html#id574790"/>
130
- <keyword type="" name="Using multiple assertions" link="glib-regex-syntax.html#id574905"/>
131
- <keyword type="" name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id574997"/>
132
- <keyword type="" name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id575033"/>
133
- <keyword type="" name="Checking for pattern recursion" link="glib-regex-syntax.html#id575058"/>
134
- <keyword type="" name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id575087"/>
135
- <keyword type="" name="Assertion conditions" link="glib-regex-syntax.html#id575120"/>
136
- <keyword type="variable" name="glib_major_version" link="glib-Version-Information.html#glib-major-version"/>
137
- <keyword type="variable" name="glib_minor_version" link="glib-Version-Information.html#glib-minor-version"/>
138
- <keyword type="variable" name="glib_micro_version" link="glib-Version-Information.html#glib-micro-version"/>
139
- <keyword type="variable" name="glib_binary_age" link="glib-Version-Information.html#glib-binary-age"/>
140
- <keyword type="variable" name="glib_interface_age" link="glib-Version-Information.html#glib-interface-age"/>
141
- <keyword type="function" name="glib_check_version ()" link="glib-Version-Information.html#glib-check-version" since="2.6"/>
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"/>
142
136
  <keyword type="macro" name="GLIB_MAJOR_VERSION" link="glib-Version-Information.html#GLIB-MAJOR-VERSION:CAPS"/>
143
137
  <keyword type="macro" name="GLIB_MINOR_VERSION" link="glib-Version-Information.html#GLIB-MINOR-VERSION:CAPS"/>
144
138
  <keyword type="macro" name="GLIB_MICRO_VERSION" link="glib-Version-Information.html#GLIB-MICRO-VERSION:CAPS"/>
@@ -366,8 +360,8 @@
366
360
  <keyword type="function" name="g_atomic_pointer_compare_and_exchange ()" link="glib-Atomic-Operations.html#g-atomic-pointer-compare-and-exchange" since="2.4"/>
367
361
  <keyword type="function" name="g_atomic_int_inc ()" link="glib-Atomic-Operations.html#g-atomic-int-inc" since="2.4"/>
368
362
  <keyword type="function" name="g_atomic_int_dec_and_test ()" link="glib-Atomic-Operations.html#g-atomic-int-dec-and-test" since="2.4"/>
369
- <keyword type="" name="Creating new source types" link="glib-The-Main-Event-Loop.html#id593794"/>
370
- <keyword type="" name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id593871"/>
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
365
  <keyword type="struct" name="GMainLoop" link="glib-The-Main-Event-Loop.html#GMainLoop"/>
372
366
  <keyword type="function" name="g_main_loop_new ()" link="glib-The-Main-Event-Loop.html#g-main-loop-new"/>
373
367
  <keyword type="function" name="g_main_loop_ref ()" link="glib-The-Main-Event-Loop.html#g-main-loop-ref"/>
@@ -716,11 +710,11 @@
716
710
  <keyword type="enum" name="enum GLogLevelFlags" link="glib-Message-Logging.html#GLogLevelFlags"/>
717
711
  <keyword type="function" name="g_log ()" link="glib-Message-Logging.html#g-log"/>
718
712
  <keyword type="function" name="g_logv ()" link="glib-Message-Logging.html#g-logv"/>
719
- <keyword type="function" name="g_message ()" link="glib-Message-Logging.html#g-message"/>
720
- <keyword type="function" name="g_warning ()" link="glib-Message-Logging.html#g-warning"/>
721
- <keyword type="function" name="g_critical ()" link="glib-Message-Logging.html#g-critical"/>
722
- <keyword type="function" name="g_error ()" link="glib-Message-Logging.html#g-error"/>
723
- <keyword type="function" name="g_debug ()" link="glib-Message-Logging.html#g-debug" since="2.6"/>
713
+ <keyword type="macro" name="g_message()" link="glib-Message-Logging.html#g-message"/>
714
+ <keyword type="macro" name="g_warning()" link="glib-Message-Logging.html#g-warning"/>
715
+ <keyword type="macro" name="g_critical()" link="glib-Message-Logging.html#g-critical"/>
716
+ <keyword type="macro" name="g_error()" link="glib-Message-Logging.html#g-error"/>
717
+ <keyword type="macro" name="g_debug()" link="glib-Message-Logging.html#g-debug" since="2.6"/>
724
718
  <keyword type="function" name="g_log_set_handler ()" link="glib-Message-Logging.html#g-log-set-handler"/>
725
719
  <keyword type="function" name="g_log_remove_handler ()" link="glib-Message-Logging.html#g-log-remove-handler"/>
726
720
  <keyword type="function" name="g_log_set_always_fatal ()" link="glib-Message-Logging.html#g-log-set-always-fatal"/>
@@ -2065,7 +2059,7 @@
2065
2059
  <keyword type="function" name="g_variant_type_next ()" link="glib-GVariantType.html#g-variant-type-next"/>
2066
2060
  <keyword type="function" name="g_variant_type_key ()" link="glib-GVariantType.html#g-variant-type-key"/>
2067
2061
  <keyword type="function" name="g_variant_type_value ()" link="glib-GVariantType.html#g-variant-type-value"/>
2068
- <keyword type="" name="Memory Use" link="glib-GVariant.html#id961094"/>
2062
+ <keyword type="" name="Memory Use" link="glib-GVariant.html#id1038198"/>
2069
2063
  <keyword type="struct" name="GVariant" link="glib-GVariant.html#GVariant" since="2.24"/>
2070
2064
  <keyword type="function" name="g_variant_unref ()" link="glib-GVariant.html#g-variant-unref" since="2.24"/>
2071
2065
  <keyword type="function" name="g_variant_ref ()" link="glib-GVariant.html#g-variant-ref" since="2.24"/>
@@ -2176,9 +2170,9 @@
2176
2170
  <keyword type="" name="GVariant *" link="gvariant-format-strings.html#gvariant-format-strings-gvariant"/>
2177
2171
  <keyword type="" name="Pointers" link="gvariant-format-strings.html#gvariant-format-strings-pointers"/>
2178
2172
  <keyword type="" name="Convenience Conversions" link="gvariant-format-strings.html#gvariant-format-strings-convenience"/>
2179
- <keyword type="" name="Options" link="glib-gettextize.html#id537457"/>
2180
- <keyword type="" name="Options" link="gtester.html#id551936"/>
2181
- <keyword type="" name="Options" link="gtester-report.html#id562114"/>
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"/>
2182
2176
  <keyword type="constant" name="G_THREAD_ERROR_AGAIN" link="glib-Threads.html#G-THREAD-ERROR-AGAIN:CAPS"/>
2183
2177
  <keyword type="constant" name="G_THREAD_PRIORITY_LOW" link="glib-Threads.html#G-THREAD-PRIORITY-LOW:CAPS"/>
2184
2178
  <keyword type="constant" name="G_THREAD_PRIORITY_NORMAL" link="glib-Threads.html#G-THREAD-PRIORITY-NORMAL:CAPS"/>