glib2 3.0.8-x86-mingw32 → 3.0.9-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (578) 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/gdbus.exe +0 -0
  30. data/vendor/local/bin/gio-querymodules.exe +0 -0
  31. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  32. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  33. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  34. data/vendor/local/bin/glib-gettextize +1 -1
  35. data/vendor/local/bin/glib-mkenums +1 -1
  36. data/vendor/local/bin/gobject-query.exe +0 -0
  37. data/vendor/local/bin/gresource.exe +0 -0
  38. data/vendor/local/bin/gsettings.exe +0 -0
  39. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  40. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  41. data/vendor/local/bin/idn.exe +0 -0
  42. data/vendor/local/bin/libasprintf-0.dll +0 -0
  43. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  44. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  45. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  46. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  47. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  48. data/vendor/local/bin/libnettle-6-2.dll +0 -0
  49. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  50. data/vendor/local/bin/nettle-hash.exe +0 -0
  51. data/vendor/local/bin/p11-kit.exe +0 -0
  52. data/vendor/local/bin/pcregrep.exe +0 -0
  53. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  54. data/vendor/local/bin/sexp-conv.exe +0 -0
  55. data/vendor/local/include/glib-2.0/gio/gioenums.h +1 -1
  56. data/vendor/local/include/glib-2.0/glib/gmacros.h +21 -6
  57. data/vendor/local/include/glib-2.0/glib/gregex.h +1 -1
  58. data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
  59. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  60. data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
  61. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  62. data/vendor/local/lib/libasprintf.dll.a +0 -0
  63. data/vendor/local/lib/libcharset.dll.a +0 -0
  64. data/vendor/local/lib/libffi.dll.a +0 -0
  65. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  66. data/vendor/local/lib/libgio-2.0.la +1 -1
  67. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  68. data/vendor/local/lib/libglib-2.0.la +1 -1
  69. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  70. data/vendor/local/lib/libgmodule-2.0.la +1 -1
  71. data/vendor/local/lib/libgmp.dll.a +0 -0
  72. data/vendor/local/lib/libgnutls.dll.a +0 -0
  73. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  74. data/vendor/local/lib/libgobject-2.0.la +1 -1
  75. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  76. data/vendor/local/lib/libgthread-2.0.la +1 -1
  77. data/vendor/local/lib/libhogweed.dll.a +0 -0
  78. data/vendor/local/lib/libiconv.dll.a +0 -0
  79. data/vendor/local/lib/libidn.dll.a +0 -0
  80. data/vendor/local/lib/libintl.dll.a +0 -0
  81. data/vendor/local/lib/libnettle.dll.a +0 -0
  82. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  83. data/vendor/local/lib/libpcre.dll.a +0 -0
  84. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  85. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  86. data/vendor/local/lib/libtasn1.dll.a +0 -0
  87. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  88. data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
  89. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  90. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  91. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  92. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  93. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  94. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  95. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  96. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libglib-2.0.so.0.4800.0-gdb.py → libglib-2.0.so.0.4800.1-gdb.py} +0 -0
  97. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libgobject-2.0.so.0.4800.0-gdb.py → libgobject-2.0.so.0.4800.1-gdb.py} +0 -0
  98. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  99. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  100. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  101. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  102. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  103. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  104. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  105. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  106. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  107. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  108. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  109. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  110. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  111. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  112. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  113. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  114. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  115. data/vendor/local/share/gtk-doc/html/gio/GAction.html +98 -104
  116. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +116 -121
  117. data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +28 -33
  118. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +206 -211
  119. data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +9 -9
  120. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +219 -221
  121. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +87 -87
  122. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +63 -68
  123. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +36 -41
  124. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +62 -62
  125. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +29 -29
  126. data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +18 -18
  127. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +81 -81
  128. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +28 -28
  129. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +16 -21
  130. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +43 -43
  131. data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +7 -7
  132. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +38 -38
  133. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +526 -526
  134. data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +17 -17
  135. data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +66 -71
  136. data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +8 -8
  137. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +202 -202
  138. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +76 -76
  139. data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +29 -29
  140. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +43 -43
  141. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +141 -146
  142. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +32 -36
  143. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +12 -16
  144. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +28 -35
  145. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +229 -229
  146. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +51 -51
  147. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +160 -160
  148. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +86 -86
  149. data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +73 -78
  150. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +181 -186
  151. data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +29 -33
  152. data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +122 -122
  153. data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +12 -16
  154. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +14 -14
  155. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +17 -17
  156. data/vendor/local/share/gtk-doc/html/gio/GFile.html +890 -895
  157. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -16
  158. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +78 -78
  159. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +21 -21
  160. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +9 -9
  161. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +239 -239
  162. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +18 -18
  163. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +29 -29
  164. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +21 -21
  165. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +19 -19
  166. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +15 -15
  167. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +15 -15
  168. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +39 -39
  169. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +60 -60
  170. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +48 -53
  171. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +110 -110
  172. data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +37 -37
  173. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -31
  174. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +68 -75
  175. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +142 -142
  176. data/vendor/local/share/gtk-doc/html/gio/GListModel.html +44 -49
  177. data/vendor/local/share/gtk-doc/html/gio/GListStore.html +35 -35
  178. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +19 -24
  179. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +19 -19
  180. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +57 -57
  181. data/vendor/local/share/gtk-doc/html/gio/GMenu.html +143 -143
  182. data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +107 -107
  183. data/vendor/local/share/gtk-doc/html/gio/GMount.html +161 -166
  184. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +83 -83
  185. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +54 -59
  187. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +34 -34
  188. data/vendor/local/share/gtk-doc/html/gio/GNotification.html +51 -51
  189. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +186 -186
  190. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +71 -71
  191. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +40 -45
  192. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +40 -45
  193. data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +36 -36
  194. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +25 -30
  195. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +59 -59
  196. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +32 -37
  197. data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +18 -23
  198. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +147 -147
  199. data/vendor/local/share/gtk-doc/html/gio/GResource.html +114 -114
  200. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +46 -51
  201. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +354 -354
  202. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +47 -52
  203. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -46
  204. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +15 -15
  205. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +146 -146
  206. data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +5 -5
  207. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -7
  208. data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +19 -19
  209. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +454 -454
  210. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +26 -26
  211. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +138 -138
  212. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +37 -42
  213. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +54 -54
  214. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +20 -20
  215. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +91 -91
  216. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +22 -22
  217. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +38 -38
  218. data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +139 -139
  219. data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +63 -63
  220. data/vendor/local/share/gtk-doc/html/gio/GTask.html +219 -219
  221. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +12 -12
  222. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +7 -7
  223. data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +21 -21
  224. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +24 -24
  225. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +16 -16
  226. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +53 -58
  227. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +57 -57
  228. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +40 -47
  229. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +84 -84
  230. data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +79 -84
  231. data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +13 -17
  232. data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +32 -32
  233. data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +41 -46
  234. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +11 -15
  235. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +52 -52
  236. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +12 -12
  237. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +43 -43
  238. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +25 -25
  239. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +25 -25
  240. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +25 -25
  241. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +38 -38
  242. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +24 -24
  243. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +117 -122
  244. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +87 -87
  245. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +14 -14
  246. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +10 -10
  247. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -2
  248. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +2 -2
  251. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +2 -2
  253. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +2 -2
  254. data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +2 -2
  256. data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +2 -2
  257. data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +2 -2
  258. data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +2 -2
  259. data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +2 -2
  260. data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +2 -2
  263. data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +2 -2
  264. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +2 -2
  265. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
  267. data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
  268. data/vendor/local/share/gtk-doc/html/gio/ch01.html +2 -2
  269. data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -3
  270. data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
  271. data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
  272. data/vendor/local/share/gtk-doc/html/gio/ch33.html +7 -7
  273. data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +3 -3
  274. data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +4 -4
  275. data/vendor/local/share/gtk-doc/html/gio/ch34.html +2 -2
  276. data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +2 -2
  277. data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +4 -4
  278. data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +2 -2
  279. data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +2 -2
  280. data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +6 -6
  281. data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +2 -2
  282. data/vendor/local/share/gtk-doc/html/gio/ch35.html +4 -4
  283. data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +3 -3
  284. data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +10 -10
  285. data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +3 -3
  286. data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/gio/data-models.html +2 -2
  288. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
  289. data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
  290. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
  291. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
  292. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
  293. data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +2 -2
  294. data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +55 -55
  295. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
  296. data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +4 -4
  297. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
  298. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +5 -5
  299. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +51 -51
  300. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +188 -188
  301. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +72 -72
  302. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +110 -117
  303. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +48 -48
  304. data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -11
  305. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +86 -86
  306. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +7 -7
  307. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +7 -7
  308. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +103 -103
  309. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +22 -22
  310. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +15 -15
  311. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +41 -41
  312. data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -11
  313. data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +108 -108
  314. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +17 -17
  315. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +17 -17
  316. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +221 -221
  317. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +63 -63
  318. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -23
  319. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +128 -128
  320. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +57 -57
  321. data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +2 -2
  322. data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +71 -71
  323. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +6 -6
  324. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
  325. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +450 -10
  326. data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +3 -3
  327. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +2 -2
  328. data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +2 -2
  329. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -5
  330. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
  331. data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
  332. data/vendor/local/share/gtk-doc/html/gio/index.html +3 -3
  333. data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
  334. data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
  335. data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
  336. data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
  337. data/vendor/local/share/gtk-doc/html/gio/pt02.html +2 -2
  338. data/vendor/local/share/gtk-doc/html/gio/registry.html +2 -2
  339. data/vendor/local/share/gtk-doc/html/gio/resolver.html +2 -2
  340. data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
  341. data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +2 -2
  342. data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
  343. data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
  344. data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +2 -2
  345. data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
  346. data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
  347. data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
  348. data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
  349. data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
  350. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
  351. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +4 -2
  352. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +2 -2
  353. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +2 -2
  354. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +2 -2
  355. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
  356. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +2 -2
  357. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +2 -2
  358. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +2 -2
  359. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +2 -2
  360. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +2 -2
  361. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +2 -2
  362. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +2 -2
  363. data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +2 -2
  364. data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +2 -2
  365. data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +2 -2
  366. data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +2 -2
  367. data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -10
  369. data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +2 -2
  370. data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +2 -2
  371. data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +2 -2
  372. data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +2 -2
  374. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +2 -2
  376. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +2 -2
  377. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +3 -10
  378. data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
  379. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +42 -42
  380. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +44 -44
  381. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -40
  382. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +18 -18
  383. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +32 -32
  384. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +14 -14
  385. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +5 -5
  386. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +68 -68
  387. data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +14 -14
  388. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +56 -56
  389. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +120 -120
  390. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +15 -15
  391. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +35 -35
  392. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +72 -72
  393. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +21 -21
  394. data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +17 -17
  395. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +24 -24
  396. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +93 -93
  397. data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +50 -50
  398. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +64 -64
  399. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +69 -69
  400. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +19 -19
  401. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +21 -21
  402. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +80 -80
  403. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +157 -157
  404. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +20 -20
  405. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +292 -266
  406. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +423 -421
  407. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +13 -13
  408. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +92 -92
  409. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +62 -62
  410. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +12 -12
  411. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +27 -56
  412. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +84 -84
  413. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +81 -81
  414. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +31 -31
  415. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +45 -45
  416. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +55 -55
  417. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +22 -22
  418. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +80 -78
  419. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +36 -36
  420. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +83 -83
  421. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +81 -81
  422. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +4 -4
  423. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +84 -84
  424. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +34 -34
  425. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -15
  426. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +30 -30
  427. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +20 -20
  428. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +67 -67
  429. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +9 -9
  430. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +34 -34
  431. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +58 -58
  432. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +19 -19
  433. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -30
  434. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +12 -12
  435. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +195 -189
  436. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +65 -65
  437. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +91 -91
  438. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +166 -166
  439. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
  440. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +86 -86
  441. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +10 -10
  442. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
  443. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +8 -8
  444. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +46 -38
  445. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +16 -16
  446. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +134 -134
  447. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +128 -128
  448. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +19 -19
  449. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +20 -20
  450. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +2 -2
  451. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +2 -2
  452. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +2 -2
  455. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
  456. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +2 -2
  459. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
  463. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +189 -51
  464. data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
  465. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +2 -2
  466. data/vendor/local/share/gtk-doc/html/glib/gtester.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +15 -15
  468. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +17 -17
  469. data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
  470. data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +55 -55
  472. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +28 -33
  473. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +12 -12
  474. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -2
  475. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +2 -2
  476. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +2 -2
  477. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +2 -2
  478. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +2 -2
  481. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +2 -2
  482. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +2 -2
  483. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +2 -2
  484. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +2 -2
  485. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +2 -2
  486. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +2 -2
  488. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +2 -2
  489. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +2 -2
  490. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +2 -2
  492. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +2 -2
  493. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +2 -2
  494. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +2 -2
  495. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +2 -2
  496. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +2 -2
  497. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +2 -2
  498. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +2 -2
  499. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
  500. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +4 -4
  501. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +3 -3
  503. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +2 -2
  504. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +2 -2
  505. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +72 -62
  506. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +301 -301
  507. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +71 -71
  508. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +139 -139
  509. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +92 -92
  510. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +304 -304
  511. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +570 -682
  512. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +276 -276
  513. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +349 -349
  514. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +54 -54
  515. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +15 -15
  516. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
  517. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +5 -5
  518. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +2 -2
  519. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +153 -8
  520. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +3 -3
  521. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +2 -2
  522. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +9 -9
  523. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +2 -2
  524. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +2 -2
  525. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +2 -2
  526. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +4 -4
  527. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  528. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +15 -15
  529. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +2 -2
  530. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +5 -5
  531. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +4 -4
  532. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +6 -6
  533. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +2 -2
  534. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +9 -9
  535. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +4 -4
  536. data/vendor/local/share/gtk-doc/html/gobject/index.html +3 -3
  537. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +2 -2
  538. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
  539. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
  540. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
  541. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
  542. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
  543. data/vendor/local/share/gtk-doc/html/gobject/signal.html +5 -5
  544. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
  545. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
  546. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
  547. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
  548. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
  549. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +4 -4
  550. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +12 -12
  551. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +15 -15
  552. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +2 -2
  553. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +2 -2
  554. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  555. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  556. data/vendor/local/share/locale/fur/LC_MESSAGES/glib-networking.mo +0 -0
  557. data/vendor/local/share/locale/gd/LC_MESSAGES/glib-networking.mo +0 -0
  558. data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
  559. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  560. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  561. data/vendor/local/share/man/man1/gapplication.1 +1 -1
  562. data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
  563. data/vendor/local/share/man/man1/gdbus.1 +1 -1
  564. data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
  565. data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
  566. data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
  567. data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
  568. data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
  569. data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
  570. data/vendor/local/share/man/man1/gobject-query.1 +1 -1
  571. data/vendor/local/share/man/man1/gresource.1 +1 -1
  572. data/vendor/local/share/man/man1/gsettings.1 +1 -1
  573. data/vendor/local/share/man/man1/gtester-report.1 +1 -1
  574. data/vendor/local/share/man/man1/gtester.1 +1 -1
  575. metadata +6 -8
  576. data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -4612
  577. data/vendor/local/share/gtk-doc/html/glib/index.sgml +0 -3447
  578. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +0 -924
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="glib-fundamentals.html" title="GLib Fundamentals">
9
9
  <link rel="prev" href="glib-Byte-Order-Macros.html" title="Byte Order Macros">
10
10
  <link rel="next" href="glib-Numerical-Definitions.html" title="Numerical Definitions">
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">
@@ -111,7 +111,7 @@ overflows then the state of <em class="parameter"><code>dest</code></em>
111
111
  is undefined and <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> is
112
112
  returned.</p>
113
113
  <div class="refsect3">
114
- <a name="id-1.3.7.6.2.6"></a><h4>Parameters</h4>
114
+ <a name="g-uint-checked-add.parameters"></a><h4>Parameters</h4>
115
115
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
116
116
  <colgroup>
117
117
  <col width="150px" class="parameters_name">
@@ -138,7 +138,7 @@ returned.</p>
138
138
  </table></div>
139
139
  </div>
140
140
  <div class="refsect3">
141
- <a name="id-1.3.7.6.2.7"></a><h4>Returns</h4>
141
+ <a name="g-uint-checked-add.returns"></a><h4>Returns</h4>
142
142
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if there was no overflow</p>
143
143
  </div>
144
144
  <p class="since">Since: <a class="link" href="api-index-2-48.html#api-index-2.48">2.48</a></p>
@@ -157,7 +157,7 @@ overflows then the state of <em class="parameter"><code>dest</code></em>
157
157
  is undefined and <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> is
158
158
  returned.</p>
159
159
  <div class="refsect3">
160
- <a name="id-1.3.7.6.3.6"></a><h4>Parameters</h4>
160
+ <a name="g-uint-checked-mul.parameters"></a><h4>Parameters</h4>
161
161
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
162
162
  <colgroup>
163
163
  <col width="150px" class="parameters_name">
@@ -184,7 +184,7 @@ returned.</p>
184
184
  </table></div>
185
185
  </div>
186
186
  <div class="refsect3">
187
- <a name="id-1.3.7.6.3.7"></a><h4>Returns</h4>
187
+ <a name="g-uint-checked-mul.returns"></a><h4>Returns</h4>
188
188
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if there was no overflow</p>
189
189
  </div>
190
190
  <p class="since">Since: <a class="link" href="api-index-2-48.html#api-index-2.48">2.48</a></p>
@@ -203,7 +203,7 @@ overflows then the state of <em class="parameter"><code>dest</code></em>
203
203
  is undefined and <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> is
204
204
  returned.</p>
205
205
  <div class="refsect3">
206
- <a name="id-1.3.7.6.4.6"></a><h4>Parameters</h4>
206
+ <a name="g-uint64-checked-add.parameters"></a><h4>Parameters</h4>
207
207
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
208
208
  <colgroup>
209
209
  <col width="150px" class="parameters_name">
@@ -230,7 +230,7 @@ returned.</p>
230
230
  </table></div>
231
231
  </div>
232
232
  <div class="refsect3">
233
- <a name="id-1.3.7.6.4.7"></a><h4>Returns</h4>
233
+ <a name="g-uint64-checked-add.returns"></a><h4>Returns</h4>
234
234
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if there was no overflow</p>
235
235
  </div>
236
236
  <p class="since">Since: <a class="link" href="api-index-2-48.html#api-index-2.48">2.48</a></p>
@@ -249,7 +249,7 @@ overflows then the state of <em class="parameter"><code>dest</code></em>
249
249
  is undefined and <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> is
250
250
  returned.</p>
251
251
  <div class="refsect3">
252
- <a name="id-1.3.7.6.5.6"></a><h4>Parameters</h4>
252
+ <a name="g-uint64-checked-mul.parameters"></a><h4>Parameters</h4>
253
253
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
254
254
  <colgroup>
255
255
  <col width="150px" class="parameters_name">
@@ -276,7 +276,7 @@ returned.</p>
276
276
  </table></div>
277
277
  </div>
278
278
  <div class="refsect3">
279
- <a name="id-1.3.7.6.5.7"></a><h4>Returns</h4>
279
+ <a name="g-uint64-checked-mul.returns"></a><h4>Returns</h4>
280
280
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if there was no overflow</p>
281
281
  </div>
282
282
  <p class="since">Since: <a class="link" href="api-index-2-48.html#api-index-2.48">2.48</a></p>
@@ -295,7 +295,7 @@ overflows then the state of <em class="parameter"><code>dest</code></em>
295
295
  is undefined and <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> is
296
296
  returned.</p>
297
297
  <div class="refsect3">
298
- <a name="id-1.3.7.6.6.6"></a><h4>Parameters</h4>
298
+ <a name="g-size-checked-add.parameters"></a><h4>Parameters</h4>
299
299
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
300
300
  <colgroup>
301
301
  <col width="150px" class="parameters_name">
@@ -322,7 +322,7 @@ returned.</p>
322
322
  </table></div>
323
323
  </div>
324
324
  <div class="refsect3">
325
- <a name="id-1.3.7.6.6.7"></a><h4>Returns</h4>
325
+ <a name="g-size-checked-add.returns"></a><h4>Returns</h4>
326
326
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if there was no overflow</p>
327
327
  </div>
328
328
  <p class="since">Since: <a class="link" href="api-index-2-48.html#api-index-2.48">2.48</a></p>
@@ -341,7 +341,7 @@ overflows then the state of <em class="parameter"><code>dest</code></em>
341
341
  is undefined and <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> is
342
342
  returned.</p>
343
343
  <div class="refsect3">
344
- <a name="id-1.3.7.6.7.6"></a><h4>Parameters</h4>
344
+ <a name="g-size-checked-mul.parameters"></a><h4>Parameters</h4>
345
345
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
346
346
  <colgroup>
347
347
  <col width="150px" class="parameters_name">
@@ -368,7 +368,7 @@ returned.</p>
368
368
  </table></div>
369
369
  </div>
370
370
  <div class="refsect3">
371
- <a name="id-1.3.7.6.7.7"></a><h4>Returns</h4>
371
+ <a name="g-size-checked-mul.returns"></a><h4>Returns</h4>
372
372
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if there was no overflow</p>
373
373
  </div>
374
374
  <p class="since">Since: <a class="link" href="api-index-2-48.html#api-index-2.48">2.48</a></p>
@@ -379,6 +379,6 @@ returned.</p>
379
379
  </div>
380
380
  </div>
381
381
  <div class="footer">
382
- <hr>Generated by GTK-Doc V1.24</div>
382
+ <hr>Generated by GTK-Doc V1.25.1</div>
383
383
  </body>
384
384
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="glib-data-types.html" title="GLib Data Types">
9
9
  <link rel="prev" href="glib-Pointer-Arrays.html" title="Pointer Arrays">
10
10
  <link rel="next" href="glib-Balanced-Binary-Trees.html" title="Balanced Binary Trees">
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">
@@ -360,7 +360,7 @@ sequence of bytes.</p>
360
360
  g_byte_array_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
361
361
  <p>Creates a new <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a> with a reference count of 1.</p>
362
362
  <div class="refsect3">
363
- <a name="id-1.6.12.7.2.5"></a><h4>Returns</h4>
363
+ <a name="g-byte-array-new.returns"></a><h4>Returns</h4>
364
364
  <p> the new <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a>. </p>
365
365
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
366
366
  </div>
@@ -374,7 +374,7 @@ g_byte_array_new_take (<em class="parameter"><code><a class="link" href="glib-Ba
374
374
  <p>Create byte array containing the data. The data will be owned by the array
375
375
  and will be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>, i.e. it could be allocated using <a class="link" href="glib-String-Utility-Functions.html#g-strdup" title="g_strdup ()"><code class="function">g_strdup()</code></a>.</p>
376
376
  <div class="refsect3">
377
- <a name="id-1.6.12.7.3.5"></a><h4>Parameters</h4>
377
+ <a name="g-byte-array-new-take.parameters"></a><h4>Parameters</h4>
378
378
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
379
379
  <colgroup>
380
380
  <col width="150px" class="parameters_name">
@@ -397,7 +397,7 @@ and will be freed with <a class="link" href="glib-Memory-Allocation.html#g-free"
397
397
  </table></div>
398
398
  </div>
399
399
  <div class="refsect3">
400
- <a name="id-1.6.12.7.3.6"></a><h4>Returns</h4>
400
+ <a name="g-byte-array-new-take.returns"></a><h4>Returns</h4>
401
401
  <p> a new <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a>. </p>
402
402
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
403
403
  </div>
@@ -414,7 +414,7 @@ This avoids frequent reallocation, if you are going to add many
414
414
  bytes to the array. Note however that the size of the array is still
415
415
  0.</p>
416
416
  <div class="refsect3">
417
- <a name="id-1.6.12.7.4.5"></a><h4>Parameters</h4>
417
+ <a name="g-byte-array-sized-new.parameters"></a><h4>Parameters</h4>
418
418
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
419
419
  <colgroup>
420
420
  <col width="150px" class="parameters_name">
@@ -429,7 +429,7 @@ bytes to the array. Note however that the size of the array is still
429
429
  </table></div>
430
430
  </div>
431
431
  <div class="refsect3">
432
- <a name="id-1.6.12.7.4.6"></a><h4>Returns</h4>
432
+ <a name="g-byte-array-sized-new.returns"></a><h4>Returns</h4>
433
433
  <p> the new <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a></p>
434
434
  </div>
435
435
  </div>
@@ -442,7 +442,7 @@ g_byte_array_ref (<em class="parameter"><code><a class="link" href="glib-Byte-Ar
442
442
  by one.
443
443
  This function is thread-safe and may be called from any thread.</p>
444
444
  <div class="refsect3">
445
- <a name="id-1.6.12.7.5.5"></a><h4>Parameters</h4>
445
+ <a name="g-byte-array-ref.parameters"></a><h4>Parameters</h4>
446
446
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
447
447
  <colgroup>
448
448
  <col width="150px" class="parameters_name">
@@ -457,7 +457,7 @@ This function is thread-safe and may be called from any thread.</p>
457
457
  </table></div>
458
458
  </div>
459
459
  <div class="refsect3">
460
- <a name="id-1.6.12.7.5.6"></a><h4>Returns</h4>
460
+ <a name="g-byte-array-ref.returns"></a><h4>Returns</h4>
461
461
  <p> The passed in <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a></p>
462
462
  </div>
463
463
  <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
@@ -473,7 +473,7 @@ reference count drops to 0, all memory allocated by the array is
473
473
  released. This function is thread-safe and may be called from any
474
474
  thread.</p>
475
475
  <div class="refsect3">
476
- <a name="id-1.6.12.7.6.5"></a><h4>Parameters</h4>
476
+ <a name="g-byte-array-unref.parameters"></a><h4>Parameters</h4>
477
477
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
478
478
  <colgroup>
479
479
  <col width="150px" class="parameters_name">
@@ -499,7 +499,7 @@ g_byte_array_append (<em class="parameter"><code><a class="link" href="glib-Byte
499
499
  <p>Adds the given bytes to the end of the <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a>.
500
500
  The array will grow in size automatically if necessary.</p>
501
501
  <div class="refsect3">
502
- <a name="id-1.6.12.7.7.5"></a><h4>Parameters</h4>
502
+ <a name="g-byte-array-append.parameters"></a><h4>Parameters</h4>
503
503
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
504
504
  <colgroup>
505
505
  <col width="150px" class="parameters_name">
@@ -526,7 +526,7 @@ The array will grow in size automatically if necessary.</p>
526
526
  </table></div>
527
527
  </div>
528
528
  <div class="refsect3">
529
- <a name="id-1.6.12.7.7.6"></a><h4>Returns</h4>
529
+ <a name="g-byte-array-append.returns"></a><h4>Returns</h4>
530
530
  <p> the <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a></p>
531
531
  </div>
532
532
  </div>
@@ -540,7 +540,7 @@ g_byte_array_prepend (<em class="parameter"><code><a class="link" href="glib-Byt
540
540
  <p>Adds the given data to the start of the <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a>.
541
541
  The array will grow in size automatically if necessary.</p>
542
542
  <div class="refsect3">
543
- <a name="id-1.6.12.7.8.5"></a><h4>Parameters</h4>
543
+ <a name="g-byte-array-prepend.parameters"></a><h4>Parameters</h4>
544
544
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
545
545
  <colgroup>
546
546
  <col width="150px" class="parameters_name">
@@ -567,7 +567,7 @@ The array will grow in size automatically if necessary.</p>
567
567
  </table></div>
568
568
  </div>
569
569
  <div class="refsect3">
570
- <a name="id-1.6.12.7.8.6"></a><h4>Returns</h4>
570
+ <a name="g-byte-array-prepend.returns"></a><h4>Returns</h4>
571
571
  <p> the <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a></p>
572
572
  </div>
573
573
  </div>
@@ -580,7 +580,7 @@ g_byte_array_remove_index (<em class="parameter"><code><a class="link" href="gli
580
580
  <p>Removes the byte at the given index from a <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a>.
581
581
  The following bytes are moved down one place.</p>
582
582
  <div class="refsect3">
583
- <a name="id-1.6.12.7.9.5"></a><h4>Parameters</h4>
583
+ <a name="g-byte-array-remove-index.parameters"></a><h4>Parameters</h4>
584
584
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
585
585
  <colgroup>
586
586
  <col width="150px" class="parameters_name">
@@ -602,7 +602,7 @@ The following bytes are moved down one place.</p>
602
602
  </table></div>
603
603
  </div>
604
604
  <div class="refsect3">
605
- <a name="id-1.6.12.7.9.6"></a><h4>Returns</h4>
605
+ <a name="g-byte-array-remove-index.returns"></a><h4>Returns</h4>
606
606
  <p> the <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a></p>
607
607
  </div>
608
608
  </div>
@@ -617,7 +617,7 @@ element in the array is used to fill in the space, so this function
617
617
  does not preserve the order of the <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a>. But it is faster
618
618
  than <a class="link" href="glib-Byte-Arrays.html#g-byte-array-remove-index" title="g_byte_array_remove_index ()"><code class="function">g_byte_array_remove_index()</code></a>.</p>
619
619
  <div class="refsect3">
620
- <a name="id-1.6.12.7.10.5"></a><h4>Parameters</h4>
620
+ <a name="g-byte-array-remove-index-fast.parameters"></a><h4>Parameters</h4>
621
621
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
622
622
  <colgroup>
623
623
  <col width="150px" class="parameters_name">
@@ -639,7 +639,7 @@ than <a class="link" href="glib-Byte-Arrays.html#g-byte-array-remove-index" titl
639
639
  </table></div>
640
640
  </div>
641
641
  <div class="refsect3">
642
- <a name="id-1.6.12.7.10.6"></a><h4>Returns</h4>
642
+ <a name="g-byte-array-remove-index-fast.returns"></a><h4>Returns</h4>
643
643
  <p> the <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a></p>
644
644
  </div>
645
645
  </div>
@@ -653,7 +653,7 @@ g_byte_array_remove_range (<em class="parameter"><code><a class="link" href="gli
653
653
  <p>Removes the given number of bytes starting at the given index from a
654
654
  <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a>. The following elements are moved to close the gap.</p>
655
655
  <div class="refsect3">
656
- <a name="id-1.6.12.7.11.5"></a><h4>Parameters</h4>
656
+ <a name="g-byte-array-remove-range.parameters"></a><h4>Parameters</h4>
657
657
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
658
658
  <colgroup>
659
659
  <col width="150px" class="parameters_name">
@@ -681,7 +681,7 @@ g_byte_array_remove_range (<em class="parameter"><code><a class="link" href="gli
681
681
  </table></div>
682
682
  </div>
683
683
  <div class="refsect3">
684
- <a name="id-1.6.12.7.11.6"></a><h4>Returns</h4>
684
+ <a name="g-byte-array-remove-range.returns"></a><h4>Returns</h4>
685
685
  <p> the <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a></p>
686
686
  </div>
687
687
  <p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
@@ -703,7 +703,7 @@ you want a stable sort) you can write a comparison function that,
703
703
  if two elements would otherwise compare equal, compares them by
704
704
  their addresses.</p>
705
705
  <div class="refsect3">
706
- <a name="id-1.6.12.7.12.6"></a><h4>Parameters</h4>
706
+ <a name="g-byte-array-sort.parameters"></a><h4>Parameters</h4>
707
707
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
708
708
  <colgroup>
709
709
  <col width="150px" class="parameters_name">
@@ -735,7 +735,7 @@ g_byte_array_sort_with_data (<em class="parameter"><code><a class="link" href="g
735
735
  <p>Like <a class="link" href="glib-Byte-Arrays.html#g-byte-array-sort" title="g_byte_array_sort ()"><code class="function">g_byte_array_sort()</code></a>, but the comparison function takes an extra
736
736
  user data argument.</p>
737
737
  <div class="refsect3">
738
- <a name="id-1.6.12.7.13.5"></a><h4>Parameters</h4>
738
+ <a name="g-byte-array-sort-with-data.parameters"></a><h4>Parameters</h4>
739
739
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
740
740
  <colgroup>
741
741
  <col width="150px" class="parameters_name">
@@ -771,7 +771,7 @@ g_byte_array_set_size (<em class="parameter"><code><a class="link" href="glib-By
771
771
  <em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> length</code></em>);</pre>
772
772
  <p>Sets the size of the <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a>, expanding it if necessary.</p>
773
773
  <div class="refsect3">
774
- <a name="id-1.6.12.7.14.5"></a><h4>Parameters</h4>
774
+ <a name="g-byte-array-set-size.parameters"></a><h4>Parameters</h4>
775
775
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
776
776
  <colgroup>
777
777
  <col width="150px" class="parameters_name">
@@ -793,7 +793,7 @@ g_byte_array_set_size (<em class="parameter"><code><a class="link" href="glib-By
793
793
  </table></div>
794
794
  </div>
795
795
  <div class="refsect3">
796
- <a name="id-1.6.12.7.14.6"></a><h4>Returns</h4>
796
+ <a name="g-byte-array-set-size.returns"></a><h4>Returns</h4>
797
797
  <p> the <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a></p>
798
798
  </div>
799
799
  </div>
@@ -811,7 +811,7 @@ g_byte_array_free (<em class="parameter"><code><a class="link" href="glib-Byte-A
811
811
  the size of <em class="parameter"><code>array</code></em>
812
812
  will be set to zero.</p>
813
813
  <div class="refsect3">
814
- <a name="id-1.6.12.7.15.5"></a><h4>Parameters</h4>
814
+ <a name="g-byte-array-free.parameters"></a><h4>Parameters</h4>
815
815
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
816
816
  <colgroup>
817
817
  <col width="150px" class="parameters_name">
@@ -833,7 +833,7 @@ the size of <em class="parameter"><code>array</code></em>
833
833
  </table></div>
834
834
  </div>
835
835
  <div class="refsect3">
836
- <a name="id-1.6.12.7.15.6"></a><h4>Returns</h4>
836
+ <a name="g-byte-array-free.returns"></a><h4>Returns</h4>
837
837
  <p> the element data if <em class="parameter"><code>free_segment</code></em>
838
838
  is <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a>, otherwise
839
839
  <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. The element data should be freed using <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>.</p>
@@ -853,7 +853,7 @@ will be set to zero.</p>
853
853
  <p>This is identical to using <a class="link" href="glib-Byte-Arrays.html#g-bytes-new-take" title="g_bytes_new_take ()"><code class="function">g_bytes_new_take()</code></a> and <a class="link" href="glib-Byte-Arrays.html#g-byte-array-free" title="g_byte_array_free ()"><code class="function">g_byte_array_free()</code></a>
854
854
  together.</p>
855
855
  <div class="refsect3">
856
- <a name="id-1.6.12.7.16.7"></a><h4>Parameters</h4>
856
+ <a name="g-byte-array-free-to-bytes.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 @@ together.</p>
868
868
  </table></div>
869
869
  </div>
870
870
  <div class="refsect3">
871
- <a name="id-1.6.12.7.16.8"></a><h4>Returns</h4>
871
+ <a name="g-byte-array-free-to-bytes.returns"></a><h4>Returns</h4>
872
872
  <p> a new immutable <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a> representing same
873
873
  byte data that was in the array. </p>
874
874
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -888,7 +888,7 @@ g_bytes_new (<em class="parameter"><code><a class="link" href="glib-Basic-Types.
888
888
  is 0, <em class="parameter"><code>data</code></em>
889
889
  may be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
890
890
  <div class="refsect3">
891
- <a name="id-1.6.12.7.17.6"></a><h4>Parameters</h4>
891
+ <a name="g-bytes-new.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">
@@ -911,7 +911,7 @@ g_bytes_new (<em class="parameter"><code><a class="link" href="glib-Basic-Types.
911
911
  </table></div>
912
912
  </div>
913
913
  <div class="refsect3">
914
- <a name="id-1.6.12.7.17.7"></a><h4>Returns</h4>
914
+ <a name="g-bytes-new.returns"></a><h4>Returns</h4>
915
915
  <p> a new <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a>. </p>
916
916
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
917
917
  </div>
@@ -939,7 +939,7 @@ functions that wrap these calls (such as <a class="link" href="glib-Memory-Alloc
939
939
  may be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if <em class="parameter"><code>size</code></em>
940
940
  is 0.</p>
941
941
  <div class="refsect3">
942
- <a name="id-1.6.12.7.18.8"></a><h4>Parameters</h4>
942
+ <a name="g-bytes-new-take.parameters"></a><h4>Parameters</h4>
943
943
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
944
944
  <colgroup>
945
945
  <col width="150px" class="parameters_name">
@@ -962,7 +962,7 @@ functions that wrap these calls (such as <a class="link" href="glib-Memory-Alloc
962
962
  </table></div>
963
963
  </div>
964
964
  <div class="refsect3">
965
- <a name="id-1.6.12.7.18.9"></a><h4>Returns</h4>
965
+ <a name="g-bytes-new-take.returns"></a><h4>Returns</h4>
966
966
  <p> a new <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a>. </p>
967
967
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
968
968
  </div>
@@ -981,7 +981,7 @@ g_bytes_new_static (<em class="parameter"><code><a class="link" href="glib-Basic
981
981
  is 0.</p>
982
982
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
983
983
  <div class="refsect3">
984
- <a name="id-1.6.12.7.19.7"></a><h4>Parameters</h4>
984
+ <a name="g-bytes-new-static.parameters"></a><h4>Parameters</h4>
985
985
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
986
986
  <colgroup>
987
987
  <col width="150px" class="parameters_name">
@@ -1004,7 +1004,7 @@ is 0.</p>
1004
1004
  </table></div>
1005
1005
  </div>
1006
1006
  <div class="refsect3">
1007
- <a name="id-1.6.12.7.19.8"></a><h4>Returns</h4>
1007
+ <a name="g-bytes-new-static.returns"></a><h4>Returns</h4>
1008
1008
  <p> a new <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a>. </p>
1009
1009
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1010
1010
  </div>
@@ -1033,7 +1033,7 @@ been called to indicate that the bytes is no longer in use.</p>
1033
1033
  is 0.</p>
1034
1034
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
1035
1035
  <div class="refsect3">
1036
- <a name="id-1.6.12.7.20.9"></a><h4>Parameters</h4>
1036
+ <a name="g-bytes-new-with-free-func.parameters"></a><h4>Parameters</h4>
1037
1037
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1038
1038
  <colgroup>
1039
1039
  <col width="150px" class="parameters_name">
@@ -1067,7 +1067,7 @@ been called to indicate that the bytes is no longer in use.</p>
1067
1067
  </table></div>
1068
1068
  </div>
1069
1069
  <div class="refsect3">
1070
- <a name="id-1.6.12.7.20.10"></a><h4>Returns</h4>
1070
+ <a name="g-bytes-new-with-free-func.returns"></a><h4>Returns</h4>
1071
1071
  <p> a new <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a>. </p>
1072
1072
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1073
1073
  </div>
@@ -1089,7 +1089,7 @@ g_bytes_new_from_bytes (<em class="parameter"><code><a class="link" href="glib-B
1089
1089
  will be held by the newly created <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a> until
1090
1090
  the byte data is no longer needed.</p>
1091
1091
  <div class="refsect3">
1092
- <a name="id-1.6.12.7.21.6"></a><h4>Parameters</h4>
1092
+ <a name="g-bytes-new-from-bytes.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">
@@ -1116,7 +1116,7 @@ the byte data is no longer needed.</p>
1116
1116
  </table></div>
1117
1117
  </div>
1118
1118
  <div class="refsect3">
1119
- <a name="id-1.6.12.7.21.7"></a><h4>Returns</h4>
1119
+ <a name="g-bytes-new-from-bytes.returns"></a><h4>Returns</h4>
1120
1120
  <p> a new <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a>. </p>
1121
1121
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1122
1122
  </div>
@@ -1138,7 +1138,7 @@ may represent an empty string with <em class="parameter"><code>data</code></em>
1138
1138
  not be returned if <em class="parameter"><code>size</code></em>
1139
1139
  is non-zero.</p>
1140
1140
  <div class="refsect3">
1141
- <a name="id-1.6.12.7.22.7"></a><h4>Parameters</h4>
1141
+ <a name="g-bytes-get-data.parameters"></a><h4>Parameters</h4>
1142
1142
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1143
1143
  <colgroup>
1144
1144
  <col width="150px" class="parameters_name">
@@ -1160,7 +1160,7 @@ not be returned if <em class="parameter"><code>size</code></em>
1160
1160
  </table></div>
1161
1161
  </div>
1162
1162
  <div class="refsect3">
1163
- <a name="id-1.6.12.7.22.8"></a><h4>Returns</h4>
1163
+ <a name="g-bytes-get-data.returns"></a><h4>Returns</h4>
1164
1164
  <p> a pointer to the byte data, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
1165
1165
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=size][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1166
1166
  </div>
@@ -1174,7 +1174,7 @@ g_bytes_get_size (<em class="parameter"><code><a class="link" href="glib-Byte-Ar
1174
1174
  <p>Get the size of the byte data in the <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a>.</p>
1175
1175
  <p>This function will always return the same value for a given <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a>.</p>
1176
1176
  <div class="refsect3">
1177
- <a name="id-1.6.12.7.23.6"></a><h4>Parameters</h4>
1177
+ <a name="g-bytes-get-size.parameters"></a><h4>Parameters</h4>
1178
1178
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1179
1179
  <colgroup>
1180
1180
  <col width="150px" class="parameters_name">
@@ -1189,7 +1189,7 @@ g_bytes_get_size (<em class="parameter"><code><a class="link" href="glib-Byte-Ar
1189
1189
  </table></div>
1190
1190
  </div>
1191
1191
  <div class="refsect3">
1192
- <a name="id-1.6.12.7.23.7"></a><h4>Returns</h4>
1192
+ <a name="g-bytes-get-size.returns"></a><h4>Returns</h4>
1193
1193
  <p> the size</p>
1194
1194
  </div>
1195
1195
  <p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
@@ -1204,7 +1204,7 @@ g_bytes_hash (<em class="parameter"><code><a class="link" href="glib-Basic-Types
1204
1204
 
1205
1205
  parameter, when using non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a> pointers as keys in a <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
1206
1206
  <div class="refsect3">
1207
- <a name="id-1.6.12.7.24.6"></a><h4>Parameters</h4>
1207
+ <a name="g-bytes-hash.parameters"></a><h4>Parameters</h4>
1208
1208
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1209
1209
  <colgroup>
1210
1210
  <col width="150px" class="parameters_name">
@@ -1219,7 +1219,7 @@ parameter, when using non-<a class="link" href="glib-Standard-Macros.html#NULL:C
1219
1219
  </table></div>
1220
1220
  </div>
1221
1221
  <div class="refsect3">
1222
- <a name="id-1.6.12.7.24.7"></a><h4>Returns</h4>
1222
+ <a name="g-bytes-hash.returns"></a><h4>Returns</h4>
1223
1223
  <p> a hash value corresponding to the key.</p>
1224
1224
  </div>
1225
1225
  <p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
@@ -1236,7 +1236,7 @@ g_bytes_equal (<em class="parameter"><code><a class="link" href="glib-Basic-Type
1236
1236
 
1237
1237
  parameter, when using non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a> pointers as keys in a <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
1238
1238
  <div class="refsect3">
1239
- <a name="id-1.6.12.7.25.6"></a><h4>Parameters</h4>
1239
+ <a name="g-bytes-equal.parameters"></a><h4>Parameters</h4>
1240
1240
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1241
1241
  <colgroup>
1242
1242
  <col width="150px" class="parameters_name">
@@ -1259,7 +1259,7 @@ parameter, when using non-<a class="link" href="glib-Standard-Macros.html#NULL:C
1259
1259
  </table></div>
1260
1260
  </div>
1261
1261
  <div class="refsect3">
1262
- <a name="id-1.6.12.7.25.7"></a><h4>Returns</h4>
1262
+ <a name="g-bytes-equal.returns"></a><h4>Returns</h4>
1263
1263
  <p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the two keys match.</p>
1264
1264
  </div>
1265
1265
  <p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
@@ -1273,7 +1273,7 @@ g_bytes_compare (<em class="parameter"><code><a class="link" href="glib-Basic-Ty
1273
1273
  <p>Compares the two <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a> values.</p>
1274
1274
  <p>This function can be used to sort GBytes instances in lexographical order.</p>
1275
1275
  <div class="refsect3">
1276
- <a name="id-1.6.12.7.26.6"></a><h4>Parameters</h4>
1276
+ <a name="g-bytes-compare.parameters"></a><h4>Parameters</h4>
1277
1277
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1278
1278
  <colgroup>
1279
1279
  <col width="150px" class="parameters_name">
@@ -1296,7 +1296,7 @@ g_bytes_compare (<em class="parameter"><code><a class="link" href="glib-Basic-Ty
1296
1296
  </table></div>
1297
1297
  </div>
1298
1298
  <div class="refsect3">
1299
- <a name="id-1.6.12.7.26.7"></a><h4>Returns</h4>
1299
+ <a name="g-bytes-compare.returns"></a><h4>Returns</h4>
1300
1300
  <p> a negative value if bytes2 is lesser, a positive value if bytes2 is
1301
1301
  greater, and zero if bytes2 is equal to bytes1</p>
1302
1302
  </div>
@@ -1310,7 +1310,7 @@ g_bytes_ref (<em class="parameter"><code><a class="link" href="glib-Byte-Arrays.
1310
1310
  <p>Increase the reference count on <em class="parameter"><code>bytes</code></em>
1311
1311
  .</p>
1312
1312
  <div class="refsect3">
1313
- <a name="id-1.6.12.7.27.5"></a><h4>Parameters</h4>
1313
+ <a name="g-bytes-ref.parameters"></a><h4>Parameters</h4>
1314
1314
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1315
1315
  <colgroup>
1316
1316
  <col width="150px" class="parameters_name">
@@ -1325,7 +1325,7 @@ g_bytes_ref (<em class="parameter"><code><a class="link" href="glib-Byte-Arrays.
1325
1325
  </table></div>
1326
1326
  </div>
1327
1327
  <div class="refsect3">
1328
- <a name="id-1.6.12.7.27.6"></a><h4>Returns</h4>
1328
+ <a name="g-bytes-ref.returns"></a><h4>Returns</h4>
1329
1329
  <p> the <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a></p>
1330
1330
  </div>
1331
1331
  <p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
@@ -1339,7 +1339,7 @@ g_bytes_unref (<em class="parameter"><code><a class="link" href="glib-Byte-Array
1339
1339
  . This may result in the bytes being
1340
1340
  freed.</p>
1341
1341
  <div class="refsect3">
1342
- <a name="id-1.6.12.7.28.5"></a><h4>Parameters</h4>
1342
+ <a name="g-bytes-unref.parameters"></a><h4>Parameters</h4>
1343
1343
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1344
1344
  <colgroup>
1345
1345
  <col width="150px" class="parameters_name">
@@ -1368,7 +1368,7 @@ the last reference to bytes and bytes was created with <a class="link" href="gli
1368
1368
  <a class="link" href="glib-Byte-Arrays.html#g-bytes-new-take" title="g_bytes_new_take ()"><code class="function">g_bytes_new_take()</code></a> or <a class="link" href="glib-Byte-Arrays.html#g-byte-array-free-to-bytes" title="g_byte_array_free_to_bytes ()"><code class="function">g_byte_array_free_to_bytes()</code></a>. In all other cases the
1369
1369
  data is copied.</p>
1370
1370
  <div class="refsect3">
1371
- <a name="id-1.6.12.7.29.6"></a><h4>Parameters</h4>
1371
+ <a name="g-bytes-unref-to-data.parameters"></a><h4>Parameters</h4>
1372
1372
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1373
1373
  <colgroup>
1374
1374
  <col width="150px" class="parameters_name">
@@ -1390,7 +1390,7 @@ data is copied.</p>
1390
1390
  </table></div>
1391
1391
  </div>
1392
1392
  <div class="refsect3">
1393
- <a name="id-1.6.12.7.29.7"></a><h4>Returns</h4>
1393
+ <a name="g-bytes-unref-to-data.returns"></a><h4>Returns</h4>
1394
1394
  <p> (transfer full) (array length=size) (element-type guint8)
1395
1395
  (not nullable): a pointer to the same byte data, which should be
1396
1396
  freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a></p>
@@ -1409,7 +1409,7 @@ if this was the last reference to bytes and bytes was created with
1409
1409
  <a class="link" href="glib-Byte-Arrays.html#g-bytes-new" title="g_bytes_new ()"><code class="function">g_bytes_new()</code></a>, <a class="link" href="glib-Byte-Arrays.html#g-bytes-new-take" title="g_bytes_new_take ()"><code class="function">g_bytes_new_take()</code></a> or <a class="link" href="glib-Byte-Arrays.html#g-byte-array-free-to-bytes" title="g_byte_array_free_to_bytes ()"><code class="function">g_byte_array_free_to_bytes()</code></a>. In all
1410
1410
  other cases the data is copied.</p>
1411
1411
  <div class="refsect3">
1412
- <a name="id-1.6.12.7.30.6"></a><h4>Parameters</h4>
1412
+ <a name="g-bytes-unref-to-array.parameters"></a><h4>Parameters</h4>
1413
1413
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1414
1414
  <colgroup>
1415
1415
  <col width="150px" class="parameters_name">
@@ -1424,7 +1424,7 @@ other cases the data is copied.</p>
1424
1424
  </table></div>
1425
1425
  </div>
1426
1426
  <div class="refsect3">
1427
- <a name="id-1.6.12.7.30.7"></a><h4>Returns</h4>
1427
+ <a name="g-bytes-unref-to-array.returns"></a><h4>Returns</h4>
1428
1428
  <p> a new mutable <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct GByteArray"><span class="type">GByteArray</span></a> containing the same byte data. </p>
1429
1429
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1430
1430
  </div>
@@ -1442,7 +1442,7 @@ other cases the data is copied.</p>
1442
1442
  </pre>
1443
1443
  <p>Contains the public fields of a GByteArray.</p>
1444
1444
  <div class="refsect3">
1445
- <a name="id-1.6.12.8.2.5"></a><h4>Members</h4>
1445
+ <a name="GByteArray.members"></a><h4>Members</h4>
1446
1446
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1447
1447
  <colgroup>
1448
1448
  <col width="300px" class="struct_members_name">
@@ -1494,6 +1494,6 @@ a mutable <a class="link" href="glib-Byte-Arrays.html#GByteArray" title="struct
1494
1494
  </div>
1495
1495
  </div>
1496
1496
  <div class="footer">
1497
- <hr>Generated by GTK-Doc V1.24</div>
1497
+ <hr>Generated by GTK-Doc V1.25.1</div>
1498
1498
  </body>
1499
1499
  </html>