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-core.html" title="GLib Core Application Support">
9
9
  <link rel="prev" href="glib-Asynchronous-Queues.html" title="Asynchronous Queues">
10
10
  <link rel="next" href="glib-Memory-Allocation.html" title="Memory Allocation">
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">
@@ -282,7 +282,7 @@ gboolean
282
282
  g_module_supported (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
283
283
  <p>Checks if modules are supported on the current platform.</p>
284
284
  <div class="refsect3">
285
- <a name="id-1.4.6.7.2.5"></a><h4>Returns</h4>
285
+ <a name="g-module-supported.returns"></a><h4>Returns</h4>
286
286
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if modules are supported</p>
287
287
  </div>
288
288
  </div>
@@ -306,7 +306,7 @@ since the wrong module may be found.</p>
306
306
  <code class="literal">/lib/libmylibrary.so</code>. On a Windows system, using <code class="literal">\Windows</code> as the
307
307
  directory it will return <code class="literal">\Windows\mylibrary.dll</code>.</p>
308
308
  <div class="refsect3">
309
- <a name="id-1.4.6.7.3.7"></a><h4>Parameters</h4>
309
+ <a name="g-module-build-path.parameters"></a><h4>Parameters</h4>
310
310
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
311
311
  <colgroup>
312
312
  <col width="150px" class="parameters_name">
@@ -330,7 +330,7 @@ directories will be used, though that is not recommended. </p></td>
330
330
  </table></div>
331
331
  </div>
332
332
  <div class="refsect3">
333
- <a name="id-1.4.6.7.3.8"></a><h4>Returns</h4>
333
+ <a name="g-module-build-path.returns"></a><h4>Returns</h4>
334
334
  <p> the complete path of the module, including the standard library
335
335
  prefix and suffix. This should be freed when no longer needed</p>
336
336
  </div>
@@ -356,7 +356,7 @@ module will be opended. If that fails and <em class="parameter"><code>file_name<
356
356
  the corresponding module. If eventually that fails as well, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> is
357
357
  returned.</p>
358
358
  <div class="refsect3">
359
- <a name="id-1.4.6.7.4.6"></a><h4>Parameters</h4>
359
+ <a name="g-module-open.parameters"></a><h4>Parameters</h4>
360
360
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
361
361
  <colgroup>
362
362
  <col width="150px" class="parameters_name">
@@ -380,7 +380,7 @@ logical OR of any of the <a class="link" href="glib-Dynamic-Loading-of-Modules.h
380
380
  </table></div>
381
381
  </div>
382
382
  <div class="refsect3">
383
- <a name="id-1.4.6.7.4.7"></a><h4>Returns</h4>
383
+ <a name="g-module-open.returns"></a><h4>Returns</h4>
384
384
  <p> a <a class="link" href="glib-Dynamic-Loading-of-Modules.html#GModule" title="GModule"><span class="type">GModule</span></a> on success, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> on failure</p>
385
385
  </div>
386
386
  </div>
@@ -394,7 +394,7 @@ g_module_symbol (<em class="parameter"><code><a class="link" href="glib-Dynamic-
394
394
  <p>Gets a symbol pointer from a module, such as one exported
395
395
  by <a class="link" href="glib-Dynamic-Loading-of-Modules.html#G-MODULE-EXPORT:CAPS" title="G_MODULE_EXPORT"><span class="type">G_MODULE_EXPORT</span></a>. Note that a valid symbol can be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
396
396
  <div class="refsect3">
397
- <a name="id-1.4.6.7.5.5"></a><h4>Parameters</h4>
397
+ <a name="g-module-symbol.parameters"></a><h4>Parameters</h4>
398
398
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
399
399
  <colgroup>
400
400
  <col width="150px" class="parameters_name">
@@ -421,7 +421,7 @@ by <a class="link" href="glib-Dynamic-Loading-of-Modules.html#G-MODULE-EXPORT:CA
421
421
  </table></div>
422
422
  </div>
423
423
  <div class="refsect3">
424
- <a name="id-1.4.6.7.5.6"></a><h4>Returns</h4>
424
+ <a name="g-module-symbol.returns"></a><h4>Returns</h4>
425
425
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> on success</p>
426
426
  </div>
427
427
  </div>
@@ -434,7 +434,7 @@ g_module_name (<em class="parameter"><code><a class="link" href="glib-Dynamic-Lo
434
434
  <p>If <em class="parameter"><code>module</code></em>
435
435
  refers to the application itself, "main" is returned.</p>
436
436
  <div class="refsect3">
437
- <a name="id-1.4.6.7.6.6"></a><h4>Parameters</h4>
437
+ <a name="g-module-name.parameters"></a><h4>Parameters</h4>
438
438
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
439
439
  <colgroup>
440
440
  <col width="150px" class="parameters_name">
@@ -449,7 +449,7 @@ g_module_name (<em class="parameter"><code><a class="link" href="glib-Dynamic-Lo
449
449
  </table></div>
450
450
  </div>
451
451
  <div class="refsect3">
452
- <a name="id-1.4.6.7.6.7"></a><h4>Returns</h4>
452
+ <a name="g-module-name.returns"></a><h4>Returns</h4>
453
453
  <p> the filename of the module. </p>
454
454
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
455
455
  </div>
@@ -462,7 +462,7 @@ g_module_make_resident (<em class="parameter"><code><a class="link" href="glib-D
462
462
  <p>Ensures that a module will never be unloaded.
463
463
  Any future <a class="link" href="glib-Dynamic-Loading-of-Modules.html#g-module-close" title="g_module_close ()"><code class="function">g_module_close()</code></a> calls on the module will be ignored.</p>
464
464
  <div class="refsect3">
465
- <a name="id-1.4.6.7.7.5"></a><h4>Parameters</h4>
465
+ <a name="g-module-make-resident.parameters"></a><h4>Parameters</h4>
466
466
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
467
467
  <colgroup>
468
468
  <col width="150px" class="parameters_name">
@@ -484,7 +484,7 @@ Any future <a class="link" href="glib-Dynamic-Loading-of-Modules.html#g-module-c
484
484
  g_module_close (<em class="parameter"><code><a class="link" href="glib-Dynamic-Loading-of-Modules.html#GModule" title="GModule"><span class="type">GModule</span></a> *module</code></em>);</pre>
485
485
  <p>Closes a module.</p>
486
486
  <div class="refsect3">
487
- <a name="id-1.4.6.7.8.5"></a><h4>Parameters</h4>
487
+ <a name="g-module-close.parameters"></a><h4>Parameters</h4>
488
488
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
489
489
  <colgroup>
490
490
  <col width="150px" class="parameters_name">
@@ -499,7 +499,7 @@ g_module_close (<em class="parameter"><code><a class="link" href="glib-Dynamic-L
499
499
  </table></div>
500
500
  </div>
501
501
  <div class="refsect3">
502
- <a name="id-1.4.6.7.8.6"></a><h4>Returns</h4>
502
+ <a name="g-module-close.returns"></a><h4>Returns</h4>
503
503
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> on success</p>
504
504
  </div>
505
505
  </div>
@@ -510,7 +510,7 @@ g_module_close (<em class="parameter"><code><a class="link" href="glib-Dynamic-L
510
510
  g_module_error (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
511
511
  <p>Gets a string describing the last module error.</p>
512
512
  <div class="refsect3">
513
- <a name="id-1.4.6.7.9.5"></a><h4>Returns</h4>
513
+ <a name="g-module-error.returns"></a><h4>Returns</h4>
514
514
  <p> a string describing the last module error</p>
515
515
  </div>
516
516
  </div>
@@ -525,7 +525,7 @@ automatically when the module is loaded. It is passed the <a class="link" href="
525
525
  and should return <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> on success or a string describing the initialization
526
526
  error.</p>
527
527
  <div class="refsect3">
528
- <a name="id-1.4.6.7.10.5"></a><h4>Parameters</h4>
528
+ <a name="GModuleCheckInit.parameters"></a><h4>Parameters</h4>
529
529
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
530
530
  <colgroup>
531
531
  <col width="150px" class="parameters_name">
@@ -540,7 +540,7 @@ error.</p>
540
540
  </table></div>
541
541
  </div>
542
542
  <div class="refsect3">
543
- <a name="id-1.4.6.7.10.6"></a><h4>Returns</h4>
543
+ <a name="GModuleCheckInit.returns"></a><h4>Returns</h4>
544
544
  <p> <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> on success, or a string describing the initialization error</p>
545
545
  </div>
546
546
  </div>
@@ -554,7 +554,7 @@ If a module contains a function named <code class="function">g_module_unload()</
554
554
  automatically when the module is unloaded.
555
555
  It is passed the <a class="link" href="glib-Dynamic-Loading-of-Modules.html#GModule" title="GModule"><span class="type">GModule</span></a> structure.</p>
556
556
  <div class="refsect3">
557
- <a name="id-1.4.6.7.11.5"></a><h4>Parameters</h4>
557
+ <a name="GModuleUnload.parameters"></a><h4>Parameters</h4>
558
558
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
559
559
  <colgroup>
560
560
  <col width="150px" class="parameters_name">
@@ -585,7 +585,7 @@ It should only be accessed via the following functions.</p>
585
585
  <p>Flags passed to <a class="link" href="glib-Dynamic-Loading-of-Modules.html#g-module-open" title="g_module_open ()"><code class="function">g_module_open()</code></a>.
586
586
  Note that these flags are not supported on all platforms.</p>
587
587
  <div class="refsect3">
588
- <a name="id-1.4.6.8.3.4"></a><h4>Members</h4>
588
+ <a name="GModuleFlags.members"></a><h4>Members</h4>
589
589
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
590
590
  <colgroup>
591
591
  <col width="300px" class="enum_members_name">
@@ -651,6 +651,6 @@ exported from the library or executable being built.</p>
651
651
  </div>
652
652
  </div>
653
653
  <div class="footer">
654
- <hr>Generated by GTK-Doc V1.24</div>
654
+ <hr>Generated by GTK-Doc V1.25.1</div>
655
655
  </body>
656
656
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="glib-core.html" title="GLib Core Application Support">
9
9
  <link rel="prev" href="glib-IO-Channels.html" title="IO Channels">
10
10
  <link rel="next" href="glib-Warnings-and-Assertions.html" title="Message Output and Debugging Functions">
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">
@@ -611,7 +611,7 @@ misinterpretation of error codes.</p>
611
611
  <p><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> has disadvantages though: it requires a memory allocation, and
612
612
  formatting the error message string has a performance overhead. This makes it
613
613
  unsuitable for use in retry loops where errors are a common case, rather than
614
- being unusual. For example, using <a href="https://developer.gnome.org/gio/unstable/gio-GIOError.html#G-IO-ERROR-WOULD-BLOCK:CAPS"><code class="literal">G_IO_ERROR_WOULD_BLOCK</code></a> means hitting these
614
+ being unusual. For example, using <a href="../gio-GIOError.html#G-IO-ERROR-WOULD-BLOCK:CAPS"><code class="literal">G_IO_ERROR_WOULD_BLOCK</code></a> means hitting these
615
615
  overheads in the normal control flow. String formatting overhead can be
616
616
  eliminated by using <a class="link" href="glib-Error-Reporting.html#g-set-error-literal" title="g_set_error_literal ()"><code class="function">g_set_error_literal()</code></a> in some cases.</p>
617
617
  <p>These performance issues can be compounded if a function wraps the <a href="glib-Error-Reporting.html#GError"><span class="type">GErrors</span></a>
@@ -691,7 +691,7 @@ g_error_new (<em class="parameter"><code><a class="link" href="glib-Quarks.html#
691
691
  and a message formatted with <em class="parameter"><code>format</code></em>
692
692
  .</p>
693
693
  <div class="refsect3">
694
- <a name="id-1.4.10.7.2.5"></a><h4>Parameters</h4>
694
+ <a name="g-error-new.parameters"></a><h4>Parameters</h4>
695
695
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
696
696
  <colgroup>
697
697
  <col width="150px" class="parameters_name">
@@ -723,7 +723,7 @@ and a message formatted with <em class="parameter"><code>format</code></em>
723
723
  </table></div>
724
724
  </div>
725
725
  <div class="refsect3">
726
- <a name="id-1.4.10.7.2.6"></a><h4>Returns</h4>
726
+ <a name="g-error-new.returns"></a><h4>Returns</h4>
727
727
  <p> a new <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a></p>
728
728
  </div>
729
729
  </div>
@@ -741,7 +741,7 @@ not a <code class="function">printf()</code>-style format string. Use this funct
741
741
  contains text you don't have control over,
742
742
  that could include <code class="function">printf()</code> escape sequences.</p>
743
743
  <div class="refsect3">
744
- <a name="id-1.4.10.7.3.5"></a><h4>Parameters</h4>
744
+ <a name="g-error-new-literal.parameters"></a><h4>Parameters</h4>
745
745
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
746
746
  <colgroup>
747
747
  <col width="150px" class="parameters_name">
@@ -768,7 +768,7 @@ that could include <code class="function">printf()</code> escape sequences.</p>
768
768
  </table></div>
769
769
  </div>
770
770
  <div class="refsect3">
771
- <a name="id-1.4.10.7.3.6"></a><h4>Returns</h4>
771
+ <a name="g-error-new-literal.returns"></a><h4>Returns</h4>
772
772
  <p> a new <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a></p>
773
773
  </div>
774
774
  </div>
@@ -786,7 +786,7 @@ g_error_new_valist (<em class="parameter"><code><a class="link" href="glib-Quark
786
786
  and a message formatted with <em class="parameter"><code>format</code></em>
787
787
  .</p>
788
788
  <div class="refsect3">
789
- <a name="id-1.4.10.7.4.5"></a><h4>Parameters</h4>
789
+ <a name="g-error-new-valist.parameters"></a><h4>Parameters</h4>
790
790
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
791
791
  <colgroup>
792
792
  <col width="150px" class="parameters_name">
@@ -818,7 +818,7 @@ and a message formatted with <em class="parameter"><code>format</code></em>
818
818
  </table></div>
819
819
  </div>
820
820
  <div class="refsect3">
821
- <a name="id-1.4.10.7.4.6"></a><h4>Returns</h4>
821
+ <a name="g-error-new-valist.returns"></a><h4>Returns</h4>
822
822
  <p> a new <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a></p>
823
823
  </div>
824
824
  <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
@@ -830,7 +830,7 @@ and a message formatted with <em class="parameter"><code>format</code></em>
830
830
  g_error_free (<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> *error</code></em>);</pre>
831
831
  <p>Frees a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> and associated resources.</p>
832
832
  <div class="refsect3">
833
- <a name="id-1.4.10.7.5.5"></a><h4>Parameters</h4>
833
+ <a name="g-error-free.parameters"></a><h4>Parameters</h4>
834
834
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
835
835
  <colgroup>
836
836
  <col width="150px" class="parameters_name">
@@ -853,7 +853,7 @@ g_error_copy (<em class="parameter"><code>const <a class="link" href="glib-Error
853
853
  <p>Makes a copy of <em class="parameter"><code>error</code></em>
854
854
  .</p>
855
855
  <div class="refsect3">
856
- <a name="id-1.4.10.7.6.5"></a><h4>Parameters</h4>
856
+ <a name="g-error-copy.parameters"></a><h4>Parameters</h4>
857
857
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
858
858
  <colgroup>
859
859
  <col width="150px" class="parameters_name">
@@ -868,7 +868,7 @@ g_error_copy (<em class="parameter"><code>const <a class="link" href="glib-Error
868
868
  </table></div>
869
869
  </div>
870
870
  <div class="refsect3">
871
- <a name="id-1.4.10.7.6.6"></a><h4>Returns</h4>
871
+ <a name="g-error-copy.returns"></a><h4>Returns</h4>
872
872
  <p> a new <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a></p>
873
873
  </div>
874
874
  </div>
@@ -894,7 +894,7 @@ equivalent to the <code class="literal">FAILED</code> code. This way, if the dom
894
894
  extended in the future to provide a more specific error code for
895
895
  a certain case, your code will still work.</p>
896
896
  <div class="refsect3">
897
- <a name="id-1.4.10.7.7.6"></a><h4>Parameters</h4>
897
+ <a name="g-error-matches.parameters"></a><h4>Parameters</h4>
898
898
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
899
899
  <colgroup>
900
900
  <col width="150px" class="parameters_name">
@@ -921,7 +921,7 @@ a certain case, your code will still work.</p>
921
921
  </table></div>
922
922
  </div>
923
923
  <div class="refsect3">
924
- <a name="id-1.4.10.7.7.7"></a><h4>Returns</h4>
924
+ <a name="g-error-matches.returns"></a><h4>Returns</h4>
925
925
  <p> whether <em class="parameter"><code>error</code></em>
926
926
  has <em class="parameter"><code>domain</code></em>
927
927
  and <em class="parameter"><code>code</code></em>
@@ -944,7 +944,7 @@ g_set_error (<em class="parameter"><code><a class="link" href="glib-Error-Report
944
944
  must be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. A new <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> is created and assigned to *<em class="parameter"><code>err</code></em>
945
945
  .</p>
946
946
  <div class="refsect3">
947
- <a name="id-1.4.10.7.8.5"></a><h4>Parameters</h4>
947
+ <a name="g-set-error.parameters"></a><h4>Parameters</h4>
948
948
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
949
949
  <colgroup>
950
950
  <col width="150px" class="parameters_name">
@@ -1002,7 +1002,7 @@ Use this function if <em class="parameter"><code>message</code></em>
1002
1002
  contains text you don't have control over,
1003
1003
  that could include <code class="function">printf()</code> escape sequences.</p>
1004
1004
  <div class="refsect3">
1005
- <a name="id-1.4.10.7.9.5"></a><h4>Parameters</h4>
1005
+ <a name="g-set-error-literal.parameters"></a><h4>Parameters</h4>
1006
1006
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1007
1007
  <colgroup>
1008
1008
  <col width="150px" class="parameters_name">
@@ -1055,7 +1055,7 @@ The error variable <em class="parameter"><code>dest</code></em>
1055
1055
  to keep using the same GError*, you need to set it to <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
1056
1056
  after calling this function on it.</p>
1057
1057
  <div class="refsect3">
1058
- <a name="id-1.4.10.7.10.7"></a><h4>Parameters</h4>
1058
+ <a name="g-propagate-error.parameters"></a><h4>Parameters</h4>
1059
1059
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1060
1060
  <colgroup>
1061
1061
  <col width="150px" class="parameters_name">
@@ -1089,7 +1089,7 @@ calls <a class="link" href="glib-Error-Reporting.html#g-error-free" title="g_err
1089
1089
  and sets *<em class="parameter"><code>err</code></em>
1090
1090
  to <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
1091
1091
  <div class="refsect3">
1092
- <a name="id-1.4.10.7.11.5"></a><h4>Parameters</h4>
1092
+ <a name="g-clear-error.parameters"></a><h4>Parameters</h4>
1093
1093
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1094
1094
  <colgroup>
1095
1095
  <col width="150px" class="parameters_name">
@@ -1121,7 +1121,7 @@ nothing.</p>
1121
1121
  error condition) then also do nothing. Whether or not it makes sense
1122
1122
  to take advantage of this feature is up to you.</p>
1123
1123
  <div class="refsect3">
1124
- <a name="id-1.4.10.7.12.6"></a><h4>Parameters</h4>
1124
+ <a name="g-prefix-error.parameters"></a><h4>Parameters</h4>
1125
1125
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1126
1126
  <colgroup>
1127
1127
  <col width="150px" class="parameters_name">
@@ -1167,7 +1167,7 @@ g_propagate_prefixed_error (<em class="parameter"><code><a class="link" href="gl
1167
1167
  must be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. After the move, add a prefix as with
1168
1168
  <a class="link" href="glib-Error-Reporting.html#g-prefix-error" title="g_prefix_error ()"><code class="function">g_prefix_error()</code></a>.</p>
1169
1169
  <div class="refsect3">
1170
- <a name="id-1.4.10.7.13.5"></a><h4>Parameters</h4>
1170
+ <a name="g-propagate-prefixed-error.parameters"></a><h4>Parameters</h4>
1171
1171
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1172
1172
  <colgroup>
1173
1173
  <col width="150px" class="parameters_name">
@@ -1215,7 +1215,7 @@ g_propagate_prefixed_error (<em class="parameter"><code><a class="link" href="gl
1215
1215
  <p>The <code class="literal">GError</code> structure contains information about
1216
1216
  an error that has occurred.</p>
1217
1217
  <div class="refsect3">
1218
- <a name="id-1.4.10.8.2.5"></a><h4>Members</h4>
1218
+ <a name="GError.members"></a><h4>Members</h4>
1219
1219
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1220
1220
  <colgroup>
1221
1221
  <col width="300px" class="struct_members_name">
@@ -1245,6 +1245,6 @@ an error that has occurred.</p>
1245
1245
  </div>
1246
1246
  </div>
1247
1247
  <div class="footer">
1248
- <hr>Generated by GTK-Doc V1.24</div>
1248
+ <hr>Generated by GTK-Doc V1.25.1</div>
1249
1249
  </body>
1250
1250
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
  <link rel="prev" href="glib-Spawning-Processes.html" title="Spawning Processes">
10
10
  <link rel="next" href="glib-URI-Functions.html" title="URI Functions">
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">
@@ -438,7 +438,7 @@ assume that all <a class="link" href="glib-File-Utilities.html#GFileError" title
438
438
  from a function that manipulates files. So you would use
439
439
  <a class="link" href="glib-File-Utilities.html#g-file-error-from-errno" title="g_file_error_from_errno ()"><code class="function">g_file_error_from_errno()</code></a> when constructing a <a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a>.</p>
440
440
  <div class="refsect3">
441
- <a name="id-1.5.18.7.2.6"></a><h4>Parameters</h4>
441
+ <a name="g-file-error-from-errno.parameters"></a><h4>Parameters</h4>
442
442
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
443
443
  <colgroup>
444
444
  <col width="150px" class="parameters_name">
@@ -453,7 +453,7 @@ from a function that manipulates files. So you would use
453
453
  </table></div>
454
454
  </div>
455
455
  <div class="refsect3">
456
- <a name="id-1.5.18.7.2.7"></a><h4>Returns</h4>
456
+ <a name="g-file-error-from-errno.returns"></a><h4>Returns</h4>
457
457
  <p> <a class="link" href="glib-File-Utilities.html#GFileError" title="enum GFileError"><span class="type">GFileError</span></a> corresponding to the given <em class="parameter"><code>errno</code></em>
458
458
  </p>
459
459
  </div>
@@ -483,7 +483,7 @@ codes are those in the <a class="link" href="glib-File-Utilities.html#GFileError
483
483
  is set to <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> and <em class="parameter"><code>length</code></em>
484
484
  is set to zero.</p>
485
485
  <div class="refsect3">
486
- <a name="id-1.5.18.7.3.6"></a><h4>Parameters</h4>
486
+ <a name="g-file-get-contents.parameters"></a><h4>Parameters</h4>
487
487
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
488
488
  <colgroup>
489
489
  <col width="150px" class="parameters_name">
@@ -516,7 +516,7 @@ the returned string. </p></td>
516
516
  </table></div>
517
517
  </div>
518
518
  <div class="refsect3">
519
- <a name="id-1.5.18.7.3.7"></a><h4>Returns</h4>
519
+ <a name="g-file-get-contents.returns"></a><h4>Returns</h4>
520
520
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> on success, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> if an error occurred</p>
521
521
  </div>
522
522
  </div>
@@ -559,7 +559,7 @@ Possible error codes are those in the <a class="link" href="glib-File-Utilities.
559
559
  to 7 characters to <em class="parameter"><code>filename</code></em>
560
560
  .</p>
561
561
  <div class="refsect3">
562
- <a name="id-1.5.18.7.4.9"></a><h4>Parameters</h4>
562
+ <a name="g-file-set-contents.parameters"></a><h4>Parameters</h4>
563
563
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
564
564
  <colgroup>
565
565
  <col width="150px" class="parameters_name">
@@ -595,7 +595,7 @@ is a nul-terminated string</p></td>
595
595
  </table></div>
596
596
  </div>
597
597
  <div class="refsect3">
598
- <a name="id-1.5.18.7.4.10"></a><h4>Returns</h4>
598
+ <a name="g-file-set-contents.returns"></a><h4>Returns</h4>
599
599
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> on success, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> if an error occurred</p>
600
600
  </div>
601
601
  <p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
@@ -658,7 +658,7 @@ effective user ID and group ID.</p>
658
658
  its name indicates that it is executable, checking for well-known
659
659
  extensions and those listed in the <code class="literal">PATHEXT</code> environment variable.</p>
660
660
  <div class="refsect3">
661
- <a name="id-1.5.18.7.5.12"></a><h4>Parameters</h4>
661
+ <a name="g-file-test.parameters"></a><h4>Parameters</h4>
662
662
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
663
663
  <colgroup>
664
664
  <col width="150px" class="parameters_name">
@@ -680,7 +680,7 @@ extensions and those listed in the <code class="literal">PATHEXT</code> environm
680
680
  </table></div>
681
681
  </div>
682
682
  <div class="refsect3">
683
- <a name="id-1.5.18.7.5.13"></a><h4>Returns</h4>
683
+ <a name="g-file-test.returns"></a><h4>Returns</h4>
684
684
  <p> whether a test was <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a></p>
685
685
  </div>
686
686
  </div>
@@ -699,7 +699,7 @@ The X string will be modified to form the name of a file that
699
699
  didn't exist. The string should be in the GLib file name encoding.
700
700
  Most importantly, on Windows it should be in UTF-8.</p>
701
701
  <div class="refsect3">
702
- <a name="id-1.5.18.7.6.6"></a><h4>Parameters</h4>
702
+ <a name="g-mkstemp.parameters"></a><h4>Parameters</h4>
703
703
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
704
704
  <colgroup>
705
705
  <col width="150px" class="parameters_name">
@@ -714,7 +714,7 @@ Most importantly, on Windows it should be in UTF-8.</p>
714
714
  </table></div>
715
715
  </div>
716
716
  <div class="refsect3">
717
- <a name="id-1.5.18.7.6.7"></a><h4>Returns</h4>
717
+ <a name="g-mkstemp.returns"></a><h4>Returns</h4>
718
718
  <p> A file handle (as from <code class="function">open()</code>) to the file
719
719
  opened for reading and writing. The file is opened in binary
720
720
  mode on platforms where there is a difference. The file handle
@@ -742,7 +742,7 @@ string will be modified to form the name of a file that didn't exist.
742
742
  The string should be in the GLib file name encoding. Most importantly,
743
743
  on Windows it should be in UTF-8.</p>
744
744
  <div class="refsect3">
745
- <a name="id-1.5.18.7.7.6"></a><h4>Parameters</h4>
745
+ <a name="g-mkstemp-full.parameters"></a><h4>Parameters</h4>
746
746
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
747
747
  <colgroup>
748
748
  <col width="150px" class="parameters_name">
@@ -770,7 +770,7 @@ and O_CREAT, which are passed automatically</p></td>
770
770
  </table></div>
771
771
  </div>
772
772
  <div class="refsect3">
773
- <a name="id-1.5.18.7.7.7"></a><h4>Returns</h4>
773
+ <a name="g-mkstemp-full.returns"></a><h4>Returns</h4>
774
774
  <p> A file handle (as from <code class="function">open()</code>) to the file
775
775
  opened for reading and writing. The file handle should be
776
776
  closed with <code class="function">close()</code>. In case of errors, -1 is returned
@@ -803,7 +803,7 @@ is returned in <em class="parameter"><code>name_used</code></em>
803
803
  when not needed any longer. The returned name is in the GLib file
804
804
  name encoding.</p>
805
805
  <div class="refsect3">
806
- <a name="id-1.5.18.7.8.8"></a><h4>Parameters</h4>
806
+ <a name="g-file-open-tmp.parameters"></a><h4>Parameters</h4>
807
807
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
808
808
  <colgroup>
809
809
  <col width="150px" class="parameters_name">
@@ -832,7 +832,7 @@ or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
832
832
  </table></div>
833
833
  </div>
834
834
  <div class="refsect3">
835
- <a name="id-1.5.18.7.8.9"></a><h4>Returns</h4>
835
+ <a name="g-file-open-tmp.returns"></a><h4>Returns</h4>
836
836
  <p> A file handle (as from <code class="function">open()</code>) to the file opened for
837
837
  reading and writing. The file is opened in binary mode on platforms
838
838
  where there is a difference. The file handle should be closed with
@@ -851,7 +851,7 @@ g_file_read_link (<em class="parameter"><code>const <a class="link" href="glib-B
851
851
  <code class="function">readlink()</code> function. The returned string is in the encoding used
852
852
  for filenames. Use <a class="link" href="glib-Character-Set-Conversion.html#g-filename-to-utf8" title="g_filename_to_utf8 ()"><code class="function">g_filename_to_utf8()</code></a> to convert it to UTF-8.</p>
853
853
  <div class="refsect3">
854
- <a name="id-1.5.18.7.9.5"></a><h4>Parameters</h4>
854
+ <a name="g-file-read-link.parameters"></a><h4>Parameters</h4>
855
855
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
856
856
  <colgroup>
857
857
  <col width="150px" class="parameters_name">
@@ -873,7 +873,7 @@ for filenames. Use <a class="link" href="glib-Character-Set-Conversion.html#g-fi
873
873
  </table></div>
874
874
  </div>
875
875
  <div class="refsect3">
876
- <a name="id-1.5.18.7.9.6"></a><h4>Returns</h4>
876
+ <a name="g-file-read-link.returns"></a><h4>Returns</h4>
877
877
  <p> A newly-allocated string with the contents of the symbolic link,
878
878
  or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if an error occurred.</p>
879
879
  </div>
@@ -888,7 +888,7 @@ g_mkdir_with_parents (<em class="parameter"><code>const <a class="link" href="gl
888
888
  <p>Create a directory if it doesn't already exist. Create intermediate
889
889
  parent directories as needed, too.</p>
890
890
  <div class="refsect3">
891
- <a name="id-1.5.18.7.10.5"></a><h4>Parameters</h4>
891
+ <a name="g-mkdir-with-parents.parameters"></a><h4>Parameters</h4>
892
892
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
893
893
  <colgroup>
894
894
  <col width="150px" class="parameters_name">
@@ -910,7 +910,7 @@ parent directories as needed, too.</p>
910
910
  </table></div>
911
911
  </div>
912
912
  <div class="refsect3">
913
- <a name="id-1.5.18.7.10.6"></a><h4>Returns</h4>
913
+ <a name="g-mkdir-with-parents.returns"></a><h4>Returns</h4>
914
914
  <p> 0 if the directory already exists, or was successfully
915
915
  created. Returns -1 if an error occurred, with errno set.</p>
916
916
  </div>
@@ -934,7 +934,7 @@ be modified to form the name of a directory that didn't exist.
934
934
  The string should be in the GLib file name encoding. Most importantly,
935
935
  on Windows it should be in UTF-8.</p>
936
936
  <div class="refsect3">
937
- <a name="id-1.5.18.7.11.6"></a><h4>Parameters</h4>
937
+ <a name="g-mkdtemp.parameters"></a><h4>Parameters</h4>
938
938
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
939
939
  <colgroup>
940
940
  <col width="150px" class="parameters_name">
@@ -949,7 +949,7 @@ on Windows it should be in UTF-8.</p>
949
949
  </table></div>
950
950
  </div>
951
951
  <div class="refsect3">
952
- <a name="id-1.5.18.7.11.7"></a><h4>Returns</h4>
952
+ <a name="g-mkdtemp.returns"></a><h4>Returns</h4>
953
953
  <p> A pointer to <em class="parameter"><code>tmpl</code></em>
954
954
  , which has been modified
955
955
  to hold the directory name. In case of errors, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> is
@@ -975,7 +975,7 @@ the name of a directory that didn't exist. The string should be
975
975
  in the GLib file name encoding. Most importantly, on Windows it
976
976
  should be in UTF-8.</p>
977
977
  <div class="refsect3">
978
- <a name="id-1.5.18.7.12.6"></a><h4>Parameters</h4>
978
+ <a name="g-mkdtemp-full.parameters"></a><h4>Parameters</h4>
979
979
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
980
980
  <colgroup>
981
981
  <col width="150px" class="parameters_name">
@@ -997,7 +997,7 @@ should be in UTF-8.</p>
997
997
  </table></div>
998
998
  </div>
999
999
  <div class="refsect3">
1000
- <a name="id-1.5.18.7.12.7"></a><h4>Returns</h4>
1000
+ <a name="g-mkdtemp-full.returns"></a><h4>Returns</h4>
1001
1001
  <p> A pointer to <em class="parameter"><code>tmpl</code></em>
1002
1002
  , which has been modified
1003
1003
  to hold the directory name. In case of errors, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> is
@@ -1023,7 +1023,7 @@ basename, no directory components are allowed. If template is
1023
1023
  is not
1024
1024
  modified, and might thus be a read-only literal string.</p>
1025
1025
  <div class="refsect3">
1026
- <a name="id-1.5.18.7.13.7"></a><h4>Parameters</h4>
1026
+ <a name="g-dir-make-tmp.parameters"></a><h4>Parameters</h4>
1027
1027
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1028
1028
  <colgroup>
1029
1029
  <col width="150px" class="parameters_name">
@@ -1046,7 +1046,7 @@ as in <a class="link" href="glib-File-Utilities.html#g-mkdtemp" title="g_mkdtemp
1046
1046
  </table></div>
1047
1047
  </div>
1048
1048
  <div class="refsect3">
1049
- <a name="id-1.5.18.7.13.8"></a><h4>Returns</h4>
1049
+ <a name="g-dir-make-tmp.returns"></a><h4>Returns</h4>
1050
1050
  <p> The actual name used. This string
1051
1051
  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 not needed any longer and is
1052
1052
  is in the GLib file name encoding. In case of errors, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> is
@@ -1067,7 +1067,7 @@ g_dir_open (<em class="parameter"><code>const <a class="link" href="glib-Basic-T
1067
1067
  directory can then be retrieved using <a class="link" href="glib-File-Utilities.html#g-dir-read-name" title="g_dir_read_name ()"><code class="function">g_dir_read_name()</code></a>. Note
1068
1068
  that the ordering is not defined.</p>
1069
1069
  <div class="refsect3">
1070
- <a name="id-1.5.18.7.14.5"></a><h4>Parameters</h4>
1070
+ <a name="g-dir-open.parameters"></a><h4>Parameters</h4>
1071
1071
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1072
1072
  <colgroup>
1073
1073
  <col width="150px" class="parameters_name">
@@ -1097,7 +1097,7 @@ If non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><
1097
1097
  </table></div>
1098
1098
  </div>
1099
1099
  <div class="refsect3">
1100
- <a name="id-1.5.18.7.14.6"></a><h4>Returns</h4>
1100
+ <a name="g-dir-open.returns"></a><h4>Returns</h4>
1101
1101
  <p> a newly allocated <a class="link" href="glib-File-Utilities.html#GDir" title="GDir"><span class="type">GDir</span></a> on success, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> on failure.
1102
1102
  If non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, you must free the result with <a class="link" href="glib-File-Utilities.html#g-dir-close" title="g_dir_close ()"><code class="function">g_dir_close()</code></a>
1103
1103
  when you are finished with it.</p>
@@ -1119,7 +1119,7 @@ name is in the on-disk encoding.</p>
1119
1119
  <p>On Windows, as is true of all GLib functions which operate on
1120
1120
  filenames, the returned name is in UTF-8.</p>
1121
1121
  <div class="refsect3">
1122
- <a name="id-1.5.18.7.15.8"></a><h4>Parameters</h4>
1122
+ <a name="g-dir-read-name.parameters"></a><h4>Parameters</h4>
1123
1123
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1124
1124
  <colgroup>
1125
1125
  <col width="150px" class="parameters_name">
@@ -1134,7 +1134,7 @@ filenames, the returned name is in UTF-8.</p>
1134
1134
  </table></div>
1135
1135
  </div>
1136
1136
  <div class="refsect3">
1137
- <a name="id-1.5.18.7.15.9"></a><h4>Returns</h4>
1137
+ <a name="g-dir-read-name.returns"></a><h4>Returns</h4>
1138
1138
  <p> The entry's name or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if there are no
1139
1139
  more entries. The return value is owned by GLib and
1140
1140
  must not be modified or freed.</p>
@@ -1148,7 +1148,7 @@ g_dir_rewind (<em class="parameter"><code><a class="link" href="glib-File-Utilit
1148
1148
  <p>Resets the given directory. The next call to <a class="link" href="glib-File-Utilities.html#g-dir-read-name" title="g_dir_read_name ()"><code class="function">g_dir_read_name()</code></a>
1149
1149
  will return the first entry again.</p>
1150
1150
  <div class="refsect3">
1151
- <a name="id-1.5.18.7.16.5"></a><h4>Parameters</h4>
1151
+ <a name="g-dir-rewind.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 @@ will return the first entry again.</p>
1170
1170
  g_dir_close (<em class="parameter"><code><a class="link" href="glib-File-Utilities.html#GDir" title="GDir"><span class="type">GDir</span></a> *dir</code></em>);</pre>
1171
1171
  <p>Closes the directory and deallocates all related resources.</p>
1172
1172
  <div class="refsect3">
1173
- <a name="id-1.5.18.7.17.5"></a><h4>Parameters</h4>
1173
+ <a name="g-dir-close.parameters"></a><h4>Parameters</h4>
1174
1174
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1175
1175
  <colgroup>
1176
1176
  <col width="150px" class="parameters_name">
@@ -1209,7 +1209,7 @@ size 0 (e.g. device files such as /dev/null), <em class="parameter"><code>error<
1209
1209
  will be set
1210
1210
  to the <a class="link" href="glib-File-Utilities.html#GFileError" title="enum GFileError"><span class="type">GFileError</span></a> value <a class="link" href="glib-File-Utilities.html#G-FILE-ERROR-INVAL:CAPS"><span class="type">G_FILE_ERROR_INVAL</span></a>.</p>
1211
1211
  <div class="refsect3">
1212
- <a name="id-1.5.18.7.18.8"></a><h4>Parameters</h4>
1212
+ <a name="g-mapped-file-new.parameters"></a><h4>Parameters</h4>
1213
1213
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1214
1214
  <colgroup>
1215
1215
  <col width="150px" class="parameters_name">
@@ -1236,7 +1236,7 @@ to the <a class="link" href="glib-File-Utilities.html#GFileError" title="enum GF
1236
1236
  </table></div>
1237
1237
  </div>
1238
1238
  <div class="refsect3">
1239
- <a name="id-1.5.18.7.18.9"></a><h4>Returns</h4>
1239
+ <a name="g-mapped-file-new.returns"></a><h4>Returns</h4>
1240
1240
  <p> a newly allocated <a class="link" href="glib-File-Utilities.html#GMappedFile" title="GMappedFile"><span class="type">GMappedFile</span></a> which must be unref'd
1241
1241
  with <a class="link" href="glib-File-Utilities.html#g-mapped-file-unref" title="g_mapped_file_unref ()"><code class="function">g_mapped_file_unref()</code></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the mapping failed.</p>
1242
1242
  </div>
@@ -1260,7 +1260,7 @@ of the <a class="link" href="glib-File-Utilities.html#GMappedFile" title="GMappe
1260
1260
  will not be modified, or if all modifications of the file are done
1261
1261
  atomically (e.g. using <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>).</p>
1262
1262
  <div class="refsect3">
1263
- <a name="id-1.5.18.7.19.7"></a><h4>Parameters</h4>
1263
+ <a name="g-mapped-file-new-from-fd.parameters"></a><h4>Parameters</h4>
1264
1264
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1265
1265
  <colgroup>
1266
1266
  <col width="150px" class="parameters_name">
@@ -1287,7 +1287,7 @@ atomically (e.g. using <a class="link" href="glib-File-Utilities.html#g-file-set
1287
1287
  </table></div>
1288
1288
  </div>
1289
1289
  <div class="refsect3">
1290
- <a name="id-1.5.18.7.19.8"></a><h4>Returns</h4>
1290
+ <a name="g-mapped-file-new-from-fd.returns"></a><h4>Returns</h4>
1291
1291
  <p> a newly allocated <a class="link" href="glib-File-Utilities.html#GMappedFile" title="GMappedFile"><span class="type">GMappedFile</span></a> which must be unref'd
1292
1292
  with <a class="link" href="glib-File-Utilities.html#g-mapped-file-unref" title="g_mapped_file_unref ()"><code class="function">g_mapped_file_unref()</code></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the mapping failed.</p>
1293
1293
  </div>
@@ -1302,7 +1302,7 @@ g_mapped_file_ref (<em class="parameter"><code><a class="link" href="glib-File-U
1302
1302
  by one. It is safe to call
1303
1303
  this function from any thread.</p>
1304
1304
  <div class="refsect3">
1305
- <a name="id-1.5.18.7.20.5"></a><h4>Parameters</h4>
1305
+ <a name="g-mapped-file-ref.parameters"></a><h4>Parameters</h4>
1306
1306
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1307
1307
  <colgroup>
1308
1308
  <col width="150px" class="parameters_name">
@@ -1317,7 +1317,7 @@ this function from any thread.</p>
1317
1317
  </table></div>
1318
1318
  </div>
1319
1319
  <div class="refsect3">
1320
- <a name="id-1.5.18.7.20.6"></a><h4>Returns</h4>
1320
+ <a name="g-mapped-file-ref.returns"></a><h4>Returns</h4>
1321
1321
  <p> the passed in <a class="link" href="glib-File-Utilities.html#GMappedFile" title="GMappedFile"><span class="type">GMappedFile</span></a>.</p>
1322
1322
  </div>
1323
1323
  <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
@@ -1334,7 +1334,7 @@ drops to 0, unmaps the buffer of <em class="parameter"><code>file</code></em>
1334
1334
  <p>It is safe to call this function from any thread.</p>
1335
1335
  <p>Since 2.22</p>
1336
1336
  <div class="refsect3">
1337
- <a name="id-1.5.18.7.21.7"></a><h4>Parameters</h4>
1337
+ <a name="g-mapped-file-unref.parameters"></a><h4>Parameters</h4>
1338
1338
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1339
1339
  <colgroup>
1340
1340
  <col width="150px" class="parameters_name">
@@ -1361,7 +1361,7 @@ g_mapped_file_free (<em class="parameter"><code><a class="link" href="glib-File-
1361
1361
  <p>This call existed before <a class="link" href="glib-File-Utilities.html#GMappedFile" title="GMappedFile"><span class="type">GMappedFile</span></a> had refcounting and is currently
1362
1362
  exactly the same as <a class="link" href="glib-File-Utilities.html#g-mapped-file-unref" title="g_mapped_file_unref ()"><code class="function">g_mapped_file_unref()</code></a>.</p>
1363
1363
  <div class="refsect3">
1364
- <a name="id-1.5.18.7.22.7"></a><h4>Parameters</h4>
1364
+ <a name="g-mapped-file-free.parameters"></a><h4>Parameters</h4>
1365
1365
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1366
1366
  <colgroup>
1367
1367
  <col width="150px" class="parameters_name">
@@ -1384,7 +1384,7 @@ exactly the same as <a class="link" href="glib-File-Utilities.html#g-mapped-file
1384
1384
  g_mapped_file_get_length (<em class="parameter"><code><a class="link" href="glib-File-Utilities.html#GMappedFile" title="GMappedFile"><span class="type">GMappedFile</span></a> *file</code></em>);</pre>
1385
1385
  <p>Returns the length of the contents of a <a class="link" href="glib-File-Utilities.html#GMappedFile" title="GMappedFile"><span class="type">GMappedFile</span></a>.</p>
1386
1386
  <div class="refsect3">
1387
- <a name="id-1.5.18.7.23.5"></a><h4>Parameters</h4>
1387
+ <a name="g-mapped-file-get-length.parameters"></a><h4>Parameters</h4>
1388
1388
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1389
1389
  <colgroup>
1390
1390
  <col width="150px" class="parameters_name">
@@ -1399,7 +1399,7 @@ g_mapped_file_get_length (<em class="parameter"><code><a class="link" href="glib
1399
1399
  </table></div>
1400
1400
  </div>
1401
1401
  <div class="refsect3">
1402
- <a name="id-1.5.18.7.23.6"></a><h4>Returns</h4>
1402
+ <a name="g-mapped-file-get-length.returns"></a><h4>Returns</h4>
1403
1403
  <p> the length of the contents of <em class="parameter"><code>file</code></em>
1404
1404
  .</p>
1405
1405
  </div>
@@ -1415,7 +1415,7 @@ g_mapped_file_get_contents (<em class="parameter"><code><a class="link" href="gl
1415
1415
  even if the <a class="link" href="glib-File-Utilities.html#GMappedFile" title="GMappedFile"><span class="type">GMappedFile</span></a> is backed by a text file.</p>
1416
1416
  <p>If the file is empty then <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> is returned.</p>
1417
1417
  <div class="refsect3">
1418
- <a name="id-1.5.18.7.24.7"></a><h4>Parameters</h4>
1418
+ <a name="g-mapped-file-get-contents.parameters"></a><h4>Parameters</h4>
1419
1419
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1420
1420
  <colgroup>
1421
1421
  <col width="150px" class="parameters_name">
@@ -1430,7 +1430,7 @@ even if the <a class="link" href="glib-File-Utilities.html#GMappedFile" title="G
1430
1430
  </table></div>
1431
1431
  </div>
1432
1432
  <div class="refsect3">
1433
- <a name="id-1.5.18.7.24.8"></a><h4>Returns</h4>
1433
+ <a name="g-mapped-file-get-contents.returns"></a><h4>Returns</h4>
1434
1434
  <p> the contents of <em class="parameter"><code>file</code></em>
1435
1435
  , or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
1436
1436
  </div>
@@ -1446,7 +1446,7 @@ g_mapped_file_get_bytes (<em class="parameter"><code><a class="link" href="glib-
1446
1446
  The mapped contents of the file must not be modified after creating this
1447
1447
  bytes object, because a <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a> should be immutable.</p>
1448
1448
  <div class="refsect3">
1449
- <a name="id-1.5.18.7.25.5"></a><h4>Parameters</h4>
1449
+ <a name="g-mapped-file-get-bytes.parameters"></a><h4>Parameters</h4>
1450
1450
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1451
1451
  <colgroup>
1452
1452
  <col width="150px" class="parameters_name">
@@ -1461,7 +1461,7 @@ bytes object, because a <a class="link" href="glib-Byte-Arrays.html#GBytes" titl
1461
1461
  </table></div>
1462
1462
  </div>
1463
1463
  <div class="refsect3">
1464
- <a name="id-1.5.18.7.25.6"></a><h4>Returns</h4>
1464
+ <a name="g-mapped-file-get-bytes.returns"></a><h4>Returns</h4>
1465
1465
  <p> A newly allocated <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a> referencing data
1466
1466
  from <em class="parameter"><code>file</code></em>
1467
1467
  . </p>
@@ -1492,7 +1492,7 @@ this function cannot be passed to C library functions like <code class="function
1492
1492
  or <code class="function">read()</code>.</p>
1493
1493
  <p>See your C library manual for more details about <code class="function">open()</code>.</p>
1494
1494
  <div class="refsect3">
1495
- <a name="id-1.5.18.7.26.8"></a><h4>Parameters</h4>
1495
+ <a name="g-open.parameters"></a><h4>Parameters</h4>
1496
1496
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1497
1497
  <colgroup>
1498
1498
  <col width="150px" class="parameters_name">
@@ -1519,7 +1519,7 @@ or <code class="function">read()</code>.</p>
1519
1519
  </table></div>
1520
1520
  </div>
1521
1521
  <div class="refsect3">
1522
- <a name="id-1.5.18.7.26.9"></a><h4>Returns</h4>
1522
+ <a name="g-open.returns"></a><h4>Returns</h4>
1523
1523
  <p> a new file descriptor, or -1 if an error occurred.
1524
1524
  The return value can be used exactly like the return value
1525
1525
  from <code class="function">open()</code>.</p>
@@ -1538,7 +1538,7 @@ renames a file, moving it between directories if required.</p>
1538
1538
  on your system. It is not possible in general on Windows to rename
1539
1539
  a file that is open to some process.</p>
1540
1540
  <div class="refsect3">
1541
- <a name="id-1.5.18.7.27.6"></a><h4>Parameters</h4>
1541
+ <a name="g-rename.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">
@@ -1560,7 +1560,7 @@ a file that is open to some process.</p>
1560
1560
  </table></div>
1561
1561
  </div>
1562
1562
  <div class="refsect3">
1563
- <a name="id-1.5.18.7.27.7"></a><h4>Returns</h4>
1563
+ <a name="g-rename.returns"></a><h4>Returns</h4>
1564
1564
  <p> 0 if the renaming succeeded, -1 if an error occurred</p>
1565
1565
  </div>
1566
1566
  <p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
@@ -1576,7 +1576,7 @@ attempts to create a directory with the given name and permissions.
1576
1576
  The mode argument is ignored on Windows.</p>
1577
1577
  <p>See your C library manual for more details about <code class="function">mkdir()</code>.</p>
1578
1578
  <div class="refsect3">
1579
- <a name="id-1.5.18.7.28.6"></a><h4>Parameters</h4>
1579
+ <a name="g-mkdir.parameters"></a><h4>Parameters</h4>
1580
1580
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1581
1581
  <colgroup>
1582
1582
  <col width="150px" class="parameters_name">
@@ -1598,7 +1598,7 @@ The mode argument is ignored on Windows.</p>
1598
1598
  </table></div>
1599
1599
  </div>
1600
1600
  <div class="refsect3">
1601
- <a name="id-1.5.18.7.28.7"></a><h4>Returns</h4>
1601
+ <a name="g-mkdir.returns"></a><h4>Returns</h4>
1602
1602
  <p> 0 if the directory was successfully created, -1 if an error
1603
1603
  occurred</p>
1604
1604
  </div>
@@ -1629,7 +1629,7 @@ is just struct stat, but note that even on POSIX platforms, <code class="functio
1629
1629
  might be a macro.</p>
1630
1630
  <p>See your C library manual for more details about <code class="function">stat()</code>.</p>
1631
1631
  <div class="refsect3">
1632
- <a name="id-1.5.18.7.29.8"></a><h4>Parameters</h4>
1632
+ <a name="g-stat.parameters"></a><h4>Parameters</h4>
1633
1633
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1634
1634
  <colgroup>
1635
1635
  <col width="150px" class="parameters_name">
@@ -1652,7 +1652,7 @@ information</p></td>
1652
1652
  </table></div>
1653
1653
  </div>
1654
1654
  <div class="refsect3">
1655
- <a name="id-1.5.18.7.29.9"></a><h4>Returns</h4>
1655
+ <a name="g-stat.returns"></a><h4>Returns</h4>
1656
1656
  <p> 0 if the information was successfully retrieved,
1657
1657
  -1 if an error occurred</p>
1658
1658
  </div>
@@ -1671,7 +1671,7 @@ refers to. If the system does not support symbolic links <a class="link" href="g
1671
1671
  is identical to <a class="link" href="glib-File-Utilities.html#g-stat" title="g_stat ()"><code class="function">g_stat()</code></a>.</p>
1672
1672
  <p>See your C library manual for more details about <code class="function">lstat()</code>.</p>
1673
1673
  <div class="refsect3">
1674
- <a name="id-1.5.18.7.30.6"></a><h4>Parameters</h4>
1674
+ <a name="g-lstat.parameters"></a><h4>Parameters</h4>
1675
1675
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1676
1676
  <colgroup>
1677
1677
  <col width="150px" class="parameters_name">
@@ -1694,7 +1694,7 @@ information</p></td>
1694
1694
  </table></div>
1695
1695
  </div>
1696
1696
  <div class="refsect3">
1697
- <a name="id-1.5.18.7.30.7"></a><h4>Returns</h4>
1697
+ <a name="g-lstat.returns"></a><h4>Returns</h4>
1698
1698
  <p> 0 if the information was successfully retrieved,
1699
1699
  -1 if an error occurred</p>
1700
1700
  </div>
@@ -1713,7 +1713,7 @@ file is freed.</p>
1713
1713
  that on Windows, it is in general not possible to delete files that
1714
1714
  are open to some process, or mapped into memory.</p>
1715
1715
  <div class="refsect3">
1716
- <a name="id-1.5.18.7.31.6"></a><h4>Parameters</h4>
1716
+ <a name="g-unlink.parameters"></a><h4>Parameters</h4>
1717
1717
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1718
1718
  <colgroup>
1719
1719
  <col width="150px" class="parameters_name">
@@ -1728,7 +1728,7 @@ are open to some process, or mapped into memory.</p>
1728
1728
  </table></div>
1729
1729
  </div>
1730
1730
  <div class="refsect3">
1731
- <a name="id-1.5.18.7.31.7"></a><h4>Returns</h4>
1731
+ <a name="g-unlink.returns"></a><h4>Returns</h4>
1732
1732
  <p> 0 if the name was successfully deleted, -1 if an error
1733
1733
  occurred</p>
1734
1734
  </div>
@@ -1754,7 +1754,7 @@ errno value. <code class="function">rmdir()</code> is tried regardless of what c
1754
1754
  fail. Any errno value set by <code class="function">remove()</code> will be overwritten by that
1755
1755
  set by <code class="function">rmdir()</code>.</p>
1756
1756
  <div class="refsect3">
1757
- <a name="id-1.5.18.7.32.7"></a><h4>Parameters</h4>
1757
+ <a name="g-remove.parameters"></a><h4>Parameters</h4>
1758
1758
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1759
1759
  <colgroup>
1760
1760
  <col width="150px" class="parameters_name">
@@ -1769,7 +1769,7 @@ set by <code class="function">rmdir()</code>.</p>
1769
1769
  </table></div>
1770
1770
  </div>
1771
1771
  <div class="refsect3">
1772
- <a name="id-1.5.18.7.32.8"></a><h4>Returns</h4>
1772
+ <a name="g-remove.returns"></a><h4>Returns</h4>
1773
1773
  <p> 0 if the file was successfully removed, -1 if an error
1774
1774
  occurred</p>
1775
1775
  </div>
@@ -1785,7 +1785,7 @@ deletes a directory from the filesystem.</p>
1785
1785
  <p>See your C library manual for more details about how <code class="function">rmdir()</code> works
1786
1786
  on your system.</p>
1787
1787
  <div class="refsect3">
1788
- <a name="id-1.5.18.7.33.6"></a><h4>Parameters</h4>
1788
+ <a name="g-rmdir.parameters"></a><h4>Parameters</h4>
1789
1789
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1790
1790
  <colgroup>
1791
1791
  <col width="150px" class="parameters_name">
@@ -1800,7 +1800,7 @@ on your system.</p>
1800
1800
  </table></div>
1801
1801
  </div>
1802
1802
  <div class="refsect3">
1803
- <a name="id-1.5.18.7.33.7"></a><h4>Returns</h4>
1803
+ <a name="g-rmdir.returns"></a><h4>Returns</h4>
1804
1804
  <p> 0 if the directory was successfully removed, -1 if an error
1805
1805
  occurred</p>
1806
1806
  </div>
@@ -1822,7 +1822,7 @@ the FILE* returned by this function cannot be passed to C library
1822
1822
  functions like <code class="function">fprintf()</code> or <code class="function">fread()</code>.</p>
1823
1823
  <p>See your C library manual for more details about <code class="function">fopen()</code>.</p>
1824
1824
  <div class="refsect3">
1825
- <a name="id-1.5.18.7.34.7"></a><h4>Parameters</h4>
1825
+ <a name="g-fopen.parameters"></a><h4>Parameters</h4>
1826
1826
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1827
1827
  <colgroup>
1828
1828
  <col width="150px" class="parameters_name">
@@ -1844,7 +1844,7 @@ functions like <code class="function">fprintf()</code> or <code class="function"
1844
1844
  </table></div>
1845
1845
  </div>
1846
1846
  <div class="refsect3">
1847
- <a name="id-1.5.18.7.34.8"></a><h4>Returns</h4>
1847
+ <a name="g-fopen.returns"></a><h4>Returns</h4>
1848
1848
  <p> A FILE* if the file was successfully opened, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if
1849
1849
  an error occurred</p>
1850
1850
  </div>
@@ -1861,7 +1861,7 @@ g_freopen (<em class="parameter"><code>const <a class="link" href="glib-Basic-Ty
1861
1861
  opens a file and associates it with an existing stream.</p>
1862
1862
  <p>See your C library manual for more details about <code class="function">freopen()</code>.</p>
1863
1863
  <div class="refsect3">
1864
- <a name="id-1.5.18.7.35.6"></a><h4>Parameters</h4>
1864
+ <a name="g-freopen.parameters"></a><h4>Parameters</h4>
1865
1865
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1866
1866
  <colgroup>
1867
1867
  <col width="150px" class="parameters_name">
@@ -1888,7 +1888,7 @@ opens a file and associates it with an existing stream.</p>
1888
1888
  </table></div>
1889
1889
  </div>
1890
1890
  <div class="refsect3">
1891
- <a name="id-1.5.18.7.35.7"></a><h4>Returns</h4>
1891
+ <a name="g-freopen.returns"></a><h4>Returns</h4>
1892
1892
  <p> A FILE* if the file was successfully opened, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if
1893
1893
  an error occurred.</p>
1894
1894
  </div>
@@ -1909,7 +1909,7 @@ ACL. Software that needs to manage file permissions on Windows
1909
1909
  exactly should use the Win32 API.</p>
1910
1910
  <p>See your C library manual for more details about <code class="function">chmod()</code>.</p>
1911
1911
  <div class="refsect3">
1912
- <a name="id-1.5.18.7.36.7"></a><h4>Parameters</h4>
1912
+ <a name="g-chmod.parameters"></a><h4>Parameters</h4>
1913
1913
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1914
1914
  <colgroup>
1915
1915
  <col width="150px" class="parameters_name">
@@ -1931,7 +1931,7 @@ exactly should use the Win32 API.</p>
1931
1931
  </table></div>
1932
1932
  </div>
1933
1933
  <div class="refsect3">
1934
- <a name="id-1.5.18.7.36.8"></a><h4>Returns</h4>
1934
+ <a name="g-chmod.returns"></a><h4>Returns</h4>
1935
1935
  <p> 0 if the operation succeeded, -1 on error</p>
1936
1936
  </div>
1937
1937
  <p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
@@ -1953,7 +1953,7 @@ Windows. Software that needs to handle file permissions on Windows
1953
1953
  more exactly should use the Win32 API.</p>
1954
1954
  <p>See your C library manual for more details about <code class="function">access()</code>.</p>
1955
1955
  <div class="refsect3">
1956
- <a name="id-1.5.18.7.37.7"></a><h4>Parameters</h4>
1956
+ <a name="g-access.parameters"></a><h4>Parameters</h4>
1957
1957
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1958
1958
  <colgroup>
1959
1959
  <col width="150px" class="parameters_name">
@@ -1975,7 +1975,7 @@ more exactly should use the Win32 API.</p>
1975
1975
  </table></div>
1976
1976
  </div>
1977
1977
  <div class="refsect3">
1978
- <a name="id-1.5.18.7.37.8"></a><h4>Returns</h4>
1978
+ <a name="g-access.returns"></a><h4>Returns</h4>
1979
1979
  <p> zero if the pathname refers to an existing file system
1980
1980
  object that has all the tested permissions, or -1 otherwise
1981
1981
  or on error.</p>
@@ -2005,7 +2005,7 @@ this function cannot be passed to C library functions like <code class="function
2005
2005
  or <code class="function">read()</code>.</p>
2006
2006
  <p>See your C library manual for more details about <code class="function">creat()</code>.</p>
2007
2007
  <div class="refsect3">
2008
- <a name="id-1.5.18.7.38.8"></a><h4>Parameters</h4>
2008
+ <a name="g-creat.parameters"></a><h4>Parameters</h4>
2009
2009
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2010
2010
  <colgroup>
2011
2011
  <col width="150px" class="parameters_name">
@@ -2027,7 +2027,7 @@ or <code class="function">read()</code>.</p>
2027
2027
  </table></div>
2028
2028
  </div>
2029
2029
  <div class="refsect3">
2030
- <a name="id-1.5.18.7.38.9"></a><h4>Returns</h4>
2030
+ <a name="g-creat.returns"></a><h4>Returns</h4>
2031
2031
  <p> a new file descriptor, or -1 if an error occurred.
2032
2032
  The return value can be used exactly like the return value
2033
2033
  from <code class="function">creat()</code>.</p>
@@ -2044,7 +2044,7 @@ current directory of the process to <em class="parameter"><code>path</code></em>
2044
2044
  .</p>
2045
2045
  <p>See your C library manual for more details about <code class="function">chdir()</code>.</p>
2046
2046
  <div class="refsect3">
2047
- <a name="id-1.5.18.7.39.6"></a><h4>Parameters</h4>
2047
+ <a name="g-chdir.parameters"></a><h4>Parameters</h4>
2048
2048
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2049
2049
  <colgroup>
2050
2050
  <col width="150px" class="parameters_name">
@@ -2059,7 +2059,7 @@ current directory of the process to <em class="parameter"><code>path</code></em>
2059
2059
  </table></div>
2060
2060
  </div>
2061
2061
  <div class="refsect3">
2062
- <a name="id-1.5.18.7.39.7"></a><h4>Returns</h4>
2062
+ <a name="g-chdir.returns"></a><h4>Returns</h4>
2063
2063
  <p> 0 on success, -1 if an error occurred.</p>
2064
2064
  </div>
2065
2065
  <p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
@@ -2075,7 +2075,7 @@ sets the access and modification timestamps of a file.</p>
2075
2075
  <p>See your C library manual for more details about how <code class="function">utime()</code> works
2076
2076
  on your system.</p>
2077
2077
  <div class="refsect3">
2078
- <a name="id-1.5.18.7.40.6"></a><h4>Parameters</h4>
2078
+ <a name="g-utime.parameters"></a><h4>Parameters</h4>
2079
2079
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2080
2080
  <colgroup>
2081
2081
  <col width="150px" class="parameters_name">
@@ -2097,7 +2097,7 @@ on your system.</p>
2097
2097
  </table></div>
2098
2098
  </div>
2099
2099
  <div class="refsect3">
2100
- <a name="id-1.5.18.7.40.7"></a><h4>Returns</h4>
2100
+ <a name="g-utime.returns"></a><h4>Returns</h4>
2101
2101
  <p> 0 if the operation was successful, -1 if an error occurred</p>
2102
2102
  </div>
2103
2103
  <p class="since">Since: <a class="link" href="api-index-2-18.html#api-index-2.18">2.18</a></p>
@@ -2116,7 +2116,7 @@ function over the call provided by the system; on Unix, it will
2116
2116
  attempt to correctly handle <code class="literal">EINTR</code>, which has platform-specific
2117
2117
  semantics.</p>
2118
2118
  <div class="refsect3">
2119
- <a name="id-1.5.18.7.41.6"></a><h4>Parameters</h4>
2119
+ <a name="g-close.parameters"></a><h4>Parameters</h4>
2120
2120
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2121
2121
  <colgroup>
2122
2122
  <col width="150px" class="parameters_name">
@@ -2138,7 +2138,7 @@ semantics.</p>
2138
2138
  </table></div>
2139
2139
  </div>
2140
2140
  <div class="refsect3">
2141
- <a name="id-1.5.18.7.41.7"></a><h4>Returns</h4>
2141
+ <a name="g-close.returns"></a><h4>Returns</h4>
2142
2142
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> on success, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> if there was an error.</p>
2143
2143
  </div>
2144
2144
  <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
@@ -2162,7 +2162,7 @@ which errors will be returned from a given operation. Some errors
2162
2162
  don't occur on some systems, etc., sometimes there are subtle
2163
2163
  differences in when a system will report a given error, etc.</p>
2164
2164
  <div class="refsect3">
2165
- <a name="id-1.5.18.8.2.5"></a><h4>Members</h4>
2165
+ <a name="GFileError.members"></a><h4>Members</h4>
2166
2166
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2167
2167
  <colgroup>
2168
2168
  <col width="300px" class="enum_members_name">
@@ -2405,7 +2405,7 @@ on error domains.</p>
2405
2405
  <a name="GFileTest"></a><h3>enum GFileTest</h3>
2406
2406
  <p>A test to perform on a file using <a class="link" href="glib-File-Utilities.html#g-file-test" title="g_file_test ()"><code class="function">g_file_test()</code></a>.</p>
2407
2407
  <div class="refsect3">
2408
- <a name="id-1.5.18.8.4.4"></a><h4>Members</h4>
2408
+ <a name="GFileTest.members"></a><h4>Members</h4>
2409
2409
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2410
2410
  <colgroup>
2411
2411
  <col width="300px" class="enum_members_name">
@@ -2481,6 +2481,6 @@ system call, depending on the platform and/or compiler being used.</p>
2481
2481
  </div>
2482
2482
  </div>
2483
2483
  <div class="footer">
2484
- <hr>Generated by GTK-Doc V1.24</div>
2484
+ <hr>Generated by GTK-Doc V1.25.1</div>
2485
2485
  </body>
2486
2486
  </html>