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="application.html" title="Application support">
9
9
  <link rel="prev" href="GActionMap.html" title="GActionMap">
10
10
  <link rel="next" href="GAction.html" title="GAction">
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">
@@ -99,7 +99,7 @@
99
99
  </div>
100
100
  <div class="refsect1">
101
101
  <a name="GSimpleActionGroup.object-hierarchy"></a><h2>Object Hierarchy</h2>
102
- <pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
102
+ <pre class="screen"> <a href="../gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
103
103
  <span class="lineart">╰──</span> GSimpleActionGroup
104
104
  </pre>
105
105
  </div>
@@ -127,7 +127,7 @@ implementing the <a class="link" href="GActionGroup.html" title="GActionGroup"><
127
127
  g_simple_action_group_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
128
128
  <p>Creates a new, empty, <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup"><span class="type">GSimpleActionGroup</span></a>.</p>
129
129
  <div class="refsect3">
130
- <a name="id-1.4.24.6.9.2.5"></a><h4>Returns</h4>
130
+ <a name="g-simple-action-group-new.returns"></a><h4>Returns</h4>
131
131
  <p> a new <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup"><span class="type">GSimpleActionGroup</span></a></p>
132
132
  </div>
133
133
  <p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
@@ -137,16 +137,16 @@ g_simple_action_group_new (<em class="parameter"><code><span class="type">void</
137
137
  <a name="g-simple-action-group-lookup"></a><h3>g_simple_action_group_lookup ()</h3>
138
138
  <pre class="programlisting"><a class="link" href="GAction.html" title="GAction"><span class="returnvalue">GAction</span></a> *
139
139
  g_simple_action_group_lookup (<em class="parameter"><code><a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup"><span class="type">GSimpleActionGroup</span></a> *simple</code></em>,
140
- <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *action_name</code></em>);</pre>
140
+ <em class="parameter"><code>const <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *action_name</code></em>);</pre>
141
141
  <div class="warning">
142
142
  <p><code class="literal">g_simple_action_group_lookup</code> has been deprecated since version 2.38 and should not be used in newly-written code.</p>
143
143
  <p>Use <a class="link" href="GActionMap.html#g-action-map-lookup-action" title="g_action_map_lookup_action ()"><code class="function">g_action_map_lookup_action()</code></a></p>
144
144
  </div>
145
145
  <p>Looks up the action with the name <em class="parameter"><code>action_name</code></em>
146
146
  in the group.</p>
147
- <p>If no such action exists, returns <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
147
+ <p>If no such action exists, returns <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
148
148
  <div class="refsect3">
149
- <a name="id-1.4.24.6.9.3.8"></a><h4>Parameters</h4>
149
+ <a name="g-simple-action-group-lookup.parameters"></a><h4>Parameters</h4>
150
150
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
151
151
  <colgroup>
152
152
  <col width="150px" class="parameters_name">
@@ -168,8 +168,8 @@ g_simple_action_group_lookup (<em class="parameter"><code><a class="link" href="
168
168
  </table></div>
169
169
  </div>
170
170
  <div class="refsect3">
171
- <a name="id-1.4.24.6.9.3.9"></a><h4>Returns</h4>
172
- <p> a <a class="link" href="GAction.html" title="GAction"><span class="type">GAction</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
171
+ <a name="g-simple-action-group-lookup.returns"></a><h4>Returns</h4>
172
+ <p> a <a class="link" href="GAction.html" title="GAction"><span class="type">GAction</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
173
173
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
174
174
  </div>
175
175
  <p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
@@ -191,7 +191,7 @@ g_simple_action_group_insert (<em class="parameter"><code><a class="link" href="
191
191
  <p>The action group takes its own reference on <em class="parameter"><code>action</code></em>
192
192
  .</p>
193
193
  <div class="refsect3">
194
- <a name="id-1.4.24.6.9.4.9"></a><h4>Parameters</h4>
194
+ <a name="g-simple-action-group-insert.parameters"></a><h4>Parameters</h4>
195
195
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
196
196
  <colgroup>
197
197
  <col width="150px" class="parameters_name">
@@ -219,7 +219,7 @@ g_simple_action_group_insert (<em class="parameter"><code><a class="link" href="
219
219
  <a name="g-simple-action-group-remove"></a><h3>g_simple_action_group_remove ()</h3>
220
220
  <pre class="programlisting"><span class="returnvalue">void</span>
221
221
  g_simple_action_group_remove (<em class="parameter"><code><a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup"><span class="type">GSimpleActionGroup</span></a> *simple</code></em>,
222
- <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *action_name</code></em>);</pre>
222
+ <em class="parameter"><code>const <a href="../glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *action_name</code></em>);</pre>
223
223
  <div class="warning">
224
224
  <p><code class="literal">g_simple_action_group_remove</code> has been deprecated since version 2.38 and should not be used in newly-written code.</p>
225
225
  <p>Use <a class="link" href="GActionMap.html#g-action-map-remove-action" title="g_action_map_remove_action ()"><code class="function">g_action_map_remove_action()</code></a></p>
@@ -227,7 +227,7 @@ g_simple_action_group_remove (<em class="parameter"><code><a class="link" href="
227
227
  <p>Removes the named action from the action group.</p>
228
228
  <p>If no action of this name is in the group then nothing happens.</p>
229
229
  <div class="refsect3">
230
- <a name="id-1.4.24.6.9.5.8"></a><h4>Parameters</h4>
230
+ <a name="g-simple-action-group-remove.parameters"></a><h4>Parameters</h4>
231
231
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
232
232
  <colgroup>
233
233
  <col width="150px" class="parameters_name">
@@ -256,8 +256,8 @@ g_simple_action_group_remove (<em class="parameter"><code><a class="link" href="
256
256
  <pre class="programlisting"><span class="returnvalue">void</span>
257
257
  g_simple_action_group_add_entries (<em class="parameter"><code><a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup"><span class="type">GSimpleActionGroup</span></a> *simple</code></em>,
258
258
  <em class="parameter"><code>const <a class="link" href="GActionMap.html#GActionEntry" title="struct GActionEntry"><span class="type">GActionEntry</span></a> *entries</code></em>,
259
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_entries</code></em>,
260
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
259
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_entries</code></em>,
260
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
261
261
  <div class="warning">
262
262
  <p><code class="literal">g_simple_action_group_add_entries</code> has been deprecated since version 2.38 and should not be used in newly-written code.</p>
263
263
  <p>Use <a class="link" href="GActionMap.html#g-action-map-add-action-entries" title="g_action_map_add_action_entries ()"><code class="function">g_action_map_add_action_entries()</code></a></p>
@@ -265,7 +265,7 @@ g_simple_action_group_add_entries (<em class="parameter"><code><a class="link" h
265
265
  <p>A convenience function for creating multiple <a class="link" href="GSimpleAction.html" title="GSimpleAction"><span class="type">GSimpleAction</span></a> instances
266
266
  and adding them to the action group.</p>
267
267
  <div class="refsect3">
268
- <a name="id-1.4.24.6.9.6.7"></a><h4>Parameters</h4>
268
+ <a name="g-simple-action-group-add-entries.parameters"></a><h4>Parameters</h4>
269
269
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
270
270
  <colgroup>
271
271
  <col width="150px" class="parameters_name">
@@ -312,6 +312,6 @@ an array of <a class="link" href="GActionMap.html#GActionEntry" title="struct GA
312
312
  </div>
313
313
  </div>
314
314
  <div class="footer">
315
- <hr>Generated by GTK-Doc V1.24</div>
315
+ <hr>Generated by GTK-Doc V1.25.1</div>
316
316
  </body>
317
317
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="async.html" title="Asynchronous I/O">
9
9
  <link rel="prev" href="gio-GIOScheduler.html" title="GIOScheduler">
10
10
  <link rel="next" href="conversion.html" title="Data conversion">
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">
@@ -99,7 +99,7 @@
99
99
  </tr>
100
100
  <tr>
101
101
  <td class="function_type">
102
- <a href="../glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
102
+ <a href="../glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
103
103
  </td>
104
104
  <td class="function_name">
105
105
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gpointer" title="g_simple_async_result_get_op_res_gpointer ()">g_simple_async_result_get_op_res_gpointer</a> <span class="c_punctuation">()</span>
@@ -115,7 +115,7 @@
115
115
  </tr>
116
116
  <tr>
117
117
  <td class="function_type">
118
- <a href="../glib/glib-Basic-Types.html#gssize"><span class="returnvalue">gssize</span></a>
118
+ <a href="../glib-Basic-Types.html#gssize"><span class="returnvalue">gssize</span></a>
119
119
  </td>
120
120
  <td class="function_name">
121
121
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gssize" title="g_simple_async_result_get_op_res_gssize ()">g_simple_async_result_get_op_res_gssize</a> <span class="c_punctuation">()</span>
@@ -131,7 +131,7 @@
131
131
  </tr>
132
132
  <tr>
133
133
  <td class="function_type">
134
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
134
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
135
135
  </td>
136
136
  <td class="function_name">
137
137
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gboolean" title="g_simple_async_result_get_op_res_gboolean ()">g_simple_async_result_get_op_res_gboolean</a> <span class="c_punctuation">()</span>
@@ -139,7 +139,7 @@
139
139
  </tr>
140
140
  <tr>
141
141
  <td class="function_type">
142
- <a href="../glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
142
+ <a href="../glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
143
143
  </td>
144
144
  <td class="function_name">
145
145
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-get-source-tag" title="g_simple_async_result_get_source_tag ()">g_simple_async_result_get_source_tag</a> <span class="c_punctuation">()</span>
@@ -147,7 +147,7 @@
147
147
  </tr>
148
148
  <tr>
149
149
  <td class="function_type">
150
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
150
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
151
151
  </td>
152
152
  <td class="function_name">
153
153
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-is-valid" title="g_simple_async_result_is_valid ()">g_simple_async_result_is_valid</a> <span class="c_punctuation">()</span>
@@ -203,7 +203,7 @@
203
203
  </tr>
204
204
  <tr>
205
205
  <td class="function_type">
206
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
206
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
207
207
  </td>
208
208
  <td class="function_name">
209
209
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-propagate-error" title="g_simple_async_result_propagate_error ()">g_simple_async_result_propagate_error</a> <span class="c_punctuation">()</span>
@@ -267,7 +267,7 @@
267
267
  </div>
268
268
  <div class="refsect1">
269
269
  <a name="GSimpleAsyncResult.object-hierarchy"></a><h2>Object Hierarchy</h2>
270
- <pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
270
+ <pre class="screen"> <a href="../gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
271
271
  <span class="lineart">╰──</span> GSimpleAsyncResult
272
272
  </pre>
273
273
  </div>
@@ -292,7 +292,7 @@ reporting, operation cancellation and the final state of an operation,
292
292
  completely transparent to the application. Results can be returned
293
293
  as a pointer e.g. for functions that return data that is collected
294
294
  asynchronously, a boolean value for checking the success or failure
295
- of an operation, or a <a href="../glib/glib-Basic-Types.html#gssize"><span class="type">gssize</span></a> for operations which return the number
295
+ of an operation, or a <a href="../glib-Basic-Types.html#gssize"><span class="type">gssize</span></a> for operations which return the number
296
296
  of bytes modified by the operation; all of the simple return cases
297
297
  are covered.</p>
298
298
  <p>Most of the time, an application will not need to know of the details
@@ -305,10 +305,10 @@ are completed, it is important to understand this functionality.</p>
305
305
  that asynchronous functions and their finishing functions are used
306
306
  together correctly.</p>
307
307
  <p>To create a new <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a>, call <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-new" title="g_simple_async_result_new ()"><code class="function">g_simple_async_result_new()</code></a>.
308
- If the result needs to be created for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, use
308
+ If the result needs to be created for a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, use
309
309
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-new-from-error" title="g_simple_async_result_new_from_error ()"><code class="function">g_simple_async_result_new_from_error()</code></a> or
310
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-new-take-error" title="g_simple_async_result_new_take_error ()"><code class="function">g_simple_async_result_new_take_error()</code></a>. If a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> is not available
311
- (e.g. the asynchronous operation's doesn't take a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> argument),
310
+ <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-new-take-error" title="g_simple_async_result_new_take_error ()"><code class="function">g_simple_async_result_new_take_error()</code></a>. If a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> is not available
311
+ (e.g. the asynchronous operation's doesn't take a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> argument),
312
312
  but the result still needs to be created for an error condition, use
313
313
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-new-error" title="g_simple_async_result_new_error ()"><code class="function">g_simple_async_result_new_error()</code></a> (or <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-error-va" title="g_simple_async_result_set_error_va ()"><code class="function">g_simple_async_result_set_error_va()</code></a>
314
314
  if your application or binding requires passing a variable argument list
@@ -316,15 +316,15 @@ directly), and the error can then be propagated through the use of
316
316
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-propagate-error" title="g_simple_async_result_propagate_error ()"><code class="function">g_simple_async_result_propagate_error()</code></a>.</p>
317
317
  <p>An asynchronous operation can be made to ignore a cancellation event by
318
318
  calling <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-handle-cancellation" title="g_simple_async_result_set_handle_cancellation ()"><code class="function">g_simple_async_result_set_handle_cancellation()</code></a> with a
319
- <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> for the operation and <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. This is useful for
319
+ <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> for the operation and <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. This is useful for
320
320
  operations that are dangerous to cancel, such as close (which would
321
321
  cause a leak if cancelled before being run).</p>
322
- <p>GSimpleAsyncResult can integrate into GLib's event loop, <a href="../glib/glib-The-Main-Event-Loop.html#GMainLoop"><span class="type">GMainLoop</span></a>,
323
- or it can use <a href="../glib/glib-Threads.html#GThread"><span class="type">GThreads</span></a>.
322
+ <p>GSimpleAsyncResult can integrate into GLib's event loop, <a href="../glib-The-Main-Event-Loop.html#GMainLoop"><span class="type">GMainLoop</span></a>,
323
+ or it can use <a href="../glib-Threads.html#GThread"><span class="type">GThreads</span></a>.
324
324
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-complete" title="g_simple_async_result_complete ()"><code class="function">g_simple_async_result_complete()</code></a> will finish an I/O task directly
325
325
  from the point where it is called. <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-complete-in-idle" title="g_simple_async_result_complete_in_idle ()"><code class="function">g_simple_async_result_complete_in_idle()</code></a>
326
326
  will finish it from an idle handler in the
327
- <a href="../glib/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main context</a>
327
+ <a href="../glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main context</a>
328
328
  . <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-run-in-thread" title="g_simple_async_result_run_in_thread ()"><code class="function">g_simple_async_result_run_in_thread()</code></a> will run the
329
329
  job in a separate thread and then deliver the result to the
330
330
  thread-default main context.</p>
@@ -454,7 +454,7 @@ using GSimpleAsyncResult looks something like this:</p>
454
454
  <span class="string">&quot;Go to the supermarket&quot;</span><span class="gtkdoc opt">);</span>
455
455
  <span class="keyword">else</span>
456
456
  <span class="function"><a href="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gpointer">g_simple_async_result_set_op_res_gpointer</a></span> <span class="gtkdoc opt">(</span>result<span class="gtkdoc opt">,</span>
457
- <span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#g-object-ref">g_object_ref</a></span> <span class="gtkdoc opt">(</span>cake<span class="gtkdoc opt">),</span>
457
+ <span class="function"><a href="../gobject-The-Base-Object-Type.html#g-object-ref">g_object_ref</a></span> <span class="gtkdoc opt">(</span>cake<span class="gtkdoc opt">),</span>
458
458
  g_object_unref<span class="gtkdoc opt">);</span>
459
459
 
460
460
 
@@ -464,7 +464,7 @@ using GSimpleAsyncResult looks something like this:</p>
464
464
  <span class="gtkdoc slc">// first returning to the mainloop — inadvisable, but some APIs do so —</span>
465
465
  <span class="gtkdoc slc">// we would need to use g_simple_async_result_complete_in_idle().</span>
466
466
  <span class="function"><a href="GSimpleAsyncResult.html#g-simple-async-result-complete">g_simple_async_result_complete</a></span> <span class="gtkdoc opt">(</span>result<span class="gtkdoc opt">);</span>
467
- <span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span> <span class="gtkdoc opt">(</span>result<span class="gtkdoc opt">);</span>
467
+ <span class="function"><a href="../gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span> <span class="gtkdoc opt">(</span>result<span class="gtkdoc opt">);</span>
468
468
  <span class="gtkdoc opt">}</span>
469
469
 
470
470
  <span class="gtkdoc kwb">void</span>
@@ -478,7 +478,7 @@ using GSimpleAsyncResult looks something like this:</p>
478
478
 
479
479
  <span class="keyword">if</span> <span class="gtkdoc opt">(</span>radius <span class="gtkdoc opt">&lt;</span> <span class="number">3</span><span class="gtkdoc opt">)</span>
480
480
  <span class="gtkdoc opt">{</span>
481
- <span class="function"><a href="GSimpleAsyncResult.html#g-simple-async-report-error-in-idle">g_simple_async_report_error_in_idle</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#G-OBJECT:CAPS">G_OBJECT</a></span> <span class="gtkdoc opt">(</span>self<span class="gtkdoc opt">),</span>
481
+ <span class="function"><a href="GSimpleAsyncResult.html#g-simple-async-report-error-in-idle">g_simple_async_report_error_in_idle</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="../gobject-The-Base-Object-Type.html#G-OBJECT:CAPS">G_OBJECT</a></span> <span class="gtkdoc opt">(</span>self<span class="gtkdoc opt">),</span>
482
482
  callback<span class="gtkdoc opt">,</span>
483
483
  user_data<span class="gtkdoc opt">,</span>
484
484
  BAKER_ERRORS<span class="gtkdoc opt">,</span>
@@ -488,7 +488,7 @@ using GSimpleAsyncResult looks something like this:</p>
488
488
  <span class="keyword">return</span><span class="gtkdoc opt">;</span>
489
489
  <span class="gtkdoc opt">}</span>
490
490
 
491
- simple <span class="gtkdoc opt">=</span> <span class="function"><a href="GSimpleAsyncResult.html#g-simple-async-result-new">g_simple_async_result_new</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#G-OBJECT:CAPS">G_OBJECT</a></span> <span class="gtkdoc opt">(</span>self<span class="gtkdoc opt">),</span>
491
+ simple <span class="gtkdoc opt">=</span> <span class="function"><a href="GSimpleAsyncResult.html#g-simple-async-result-new">g_simple_async_result_new</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="../gobject-The-Base-Object-Type.html#G-OBJECT:CAPS">G_OBJECT</a></span> <span class="gtkdoc opt">(</span>self<span class="gtkdoc opt">),</span>
492
492
  callback<span class="gtkdoc opt">,</span>
493
493
  user_data<span class="gtkdoc opt">,</span>
494
494
  baker_bake_cake_async<span class="gtkdoc opt">);</span>
@@ -497,13 +497,13 @@ using GSimpleAsyncResult looks something like this:</p>
497
497
  <span class="keyword">if</span> <span class="gtkdoc opt">(</span>cake <span class="gtkdoc opt">!=</span> NULL<span class="gtkdoc opt">)</span>
498
498
  <span class="gtkdoc opt">{</span>
499
499
  <span class="function"><a href="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gpointer">g_simple_async_result_set_op_res_gpointer</a></span> <span class="gtkdoc opt">(</span>simple<span class="gtkdoc opt">,</span>
500
- <span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#g-object-ref">g_object_ref</a></span> <span class="gtkdoc opt">(</span>cake<span class="gtkdoc opt">),</span>
500
+ <span class="function"><a href="../gobject-The-Base-Object-Type.html#g-object-ref">g_object_ref</a></span> <span class="gtkdoc opt">(</span>cake<span class="gtkdoc opt">),</span>
501
501
  g_object_unref<span class="gtkdoc opt">);</span>
502
502
  <span class="function"><a href="GSimpleAsyncResult.html#g-simple-async-result-complete-in-idle">g_simple_async_result_complete_in_idle</a></span> <span class="gtkdoc opt">(</span>simple<span class="gtkdoc opt">);</span>
503
- <span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span> <span class="gtkdoc opt">(</span>simple<span class="gtkdoc opt">);</span>
503
+ <span class="function"><a href="../gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span> <span class="gtkdoc opt">(</span>simple<span class="gtkdoc opt">);</span>
504
504
  <span class="gtkdoc slc">// Drop the reference returned by _baker_get_cached_cake();</span>
505
505
  <span class="gtkdoc slc">// the GSimpleAsyncResult has taken its own reference.</span>
506
- <span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span> <span class="gtkdoc opt">(</span>cake<span class="gtkdoc opt">);</span>
506
+ <span class="function"><a href="../gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span> <span class="gtkdoc opt">(</span>cake<span class="gtkdoc opt">);</span>
507
507
  <span class="keyword">return</span><span class="gtkdoc opt">;</span>
508
508
  <span class="gtkdoc opt">}</span>
509
509
 
@@ -518,8 +518,8 @@ Cake <span class="gtkdoc opt">*</span>
518
518
  GSimpleAsyncResult <span class="gtkdoc opt">*</span>simple<span class="gtkdoc opt">;</span>
519
519
  Cake <span class="gtkdoc opt">*</span>cake<span class="gtkdoc opt">;</span>
520
520
 
521
- <span class="function"><a href="../glib/glib-Warnings-and-Assertions.html#g-return-val-if-fail">g_return_val_if_fail</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="GSimpleAsyncResult.html#g-simple-async-result-is-valid">g_simple_async_result_is_valid</a></span> <span class="gtkdoc opt">(</span>result<span class="gtkdoc opt">,</span>
522
- <span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#G-OBJECT:CAPS">G_OBJECT</a></span> <span class="gtkdoc opt">(</span>self<span class="gtkdoc opt">),</span>
521
+ <span class="function"><a href="../glib-Warnings-and-Assertions.html#g-return-val-if-fail">g_return_val_if_fail</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="GSimpleAsyncResult.html#g-simple-async-result-is-valid">g_simple_async_result_is_valid</a></span> <span class="gtkdoc opt">(</span>result<span class="gtkdoc opt">,</span>
522
+ <span class="function"><a href="../gobject-The-Base-Object-Type.html#G-OBJECT:CAPS">G_OBJECT</a></span> <span class="gtkdoc opt">(</span>self<span class="gtkdoc opt">),</span>
523
523
  baker_bake_cake_async<span class="gtkdoc opt">),</span>
524
524
  NULL<span class="gtkdoc opt">);</span>
525
525
 
@@ -529,7 +529,7 @@ Cake <span class="gtkdoc opt">*</span>
529
529
  <span class="keyword">return</span> NULL<span class="gtkdoc opt">;</span>
530
530
 
531
531
  cake <span class="gtkdoc opt">=</span> <span class="function">CAKE</span> <span class="gtkdoc opt">(</span><span class="function"><a href="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gpointer">g_simple_async_result_get_op_res_gpointer</a></span> <span class="gtkdoc opt">(</span>simple<span class="gtkdoc opt">));</span>
532
- <span class="keyword">return</span> <span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#g-object-ref">g_object_ref</a></span> <span class="gtkdoc opt">(</span>cake<span class="gtkdoc opt">);</span>
532
+ <span class="keyword">return</span> <span class="function"><a href="../gobject-The-Base-Object-Type.html#g-object-ref">g_object_ref</a></span> <span class="gtkdoc opt">(</span>cake<span class="gtkdoc opt">);</span>
533
533
  <span class="gtkdoc opt">}</span></pre></td>
534
534
  </tr>
535
535
  </tbody>
@@ -544,12 +544,12 @@ Cake <span class="gtkdoc opt">*</span>
544
544
  <a name="GSimpleAsyncThreadFunc"></a><h3>GSimpleAsyncThreadFunc ()</h3>
545
545
  <pre class="programlisting"><span class="returnvalue">void</span>
546
546
  <span class="c_punctuation">(</span>*GSimpleAsyncThreadFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *res</code></em>,
547
- <em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>,
547
+ <em class="parameter"><code><a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *object</code></em>,
548
548
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>);</pre>
549
549
  <p>Simple thread function that runs an asynchronous operation and
550
550
  checks for cancellation.</p>
551
551
  <div class="refsect3">
552
- <a name="id-1.4.5.6.9.2.5"></a><h4>Parameters</h4>
552
+ <a name="GSimpleAsyncThreadFunc.parameters"></a><h4>Parameters</h4>
553
553
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
554
554
  <colgroup>
555
555
  <col width="150px" class="parameters_name">
@@ -564,12 +564,12 @@ checks for cancellation.</p>
564
564
  </tr>
565
565
  <tr>
566
566
  <td class="parameter_name"><p>object</p></td>
567
- <td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
567
+ <td class="parameter_description"><p>a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
568
568
  <td class="parameter_annotations"> </td>
569
569
  </tr>
570
570
  <tr>
571
571
  <td class="parameter_name"><p>cancellable</p></td>
572
- <td class="parameter_description"><p>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.</p></td>
572
+ <td class="parameter_description"><p>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.</p></td>
573
573
  <td class="parameter_annotations"> </td>
574
574
  </tr>
575
575
  </tbody>
@@ -580,10 +580,10 @@ checks for cancellation.</p>
580
580
  <div class="refsect2">
581
581
  <a name="g-simple-async-result-new"></a><h3>g_simple_async_result_new ()</h3>
582
582
  <pre class="programlisting"><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="returnvalue">GSimpleAsyncResult</span></a> *
583
- g_simple_async_result_new (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *source_object</code></em>,
583
+ g_simple_async_result_new (<em class="parameter"><code><a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *source_object</code></em>,
584
584
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
585
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
586
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> source_tag</code></em>);</pre>
585
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
586
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> source_tag</code></em>);</pre>
587
587
  <div class="warning">
588
588
  <p><code class="literal">g_simple_async_result_new</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
589
589
  <p>Use <a class="link" href="GTask.html#g-task-new" title="g_task_new ()"><code class="function">g_task_new()</code></a> instead.</p>
@@ -598,7 +598,7 @@ probably should) then you should provide the user's cancellable to
598
598
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-check-cancellable" title="g_simple_async_result_set_check_cancellable ()"><code class="function">g_simple_async_result_set_check_cancellable()</code></a> immediately after
599
599
  this function returns.</p>
600
600
  <div class="refsect3">
601
- <a name="id-1.4.5.6.9.3.8"></a><h4>Parameters</h4>
601
+ <a name="g-simple-async-result-new.parameters"></a><h4>Parameters</h4>
602
602
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
603
603
  <colgroup>
604
604
  <col width="150px" class="parameters_name">
@@ -608,7 +608,7 @@ this function returns.</p>
608
608
  <tbody>
609
609
  <tr>
610
610
  <td class="parameter_name"><p>source_object</p></td>
611
- <td class="parameter_description"><p> a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
611
+ <td class="parameter_description"><p> a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
612
612
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
613
613
  </tr>
614
614
  <tr>
@@ -631,7 +631,7 @@ this function returns.</p>
631
631
  </table></div>
632
632
  </div>
633
633
  <div class="refsect3">
634
- <a name="id-1.4.5.6.9.3.9"></a><h4>Returns</h4>
634
+ <a name="g-simple-async-result-new.returns"></a><h4>Returns</h4>
635
635
  <p> a <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a>.</p>
636
636
  </div>
637
637
  </div>
@@ -639,11 +639,11 @@ this function returns.</p>
639
639
  <div class="refsect2">
640
640
  <a name="g-simple-async-result-new-error"></a><h3>g_simple_async_result_new_error ()</h3>
641
641
  <pre class="programlisting"><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="returnvalue">GSimpleAsyncResult</span></a> *
642
- g_simple_async_result_new_error (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *source_object</code></em>,
642
+ g_simple_async_result_new_error (<em class="parameter"><code><a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *source_object</code></em>,
643
643
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
644
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
645
- <em class="parameter"><code><a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> domain</code></em>,
646
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> code</code></em>,
644
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
645
+ <em class="parameter"><code><a href="../glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> domain</code></em>,
646
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gint"><span class="type">gint</span></a> code</code></em>,
647
647
  <em class="parameter"><code>const <span class="type">char</span> *format</code></em>,
648
648
  <em class="parameter"><code>...</code></em>);</pre>
649
649
  <div class="warning">
@@ -652,7 +652,7 @@ g_simple_async_result_new_error (<em class="parameter"><code><a href="../gobject
652
652
  </div>
653
653
  <p>Creates a new <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> with a set error.</p>
654
654
  <div class="refsect3">
655
- <a name="id-1.4.5.6.9.4.6"></a><h4>Parameters</h4>
655
+ <a name="g-simple-async-result-new-error.parameters"></a><h4>Parameters</h4>
656
656
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
657
657
  <colgroup>
658
658
  <col width="150px" class="parameters_name">
@@ -662,7 +662,7 @@ g_simple_async_result_new_error (<em class="parameter"><code><a href="../gobject
662
662
  <tbody>
663
663
  <tr>
664
664
  <td class="parameter_name"><p>source_object</p></td>
665
- <td class="parameter_description"><p> a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
665
+ <td class="parameter_description"><p> a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
666
666
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
667
667
  </tr>
668
668
  <tr>
@@ -678,7 +678,7 @@ g_simple_async_result_new_error (<em class="parameter"><code><a href="../gobject
678
678
  </tr>
679
679
  <tr>
680
680
  <td class="parameter_name"><p>domain</p></td>
681
- <td class="parameter_description"><p>a <a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a>.</p></td>
681
+ <td class="parameter_description"><p>a <a href="../glib-Quarks.html#GQuark"><span class="type">GQuark</span></a>.</p></td>
682
682
  <td class="parameter_annotations"> </td>
683
683
  </tr>
684
684
  <tr>
@@ -701,7 +701,7 @@ g_simple_async_result_new_error (<em class="parameter"><code><a href="../gobject
701
701
  </table></div>
702
702
  </div>
703
703
  <div class="refsect3">
704
- <a name="id-1.4.5.6.9.4.7"></a><h4>Returns</h4>
704
+ <a name="g-simple-async-result-new-error.returns"></a><h4>Returns</h4>
705
705
  <p> a <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a>.</p>
706
706
  </div>
707
707
  </div>
@@ -709,17 +709,17 @@ g_simple_async_result_new_error (<em class="parameter"><code><a href="../gobject
709
709
  <div class="refsect2">
710
710
  <a name="g-simple-async-result-new-from-error"></a><h3>g_simple_async_result_new_from_error ()</h3>
711
711
  <pre class="programlisting"><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="returnvalue">GSimpleAsyncResult</span></a> *
712
- g_simple_async_result_new_from_error (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *source_object</code></em>,
712
+ g_simple_async_result_new_from_error (<em class="parameter"><code><a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *source_object</code></em>,
713
713
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
714
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
715
- <em class="parameter"><code>const <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
714
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
715
+ <em class="parameter"><code>const <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
716
716
  <div class="warning">
717
717
  <p><code class="literal">g_simple_async_result_new_from_error</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
718
718
  <p>Use <a class="link" href="GTask.html#g-task-new" title="g_task_new ()"><code class="function">g_task_new()</code></a> and <a class="link" href="GTask.html#g-task-return-error" title="g_task_return_error ()"><code class="function">g_task_return_error()</code></a> instead.</p>
719
719
  </div>
720
720
  <p>Creates a <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> from an error condition.</p>
721
721
  <div class="refsect3">
722
- <a name="id-1.4.5.6.9.5.6"></a><h4>Parameters</h4>
722
+ <a name="g-simple-async-result-new-from-error.parameters"></a><h4>Parameters</h4>
723
723
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
724
724
  <colgroup>
725
725
  <col width="150px" class="parameters_name">
@@ -729,7 +729,7 @@ g_simple_async_result_new_from_error (<em class="parameter"><code><a href="../go
729
729
  <tbody>
730
730
  <tr>
731
731
  <td class="parameter_name"><p>source_object</p></td>
732
- <td class="parameter_description"><p> a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
732
+ <td class="parameter_description"><p> a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
733
733
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
734
734
  </tr>
735
735
  <tr>
@@ -745,14 +745,14 @@ g_simple_async_result_new_from_error (<em class="parameter"><code><a href="../go
745
745
  </tr>
746
746
  <tr>
747
747
  <td class="parameter_name"><p>error</p></td>
748
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
748
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
749
749
  <td class="parameter_annotations"> </td>
750
750
  </tr>
751
751
  </tbody>
752
752
  </table></div>
753
753
  </div>
754
754
  <div class="refsect3">
755
- <a name="id-1.4.5.6.9.5.7"></a><h4>Returns</h4>
755
+ <a name="g-simple-async-result-new-from-error.returns"></a><h4>Returns</h4>
756
756
  <p> a <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a>.</p>
757
757
  </div>
758
758
  </div>
@@ -760,10 +760,10 @@ g_simple_async_result_new_from_error (<em class="parameter"><code><a href="../go
760
760
  <div class="refsect2">
761
761
  <a name="g-simple-async-result-new-take-error"></a><h3>g_simple_async_result_new_take_error ()</h3>
762
762
  <pre class="programlisting"><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="returnvalue">GSimpleAsyncResult</span></a> *
763
- g_simple_async_result_new_take_error (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *source_object</code></em>,
763
+ g_simple_async_result_new_take_error (<em class="parameter"><code><a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *source_object</code></em>,
764
764
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
765
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
766
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
765
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
766
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
767
767
  <div class="warning">
768
768
  <p><code class="literal">g_simple_async_result_new_take_error</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
769
769
  <p>Use <a class="link" href="GTask.html#g-task-new" title="g_task_new ()"><code class="function">g_task_new()</code></a> and <a class="link" href="GTask.html#g-task-return-error" title="g_task_return_error ()"><code class="function">g_task_return_error()</code></a> instead.</p>
@@ -773,7 +773,7 @@ caller's ownership of <em class="parameter"><code>error</code></em>
773
773
  , so the caller does not need to free it anymore.</p>
774
774
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
775
775
  <div class="refsect3">
776
- <a name="id-1.4.5.6.9.6.8"></a><h4>Parameters</h4>
776
+ <a name="g-simple-async-result-new-take-error.parameters"></a><h4>Parameters</h4>
777
777
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
778
778
  <colgroup>
779
779
  <col width="150px" class="parameters_name">
@@ -783,7 +783,7 @@ caller's ownership of <em class="parameter"><code>error</code></em>
783
783
  <tbody>
784
784
  <tr>
785
785
  <td class="parameter_name"><p>source_object</p></td>
786
- <td class="parameter_description"><p> a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
786
+ <td class="parameter_description"><p> a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
787
787
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
788
788
  </tr>
789
789
  <tr>
@@ -799,14 +799,14 @@ caller's ownership of <em class="parameter"><code>error</code></em>
799
799
  </tr>
800
800
  <tr>
801
801
  <td class="parameter_name"><p>error</p></td>
802
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
802
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
803
803
  <td class="parameter_annotations"> </td>
804
804
  </tr>
805
805
  </tbody>
806
806
  </table></div>
807
807
  </div>
808
808
  <div class="refsect3">
809
- <a name="id-1.4.5.6.9.6.9"></a><h4>Returns</h4>
809
+ <a name="g-simple-async-result-new-take-error.returns"></a><h4>Returns</h4>
810
810
  <p> a <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a></p>
811
811
  </div>
812
812
  <p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
@@ -835,7 +835,7 @@ already been sent as an idle to the main context to be dispatched).</p>
835
835
  <p>The checking described above is done regardless of any call to the
836
836
  unrelated <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-handle-cancellation" title="g_simple_async_result_set_handle_cancellation ()"><code class="function">g_simple_async_result_set_handle_cancellation()</code></a> function.</p>
837
837
  <div class="refsect3">
838
- <a name="id-1.4.5.6.9.7.10"></a><h4>Parameters</h4>
838
+ <a name="g-simple-async-result-set-check-cancellable.parameters"></a><h4>Parameters</h4>
839
839
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
840
840
  <colgroup>
841
841
  <col width="150px" class="parameters_name">
@@ -850,7 +850,7 @@ unrelated <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-se
850
850
  </tr>
851
851
  <tr>
852
852
  <td class="parameter_name"><p>check_cancellable</p></td>
853
- <td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> to check, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset. </p></td>
853
+ <td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> to check, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset. </p></td>
854
854
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
855
855
  </tr>
856
856
  </tbody>
@@ -864,8 +864,8 @@ unrelated <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-se
864
864
  <pre class="programlisting"><span class="returnvalue">void</span>
865
865
  g_simple_async_result_set_op_res_gpointer
866
866
  (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>,
867
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> op_res</code></em>,
868
- <em class="parameter"><code><a href="../glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy_op_res</code></em>);</pre>
867
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> op_res</code></em>,
868
+ <em class="parameter"><code><a href="../glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy_op_res</code></em>);</pre>
869
869
  <div class="warning">
870
870
  <p><code class="literal">g_simple_async_result_set_op_res_gpointer</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
871
871
  <p>Use <a class="link" href="GTask.html" title="GTask"><span class="type">GTask</span></a> and <a class="link" href="GTask.html#g-task-return-pointer" title="g_task_return_pointer ()"><code class="function">g_task_return_pointer()</code></a> instead.</p>
@@ -873,7 +873,7 @@ g_simple_async_result_set_op_res_gpointer
873
873
  <p>Sets the operation result within the asynchronous result to a pointer.</p>
874
874
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
875
875
  <div class="refsect3">
876
- <a name="id-1.4.5.6.9.8.7"></a><h4>Parameters</h4>
876
+ <a name="g-simple-async-result-set-op-res-gpointer.parameters"></a><h4>Parameters</h4>
877
877
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
878
878
  <colgroup>
879
879
  <col width="150px" class="parameters_name">
@@ -893,7 +893,7 @@ g_simple_async_result_set_op_res_gpointer
893
893
  </tr>
894
894
  <tr>
895
895
  <td class="parameter_name"><p>destroy_op_res</p></td>
896
- <td class="parameter_description"><p>a <a href="../glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> function.</p></td>
896
+ <td class="parameter_description"><p>a <a href="../glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> function.</p></td>
897
897
  <td class="parameter_annotations"> </td>
898
898
  </tr>
899
899
  </tbody>
@@ -903,7 +903,7 @@ g_simple_async_result_set_op_res_gpointer
903
903
  <hr>
904
904
  <div class="refsect2">
905
905
  <a name="g-simple-async-result-get-op-res-gpointer"></a><h3>g_simple_async_result_get_op_res_gpointer ()</h3>
906
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
906
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
907
907
  g_simple_async_result_get_op_res_gpointer
908
908
  (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>);</pre>
909
909
  <div class="warning">
@@ -913,7 +913,7 @@ g_simple_async_result_get_op_res_gpointer
913
913
  <p>Gets a pointer result as returned by the asynchronous function.</p>
914
914
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
915
915
  <div class="refsect3">
916
- <a name="id-1.4.5.6.9.9.7"></a><h4>Parameters</h4>
916
+ <a name="g-simple-async-result-get-op-res-gpointer.parameters"></a><h4>Parameters</h4>
917
917
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
918
918
  <colgroup>
919
919
  <col width="150px" class="parameters_name">
@@ -928,7 +928,7 @@ g_simple_async_result_get_op_res_gpointer
928
928
  </table></div>
929
929
  </div>
930
930
  <div class="refsect3">
931
- <a name="id-1.4.5.6.9.9.8"></a><h4>Returns</h4>
931
+ <a name="g-simple-async-result-get-op-res-gpointer.returns"></a><h4>Returns</h4>
932
932
  <p> a pointer from the result.</p>
933
933
  </div>
934
934
  </div>
@@ -938,7 +938,7 @@ g_simple_async_result_get_op_res_gpointer
938
938
  <pre class="programlisting"><span class="returnvalue">void</span>
939
939
  g_simple_async_result_set_op_res_gssize
940
940
  (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>,
941
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gssize"><span class="type">gssize</span></a> op_res</code></em>);</pre>
941
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gssize"><span class="type">gssize</span></a> op_res</code></em>);</pre>
942
942
  <div class="warning">
943
943
  <p><code class="literal">g_simple_async_result_set_op_res_gssize</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
944
944
  <p>Use <a class="link" href="GTask.html" title="GTask"><span class="type">GTask</span></a> and <a class="link" href="GTask.html#g-task-return-int" title="g_task_return_int ()"><code class="function">g_task_return_int()</code></a> instead.</p>
@@ -947,7 +947,7 @@ g_simple_async_result_set_op_res_gssize
947
947
  the given <em class="parameter"><code>op_res</code></em>
948
948
  .</p>
949
949
  <div class="refsect3">
950
- <a name="id-1.4.5.6.9.10.6"></a><h4>Parameters</h4>
950
+ <a name="g-simple-async-result-set-op-res-gssize.parameters"></a><h4>Parameters</h4>
951
951
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
952
952
  <colgroup>
953
953
  <col width="150px" class="parameters_name">
@@ -962,7 +962,7 @@ the given <em class="parameter"><code>op_res</code></em>
962
962
  </tr>
963
963
  <tr>
964
964
  <td class="parameter_name"><p>op_res</p></td>
965
- <td class="parameter_description"><p>a <a href="../glib/glib-Basic-Types.html#gssize"><span class="type">gssize</span></a>.</p></td>
965
+ <td class="parameter_description"><p>a <a href="../glib-Basic-Types.html#gssize"><span class="type">gssize</span></a>.</p></td>
966
966
  <td class="parameter_annotations"> </td>
967
967
  </tr>
968
968
  </tbody>
@@ -972,7 +972,7 @@ the given <em class="parameter"><code>op_res</code></em>
972
972
  <hr>
973
973
  <div class="refsect2">
974
974
  <a name="g-simple-async-result-get-op-res-gssize"></a><h3>g_simple_async_result_get_op_res_gssize ()</h3>
975
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gssize"><span class="returnvalue">gssize</span></a>
975
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gssize"><span class="returnvalue">gssize</span></a>
976
976
  g_simple_async_result_get_op_res_gssize
977
977
  (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>);</pre>
978
978
  <div class="warning">
@@ -981,7 +981,7 @@ g_simple_async_result_get_op_res_gssize
981
981
  </div>
982
982
  <p>Gets a gssize from the asynchronous result.</p>
983
983
  <div class="refsect3">
984
- <a name="id-1.4.5.6.9.11.6"></a><h4>Parameters</h4>
984
+ <a name="g-simple-async-result-get-op-res-gssize.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">
@@ -996,7 +996,7 @@ g_simple_async_result_get_op_res_gssize
996
996
  </table></div>
997
997
  </div>
998
998
  <div class="refsect3">
999
- <a name="id-1.4.5.6.9.11.7"></a><h4>Returns</h4>
999
+ <a name="g-simple-async-result-get-op-res-gssize.returns"></a><h4>Returns</h4>
1000
1000
  <p> a gssize returned from the asynchronous function.</p>
1001
1001
  </div>
1002
1002
  </div>
@@ -1006,14 +1006,14 @@ g_simple_async_result_get_op_res_gssize
1006
1006
  <pre class="programlisting"><span class="returnvalue">void</span>
1007
1007
  g_simple_async_result_set_op_res_gboolean
1008
1008
  (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>,
1009
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> op_res</code></em>);</pre>
1009
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> op_res</code></em>);</pre>
1010
1010
  <div class="warning">
1011
1011
  <p><code class="literal">g_simple_async_result_set_op_res_gboolean</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
1012
1012
  <p>Use <a class="link" href="GTask.html" title="GTask"><span class="type">GTask</span></a> and <a class="link" href="GTask.html#g-task-return-boolean" title="g_task_return_boolean ()"><code class="function">g_task_return_boolean()</code></a> instead.</p>
1013
1013
  </div>
1014
1014
  <p>Sets the operation result to a boolean within the asynchronous result.</p>
1015
1015
  <div class="refsect3">
1016
- <a name="id-1.4.5.6.9.12.6"></a><h4>Parameters</h4>
1016
+ <a name="g-simple-async-result-set-op-res-gboolean.parameters"></a><h4>Parameters</h4>
1017
1017
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1018
1018
  <colgroup>
1019
1019
  <col width="150px" class="parameters_name">
@@ -1028,7 +1028,7 @@ g_simple_async_result_set_op_res_gboolean
1028
1028
  </tr>
1029
1029
  <tr>
1030
1030
  <td class="parameter_name"><p>op_res</p></td>
1031
- <td class="parameter_description"><p>a <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</p></td>
1031
+ <td class="parameter_description"><p>a <a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</p></td>
1032
1032
  <td class="parameter_annotations"> </td>
1033
1033
  </tr>
1034
1034
  </tbody>
@@ -1038,7 +1038,7 @@ g_simple_async_result_set_op_res_gboolean
1038
1038
  <hr>
1039
1039
  <div class="refsect2">
1040
1040
  <a name="g-simple-async-result-get-op-res-gboolean"></a><h3>g_simple_async_result_get_op_res_gboolean ()</h3>
1041
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1041
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1042
1042
  g_simple_async_result_get_op_res_gboolean
1043
1043
  (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>);</pre>
1044
1044
  <div class="warning">
@@ -1047,7 +1047,7 @@ g_simple_async_result_get_op_res_gboolean
1047
1047
  </div>
1048
1048
  <p>Gets the operation result boolean from within the asynchronous result.</p>
1049
1049
  <div class="refsect3">
1050
- <a name="id-1.4.5.6.9.13.6"></a><h4>Parameters</h4>
1050
+ <a name="g-simple-async-result-get-op-res-gboolean.parameters"></a><h4>Parameters</h4>
1051
1051
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1052
1052
  <colgroup>
1053
1053
  <col width="150px" class="parameters_name">
@@ -1062,15 +1062,15 @@ g_simple_async_result_get_op_res_gboolean
1062
1062
  </table></div>
1063
1063
  </div>
1064
1064
  <div class="refsect3">
1065
- <a name="id-1.4.5.6.9.13.7"></a><h4>Returns</h4>
1066
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation's result was <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
1067
- if the operation's result was <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
1065
+ <a name="g-simple-async-result-get-op-res-gboolean.returns"></a><h4>Returns</h4>
1066
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation's result was <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
1067
+ if the operation's result was <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
1068
1068
  </div>
1069
1069
  </div>
1070
1070
  <hr>
1071
1071
  <div class="refsect2">
1072
1072
  <a name="g-simple-async-result-get-source-tag"></a><h3>g_simple_async_result_get_source_tag ()</h3>
1073
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
1073
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
1074
1074
  g_simple_async_result_get_source_tag (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>);</pre>
1075
1075
  <div class="warning">
1076
1076
  <p><code class="literal">g_simple_async_result_get_source_tag</code> has been deprecated since version 2.46. and should not be used in newly-written code.</p>
@@ -1079,7 +1079,7 @@ g_simple_async_result_get_source_tag (<em class="parameter"><code><a class="link
1079
1079
  <p>Gets the source tag for the <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a>.</p>
1080
1080
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
1081
1081
  <div class="refsect3">
1082
- <a name="id-1.4.5.6.9.14.7"></a><h4>Parameters</h4>
1082
+ <a name="g-simple-async-result-get-source-tag.parameters"></a><h4>Parameters</h4>
1083
1083
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1084
1084
  <colgroup>
1085
1085
  <col width="150px" class="parameters_name">
@@ -1094,17 +1094,17 @@ g_simple_async_result_get_source_tag (<em class="parameter"><code><a class="link
1094
1094
  </table></div>
1095
1095
  </div>
1096
1096
  <div class="refsect3">
1097
- <a name="id-1.4.5.6.9.14.8"></a><h4>Returns</h4>
1098
- <p> a <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> to the source object for the <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a>.</p>
1097
+ <a name="g-simple-async-result-get-source-tag.returns"></a><h4>Returns</h4>
1098
+ <p> a <a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> to the source object for the <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a>.</p>
1099
1099
  </div>
1100
1100
  </div>
1101
1101
  <hr>
1102
1102
  <div class="refsect2">
1103
1103
  <a name="g-simple-async-result-is-valid"></a><h3>g_simple_async_result_is_valid ()</h3>
1104
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1104
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1105
1105
  g_simple_async_result_is_valid (<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
1106
- <em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *source</code></em>,
1107
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> source_tag</code></em>);</pre>
1106
+ <em class="parameter"><code><a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *source</code></em>,
1107
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> source_tag</code></em>);</pre>
1108
1108
  <div class="warning">
1109
1109
  <p><code class="literal">g_simple_async_result_is_valid</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
1110
1110
  <p>Use <a class="link" href="GTask.html" title="GTask"><span class="type">GTask</span></a> and <a class="link" href="GTask.html#g-task-is-valid" title="g_task_is_valid ()"><code class="function">g_task_is_valid()</code></a> instead.</p>
@@ -1125,10 +1125,10 @@ to the _async function corresponding to the _finish function from
1125
1125
  which this function is called). (Alternatively, if either
1126
1126
  <em class="parameter"><code>source_tag</code></em>
1127
1127
  or <em class="parameter"><code>result</code></em>
1128
- 's source tag is <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the source tag
1128
+ 's source tag is <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the source tag
1129
1129
  check is skipped.)</p>
1130
1130
  <div class="refsect3">
1131
- <a name="id-1.4.5.6.9.15.8"></a><h4>Parameters</h4>
1131
+ <a name="g-simple-async-result-is-valid.parameters"></a><h4>Parameters</h4>
1132
1132
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1133
1133
  <colgroup>
1134
1134
  <col width="150px" class="parameters_name">
@@ -1143,7 +1143,7 @@ check is skipped.)</p>
1143
1143
  </tr>
1144
1144
  <tr>
1145
1145
  <td class="parameter_name"><p>source</p></td>
1146
- <td class="parameter_description"><p> the <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> passed to the _finish function. </p></td>
1146
+ <td class="parameter_description"><p> the <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> passed to the _finish function. </p></td>
1147
1147
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1148
1148
  </tr>
1149
1149
  <tr>
@@ -1155,8 +1155,8 @@ check is skipped.)</p>
1155
1155
  </table></div>
1156
1156
  </div>
1157
1157
  <div class="refsect3">
1158
- <a name="id-1.4.5.6.9.15.9"></a><h4>Returns</h4>
1159
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if all checks passed or <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> if any failed.</p>
1158
+ <a name="g-simple-async-result-is-valid.returns"></a><h4>Returns</h4>
1159
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if all checks passed or <a href="../glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> if any failed.</p>
1160
1160
  </div>
1161
1161
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
1162
1162
  </div>
@@ -1166,14 +1166,14 @@ check is skipped.)</p>
1166
1166
  <pre class="programlisting"><span class="returnvalue">void</span>
1167
1167
  g_simple_async_result_set_handle_cancellation
1168
1168
  (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>,
1169
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> handle_cancellation</code></em>);</pre>
1169
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> handle_cancellation</code></em>);</pre>
1170
1170
  <div class="warning"><p><code class="literal">g_simple_async_result_set_handle_cancellation</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p></div>
1171
1171
  <p>Sets whether to handle cancellation within the asynchronous operation.</p>
1172
1172
  <p>This function has nothing to do with
1173
1173
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-check-cancellable" title="g_simple_async_result_set_check_cancellable ()"><code class="function">g_simple_async_result_set_check_cancellable()</code></a>. It only refers to the
1174
1174
  <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> passed to <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-run-in-thread" title="g_simple_async_result_run_in_thread ()"><code class="function">g_simple_async_result_run_in_thread()</code></a>.</p>
1175
1175
  <div class="refsect3">
1176
- <a name="id-1.4.5.6.9.16.7"></a><h4>Parameters</h4>
1176
+ <a name="g-simple-async-result-set-handle-cancellation.parameters"></a><h4>Parameters</h4>
1177
1177
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1178
1178
  <colgroup>
1179
1179
  <col width="150px" class="parameters_name">
@@ -1188,7 +1188,7 @@ g_simple_async_result_set_handle_cancellation
1188
1188
  </tr>
1189
1189
  <tr>
1190
1190
  <td class="parameter_name"><p>handle_cancellation</p></td>
1191
- <td class="parameter_description"><p>a <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</p></td>
1191
+ <td class="parameter_description"><p>a <a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</p></td>
1192
1192
  <td class="parameter_annotations"> </td>
1193
1193
  </tr>
1194
1194
  </tbody>
@@ -1212,7 +1212,7 @@ invokes the callback directly. If you are in a different thread use
1212
1212
  for as long as
1213
1213
  is needed to complete the call.</p>
1214
1214
  <div class="refsect3">
1215
- <a name="id-1.4.5.6.9.17.7"></a><h4>Parameters</h4>
1215
+ <a name="g-simple-async-result-complete.parameters"></a><h4>Parameters</h4>
1216
1216
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1217
1217
  <colgroup>
1218
1218
  <col width="150px" class="parameters_name">
@@ -1238,7 +1238,7 @@ g_simple_async_result_complete_in_idle
1238
1238
  <p>Use <a class="link" href="GTask.html" title="GTask"><span class="type">GTask</span></a> instead.</p>
1239
1239
  </div>
1240
1240
  <p>Completes an asynchronous function in an idle handler in the
1241
- <a href="../glib/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main context</a>
1241
+ <a href="../glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main context</a>
1242
1242
  of the thread that <em class="parameter"><code>simple</code></em>
1243
1243
  was initially created in
1244
1244
  (and re-pushes that context around the invocation of the callback).</p>
@@ -1246,7 +1246,7 @@ of the thread that <em class="parameter"><code>simple</code></em>
1246
1246
  for as long as
1247
1247
  is needed to complete the call.</p>
1248
1248
  <div class="refsect3">
1249
- <a name="id-1.4.5.6.9.18.7"></a><h4>Parameters</h4>
1249
+ <a name="g-simple-async-result-complete-in-idle.parameters"></a><h4>Parameters</h4>
1250
1250
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1251
1251
  <colgroup>
1252
1252
  <col width="150px" class="parameters_name">
@@ -1282,7 +1282,7 @@ the result to the appropriate main loop.</p>
1282
1282
  is needed to run the job and report its completion.</p>
1283
1283
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
1284
1284
  <div class="refsect3">
1285
- <a name="id-1.4.5.6.9.19.8"></a><h4>Parameters</h4>
1285
+ <a name="g-simple-async-result-run-in-thread.parameters"></a><h4>Parameters</h4>
1286
1286
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1287
1287
  <colgroup>
1288
1288
  <col width="150px" class="parameters_name">
@@ -1307,7 +1307,7 @@ is needed to run the job and report its completion.</p>
1307
1307
  </tr>
1308
1308
  <tr>
1309
1309
  <td class="parameter_name"><p>cancellable</p></td>
1310
- <td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
1310
+ <td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
1311
1311
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1312
1312
  </tr>
1313
1313
  </tbody>
@@ -1319,14 +1319,14 @@ is needed to run the job and report its completion.</p>
1319
1319
  <a name="g-simple-async-result-set-from-error"></a><h3>g_simple_async_result_set_from_error ()</h3>
1320
1320
  <pre class="programlisting"><span class="returnvalue">void</span>
1321
1321
  g_simple_async_result_set_from_error (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>,
1322
- <em class="parameter"><code>const <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
1322
+ <em class="parameter"><code>const <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
1323
1323
  <div class="warning">
1324
1324
  <p><code class="literal">g_simple_async_result_set_from_error</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
1325
1325
  <p>Use <a class="link" href="GTask.html" title="GTask"><span class="type">GTask</span></a> and <a class="link" href="GTask.html#g-task-return-error" title="g_task_return_error ()"><code class="function">g_task_return_error()</code></a> instead.</p>
1326
1326
  </div>
1327
- <p>Sets the result from a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.</p>
1327
+ <p>Sets the result from a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.</p>
1328
1328
  <div class="refsect3">
1329
- <a name="id-1.4.5.6.9.20.6"></a><h4>Parameters</h4>
1329
+ <a name="g-simple-async-result-set-from-error.parameters"></a><h4>Parameters</h4>
1330
1330
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1331
1331
  <colgroup>
1332
1332
  <col width="150px" class="parameters_name">
@@ -1341,7 +1341,7 @@ g_simple_async_result_set_from_error (<em class="parameter"><code><a class="link
1341
1341
  </tr>
1342
1342
  <tr>
1343
1343
  <td class="parameter_name"><p>error</p></td>
1344
- <td class="parameter_description"><p><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.</p></td>
1344
+ <td class="parameter_description"><p><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.</p></td>
1345
1345
  <td class="parameter_annotations"> </td>
1346
1346
  </tr>
1347
1347
  </tbody>
@@ -1353,7 +1353,7 @@ g_simple_async_result_set_from_error (<em class="parameter"><code><a class="link
1353
1353
  <a name="g-simple-async-result-take-error"></a><h3>g_simple_async_result_take_error ()</h3>
1354
1354
  <pre class="programlisting"><span class="returnvalue">void</span>
1355
1355
  g_simple_async_result_take_error (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>,
1356
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
1356
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
1357
1357
  <div class="warning">
1358
1358
  <p><code class="literal">g_simple_async_result_take_error</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
1359
1359
  <p>Use <a class="link" href="GTask.html" title="GTask"><span class="type">GTask</span></a> and <a class="link" href="GTask.html#g-task-return-error" title="g_task_return_error ()"><code class="function">g_task_return_error()</code></a> instead.</p>
@@ -1364,7 +1364,7 @@ of <em class="parameter"><code>error</code></em>
1364
1364
  , so the caller does not need to free it any more.</p>
1365
1365
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
1366
1366
  <div class="refsect3">
1367
- <a name="id-1.4.5.6.9.21.8"></a><h4>Parameters</h4>
1367
+ <a name="g-simple-async-result-take-error.parameters"></a><h4>Parameters</h4>
1368
1368
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1369
1369
  <colgroup>
1370
1370
  <col width="150px" class="parameters_name">
@@ -1379,7 +1379,7 @@ of <em class="parameter"><code>error</code></em>
1379
1379
  </tr>
1380
1380
  <tr>
1381
1381
  <td class="parameter_name"><p>error</p></td>
1382
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
1382
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
1383
1383
  <td class="parameter_annotations"> </td>
1384
1384
  </tr>
1385
1385
  </tbody>
@@ -1390,9 +1390,9 @@ of <em class="parameter"><code>error</code></em>
1390
1390
  <hr>
1391
1391
  <div class="refsect2">
1392
1392
  <a name="g-simple-async-result-propagate-error"></a><h3>g_simple_async_result_propagate_error ()</h3>
1393
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1393
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1394
1394
  g_simple_async_result_propagate_error (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>,
1395
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **dest</code></em>);</pre>
1395
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **dest</code></em>);</pre>
1396
1396
  <div class="warning">
1397
1397
  <p><code class="literal">g_simple_async_result_propagate_error</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
1398
1398
  <p>Use <a class="link" href="GTask.html" title="GTask"><span class="type">GTask</span></a> instead.</p>
@@ -1401,10 +1401,10 @@ g_simple_async_result_propagate_error (<em class="parameter"><code><a class="lin
1401
1401
  a given destination.</p>
1402
1402
  <p>If the <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> given to a prior call to
1403
1403
  <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-check-cancellable" title="g_simple_async_result_set_check_cancellable ()"><code class="function">g_simple_async_result_set_check_cancellable()</code></a> is cancelled then this
1404
- function will return <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> with <em class="parameter"><code>dest</code></em>
1404
+ function will return <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> with <em class="parameter"><code>dest</code></em>
1405
1405
  set appropriately.</p>
1406
1406
  <div class="refsect3">
1407
- <a name="id-1.4.5.6.9.22.7"></a><h4>Parameters</h4>
1407
+ <a name="g-simple-async-result-propagate-error.parameters"></a><h4>Parameters</h4>
1408
1408
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1409
1409
  <colgroup>
1410
1410
  <col width="150px" class="parameters_name">
@@ -1426,9 +1426,9 @@ function will return <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code
1426
1426
  </table></div>
1427
1427
  </div>
1428
1428
  <div class="refsect3">
1429
- <a name="id-1.4.5.6.9.22.8"></a><h4>Returns</h4>
1430
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the error was propagated to <em class="parameter"><code>dest</code></em>
1431
- . <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
1429
+ <a name="g-simple-async-result-propagate-error.returns"></a><h4>Returns</h4>
1430
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the error was propagated to <em class="parameter"><code>dest</code></em>
1431
+ . <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
1432
1432
  </div>
1433
1433
  </div>
1434
1434
  <hr>
@@ -1436,18 +1436,18 @@ function will return <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code
1436
1436
  <a name="g-simple-async-result-set-error"></a><h3>g_simple_async_result_set_error ()</h3>
1437
1437
  <pre class="programlisting"><span class="returnvalue">void</span>
1438
1438
  g_simple_async_result_set_error (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>,
1439
- <em class="parameter"><code><a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> domain</code></em>,
1440
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> code</code></em>,
1439
+ <em class="parameter"><code><a href="../glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> domain</code></em>,
1440
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gint"><span class="type">gint</span></a> code</code></em>,
1441
1441
  <em class="parameter"><code>const <span class="type">char</span> *format</code></em>,
1442
1442
  <em class="parameter"><code>...</code></em>);</pre>
1443
1443
  <div class="warning">
1444
1444
  <p><code class="literal">g_simple_async_result_set_error</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
1445
1445
  <p>Use <a class="link" href="GTask.html" title="GTask"><span class="type">GTask</span></a> and <a class="link" href="GTask.html#g-task-return-new-error" title="g_task_return_new_error ()"><code class="function">g_task_return_new_error()</code></a> instead.</p>
1446
1446
  </div>
1447
- <p>Sets an error within the asynchronous result without a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.</p>
1447
+ <p>Sets an error within the asynchronous result without a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.</p>
1448
1448
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
1449
1449
  <div class="refsect3">
1450
- <a name="id-1.4.5.6.9.23.7"></a><h4>Parameters</h4>
1450
+ <a name="g-simple-async-result-set-error.parameters"></a><h4>Parameters</h4>
1451
1451
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1452
1452
  <colgroup>
1453
1453
  <col width="150px" class="parameters_name">
@@ -1462,7 +1462,7 @@ g_simple_async_result_set_error (<em class="parameter"><code><a class="link" hre
1462
1462
  </tr>
1463
1463
  <tr>
1464
1464
  <td class="parameter_name"><p>domain</p></td>
1465
- <td class="parameter_description"><p>a <a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> (usually <a class="link" href="gio-GIOError.html#G-IO-ERROR:CAPS" title="G_IO_ERROR"><span class="type">G_IO_ERROR</span></a>).</p></td>
1465
+ <td class="parameter_description"><p>a <a href="../glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> (usually <a class="link" href="gio-GIOError.html#G-IO-ERROR:CAPS" title="G_IO_ERROR"><span class="type">G_IO_ERROR</span></a>).</p></td>
1466
1466
  <td class="parameter_annotations"> </td>
1467
1467
  </tr>
1468
1468
  <tr>
@@ -1490,19 +1490,19 @@ g_simple_async_result_set_error (<em class="parameter"><code><a class="link" hre
1490
1490
  <a name="g-simple-async-result-set-error-va"></a><h3>g_simple_async_result_set_error_va ()</h3>
1491
1491
  <pre class="programlisting"><span class="returnvalue">void</span>
1492
1492
  g_simple_async_result_set_error_va (<em class="parameter"><code><a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult"><span class="type">GSimpleAsyncResult</span></a> *simple</code></em>,
1493
- <em class="parameter"><code><a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> domain</code></em>,
1494
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> code</code></em>,
1493
+ <em class="parameter"><code><a href="../glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> domain</code></em>,
1494
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gint"><span class="type">gint</span></a> code</code></em>,
1495
1495
  <em class="parameter"><code>const <span class="type">char</span> *format</code></em>,
1496
1496
  <em class="parameter"><code><span class="type">va_list</span> args</code></em>);</pre>
1497
1497
  <div class="warning">
1498
1498
  <p><code class="literal">g_simple_async_result_set_error_va</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
1499
1499
  <p>Use <a class="link" href="GTask.html" title="GTask"><span class="type">GTask</span></a> and <a class="link" href="GTask.html#g-task-return-error" title="g_task_return_error ()"><code class="function">g_task_return_error()</code></a> instead.</p>
1500
1500
  </div>
1501
- <p>Sets an error within the asynchronous result without a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.
1501
+ <p>Sets an error within the asynchronous result without a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.
1502
1502
  Unless writing a binding, see <a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-error" title="g_simple_async_result_set_error ()"><code class="function">g_simple_async_result_set_error()</code></a>.</p>
1503
1503
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
1504
1504
  <div class="refsect3">
1505
- <a name="id-1.4.5.6.9.24.7"></a><h4>Parameters</h4>
1505
+ <a name="g-simple-async-result-set-error-va.parameters"></a><h4>Parameters</h4>
1506
1506
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1507
1507
  <colgroup>
1508
1508
  <col width="150px" class="parameters_name">
@@ -1517,7 +1517,7 @@ Unless writing a binding, see <a class="link" href="GSimpleAsyncResult.html#g-si
1517
1517
  </tr>
1518
1518
  <tr>
1519
1519
  <td class="parameter_name"><p>domain</p></td>
1520
- <td class="parameter_description"><p>a <a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> (usually <a class="link" href="gio-GIOError.html#G-IO-ERROR:CAPS" title="G_IO_ERROR"><span class="type">G_IO_ERROR</span></a>).</p></td>
1520
+ <td class="parameter_description"><p>a <a href="../glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> (usually <a class="link" href="gio-GIOError.html#G-IO-ERROR:CAPS" title="G_IO_ERROR"><span class="type">G_IO_ERROR</span></a>).</p></td>
1521
1521
  <td class="parameter_annotations"> </td>
1522
1522
  </tr>
1523
1523
  <tr>
@@ -1543,11 +1543,11 @@ Unless writing a binding, see <a class="link" href="GSimpleAsyncResult.html#g-si
1543
1543
  <div class="refsect2">
1544
1544
  <a name="g-simple-async-report-error-in-idle"></a><h3>g_simple_async_report_error_in_idle ()</h3>
1545
1545
  <pre class="programlisting"><span class="returnvalue">void</span>
1546
- g_simple_async_report_error_in_idle (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>,
1546
+ g_simple_async_report_error_in_idle (<em class="parameter"><code><a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *object</code></em>,
1547
1547
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1548
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
1549
- <em class="parameter"><code><a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> domain</code></em>,
1550
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> code</code></em>,
1548
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
1549
+ <em class="parameter"><code><a href="../glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> domain</code></em>,
1550
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gint"><span class="type">gint</span></a> code</code></em>,
1551
1551
  <em class="parameter"><code>const <span class="type">char</span> *format</code></em>,
1552
1552
  <em class="parameter"><code>...</code></em>);</pre>
1553
1553
  <div class="warning">
@@ -1559,7 +1559,7 @@ directly setting the contents of the <a class="link" href="GAsyncResult.html" ti
1559
1559
  information.</p>
1560
1560
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
1561
1561
  <div class="refsect3">
1562
- <a name="id-1.4.5.6.9.25.7"></a><h4>Parameters</h4>
1562
+ <a name="g-simple-async-report-error-in-idle.parameters"></a><h4>Parameters</h4>
1563
1563
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1564
1564
  <colgroup>
1565
1565
  <col width="150px" class="parameters_name">
@@ -1569,7 +1569,7 @@ information.</p>
1569
1569
  <tbody>
1570
1570
  <tr>
1571
1571
  <td class="parameter_name"><p>object</p></td>
1572
- <td class="parameter_description"><p> a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1572
+ <td class="parameter_description"><p> a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1573
1573
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1574
1574
  </tr>
1575
1575
  <tr>
@@ -1585,7 +1585,7 @@ information.</p>
1585
1585
  </tr>
1586
1586
  <tr>
1587
1587
  <td class="parameter_name"><p>domain</p></td>
1588
- <td class="parameter_description"><p>a <a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> containing the error domain (usually <a class="link" href="gio-GIOError.html#G-IO-ERROR:CAPS" title="G_IO_ERROR"><span class="type">G_IO_ERROR</span></a>).</p></td>
1588
+ <td class="parameter_description"><p>a <a href="../glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> containing the error domain (usually <a class="link" href="gio-GIOError.html#G-IO-ERROR:CAPS" title="G_IO_ERROR"><span class="type">G_IO_ERROR</span></a>).</p></td>
1589
1589
  <td class="parameter_annotations"> </td>
1590
1590
  </tr>
1591
1591
  <tr>
@@ -1612,19 +1612,19 @@ information.</p>
1612
1612
  <div class="refsect2">
1613
1613
  <a name="g-simple-async-report-gerror-in-idle"></a><h3>g_simple_async_report_gerror_in_idle ()</h3>
1614
1614
  <pre class="programlisting"><span class="returnvalue">void</span>
1615
- g_simple_async_report_gerror_in_idle (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>,
1615
+ g_simple_async_report_gerror_in_idle (<em class="parameter"><code><a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *object</code></em>,
1616
1616
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1617
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
1618
- <em class="parameter"><code>const <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
1617
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
1618
+ <em class="parameter"><code>const <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
1619
1619
  <div class="warning">
1620
1620
  <p><code class="literal">g_simple_async_report_gerror_in_idle</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
1621
1621
  <p>Use <a class="link" href="GTask.html#g-task-report-error" title="g_task_report_error ()"><code class="function">g_task_report_error()</code></a>.</p>
1622
1622
  </div>
1623
1623
  <p>Reports an error in an idle function. Similar to
1624
- <a class="link" href="GSimpleAsyncResult.html#g-simple-async-report-error-in-idle" title="g_simple_async_report_error_in_idle ()"><code class="function">g_simple_async_report_error_in_idle()</code></a>, but takes a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> rather
1624
+ <a class="link" href="GSimpleAsyncResult.html#g-simple-async-report-error-in-idle" title="g_simple_async_report_error_in_idle ()"><code class="function">g_simple_async_report_error_in_idle()</code></a>, but takes a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> rather
1625
1625
  than building a new one.</p>
1626
1626
  <div class="refsect3">
1627
- <a name="id-1.4.5.6.9.26.6"></a><h4>Parameters</h4>
1627
+ <a name="g-simple-async-report-gerror-in-idle.parameters"></a><h4>Parameters</h4>
1628
1628
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1629
1629
  <colgroup>
1630
1630
  <col width="150px" class="parameters_name">
@@ -1634,7 +1634,7 @@ than building a new one.</p>
1634
1634
  <tbody>
1635
1635
  <tr>
1636
1636
  <td class="parameter_name"><p>object</p></td>
1637
- <td class="parameter_description"><p> a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1637
+ <td class="parameter_description"><p> a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1638
1638
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1639
1639
  </tr>
1640
1640
  <tr>
@@ -1650,7 +1650,7 @@ than building a new one.</p>
1650
1650
  </tr>
1651
1651
  <tr>
1652
1652
  <td class="parameter_name"><p>error</p></td>
1653
- <td class="parameter_description"><p>the <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to report</p></td>
1653
+ <td class="parameter_description"><p>the <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to report</p></td>
1654
1654
  <td class="parameter_annotations"> </td>
1655
1655
  </tr>
1656
1656
  </tbody>
@@ -1662,10 +1662,10 @@ than building a new one.</p>
1662
1662
  <a name="g-simple-async-report-take-gerror-in-idle"></a><h3>g_simple_async_report_take_gerror_in_idle ()</h3>
1663
1663
  <pre class="programlisting"><span class="returnvalue">void</span>
1664
1664
  g_simple_async_report_take_gerror_in_idle
1665
- (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>,
1665
+ (<em class="parameter"><code><a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *object</code></em>,
1666
1666
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1667
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
1668
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
1667
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
1668
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
1669
1669
  <div class="warning">
1670
1670
  <p><code class="literal">g_simple_async_report_take_gerror_in_idle</code> has been deprecated since version 2.46 and should not be used in newly-written code.</p>
1671
1671
  <p>Use <a class="link" href="GTask.html#g-task-report-error" title="g_task_report_error ()"><code class="function">g_task_report_error()</code></a>.</p>
@@ -1676,7 +1676,7 @@ ownership of <em class="parameter"><code>error</code></em>
1676
1676
  , so the caller does not have to free it any more.</p>
1677
1677
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
1678
1678
  <div class="refsect3">
1679
- <a name="id-1.4.5.6.9.27.8"></a><h4>Parameters</h4>
1679
+ <a name="g-simple-async-report-take-gerror-in-idle.parameters"></a><h4>Parameters</h4>
1680
1680
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1681
1681
  <colgroup>
1682
1682
  <col width="150px" class="parameters_name">
@@ -1686,7 +1686,7 @@ ownership of <em class="parameter"><code>error</code></em>
1686
1686
  <tbody>
1687
1687
  <tr>
1688
1688
  <td class="parameter_name"><p>object</p></td>
1689
- <td class="parameter_description"><p> a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1689
+ <td class="parameter_description"><p> a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1690
1690
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1691
1691
  </tr>
1692
1692
  <tr>
@@ -1702,7 +1702,7 @@ ownership of <em class="parameter"><code>error</code></em>
1702
1702
  </tr>
1703
1703
  <tr>
1704
1704
  <td class="parameter_name"><p>error</p></td>
1705
- <td class="parameter_description"><p>the <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to report</p></td>
1705
+ <td class="parameter_description"><p>the <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to report</p></td>
1706
1706
  <td class="parameter_annotations"> </td>
1707
1707
  </tr>
1708
1708
  </tbody>
@@ -1725,6 +1725,6 @@ ownership of <em class="parameter"><code>error</code></em>
1725
1725
  </div>
1726
1726
  </div>
1727
1727
  <div class="footer">
1728
- <hr>Generated by GTK-Doc V1.24</div>
1728
+ <hr>Generated by GTK-Doc V1.25.1</div>
1729
1729
  </body>
1730
1730
  </html>