glib2 3.0.8-x64-mingw32 → 3.0.9-x64-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 (576) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/ext/glib2/extconf.rb +0 -1
  4. data/ext/glib2/rbglib-variant-type.c +5 -1
  5. data/ext/glib2/rbglib-variant.c +21 -7
  6. data/ext/glib2/rbglib.c +0 -38
  7. data/ext/glib2/rbglib.h +2 -2
  8. data/ext/glib2/rbglib_convert.c +3 -9
  9. data/ext/glib2/rbglib_matchinfo.c +4 -0
  10. data/ext/glib2/rbglib_regex.c +12 -1
  11. data/ext/glib2/rbgobj_object.c +112 -10
  12. data/ext/glib2/rbgobj_signal.c +12 -1
  13. data/ext/glib2/rbgobj_type.c +7 -1
  14. data/ext/glib2/rbgobject.c +0 -6
  15. data/ext/glib2/rbgprivate.h +0 -4
  16. data/ext/glib2/rbgutil.c +0 -2
  17. data/ext/glib2/rbgutil.h +1 -3
  18. data/lib/2.2/glib2.so +0 -0
  19. data/lib/2.3/glib2.so +0 -0
  20. data/lib/glib2.rb +7 -0
  21. data/lib/gnome2/rake/external-package.rb +119 -2
  22. data/lib/gnome2/rake/package-task.rb +63 -3
  23. data/lib/gnome2/rake/windows-binary-build-task.rb +343 -337
  24. data/lib/gnome2/rake/windows-binary-download-task.rb +151 -148
  25. data/lib/mkmf-gnome2.rb +11 -30
  26. data/test/test-binding.rb +157 -66
  27. data/test/test_glib2.rb +21 -6
  28. data/vendor/local/bin/asn1Coding.exe +0 -0
  29. data/vendor/local/bin/asn1Decoding.exe +0 -0
  30. data/vendor/local/bin/asn1Parser.exe +0 -0
  31. data/vendor/local/bin/gdbus.exe +0 -0
  32. data/vendor/local/bin/gio-querymodules.exe +0 -0
  33. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  34. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  35. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  36. data/vendor/local/bin/glib-gettextize +1 -1
  37. data/vendor/local/bin/glib-mkenums +1 -1
  38. data/vendor/local/bin/gobject-query.exe +0 -0
  39. data/vendor/local/bin/gresource.exe +0 -0
  40. data/vendor/local/bin/gsettings.exe +0 -0
  41. data/vendor/local/bin/gspawn-win64-helper-console.exe +0 -0
  42. data/vendor/local/bin/gspawn-win64-helper.exe +0 -0
  43. data/vendor/local/bin/iconv.exe +0 -0
  44. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  45. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  46. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  47. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  48. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  49. data/vendor/local/bin/libnettle-6-2.dll +0 -0
  50. data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
  51. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  52. data/vendor/local/include/glib-2.0/gio/gioenums.h +1 -1
  53. data/vendor/local/include/glib-2.0/glib/gmacros.h +21 -6
  54. data/vendor/local/include/glib-2.0/glib/gregex.h +1 -1
  55. data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
  56. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  57. data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
  58. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  59. data/vendor/local/lib/libasprintf.dll.a +0 -0
  60. data/vendor/local/lib/libcharset.dll.a +0 -0
  61. data/vendor/local/lib/libffi.dll.a +0 -0
  62. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  63. data/vendor/local/lib/libgio-2.0.la +1 -1
  64. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  65. data/vendor/local/lib/libglib-2.0.la +1 -1
  66. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  67. data/vendor/local/lib/libgmodule-2.0.la +1 -1
  68. data/vendor/local/lib/libgmp.dll.a +0 -0
  69. data/vendor/local/lib/libgnutls.dll.a +0 -0
  70. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  71. data/vendor/local/lib/libgobject-2.0.la +1 -1
  72. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  73. data/vendor/local/lib/libgthread-2.0.la +1 -1
  74. data/vendor/local/lib/libhogweed.dll.a +0 -0
  75. data/vendor/local/lib/libiconv.dll.a +0 -0
  76. data/vendor/local/lib/libidn.dll.a +0 -0
  77. data/vendor/local/lib/libintl.dll.a +0 -0
  78. data/vendor/local/lib/libnettle.dll.a +0 -0
  79. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  80. data/vendor/local/lib/libpcre.dll.a +0 -0
  81. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  82. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  83. data/vendor/local/lib/libtasn1.dll.a +0 -0
  84. data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
  85. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  86. data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
  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-export-2.0.pc +1 -1
  91. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  92. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  93. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  94. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/{libglib-2.0.so.0.4800.0-gdb.py → libglib-2.0.so.0.4800.1-gdb.py} +0 -0
  95. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/{libgobject-2.0.so.0.4800.0-gdb.py → libgobject-2.0.so.0.4800.1-gdb.py} +0 -0
  96. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  97. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  98. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  99. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  100. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  101. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  102. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  103. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  104. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  105. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  106. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  107. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  108. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  109. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  110. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  111. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  112. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  113. data/vendor/local/share/gtk-doc/html/gio/GAction.html +98 -104
  114. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +116 -121
  115. data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +28 -33
  116. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +206 -211
  117. data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +9 -9
  118. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +219 -221
  119. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +87 -87
  120. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +63 -68
  121. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +36 -41
  122. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +62 -62
  123. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +29 -29
  124. data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +18 -18
  125. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +81 -81
  126. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +28 -28
  127. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +16 -21
  128. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +43 -43
  129. data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +7 -7
  130. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +38 -38
  131. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +526 -526
  132. data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +17 -17
  133. data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +66 -71
  134. data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +8 -8
  135. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +202 -202
  136. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +76 -76
  137. data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +29 -29
  138. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +43 -43
  139. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +141 -146
  140. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +32 -36
  141. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +12 -16
  142. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +28 -35
  143. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +229 -229
  144. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +51 -51
  145. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +160 -160
  146. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +86 -86
  147. data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +73 -78
  148. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +181 -186
  149. data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +29 -33
  150. data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +122 -122
  151. data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +12 -16
  152. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +14 -14
  153. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +17 -17
  154. data/vendor/local/share/gtk-doc/html/gio/GFile.html +890 -895
  155. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -16
  156. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +78 -78
  157. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +21 -21
  158. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +9 -9
  159. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +239 -239
  160. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +18 -18
  161. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +29 -29
  162. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +21 -21
  163. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +19 -19
  164. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +15 -15
  165. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +15 -15
  166. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +39 -39
  167. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +60 -60
  168. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +48 -53
  169. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +110 -110
  170. data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +37 -37
  171. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -31
  172. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +68 -75
  173. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +142 -142
  174. data/vendor/local/share/gtk-doc/html/gio/GListModel.html +44 -49
  175. data/vendor/local/share/gtk-doc/html/gio/GListStore.html +35 -35
  176. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +19 -24
  177. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +19 -19
  178. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +57 -57
  179. data/vendor/local/share/gtk-doc/html/gio/GMenu.html +143 -143
  180. data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +107 -107
  181. data/vendor/local/share/gtk-doc/html/gio/GMount.html +161 -166
  182. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +83 -83
  183. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +45 -45
  184. data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +54 -59
  185. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +34 -34
  186. data/vendor/local/share/gtk-doc/html/gio/GNotification.html +51 -51
  187. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +186 -186
  188. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +71 -71
  189. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +40 -45
  190. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +40 -45
  191. data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +36 -36
  192. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +25 -30
  193. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +59 -59
  194. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +32 -37
  195. data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +18 -23
  196. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +147 -147
  197. data/vendor/local/share/gtk-doc/html/gio/GResource.html +114 -114
  198. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +46 -51
  199. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +354 -354
  200. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +47 -52
  201. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -46
  202. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +15 -15
  203. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +146 -146
  204. data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +5 -5
  205. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -7
  206. data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +19 -19
  207. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +454 -454
  208. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +26 -26
  209. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +138 -138
  210. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +37 -42
  211. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +54 -54
  212. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +20 -20
  213. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +91 -91
  214. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +22 -22
  215. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +38 -38
  216. data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +139 -139
  217. data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +63 -63
  218. data/vendor/local/share/gtk-doc/html/gio/GTask.html +219 -219
  219. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +12 -12
  220. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +7 -7
  221. data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +21 -21
  222. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +24 -24
  223. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +16 -16
  224. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +53 -58
  225. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +57 -57
  226. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +40 -47
  227. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +84 -84
  228. data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +79 -84
  229. data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +13 -17
  230. data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +32 -32
  231. data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +41 -46
  232. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +11 -15
  233. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +52 -52
  234. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +12 -12
  235. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +43 -43
  236. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +25 -25
  237. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +25 -25
  238. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +25 -25
  239. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +38 -38
  240. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +24 -24
  241. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +117 -122
  242. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +87 -87
  243. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +14 -14
  244. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +10 -10
  245. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -2
  246. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +2 -2
  251. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +2 -2
  253. data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +2 -2
  254. data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +2 -2
  256. data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +2 -2
  257. data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +2 -2
  258. data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +2 -2
  259. data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +2 -2
  260. data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +2 -2
  263. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2 -2
  264. data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
  265. data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/gio/ch01.html +2 -2
  267. data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -3
  268. data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
  269. data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
  270. data/vendor/local/share/gtk-doc/html/gio/ch33.html +7 -7
  271. data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +3 -3
  272. data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +4 -4
  273. data/vendor/local/share/gtk-doc/html/gio/ch34.html +2 -2
  274. data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +2 -2
  275. data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +4 -4
  276. data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +2 -2
  277. data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +2 -2
  278. data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +6 -6
  279. data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +2 -2
  280. data/vendor/local/share/gtk-doc/html/gio/ch35.html +4 -4
  281. data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +3 -3
  282. data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +10 -10
  283. data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +3 -3
  284. data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
  285. data/vendor/local/share/gtk-doc/html/gio/data-models.html +2 -2
  286. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
  288. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
  289. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
  290. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
  291. data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +2 -2
  292. data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +55 -55
  293. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
  294. data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +4 -4
  295. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
  296. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +5 -5
  297. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +51 -51
  298. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +188 -188
  299. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +72 -72
  300. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +110 -117
  301. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +48 -48
  302. data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -11
  303. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +86 -86
  304. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +7 -7
  305. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +7 -7
  306. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +103 -103
  307. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +22 -22
  308. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +15 -15
  309. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +41 -41
  310. data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -11
  311. data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +108 -108
  312. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +17 -17
  313. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +17 -17
  314. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +221 -221
  315. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +63 -63
  316. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -23
  317. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +128 -128
  318. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +57 -57
  319. data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +2 -2
  320. data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +71 -71
  321. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +6 -6
  322. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
  323. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +450 -10
  324. data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +3 -3
  325. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +2 -2
  326. data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +2 -2
  327. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -5
  328. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
  329. data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
  330. data/vendor/local/share/gtk-doc/html/gio/index.html +3 -3
  331. data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
  332. data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
  333. data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
  334. data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
  335. data/vendor/local/share/gtk-doc/html/gio/pt02.html +2 -2
  336. data/vendor/local/share/gtk-doc/html/gio/registry.html +2 -2
  337. data/vendor/local/share/gtk-doc/html/gio/resolver.html +2 -2
  338. data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
  339. data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +2 -2
  340. data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
  341. data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
  342. data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +2 -2
  343. data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
  344. data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
  345. data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
  346. data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
  347. data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
  348. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
  349. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +4 -2
  350. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +2 -2
  351. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +2 -2
  352. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +2 -2
  353. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
  354. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +2 -2
  355. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +2 -2
  356. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +2 -2
  357. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +2 -2
  358. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +2 -2
  359. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +2 -2
  360. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +2 -2
  361. data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +2 -2
  362. data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +2 -2
  363. data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +2 -2
  364. data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +2 -2
  365. data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +2 -2
  366. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -10
  367. data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +2 -2
  369. data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +2 -2
  370. data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +2 -2
  371. data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +2 -2
  372. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +2 -2
  374. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +3 -10
  376. data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
  377. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +42 -42
  378. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +44 -44
  379. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -40
  380. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +18 -18
  381. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +32 -32
  382. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +14 -14
  383. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +5 -5
  384. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +68 -68
  385. data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +14 -14
  386. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +56 -56
  387. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +120 -120
  388. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +15 -15
  389. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +35 -35
  390. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +72 -72
  391. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +21 -21
  392. data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +17 -17
  393. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +24 -24
  394. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +93 -93
  395. data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +50 -50
  396. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +64 -64
  397. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +69 -69
  398. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +19 -19
  399. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +21 -21
  400. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +80 -80
  401. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +157 -157
  402. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +20 -20
  403. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +292 -266
  404. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +423 -421
  405. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +13 -13
  406. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +92 -92
  407. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +62 -62
  408. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +12 -12
  409. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +27 -56
  410. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +84 -84
  411. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +81 -81
  412. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +31 -31
  413. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +45 -45
  414. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +55 -55
  415. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +22 -22
  416. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +80 -78
  417. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +36 -36
  418. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +83 -83
  419. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +81 -81
  420. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +4 -4
  421. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +84 -84
  422. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +34 -34
  423. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -15
  424. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +30 -30
  425. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +20 -20
  426. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +67 -67
  427. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +9 -9
  428. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +34 -34
  429. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +58 -58
  430. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +19 -19
  431. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -30
  432. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +12 -12
  433. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +195 -189
  434. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +65 -65
  435. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +91 -91
  436. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +166 -166
  437. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
  438. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +86 -86
  439. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +10 -10
  440. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
  441. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +8 -8
  442. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +46 -38
  443. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +16 -16
  444. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +134 -134
  445. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +128 -128
  446. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +19 -19
  447. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +20 -20
  448. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +2 -2
  449. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +2 -2
  450. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +2 -2
  451. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
  452. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
  455. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +2 -2
  456. data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +2 -2
  459. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +189 -51
  462. data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
  463. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +2 -2
  464. data/vendor/local/share/gtk-doc/html/glib/gtester.html +2 -2
  465. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +15 -15
  466. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +17 -17
  467. data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
  468. data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
  469. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +55 -55
  470. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +28 -33
  471. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +12 -12
  472. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -2
  473. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +2 -2
  474. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +2 -2
  475. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +2 -2
  476. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +2 -2
  477. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +2 -2
  478. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +2 -2
  481. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +2 -2
  482. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +2 -2
  483. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +2 -2
  484. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +2 -2
  485. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +2 -2
  486. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +2 -2
  488. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +2 -2
  489. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +2 -2
  490. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +2 -2
  492. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +2 -2
  493. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +2 -2
  494. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +2 -2
  495. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +2 -2
  496. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +2 -2
  497. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
  498. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +4 -4
  499. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +2 -2
  500. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +3 -3
  501. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +2 -2
  503. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +72 -62
  504. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +301 -301
  505. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +71 -71
  506. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +139 -139
  507. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +92 -92
  508. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +304 -304
  509. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +570 -682
  510. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +276 -276
  511. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +349 -349
  512. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +54 -54
  513. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +15 -15
  514. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
  515. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +5 -5
  516. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +2 -2
  517. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +153 -8
  518. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +3 -3
  519. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +2 -2
  520. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +9 -9
  521. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +2 -2
  522. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +2 -2
  523. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +2 -2
  524. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +4 -4
  525. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  526. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +15 -15
  527. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +2 -2
  528. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +5 -5
  529. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +4 -4
  530. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +6 -6
  531. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +9 -9
  533. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +4 -4
  534. data/vendor/local/share/gtk-doc/html/gobject/index.html +3 -3
  535. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +2 -2
  536. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
  537. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
  538. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
  539. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
  540. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
  541. data/vendor/local/share/gtk-doc/html/gobject/signal.html +5 -5
  542. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
  543. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
  544. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
  545. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
  546. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
  547. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +4 -4
  548. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +12 -12
  549. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +15 -15
  550. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +2 -2
  551. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +2 -2
  552. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  553. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  554. data/vendor/local/share/locale/fur/LC_MESSAGES/glib-networking.mo +0 -0
  555. data/vendor/local/share/locale/gd/LC_MESSAGES/glib-networking.mo +0 -0
  556. data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
  557. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  558. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  559. data/vendor/local/share/man/man1/gapplication.1 +1 -1
  560. data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
  561. data/vendor/local/share/man/man1/gdbus.1 +1 -1
  562. data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
  563. data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
  564. data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
  565. data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
  566. data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
  567. data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
  568. data/vendor/local/share/man/man1/gobject-query.1 +1 -1
  569. data/vendor/local/share/man/man1/gresource.1 +1 -1
  570. data/vendor/local/share/man/man1/gsettings.1 +1 -1
  571. data/vendor/local/share/man/man1/gtester-report.1 +1 -1
  572. data/vendor/local/share/man/man1/gtester.1 +1 -1
  573. metadata +6 -8
  574. data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -4612
  575. data/vendor/local/share/gtk-doc/html/glib/index.sgml +0 -3447
  576. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +0 -924
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
  <link rel="prev" href="glib-Simple-XML-Subset-Parser.html" title="Simple XML Subset Parser">
10
10
  <link rel="next" href="glib-Bookmark-file-parser.html" title="Bookmark file parser">
11
- <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.1 (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">
@@ -660,7 +660,7 @@ g_key_file_new (<em class="parameter"><code><span class="type">void</span></code
660
660
  <a class="link" href="glib-Key-value-file-parser.html#g-key-file-load-from-dirs" title="g_key_file_load_from_dirs ()"><code class="function">g_key_file_load_from_dirs()</code></a> or <a class="link" href="glib-Key-value-file-parser.html#g-key-file-load-from-data-dirs" title="g_key_file_load_from_data_dirs ()"><code class="function">g_key_file_load_from_data_dirs()</code></a> to
661
661
  read an existing key file.</p>
662
662
  <div class="refsect3">
663
- <a name="id-1.5.27.7.2.5"></a><h4>Returns</h4>
663
+ <a name="g-key-file-new.returns"></a><h4>Returns</h4>
664
664
  <p> an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a>. </p>
665
665
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
666
666
  </div>
@@ -677,7 +677,7 @@ reference count by 1. If the reference count reaches zero,
677
677
  frees the key file and all its allocated memory.</p>
678
678
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
679
679
  <div class="refsect3">
680
- <a name="id-1.5.27.7.3.6"></a><h4>Parameters</h4>
680
+ <a name="g-key-file-free.parameters"></a><h4>Parameters</h4>
681
681
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
682
682
  <colgroup>
683
683
  <col width="150px" class="parameters_name">
@@ -702,7 +702,7 @@ g_key_file_ref (<em class="parameter"><code><a class="link" href="glib-Key-value
702
702
  .</p>
703
703
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
704
704
  <div class="refsect3">
705
- <a name="id-1.5.27.7.4.6"></a><h4>Parameters</h4>
705
+ <a name="g-key-file-ref.parameters"></a><h4>Parameters</h4>
706
706
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
707
707
  <colgroup>
708
708
  <col width="150px" class="parameters_name">
@@ -717,7 +717,7 @@ g_key_file_ref (<em class="parameter"><code><a class="link" href="glib-Key-value
717
717
  </table></div>
718
718
  </div>
719
719
  <div class="refsect3">
720
- <a name="id-1.5.27.7.4.7"></a><h4>Returns</h4>
720
+ <a name="g-key-file-ref.returns"></a><h4>Returns</h4>
721
721
  <p> the same <em class="parameter"><code>key_file</code></em>
722
722
  .</p>
723
723
  </div>
@@ -732,7 +732,7 @@ g_key_file_unref (<em class="parameter"><code><a class="link" href="glib-Key-val
732
732
  by 1. If the reference count
733
733
  reaches zero, frees the key file and all its allocated memory.</p>
734
734
  <div class="refsect3">
735
- <a name="id-1.5.27.7.5.5"></a><h4>Parameters</h4>
735
+ <a name="g-key-file-unref.parameters"></a><h4>Parameters</h4>
736
736
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
737
737
  <colgroup>
738
738
  <col width="150px" class="parameters_name">
@@ -758,7 +758,7 @@ g_key_file_set_list_separator (<em class="parameter"><code><a class="link" href=
758
758
  values in lists. Typically ';' or ',' are used
759
759
  as separators. The default list separator is ';'.</p>
760
760
  <div class="refsect3">
761
- <a name="id-1.5.27.7.6.5"></a><h4>Parameters</h4>
761
+ <a name="g-key-file-set-list-separator.parameters"></a><h4>Parameters</h4>
762
762
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
763
763
  <colgroup>
764
764
  <col width="150px" class="parameters_name">
@@ -794,7 +794,7 @@ If the file could not be loaded then <em class="parameter"><code>error</code></e
794
794
  is set to
795
795
  either a <a class="link" href="glib-File-Utilities.html#GFileError" title="enum GFileError"><span class="type">GFileError</span></a> or <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError" title="enum GKeyFileError"><span class="type">GKeyFileError</span></a>.</p>
796
796
  <div class="refsect3">
797
- <a name="id-1.5.27.7.7.5"></a><h4>Parameters</h4>
797
+ <a name="g-key-file-load-from-file.parameters"></a><h4>Parameters</h4>
798
798
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
799
799
  <colgroup>
800
800
  <col width="150px" class="parameters_name">
@@ -826,7 +826,7 @@ either a <a class="link" href="glib-File-Utilities.html#GFileError" title="enum
826
826
  </table></div>
827
827
  </div>
828
828
  <div class="refsect3">
829
- <a name="id-1.5.27.7.7.6"></a><h4>Returns</h4>
829
+ <a name="g-key-file-load-from-file.returns"></a><h4>Returns</h4>
830
830
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
831
831
  </div>
832
832
  <p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
@@ -843,7 +843,7 @@ g_key_file_load_from_data (<em class="parameter"><code><a class="link" href="gli
843
843
  <p>Loads a key file from memory into an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> structure.
844
844
  If the object cannot be created then <code class="literal">error</code> is set to a <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError" title="enum GKeyFileError"><span class="type">GKeyFileError</span></a>.</p>
845
845
  <div class="refsect3">
846
- <a name="id-1.5.27.7.8.5"></a><h4>Parameters</h4>
846
+ <a name="g-key-file-load-from-data.parameters"></a><h4>Parameters</h4>
847
847
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
848
848
  <colgroup>
849
849
  <col width="150px" class="parameters_name">
@@ -881,7 +881,7 @@ in bytes (or (gsize)-1 if data is nul-terminated)</p></td>
881
881
  </table></div>
882
882
  </div>
883
883
  <div class="refsect3">
884
- <a name="id-1.5.27.7.8.6"></a><h4>Returns</h4>
884
+ <a name="g-key-file-load-from-data.returns"></a><h4>Returns</h4>
885
885
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
886
886
  </div>
887
887
  <p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
@@ -904,7 +904,7 @@ loads the file into <em class="parameter"><code>key_file</code></em>
904
904
  . If the file could not be loaded then an <code class="literal">error</code> is
905
905
  set to either a <a class="link" href="glib-File-Utilities.html#GFileError" title="enum GFileError"><span class="type">GFileError</span></a> or <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError" title="enum GKeyFileError"><span class="type">GKeyFileError</span></a>.</p>
906
906
  <div class="refsect3">
907
- <a name="id-1.5.27.7.9.5"></a><h4>Parameters</h4>
907
+ <a name="g-key-file-load-from-data-dirs.parameters"></a><h4>Parameters</h4>
908
908
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
909
909
  <colgroup>
910
910
  <col width="150px" class="parameters_name">
@@ -942,7 +942,7 @@ of the file, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title
942
942
  </table></div>
943
943
  </div>
944
944
  <div class="refsect3">
945
- <a name="id-1.5.27.7.9.6"></a><h4>Returns</h4>
945
+ <a name="g-key-file-load-from-data-dirs.returns"></a><h4>Returns</h4>
946
946
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> othewise</p>
947
947
  </div>
948
948
  <p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
@@ -967,7 +967,7 @@ returns the file's full path in <em class="parameter"><code>full_path</code></em
967
967
  be loaded then an <code class="literal">error</code> is set to either a <a class="link" href="glib-File-Utilities.html#GFileError" title="enum GFileError"><span class="type">GFileError</span></a> or
968
968
  <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError" title="enum GKeyFileError"><span class="type">GKeyFileError</span></a>.</p>
969
969
  <div class="refsect3">
970
- <a name="id-1.5.27.7.10.5"></a><h4>Parameters</h4>
970
+ <a name="g-key-file-load-from-dirs.parameters"></a><h4>Parameters</h4>
971
971
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
972
972
  <colgroup>
973
973
  <col width="150px" class="parameters_name">
@@ -1010,7 +1010,7 @@ of the file, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title
1010
1010
  </table></div>
1011
1011
  </div>
1012
1012
  <div class="refsect3">
1013
- <a name="id-1.5.27.7.10.6"></a><h4>Returns</h4>
1013
+ <a name="g-key-file-load-from-dirs.returns"></a><h4>Returns</h4>
1014
1014
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
1015
1015
  </div>
1016
1016
  <p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
@@ -1028,7 +1028,7 @@ g_key_file_to_data (<em class="parameter"><code><a class="link" href="glib-Key-v
1028
1028
  so it is safe to pass <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> as <em class="parameter"><code>error</code></em>
1029
1029
  .</p>
1030
1030
  <div class="refsect3">
1031
- <a name="id-1.5.27.7.11.6"></a><h4>Parameters</h4>
1031
+ <a name="g-key-file-to-data.parameters"></a><h4>Parameters</h4>
1032
1032
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1033
1033
  <colgroup>
1034
1034
  <col width="150px" class="parameters_name">
@@ -1056,7 +1056,7 @@ returned string, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" t
1056
1056
  </table></div>
1057
1057
  </div>
1058
1058
  <div class="refsect3">
1059
- <a name="id-1.5.27.7.11.7"></a><h4>Returns</h4>
1059
+ <a name="g-key-file-to-data.returns"></a><h4>Returns</h4>
1060
1060
  <p> a newly allocated string holding
1061
1061
  the contents of the <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> </p>
1062
1062
  </div>
@@ -1076,7 +1076,7 @@ g_key_file_save_to_file (<em class="parameter"><code><a class="link" href="glib-
1076
1076
  <p>This function can fail for any of the reasons that
1077
1077
  <a class="link" href="glib-File-Utilities.html#g-file-set-contents" title="g_file_set_contents ()"><code class="function">g_file_set_contents()</code></a> may fail.</p>
1078
1078
  <div class="refsect3">
1079
- <a name="id-1.5.27.7.12.6"></a><h4>Parameters</h4>
1079
+ <a name="g-key-file-save-to-file.parameters"></a><h4>Parameters</h4>
1080
1080
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1081
1081
  <colgroup>
1082
1082
  <col width="150px" class="parameters_name">
@@ -1103,7 +1103,7 @@ g_key_file_save_to_file (<em class="parameter"><code><a class="link" href="glib-
1103
1103
  </table></div>
1104
1104
  </div>
1105
1105
  <div class="refsect3">
1106
- <a name="id-1.5.27.7.12.7"></a><h4>Returns</h4>
1106
+ <a name="g-key-file-save-to-file.returns"></a><h4>Returns</h4>
1107
1107
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if successful, else <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> with <em class="parameter"><code>error</code></em>
1108
1108
  set</p>
1109
1109
  </div>
@@ -1116,7 +1116,7 @@ set</p>
1116
1116
  g_key_file_get_start_group (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>);</pre>
1117
1117
  <p>Returns the name of the start group of the file.</p>
1118
1118
  <div class="refsect3">
1119
- <a name="id-1.5.27.7.13.5"></a><h4>Parameters</h4>
1119
+ <a name="g-key-file-get-start-group.parameters"></a><h4>Parameters</h4>
1120
1120
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1121
1121
  <colgroup>
1122
1122
  <col width="150px" class="parameters_name">
@@ -1131,7 +1131,7 @@ g_key_file_get_start_group (<em class="parameter"><code><a class="link" href="gl
1131
1131
  </table></div>
1132
1132
  </div>
1133
1133
  <div class="refsect3">
1134
- <a name="id-1.5.27.7.13.6"></a><h4>Returns</h4>
1134
+ <a name="g-key-file-get-start-group.returns"></a><h4>Returns</h4>
1135
1135
  <p> The start group of the key file.</p>
1136
1136
  </div>
1137
1137
  <p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
@@ -1148,7 +1148,7 @@ The array of returned groups will be <a class="link" href="glib-Standard-Macros.
1148
1148
  <em class="parameter"><code>length</code></em>
1149
1149
  may optionally be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
1150
1150
  <div class="refsect3">
1151
- <a name="id-1.5.27.7.14.5"></a><h4>Parameters</h4>
1151
+ <a name="g-key-file-get-groups.parameters"></a><h4>Parameters</h4>
1152
1152
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1153
1153
  <colgroup>
1154
1154
  <col width="150px" class="parameters_name">
@@ -1170,7 +1170,7 @@ The array of returned groups will be <a class="link" href="glib-Standard-Macros.
1170
1170
  </table></div>
1171
1171
  </div>
1172
1172
  <div class="refsect3">
1173
- <a name="id-1.5.27.7.14.6"></a><h4>Returns</h4>
1173
+ <a name="g-key-file-get-groups.returns"></a><h4>Returns</h4>
1174
1174
  <p> a newly-allocated <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of strings.
1175
1175
  Use <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a> to free it. </p>
1176
1176
  <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -1195,7 +1195,7 @@ be found, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL
1195
1195
  is set to
1196
1196
  <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-GROUP-NOT-FOUND:CAPS"><span class="type">G_KEY_FILE_ERROR_GROUP_NOT_FOUND</span></a>.</p>
1197
1197
  <div class="refsect3">
1198
- <a name="id-1.5.27.7.15.5"></a><h4>Parameters</h4>
1198
+ <a name="g-key-file-get-keys.parameters"></a><h4>Parameters</h4>
1199
1199
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1200
1200
  <colgroup>
1201
1201
  <col width="150px" class="parameters_name">
@@ -1227,7 +1227,7 @@ be found, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL
1227
1227
  </table></div>
1228
1228
  </div>
1229
1229
  <div class="refsect3">
1230
- <a name="id-1.5.27.7.15.6"></a><h4>Returns</h4>
1230
+ <a name="g-key-file-get-keys.returns"></a><h4>Returns</h4>
1231
1231
  <p> a newly-allocated <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of strings.
1232
1232
  Use <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a> to free it. </p>
1233
1233
  <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -1243,7 +1243,7 @@ g_key_file_has_group (<em class="parameter"><code><a class="link" href="glib-Key
1243
1243
  <p>Looks whether the key file has the group <em class="parameter"><code>group_name</code></em>
1244
1244
  .</p>
1245
1245
  <div class="refsect3">
1246
- <a name="id-1.5.27.7.16.5"></a><h4>Parameters</h4>
1246
+ <a name="g-key-file-has-group.parameters"></a><h4>Parameters</h4>
1247
1247
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1248
1248
  <colgroup>
1249
1249
  <col width="150px" class="parameters_name">
@@ -1265,7 +1265,7 @@ g_key_file_has_group (<em class="parameter"><code><a class="link" href="glib-Key
1265
1265
  </table></div>
1266
1266
  </div>
1267
1267
  <div class="refsect3">
1268
- <a name="id-1.5.27.7.16.6"></a><h4>Returns</h4>
1268
+ <a name="g-key-file-has-group.returns"></a><h4>Returns</h4>
1269
1269
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>group_name</code></em>
1270
1270
  is a part of <em class="parameter"><code>key_file</code></em>
1271
1271
  , <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a>
@@ -1294,7 +1294,7 @@ whether it is not <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" tit
1294
1294
  or not a key exists.</p>
1295
1295
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
1296
1296
  <div class="refsect3">
1297
- <a name="id-1.5.27.7.17.8"></a><h4>Parameters</h4>
1297
+ <a name="g-key-file-has-key.parameters"></a><h4>Parameters</h4>
1298
1298
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1299
1299
  <colgroup>
1300
1300
  <col width="150px" class="parameters_name">
@@ -1326,7 +1326,7 @@ or not a key exists.</p>
1326
1326
  </table></div>
1327
1327
  </div>
1328
1328
  <div class="refsect3">
1329
- <a name="id-1.5.27.7.17.9"></a><h4>Returns</h4>
1329
+ <a name="g-key-file-has-key.returns"></a><h4>Returns</h4>
1330
1330
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>key</code></em>
1331
1331
  is a part of <em class="parameter"><code>group_name</code></em>
1332
1332
  , <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
@@ -1353,7 +1353,7 @@ event that the <em class="parameter"><code>group_name</code></em>
1353
1353
  and <em class="parameter"><code>error</code></em>
1354
1354
  is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-GROUP-NOT-FOUND:CAPS"><span class="type">G_KEY_FILE_ERROR_GROUP_NOT_FOUND</span></a>.</p>
1355
1355
  <div class="refsect3">
1356
- <a name="id-1.5.27.7.18.6"></a><h4>Parameters</h4>
1356
+ <a name="g-key-file-get-value.parameters"></a><h4>Parameters</h4>
1357
1357
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1358
1358
  <colgroup>
1359
1359
  <col width="150px" class="parameters_name">
@@ -1385,7 +1385,7 @@ and <em class="parameter"><code>error</code></em>
1385
1385
  </table></div>
1386
1386
  </div>
1387
1387
  <div class="refsect3">
1388
- <a name="id-1.5.27.7.18.7"></a><h4>Returns</h4>
1388
+ <a name="g-key-file-get-value.returns"></a><h4>Returns</h4>
1389
1389
  <p> a newly allocated string or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
1390
1390
  key cannot be found.</p>
1391
1391
  </div>
@@ -1412,7 +1412,7 @@ event that the <em class="parameter"><code>group_name</code></em>
1412
1412
  and <em class="parameter"><code>error</code></em>
1413
1413
  is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-GROUP-NOT-FOUND:CAPS"><span class="type">G_KEY_FILE_ERROR_GROUP_NOT_FOUND</span></a>.</p>
1414
1414
  <div class="refsect3">
1415
- <a name="id-1.5.27.7.19.6"></a><h4>Parameters</h4>
1415
+ <a name="g-key-file-get-string.parameters"></a><h4>Parameters</h4>
1416
1416
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1417
1417
  <colgroup>
1418
1418
  <col width="150px" class="parameters_name">
@@ -1444,7 +1444,7 @@ and <em class="parameter"><code>error</code></em>
1444
1444
  </table></div>
1445
1445
  </div>
1446
1446
  <div class="refsect3">
1447
- <a name="id-1.5.27.7.19.7"></a><h4>Returns</h4>
1447
+ <a name="g-key-file-get-string.returns"></a><h4>Returns</h4>
1448
1448
  <p> a newly allocated string or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
1449
1449
  key cannot be found.</p>
1450
1450
  </div>
@@ -1474,7 +1474,7 @@ with <em class="parameter"><code>key</code></em>
1474
1474
  cannot be interpreted or no suitable translation can
1475
1475
  be found then the untranslated value is returned.</p>
1476
1476
  <div class="refsect3">
1477
- <a name="id-1.5.27.7.20.6"></a><h4>Parameters</h4>
1477
+ <a name="g-key-file-get-locale-string.parameters"></a><h4>Parameters</h4>
1478
1478
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1479
1479
  <colgroup>
1480
1480
  <col width="150px" class="parameters_name">
@@ -1511,7 +1511,7 @@ be found then the untranslated value is returned.</p>
1511
1511
  </table></div>
1512
1512
  </div>
1513
1513
  <div class="refsect3">
1514
- <a name="id-1.5.27.7.20.7"></a><h4>Returns</h4>
1514
+ <a name="g-key-file-get-locale-string.returns"></a><h4>Returns</h4>
1515
1515
  <p> a newly allocated string or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
1516
1516
  key cannot be found.</p>
1517
1517
  </div>
@@ -1538,7 +1538,7 @@ associated with <em class="parameter"><code>key</code></em>
1538
1538
  is returned and <em class="parameter"><code>error</code></em>
1539
1539
  is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
1540
1540
  <div class="refsect3">
1541
- <a name="id-1.5.27.7.21.6"></a><h4>Parameters</h4>
1541
+ <a name="g-key-file-get-boolean.parameters"></a><h4>Parameters</h4>
1542
1542
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1543
1543
  <colgroup>
1544
1544
  <col width="150px" class="parameters_name">
@@ -1570,7 +1570,7 @@ is returned and <em class="parameter"><code>error</code></em>
1570
1570
  </table></div>
1571
1571
  </div>
1572
1572
  <div class="refsect3">
1573
- <a name="id-1.5.27.7.21.7"></a><h4>Returns</h4>
1573
+ <a name="g-key-file-get-boolean.returns"></a><h4>Returns</h4>
1574
1574
  <p> the value associated with the key as a boolean,
1575
1575
  or <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> if the key was not found or could not be parsed.</p>
1576
1576
  </div>
@@ -1597,7 +1597,7 @@ with <em class="parameter"><code>key</code></em>
1597
1597
  and <em class="parameter"><code>error</code></em>
1598
1598
  is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
1599
1599
  <div class="refsect3">
1600
- <a name="id-1.5.27.7.22.6"></a><h4>Parameters</h4>
1600
+ <a name="g-key-file-get-integer.parameters"></a><h4>Parameters</h4>
1601
1601
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1602
1602
  <colgroup>
1603
1603
  <col width="150px" class="parameters_name">
@@ -1629,7 +1629,7 @@ and <em class="parameter"><code>error</code></em>
1629
1629
  </table></div>
1630
1630
  </div>
1631
1631
  <div class="refsect3">
1632
- <a name="id-1.5.27.7.22.7"></a><h4>Returns</h4>
1632
+ <a name="g-key-file-get-integer.returns"></a><h4>Returns</h4>
1633
1633
  <p> the value associated with the key as an integer, or
1634
1634
  0 if the key was not found or could not be parsed.</p>
1635
1635
  </div>
@@ -1649,7 +1649,7 @@ g_key_file_get_int64 (<em class="parameter"><code><a class="link" href="glib-Key
1649
1649
  64-bit integer. This is similar to <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-integer" title="g_key_file_get_integer ()"><code class="function">g_key_file_get_integer()</code></a> but can return
1650
1650
  64-bit results without truncation.</p>
1651
1651
  <div class="refsect3">
1652
- <a name="id-1.5.27.7.23.5"></a><h4>Parameters</h4>
1652
+ <a name="g-key-file-get-int64.parameters"></a><h4>Parameters</h4>
1653
1653
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1654
1654
  <colgroup>
1655
1655
  <col width="150px" class="parameters_name">
@@ -1681,7 +1681,7 @@ g_key_file_get_int64 (<em class="parameter"><code><a class="link" href="glib-Key
1681
1681
  </table></div>
1682
1682
  </div>
1683
1683
  <div class="refsect3">
1684
- <a name="id-1.5.27.7.23.6"></a><h4>Returns</h4>
1684
+ <a name="g-key-file-get-int64.returns"></a><h4>Returns</h4>
1685
1685
  <p> the value associated with the key as a signed 64-bit integer, or
1686
1686
  0 if the key was not found or could not be parsed.</p>
1687
1687
  </div>
@@ -1701,7 +1701,7 @@ g_key_file_get_uint64 (<em class="parameter"><code><a class="link" href="glib-Ke
1701
1701
  64-bit integer. This is similar to <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-integer" title="g_key_file_get_integer ()"><code class="function">g_key_file_get_integer()</code></a> but can return
1702
1702
  large positive results without truncation.</p>
1703
1703
  <div class="refsect3">
1704
- <a name="id-1.5.27.7.24.5"></a><h4>Parameters</h4>
1704
+ <a name="g-key-file-get-uint64.parameters"></a><h4>Parameters</h4>
1705
1705
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1706
1706
  <colgroup>
1707
1707
  <col width="150px" class="parameters_name">
@@ -1733,7 +1733,7 @@ large positive results without truncation.</p>
1733
1733
  </table></div>
1734
1734
  </div>
1735
1735
  <div class="refsect3">
1736
- <a name="id-1.5.27.7.24.6"></a><h4>Returns</h4>
1736
+ <a name="g-key-file-get-uint64.returns"></a><h4>Returns</h4>
1737
1737
  <p> the value associated with the key as an unsigned 64-bit integer,
1738
1738
  or 0 if the key was not found or could not be parsed.</p>
1739
1739
  </div>
@@ -1761,7 +1761,7 @@ with <em class="parameter"><code>key</code></em>
1761
1761
  and <em class="parameter"><code>error</code></em>
1762
1762
  is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
1763
1763
  <div class="refsect3">
1764
- <a name="id-1.5.27.7.25.6"></a><h4>Parameters</h4>
1764
+ <a name="g-key-file-get-double.parameters"></a><h4>Parameters</h4>
1765
1765
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1766
1766
  <colgroup>
1767
1767
  <col width="150px" class="parameters_name">
@@ -1793,7 +1793,7 @@ and <em class="parameter"><code>error</code></em>
1793
1793
  </table></div>
1794
1794
  </div>
1795
1795
  <div class="refsect3">
1796
- <a name="id-1.5.27.7.25.7"></a><h4>Returns</h4>
1796
+ <a name="g-key-file-get-double.returns"></a><h4>Returns</h4>
1797
1797
  <p> the value associated with the key as a double, or
1798
1798
  0.0 if the key was not found or could not be parsed.</p>
1799
1799
  </div>
@@ -1819,7 +1819,7 @@ event that the <em class="parameter"><code>group_name</code></em>
1819
1819
  and <em class="parameter"><code>error</code></em>
1820
1820
  is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-GROUP-NOT-FOUND:CAPS"><span class="type">G_KEY_FILE_ERROR_GROUP_NOT_FOUND</span></a>.</p>
1821
1821
  <div class="refsect3">
1822
- <a name="id-1.5.27.7.26.6"></a><h4>Parameters</h4>
1822
+ <a name="g-key-file-get-string-list.parameters"></a><h4>Parameters</h4>
1823
1823
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1824
1824
  <colgroup>
1825
1825
  <col width="150px" class="parameters_name">
@@ -1856,7 +1856,7 @@ and <em class="parameter"><code>error</code></em>
1856
1856
  </table></div>
1857
1857
  </div>
1858
1858
  <div class="refsect3">
1859
- <a name="id-1.5.27.7.26.7"></a><h4>Returns</h4>
1859
+ <a name="g-key-file-get-string-list.returns"></a><h4>Returns</h4>
1860
1860
  <p> a <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated string array or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
1861
1861
  key cannot be found. The array should be freed with <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a>. </p>
1862
1862
  <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1 length=length][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -1891,7 +1891,7 @@ returned array is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" tit
1891
1891
  may optionally
1892
1892
  be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
1893
1893
  <div class="refsect3">
1894
- <a name="id-1.5.27.7.27.6"></a><h4>Parameters</h4>
1894
+ <a name="g-key-file-get-locale-string-list.parameters"></a><h4>Parameters</h4>
1895
1895
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1896
1896
  <colgroup>
1897
1897
  <col width="150px" class="parameters_name">
@@ -1933,7 +1933,7 @@ be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
1933
1933
  </table></div>
1934
1934
  </div>
1935
1935
  <div class="refsect3">
1936
- <a name="id-1.5.27.7.27.7"></a><h4>Returns</h4>
1936
+ <a name="g-key-file-get-locale-string-list.returns"></a><h4>Returns</h4>
1937
1937
  <p> a newly allocated <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated string array
1938
1938
  or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the key isn't found. The string array should be freed
1939
1939
  with <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a>. </p>
@@ -1963,7 +1963,7 @@ with <em class="parameter"><code>key</code></em>
1963
1963
  and <em class="parameter"><code>error</code></em>
1964
1964
  is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
1965
1965
  <div class="refsect3">
1966
- <a name="id-1.5.27.7.28.6"></a><h4>Parameters</h4>
1966
+ <a name="g-key-file-get-boolean-list.parameters"></a><h4>Parameters</h4>
1967
1967
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1968
1968
  <colgroup>
1969
1969
  <col width="150px" class="parameters_name">
@@ -2000,7 +2000,7 @@ and <em class="parameter"><code>error</code></em>
2000
2000
  </table></div>
2001
2001
  </div>
2002
2002
  <div class="refsect3">
2003
- <a name="id-1.5.27.7.28.7"></a><h4>Returns</h4>
2003
+ <a name="g-key-file-get-boolean-list.returns"></a><h4>Returns</h4>
2004
2004
  <p> the values associated with the key as a list of booleans, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the
2005
2005
  key was not found or could not be parsed. The returned list of booleans
2006
2006
  should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a> when no longer needed. </p>
@@ -2030,7 +2030,7 @@ with <em class="parameter"><code>key</code></em>
2030
2030
  and <em class="parameter"><code>error</code></em>
2031
2031
  is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
2032
2032
  <div class="refsect3">
2033
- <a name="id-1.5.27.7.29.6"></a><h4>Parameters</h4>
2033
+ <a name="g-key-file-get-integer-list.parameters"></a><h4>Parameters</h4>
2034
2034
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2035
2035
  <colgroup>
2036
2036
  <col width="150px" class="parameters_name">
@@ -2067,7 +2067,7 @@ and <em class="parameter"><code>error</code></em>
2067
2067
  </table></div>
2068
2068
  </div>
2069
2069
  <div class="refsect3">
2070
- <a name="id-1.5.27.7.29.7"></a><h4>Returns</h4>
2070
+ <a name="g-key-file-get-integer-list.returns"></a><h4>Returns</h4>
2071
2071
  <p> the values associated with the key as a list of integers, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if
2072
2072
  the key was not found or could not be parsed. The returned list of
2073
2073
  integers should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a> when no longer needed. </p>
@@ -2097,7 +2097,7 @@ with <em class="parameter"><code>key</code></em>
2097
2097
  and <em class="parameter"><code>error</code></em>
2098
2098
  is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
2099
2099
  <div class="refsect3">
2100
- <a name="id-1.5.27.7.30.6"></a><h4>Parameters</h4>
2100
+ <a name="g-key-file-get-double-list.parameters"></a><h4>Parameters</h4>
2101
2101
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2102
2102
  <colgroup>
2103
2103
  <col width="150px" class="parameters_name">
@@ -2134,7 +2134,7 @@ and <em class="parameter"><code>error</code></em>
2134
2134
  </table></div>
2135
2135
  </div>
2136
2136
  <div class="refsect3">
2137
- <a name="id-1.5.27.7.30.7"></a><h4>Returns</h4>
2137
+ <a name="g-key-file-get-double-list.returns"></a><h4>Returns</h4>
2138
2138
  <p> the values associated with the key as a list of doubles, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the
2139
2139
  key was not found or could not be parsed. The returned list of doubles
2140
2140
  should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a> when no longer needed. </p>
@@ -2164,7 +2164,7 @@ If <em class="parameter"><code>key</code></em>
2164
2164
  will be read from above the first group in the file.</p>
2165
2165
  <p>Note that the returned string includes the '#' comment markers.</p>
2166
2166
  <div class="refsect3">
2167
- <a name="id-1.5.27.7.31.6"></a><h4>Parameters</h4>
2167
+ <a name="g-key-file-get-comment.parameters"></a><h4>Parameters</h4>
2168
2168
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2169
2169
  <colgroup>
2170
2170
  <col width="150px" class="parameters_name">
@@ -2196,7 +2196,7 @@ If <em class="parameter"><code>key</code></em>
2196
2196
  </table></div>
2197
2197
  </div>
2198
2198
  <div class="refsect3">
2199
- <a name="id-1.5.27.7.31.7"></a><h4>Returns</h4>
2199
+ <a name="g-key-file-get-comment.returns"></a><h4>Returns</h4>
2200
2200
  <p> a comment that should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a></p>
2201
2201
  </div>
2202
2202
  <p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
@@ -2219,7 +2219,7 @@ be found then it is created. To set an UTF-8 string which may contain
2219
2219
  characters that need escaping (such as newlines or spaces), use
2220
2220
  <a class="link" href="glib-Key-value-file-parser.html#g-key-file-set-string" title="g_key_file_set_string ()"><code class="function">g_key_file_set_string()</code></a>.</p>
2221
2221
  <div class="refsect3">
2222
- <a name="id-1.5.27.7.32.6"></a><h4>Parameters</h4>
2222
+ <a name="g-key-file-set-value.parameters"></a><h4>Parameters</h4>
2223
2223
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2224
2224
  <colgroup>
2225
2225
  <col width="150px" class="parameters_name">
@@ -2270,7 +2270,7 @@ If <em class="parameter"><code>group_name</code></em>
2270
2270
  Unlike <a class="link" href="glib-Key-value-file-parser.html#g-key-file-set-value" title="g_key_file_set_value ()"><code class="function">g_key_file_set_value()</code></a>, this function handles characters
2271
2271
  that need escaping, such as newlines.</p>
2272
2272
  <div class="refsect3">
2273
- <a name="id-1.5.27.7.33.5"></a><h4>Parameters</h4>
2273
+ <a name="g-key-file-set-string.parameters"></a><h4>Parameters</h4>
2274
2274
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2275
2275
  <colgroup>
2276
2276
  <col width="150px" class="parameters_name">
@@ -2319,7 +2319,7 @@ g_key_file_set_locale_string (<em class="parameter"><code><a class="link" href="
2319
2319
  If the translation for <em class="parameter"><code>key</code></em>
2320
2320
  cannot be found then it is created.</p>
2321
2321
  <div class="refsect3">
2322
- <a name="id-1.5.27.7.34.5"></a><h4>Parameters</h4>
2322
+ <a name="g-key-file-set-locale-string.parameters"></a><h4>Parameters</h4>
2323
2323
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2324
2324
  <colgroup>
2325
2325
  <col width="150px" class="parameters_name">
@@ -2371,7 +2371,7 @@ g_key_file_set_boolean (<em class="parameter"><code><a class="link" href="glib-K
2371
2371
  If <em class="parameter"><code>key</code></em>
2372
2372
  cannot be found then it is created.</p>
2373
2373
  <div class="refsect3">
2374
- <a name="id-1.5.27.7.35.5"></a><h4>Parameters</h4>
2374
+ <a name="g-key-file-set-boolean.parameters"></a><h4>Parameters</h4>
2375
2375
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2376
2376
  <colgroup>
2377
2377
  <col width="150px" class="parameters_name">
@@ -2418,7 +2418,7 @@ g_key_file_set_integer (<em class="parameter"><code><a class="link" href="glib-K
2418
2418
  If <em class="parameter"><code>key</code></em>
2419
2419
  cannot be found then it is created.</p>
2420
2420
  <div class="refsect3">
2421
- <a name="id-1.5.27.7.36.5"></a><h4>Parameters</h4>
2421
+ <a name="g-key-file-set-integer.parameters"></a><h4>Parameters</h4>
2422
2422
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2423
2423
  <colgroup>
2424
2424
  <col width="150px" class="parameters_name">
@@ -2465,7 +2465,7 @@ g_key_file_set_int64 (<em class="parameter"><code><a class="link" href="glib-Key
2465
2465
  If <em class="parameter"><code>key</code></em>
2466
2466
  cannot be found then it is created.</p>
2467
2467
  <div class="refsect3">
2468
- <a name="id-1.5.27.7.37.5"></a><h4>Parameters</h4>
2468
+ <a name="g-key-file-set-int64.parameters"></a><h4>Parameters</h4>
2469
2469
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2470
2470
  <colgroup>
2471
2471
  <col width="150px" class="parameters_name">
@@ -2512,7 +2512,7 @@ g_key_file_set_uint64 (<em class="parameter"><code><a class="link" href="glib-Ke
2512
2512
  If <em class="parameter"><code>key</code></em>
2513
2513
  cannot be found then it is created.</p>
2514
2514
  <div class="refsect3">
2515
- <a name="id-1.5.27.7.38.5"></a><h4>Parameters</h4>
2515
+ <a name="g-key-file-set-uint64.parameters"></a><h4>Parameters</h4>
2516
2516
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2517
2517
  <colgroup>
2518
2518
  <col width="150px" class="parameters_name">
@@ -2559,7 +2559,7 @@ g_key_file_set_double (<em class="parameter"><code><a class="link" href="glib-Ke
2559
2559
  If <em class="parameter"><code>key</code></em>
2560
2560
  cannot be found then it is created.</p>
2561
2561
  <div class="refsect3">
2562
- <a name="id-1.5.27.7.39.5"></a><h4>Parameters</h4>
2562
+ <a name="g-key-file-set-double.parameters"></a><h4>Parameters</h4>
2563
2563
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2564
2564
  <colgroup>
2565
2565
  <col width="150px" class="parameters_name">
@@ -2609,7 +2609,7 @@ If <em class="parameter"><code>key</code></em>
2609
2609
  If <em class="parameter"><code>group_name</code></em>
2610
2610
  cannot be found then it is created.</p>
2611
2611
  <div class="refsect3">
2612
- <a name="id-1.5.27.7.40.5"></a><h4>Parameters</h4>
2612
+ <a name="g-key-file-set-string-list.parameters"></a><h4>Parameters</h4>
2613
2613
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2614
2614
  <colgroup>
2615
2615
  <col width="150px" class="parameters_name">
@@ -2666,7 +2666,7 @@ g_key_file_set_locale_string_list (<em class="parameter"><code><a class="link" h
2666
2666
  cannot be found then
2667
2667
  it is created.</p>
2668
2668
  <div class="refsect3">
2669
- <a name="id-1.5.27.7.41.5"></a><h4>Parameters</h4>
2669
+ <a name="g-key-file-set-locale-string-list.parameters"></a><h4>Parameters</h4>
2670
2670
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2671
2671
  <colgroup>
2672
2672
  <col width="150px" class="parameters_name">
@@ -2727,7 +2727,7 @@ If <em class="parameter"><code>key</code></em>
2727
2727
  If <em class="parameter"><code>group_name</code></em>
2728
2728
  is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, the start_group is used.</p>
2729
2729
  <div class="refsect3">
2730
- <a name="id-1.5.27.7.42.5"></a><h4>Parameters</h4>
2730
+ <a name="g-key-file-set-boolean-list.parameters"></a><h4>Parameters</h4>
2731
2731
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2732
2732
  <colgroup>
2733
2733
  <col width="150px" class="parameters_name">
@@ -2781,7 +2781,7 @@ g_key_file_set_integer_list (<em class="parameter"><code><a class="link" href="g
2781
2781
  If <em class="parameter"><code>key</code></em>
2782
2782
  cannot be found then it is created.</p>
2783
2783
  <div class="refsect3">
2784
- <a name="id-1.5.27.7.43.5"></a><h4>Parameters</h4>
2784
+ <a name="g-key-file-set-integer-list.parameters"></a><h4>Parameters</h4>
2785
2785
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2786
2786
  <colgroup>
2787
2787
  <col width="150px" class="parameters_name">
@@ -2835,7 +2835,7 @@ g_key_file_set_double_list (<em class="parameter"><code><a class="link" href="gl
2835
2835
  . If <em class="parameter"><code>key</code></em>
2836
2836
  cannot be found then it is created.</p>
2837
2837
  <div class="refsect3">
2838
- <a name="id-1.5.27.7.44.5"></a><h4>Parameters</h4>
2838
+ <a name="g-key-file-set-double-list.parameters"></a><h4>Parameters</h4>
2839
2839
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2840
2840
  <colgroup>
2841
2841
  <col width="150px" class="parameters_name">
@@ -2899,7 +2899,7 @@ written above the first group in the file.</p>
2899
2899
  each line of <em class="parameter"><code>comment</code></em>
2900
2900
  .</p>
2901
2901
  <div class="refsect3">
2902
- <a name="id-1.5.27.7.45.7"></a><h4>Parameters</h4>
2902
+ <a name="g-key-file-set-comment.parameters"></a><h4>Parameters</h4>
2903
2903
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2904
2904
  <colgroup>
2905
2905
  <col width="150px" class="parameters_name">
@@ -2936,7 +2936,7 @@ each line of <em class="parameter"><code>comment</code></em>
2936
2936
  </table></div>
2937
2937
  </div>
2938
2938
  <div class="refsect3">
2939
- <a name="id-1.5.27.7.45.8"></a><h4>Returns</h4>
2939
+ <a name="g-key-file-set-comment.returns"></a><h4>Returns</h4>
2940
2940
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the comment was written, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
2941
2941
  </div>
2942
2942
  <p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
@@ -2952,7 +2952,7 @@ g_key_file_remove_group (<em class="parameter"><code><a class="link" href="glib-
2952
2952
  ,
2953
2953
  from the key file.</p>
2954
2954
  <div class="refsect3">
2955
- <a name="id-1.5.27.7.46.5"></a><h4>Parameters</h4>
2955
+ <a name="g-key-file-remove-group.parameters"></a><h4>Parameters</h4>
2956
2956
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2957
2957
  <colgroup>
2958
2958
  <col width="150px" class="parameters_name">
@@ -2979,7 +2979,7 @@ from the key file.</p>
2979
2979
  </table></div>
2980
2980
  </div>
2981
2981
  <div class="refsect3">
2982
- <a name="id-1.5.27.7.46.6"></a><h4>Returns</h4>
2982
+ <a name="g-key-file-remove-group.returns"></a><h4>Returns</h4>
2983
2983
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the group was removed, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
2984
2984
  </div>
2985
2985
  <p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
@@ -2996,7 +2996,7 @@ g_key_file_remove_key (<em class="parameter"><code><a class="link" href="glib-Ke
2996
2996
  in <em class="parameter"><code>group_name</code></em>
2997
2997
  from the key file.</p>
2998
2998
  <div class="refsect3">
2999
- <a name="id-1.5.27.7.47.5"></a><h4>Parameters</h4>
2999
+ <a name="g-key-file-remove-key.parameters"></a><h4>Parameters</h4>
3000
3000
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3001
3001
  <colgroup>
3002
3002
  <col width="150px" class="parameters_name">
@@ -3028,7 +3028,7 @@ g_key_file_remove_key (<em class="parameter"><code><a class="link" href="glib-Ke
3028
3028
  </table></div>
3029
3029
  </div>
3030
3030
  <div class="refsect3">
3031
- <a name="id-1.5.27.7.47.6"></a><h4>Returns</h4>
3031
+ <a name="g-key-file-remove-key.returns"></a><h4>Returns</h4>
3032
3032
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the key was removed, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
3033
3033
  </div>
3034
3034
  <p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
@@ -3054,7 +3054,7 @@ If both <em class="parameter"><code>key</code></em>
3054
3054
  will
3055
3055
  be removed above the first group in the file.</p>
3056
3056
  <div class="refsect3">
3057
- <a name="id-1.5.27.7.48.5"></a><h4>Parameters</h4>
3057
+ <a name="g-key-file-remove-comment.parameters"></a><h4>Parameters</h4>
3058
3058
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3059
3059
  <colgroup>
3060
3060
  <col width="150px" class="parameters_name">
@@ -3086,7 +3086,7 @@ be removed above the first group in the file.</p>
3086
3086
  </table></div>
3087
3087
  </div>
3088
3088
  <div class="refsect3">
3089
- <a name="id-1.5.27.7.48.6"></a><h4>Returns</h4>
3089
+ <a name="g-key-file-remove-comment.returns"></a><h4>Returns</h4>
3090
3090
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the comment was removed, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
3091
3091
  </div>
3092
3092
  <p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
@@ -3114,7 +3114,7 @@ be from the <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError"
3114
3114
  <a name="GKeyFileError"></a><h3>enum GKeyFileError</h3>
3115
3115
  <p>Error codes returned by key file parsing.</p>
3116
3116
  <div class="refsect3">
3117
- <a name="id-1.5.27.8.4.4"></a><h4>Members</h4>
3117
+ <a name="GKeyFileError.members"></a><h4>Members</h4>
3118
3118
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3119
3119
  <colgroup>
3120
3120
  <col width="300px" class="enum_members_name">
@@ -3174,7 +3174,7 @@ be from the <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError"
3174
3174
  <a name="GKeyFileFlags"></a><h3>enum GKeyFileFlags</h3>
3175
3175
  <p>Flags which influence the parsing.</p>
3176
3176
  <div class="refsect3">
3177
- <a name="id-1.5.27.8.5.4"></a><h4>Members</h4>
3177
+ <a name="GKeyFileFlags.members"></a><h4>Members</h4>
3178
3178
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3179
3179
  <colgroup>
3180
3180
  <col width="300px" class="enum_members_name">
@@ -3461,6 +3461,6 @@ entries representing directories.</p>
3461
3461
  </div>
3462
3462
  </div>
3463
3463
  <div class="footer">
3464
- <hr>Generated by GTK-Doc V1.24</div>
3464
+ <hr>Generated by GTK-Doc V1.25.1</div>
3465
3465
  </body>
3466
3466
  </html>