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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (578) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/ext/glib2/extconf.rb +0 -1
  4. data/ext/glib2/rbglib-variant-type.c +5 -1
  5. data/ext/glib2/rbglib-variant.c +21 -7
  6. data/ext/glib2/rbglib.c +0 -38
  7. data/ext/glib2/rbglib.h +2 -2
  8. data/ext/glib2/rbglib_convert.c +3 -9
  9. data/ext/glib2/rbglib_matchinfo.c +4 -0
  10. data/ext/glib2/rbglib_regex.c +12 -1
  11. data/ext/glib2/rbgobj_object.c +112 -10
  12. data/ext/glib2/rbgobj_signal.c +12 -1
  13. data/ext/glib2/rbgobj_type.c +7 -1
  14. data/ext/glib2/rbgobject.c +0 -6
  15. data/ext/glib2/rbgprivate.h +0 -4
  16. data/ext/glib2/rbgutil.c +0 -2
  17. data/ext/glib2/rbgutil.h +1 -3
  18. data/lib/2.2/glib2.so +0 -0
  19. data/lib/2.3/glib2.so +0 -0
  20. data/lib/glib2.rb +7 -0
  21. data/lib/gnome2/rake/external-package.rb +119 -2
  22. data/lib/gnome2/rake/package-task.rb +63 -3
  23. data/lib/gnome2/rake/windows-binary-build-task.rb +343 -337
  24. data/lib/gnome2/rake/windows-binary-download-task.rb +151 -148
  25. data/lib/mkmf-gnome2.rb +11 -30
  26. data/test/test-binding.rb +157 -66
  27. data/test/test_glib2.rb +21 -6
  28. data/vendor/local/bin/asn1Coding.exe +0 -0
  29. data/vendor/local/bin/gdbus.exe +0 -0
  30. data/vendor/local/bin/gio-querymodules.exe +0 -0
  31. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  32. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  33. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  34. data/vendor/local/bin/glib-gettextize +1 -1
  35. data/vendor/local/bin/glib-mkenums +1 -1
  36. data/vendor/local/bin/gobject-query.exe +0 -0
  37. data/vendor/local/bin/gresource.exe +0 -0
  38. data/vendor/local/bin/gsettings.exe +0 -0
  39. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  40. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  41. data/vendor/local/bin/idn.exe +0 -0
  42. data/vendor/local/bin/libasprintf-0.dll +0 -0
  43. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  44. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  45. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  46. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  47. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  48. data/vendor/local/bin/libnettle-6-2.dll +0 -0
  49. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  50. data/vendor/local/bin/nettle-hash.exe +0 -0
  51. data/vendor/local/bin/p11-kit.exe +0 -0
  52. data/vendor/local/bin/pcregrep.exe +0 -0
  53. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  54. data/vendor/local/bin/sexp-conv.exe +0 -0
  55. data/vendor/local/include/glib-2.0/gio/gioenums.h +1 -1
  56. data/vendor/local/include/glib-2.0/glib/gmacros.h +21 -6
  57. data/vendor/local/include/glib-2.0/glib/gregex.h +1 -1
  58. data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
  59. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  60. data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
  61. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  62. data/vendor/local/lib/libasprintf.dll.a +0 -0
  63. data/vendor/local/lib/libcharset.dll.a +0 -0
  64. data/vendor/local/lib/libffi.dll.a +0 -0
  65. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  66. data/vendor/local/lib/libgio-2.0.la +1 -1
  67. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  68. data/vendor/local/lib/libglib-2.0.la +1 -1
  69. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  70. data/vendor/local/lib/libgmodule-2.0.la +1 -1
  71. data/vendor/local/lib/libgmp.dll.a +0 -0
  72. data/vendor/local/lib/libgnutls.dll.a +0 -0
  73. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  74. data/vendor/local/lib/libgobject-2.0.la +1 -1
  75. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  76. data/vendor/local/lib/libgthread-2.0.la +1 -1
  77. data/vendor/local/lib/libhogweed.dll.a +0 -0
  78. data/vendor/local/lib/libiconv.dll.a +0 -0
  79. data/vendor/local/lib/libidn.dll.a +0 -0
  80. data/vendor/local/lib/libintl.dll.a +0 -0
  81. data/vendor/local/lib/libnettle.dll.a +0 -0
  82. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  83. data/vendor/local/lib/libpcre.dll.a +0 -0
  84. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  85. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  86. data/vendor/local/lib/libtasn1.dll.a +0 -0
  87. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  88. data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
  89. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  90. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  91. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  92. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  93. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  94. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  95. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  96. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libglib-2.0.so.0.4800.0-gdb.py → libglib-2.0.so.0.4800.1-gdb.py} +0 -0
  97. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libgobject-2.0.so.0.4800.0-gdb.py → libgobject-2.0.so.0.4800.1-gdb.py} +0 -0
  98. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  99. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  100. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  101. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  102. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  103. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  104. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  105. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  106. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  107. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  108. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  109. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  110. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  111. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  112. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  113. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  114. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  115. data/vendor/local/share/gtk-doc/html/gio/GAction.html +98 -104
  116. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +116 -121
  117. data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +28 -33
  118. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +206 -211
  119. data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +9 -9
  120. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +219 -221
  121. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +87 -87
  122. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +63 -68
  123. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +36 -41
  124. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +62 -62
  125. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +29 -29
  126. data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +18 -18
  127. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +81 -81
  128. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +28 -28
  129. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +16 -21
  130. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +43 -43
  131. data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +7 -7
  132. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +38 -38
  133. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +526 -526
  134. data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +17 -17
  135. data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +66 -71
  136. data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +8 -8
  137. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +202 -202
  138. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +76 -76
  139. data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +29 -29
  140. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +43 -43
  141. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +141 -146
  142. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +32 -36
  143. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +12 -16
  144. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +28 -35
  145. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +229 -229
  146. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +51 -51
  147. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +160 -160
  148. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +86 -86
  149. data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +73 -78
  150. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +181 -186
  151. data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +29 -33
  152. data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +122 -122
  153. data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +12 -16
  154. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +14 -14
  155. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +17 -17
  156. data/vendor/local/share/gtk-doc/html/gio/GFile.html +890 -895
  157. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -16
  158. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +78 -78
  159. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +21 -21
  160. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +9 -9
  161. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +239 -239
  162. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +18 -18
  163. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +29 -29
  164. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +21 -21
  165. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +19 -19
  166. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +15 -15
  167. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +15 -15
  168. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +39 -39
  169. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +60 -60
  170. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +48 -53
  171. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +110 -110
  172. data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +37 -37
  173. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -31
  174. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +68 -75
  175. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +142 -142
  176. data/vendor/local/share/gtk-doc/html/gio/GListModel.html +44 -49
  177. data/vendor/local/share/gtk-doc/html/gio/GListStore.html +35 -35
  178. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +19 -24
  179. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +19 -19
  180. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +57 -57
  181. data/vendor/local/share/gtk-doc/html/gio/GMenu.html +143 -143
  182. data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +107 -107
  183. data/vendor/local/share/gtk-doc/html/gio/GMount.html +161 -166
  184. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +83 -83
  185. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +54 -59
  187. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +34 -34
  188. data/vendor/local/share/gtk-doc/html/gio/GNotification.html +51 -51
  189. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +186 -186
  190. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +71 -71
  191. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +40 -45
  192. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +40 -45
  193. data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +36 -36
  194. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +25 -30
  195. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +59 -59
  196. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +32 -37
  197. data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +18 -23
  198. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +147 -147
  199. data/vendor/local/share/gtk-doc/html/gio/GResource.html +114 -114
  200. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +46 -51
  201. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +354 -354
  202. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +47 -52
  203. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -46
  204. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +15 -15
  205. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +146 -146
  206. data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +5 -5
  207. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -7
  208. data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +19 -19
  209. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +454 -454
  210. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +26 -26
  211. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +138 -138
  212. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +37 -42
  213. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +54 -54
  214. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +20 -20
  215. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +91 -91
  216. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +22 -22
  217. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +38 -38
  218. data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +139 -139
  219. data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +63 -63
  220. data/vendor/local/share/gtk-doc/html/gio/GTask.html +219 -219
  221. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +12 -12
  222. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +7 -7
  223. data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +21 -21
  224. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +24 -24
  225. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +16 -16
  226. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +53 -58
  227. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +57 -57
  228. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +40 -47
  229. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +84 -84
  230. data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +79 -84
  231. data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +13 -17
  232. data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +32 -32
  233. data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +41 -46
  234. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +11 -15
  235. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +52 -52
  236. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +12 -12
  237. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +43 -43
  238. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +25 -25
  239. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +25 -25
  240. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +25 -25
  241. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +38 -38
  242. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +24 -24
  243. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +117 -122
  244. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +87 -87
  245. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +14 -14
  246. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +10 -10
  247. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -2
  248. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +2 -2
  251. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +2 -2
  253. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +2 -2
  254. data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +2 -2
  256. data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +2 -2
  257. data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +2 -2
  258. data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +2 -2
  259. data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +2 -2
  260. data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +2 -2
  263. data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +2 -2
  264. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +2 -2
  265. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
  267. data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
  268. data/vendor/local/share/gtk-doc/html/gio/ch01.html +2 -2
  269. data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -3
  270. data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
  271. data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
  272. data/vendor/local/share/gtk-doc/html/gio/ch33.html +7 -7
  273. data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +3 -3
  274. data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +4 -4
  275. data/vendor/local/share/gtk-doc/html/gio/ch34.html +2 -2
  276. data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +2 -2
  277. data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +4 -4
  278. data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +2 -2
  279. data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +2 -2
  280. data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +6 -6
  281. data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +2 -2
  282. data/vendor/local/share/gtk-doc/html/gio/ch35.html +4 -4
  283. data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +3 -3
  284. data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +10 -10
  285. data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +3 -3
  286. data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/gio/data-models.html +2 -2
  288. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
  289. data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
  290. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
  291. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
  292. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
  293. data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +2 -2
  294. data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +55 -55
  295. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
  296. data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +4 -4
  297. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
  298. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +5 -5
  299. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +51 -51
  300. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +188 -188
  301. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +72 -72
  302. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +110 -117
  303. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +48 -48
  304. data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -11
  305. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +86 -86
  306. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +7 -7
  307. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +7 -7
  308. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +103 -103
  309. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +22 -22
  310. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +15 -15
  311. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +41 -41
  312. data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -11
  313. data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +108 -108
  314. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +17 -17
  315. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +17 -17
  316. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +221 -221
  317. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +63 -63
  318. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -23
  319. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +128 -128
  320. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +57 -57
  321. data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +2 -2
  322. data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +71 -71
  323. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +6 -6
  324. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
  325. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +450 -10
  326. data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +3 -3
  327. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +2 -2
  328. data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +2 -2
  329. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -5
  330. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
  331. data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
  332. data/vendor/local/share/gtk-doc/html/gio/index.html +3 -3
  333. data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
  334. data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
  335. data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
  336. data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
  337. data/vendor/local/share/gtk-doc/html/gio/pt02.html +2 -2
  338. data/vendor/local/share/gtk-doc/html/gio/registry.html +2 -2
  339. data/vendor/local/share/gtk-doc/html/gio/resolver.html +2 -2
  340. data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
  341. data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +2 -2
  342. data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
  343. data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
  344. data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +2 -2
  345. data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
  346. data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
  347. data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
  348. data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
  349. data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
  350. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
  351. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +4 -2
  352. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +2 -2
  353. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +2 -2
  354. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +2 -2
  355. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
  356. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +2 -2
  357. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +2 -2
  358. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +2 -2
  359. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +2 -2
  360. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +2 -2
  361. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +2 -2
  362. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +2 -2
  363. data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +2 -2
  364. data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +2 -2
  365. data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +2 -2
  366. data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +2 -2
  367. data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -10
  369. data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +2 -2
  370. data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +2 -2
  371. data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +2 -2
  372. data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +2 -2
  374. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +2 -2
  376. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +2 -2
  377. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +3 -10
  378. data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
  379. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +42 -42
  380. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +44 -44
  381. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -40
  382. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +18 -18
  383. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +32 -32
  384. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +14 -14
  385. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +5 -5
  386. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +68 -68
  387. data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +14 -14
  388. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +56 -56
  389. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +120 -120
  390. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +15 -15
  391. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +35 -35
  392. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +72 -72
  393. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +21 -21
  394. data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +17 -17
  395. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +24 -24
  396. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +93 -93
  397. data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +50 -50
  398. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +64 -64
  399. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +69 -69
  400. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +19 -19
  401. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +21 -21
  402. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +80 -80
  403. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +157 -157
  404. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +20 -20
  405. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +292 -266
  406. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +423 -421
  407. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +13 -13
  408. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +92 -92
  409. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +62 -62
  410. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +12 -12
  411. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +27 -56
  412. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +84 -84
  413. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +81 -81
  414. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +31 -31
  415. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +45 -45
  416. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +55 -55
  417. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +22 -22
  418. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +80 -78
  419. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +36 -36
  420. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +83 -83
  421. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +81 -81
  422. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +4 -4
  423. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +84 -84
  424. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +34 -34
  425. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -15
  426. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +30 -30
  427. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +20 -20
  428. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +67 -67
  429. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +9 -9
  430. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +34 -34
  431. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +58 -58
  432. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +19 -19
  433. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -30
  434. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +12 -12
  435. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +195 -189
  436. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +65 -65
  437. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +91 -91
  438. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +166 -166
  439. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
  440. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +86 -86
  441. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +10 -10
  442. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
  443. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +8 -8
  444. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +46 -38
  445. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +16 -16
  446. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +134 -134
  447. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +128 -128
  448. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +19 -19
  449. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +20 -20
  450. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +2 -2
  451. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +2 -2
  452. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +2 -2
  455. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
  456. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +2 -2
  459. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
  463. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +189 -51
  464. data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
  465. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +2 -2
  466. data/vendor/local/share/gtk-doc/html/glib/gtester.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +15 -15
  468. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +17 -17
  469. data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
  470. data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +55 -55
  472. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +28 -33
  473. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +12 -12
  474. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -2
  475. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +2 -2
  476. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +2 -2
  477. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +2 -2
  478. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +2 -2
  481. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +2 -2
  482. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +2 -2
  483. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +2 -2
  484. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +2 -2
  485. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +2 -2
  486. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +2 -2
  488. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +2 -2
  489. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +2 -2
  490. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +2 -2
  492. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +2 -2
  493. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +2 -2
  494. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +2 -2
  495. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +2 -2
  496. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +2 -2
  497. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +2 -2
  498. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +2 -2
  499. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
  500. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +4 -4
  501. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +3 -3
  503. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +2 -2
  504. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +2 -2
  505. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +72 -62
  506. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +301 -301
  507. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +71 -71
  508. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +139 -139
  509. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +92 -92
  510. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +304 -304
  511. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +570 -682
  512. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +276 -276
  513. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +349 -349
  514. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +54 -54
  515. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +15 -15
  516. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
  517. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +5 -5
  518. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +2 -2
  519. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +153 -8
  520. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +3 -3
  521. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +2 -2
  522. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +9 -9
  523. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +2 -2
  524. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +2 -2
  525. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +2 -2
  526. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +4 -4
  527. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  528. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +15 -15
  529. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +2 -2
  530. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +5 -5
  531. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +4 -4
  532. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +6 -6
  533. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +2 -2
  534. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +9 -9
  535. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +4 -4
  536. data/vendor/local/share/gtk-doc/html/gobject/index.html +3 -3
  537. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +2 -2
  538. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
  539. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
  540. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
  541. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
  542. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
  543. data/vendor/local/share/gtk-doc/html/gobject/signal.html +5 -5
  544. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
  545. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
  546. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
  547. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
  548. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
  549. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +4 -4
  550. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +12 -12
  551. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +15 -15
  552. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +2 -2
  553. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +2 -2
  554. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  555. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  556. data/vendor/local/share/locale/fur/LC_MESSAGES/glib-networking.mo +0 -0
  557. data/vendor/local/share/locale/gd/LC_MESSAGES/glib-networking.mo +0 -0
  558. data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
  559. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  560. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  561. data/vendor/local/share/man/man1/gapplication.1 +1 -1
  562. data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
  563. data/vendor/local/share/man/man1/gdbus.1 +1 -1
  564. data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
  565. data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
  566. data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
  567. data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
  568. data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
  569. data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
  570. data/vendor/local/share/man/man1/gobject-query.1 +1 -1
  571. data/vendor/local/share/man/man1/gresource.1 +1 -1
  572. data/vendor/local/share/man/man1/gsettings.1 +1 -1
  573. data/vendor/local/share/man/man1/gtester-report.1 +1 -1
  574. data/vendor/local/share/man/man1/gtester.1 +1 -1
  575. metadata +6 -8
  576. data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -4612
  577. data/vendor/local/share/gtk-doc/html/glib/index.sgml +0 -3447
  578. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +0 -924
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="volume_mon.html" title="Volumes and Drives">
9
9
  <link rel="prev" href="GVolume.html" title="GVolume">
10
10
  <link rel="next" href="GDrive.html" title="GDrive">
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">
@@ -108,7 +108,7 @@
108
108
  </tr>
109
109
  <tr>
110
110
  <td class="function_type">
111
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
111
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
112
112
  </td>
113
113
  <td class="function_name">
114
114
  <a class="link" href="GMount.html#g-mount-can-unmount" title="g_mount_can_unmount ()">g_mount_can_unmount</a> <span class="c_punctuation">()</span>
@@ -124,7 +124,7 @@
124
124
  </tr>
125
125
  <tr>
126
126
  <td class="function_type">
127
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
127
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
128
128
  </td>
129
129
  <td class="function_name">
130
130
  <a class="link" href="GMount.html#g-mount-unmount-finish" title="g_mount_unmount_finish ()">g_mount_unmount_finish</a> <span class="c_punctuation">()</span>
@@ -140,7 +140,7 @@
140
140
  </tr>
141
141
  <tr>
142
142
  <td class="function_type">
143
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
143
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
144
144
  </td>
145
145
  <td class="function_name">
146
146
  <a class="link" href="GMount.html#g-mount-unmount-with-operation-finish" title="g_mount_unmount_with_operation_finish ()">g_mount_unmount_with_operation_finish</a> <span class="c_punctuation">()</span>
@@ -156,7 +156,7 @@
156
156
  </tr>
157
157
  <tr>
158
158
  <td class="function_type">
159
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
159
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
160
160
  </td>
161
161
  <td class="function_name">
162
162
  <a class="link" href="GMount.html#g-mount-remount-finish" title="g_mount_remount_finish ()">g_mount_remount_finish</a> <span class="c_punctuation">()</span>
@@ -164,7 +164,7 @@
164
164
  </tr>
165
165
  <tr>
166
166
  <td class="function_type">
167
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
167
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
168
168
  </td>
169
169
  <td class="function_name">
170
170
  <a class="link" href="GMount.html#g-mount-can-eject" title="g_mount_can_eject ()">g_mount_can_eject</a> <span class="c_punctuation">()</span>
@@ -180,7 +180,7 @@
180
180
  </tr>
181
181
  <tr>
182
182
  <td class="function_type">
183
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
183
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
184
184
  </td>
185
185
  <td class="function_name">
186
186
  <a class="link" href="GMount.html#g-mount-eject-finish" title="g_mount_eject_finish ()">g_mount_eject_finish</a> <span class="c_punctuation">()</span>
@@ -196,7 +196,7 @@
196
196
  </tr>
197
197
  <tr>
198
198
  <td class="function_type">
199
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
199
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
200
200
  </td>
201
201
  <td class="function_name">
202
202
  <a class="link" href="GMount.html#g-mount-eject-with-operation-finish" title="g_mount_eject_with_operation_finish ()">g_mount_eject_with_operation_finish</a> <span class="c_punctuation">()</span>
@@ -212,7 +212,7 @@
212
212
  </tr>
213
213
  <tr>
214
214
  <td class="function_type">
215
- <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
215
+ <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
216
216
  </td>
217
217
  <td class="function_name">
218
218
  <a class="link" href="GMount.html#g-mount-guess-content-type-finish" title="g_mount_guess_content_type_finish ()">g_mount_guess_content_type_finish</a> <span class="c_punctuation">()</span>
@@ -220,7 +220,7 @@
220
220
  </tr>
221
221
  <tr>
222
222
  <td class="function_type">
223
- <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
223
+ <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
224
224
  </td>
225
225
  <td class="function_name">
226
226
  <a class="link" href="GMount.html#g-mount-guess-content-type-sync" title="g_mount_guess_content_type_sync ()">g_mount_guess_content_type_sync</a> <span class="c_punctuation">()</span>
@@ -228,7 +228,7 @@
228
228
  </tr>
229
229
  <tr>
230
230
  <td class="function_type">
231
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
231
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
232
232
  </td>
233
233
  <td class="function_name">
234
234
  <a class="link" href="GMount.html#g-mount-is-shadowed" title="g_mount_is_shadowed ()">g_mount_is_shadowed</a> <span class="c_punctuation">()</span>
@@ -251,7 +251,7 @@
251
251
  </td>
252
252
  </tr>
253
253
  <tr>
254
- <td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
254
+ <td class="function_type">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
255
255
  </td>
256
256
  <td class="function_name">
257
257
  <a class="link" href="GMount.html#g-mount-get-sort-key" title="g_mount_get_sort_key ()">g_mount_get_sort_key</a> <span class="c_punctuation">()</span>
@@ -272,17 +272,17 @@
272
272
  <tr>
273
273
  <td class="signal_type"><span class="returnvalue">void</span></td>
274
274
  <td class="signal_name"><a class="link" href="GMount.html#GMount-changed" title="The “changed” signal">changed</a></td>
275
- <td class="signal_flags"><a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
275
+ <td class="signal_flags"><a href="../gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
276
276
  </tr>
277
277
  <tr>
278
278
  <td class="signal_type"><span class="returnvalue">void</span></td>
279
279
  <td class="signal_name"><a class="link" href="GMount.html#GMount-pre-unmount" title="The “pre-unmount” signal">pre-unmount</a></td>
280
- <td class="signal_flags"><a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
280
+ <td class="signal_flags"><a href="../gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
281
281
  </tr>
282
282
  <tr>
283
283
  <td class="signal_type"><span class="returnvalue">void</span></td>
284
284
  <td class="signal_name"><a class="link" href="GMount.html#GMount-unmounted" title="The “unmounted” signal">unmounted</a></td>
285
- <td class="signal_flags"><a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
285
+ <td class="signal_flags"><a href="../gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
286
286
  </tr>
287
287
  </tbody>
288
288
  </table></div>
@@ -316,7 +316,7 @@
316
316
  </div>
317
317
  <div class="refsect1">
318
318
  <a name="GMount.object-hierarchy"></a><h2>Object Hierarchy</h2>
319
- <pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
319
+ <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
320
320
  <span class="lineart">╰──</span> GMount
321
321
  </pre>
322
322
  </div>
@@ -324,7 +324,7 @@
324
324
  <a name="GMount.prerequisites"></a><h2>Prerequisites</h2>
325
325
  <p>
326
326
  GMount requires
327
- <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
327
+ <a href="../gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>.</p>
328
328
  </div>
329
329
  <div class="refsect1">
330
330
  <a name="GMount.includes"></a><h2>Includes</h2>
@@ -334,7 +334,7 @@ GMount requires
334
334
  <div class="refsect1">
335
335
  <a name="GMount.description"></a><h2>Description</h2>
336
336
  <p>The <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> interface represents user-visible mounts. Note, when
337
- porting from GnomeVFS, <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is the moral equivalent of <a href="/usr/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-2.0-gnome-vfs-volume.html#GnomeVFSVolume"><span class="type">GnomeVFSVolume</span></a>.</p>
337
+ porting from GnomeVFS, <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is the moral equivalent of <span class="type">GnomeVFSVolume</span>.</p>
338
338
  <p><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is a "mounted" filesystem that you can access. Mounted is in
339
339
  quotes because it's not the same as a unix mount, it might be a gvfs
340
340
  mount, but you can still access the files on it if you use GIO. Might or
@@ -361,7 +361,7 @@ g_mount_get_name (<em class="parameter"><code><a class="link" href="GMount.html"
361
361
  <p>Gets the name of <em class="parameter"><code>mount</code></em>
362
362
  .</p>
363
363
  <div class="refsect3">
364
- <a name="id-1.4.9.4.10.2.5"></a><h4>Parameters</h4>
364
+ <a name="g-mount-get-name.parameters"></a><h4>Parameters</h4>
365
365
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
366
366
  <colgroup>
367
367
  <col width="150px" class="parameters_name">
@@ -376,10 +376,10 @@ g_mount_get_name (<em class="parameter"><code><a class="link" href="GMount.html"
376
376
  </table></div>
377
377
  </div>
378
378
  <div class="refsect3">
379
- <a name="id-1.4.9.4.10.2.6"></a><h4>Returns</h4>
379
+ <a name="g-mount-get-name.returns"></a><h4>Returns</h4>
380
380
  <p> the name for the given <em class="parameter"><code>mount</code></em>
381
381
  .
382
- The returned string should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
382
+ The returned string should be freed with <a href="../glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
383
383
  when no longer needed.</p>
384
384
  </div>
385
385
  </div>
@@ -391,10 +391,10 @@ g_mount_get_uuid (<em class="parameter"><code><a class="link" href="GMount.html"
391
391
  <p>Gets the UUID for the <em class="parameter"><code>mount</code></em>
392
392
  . The reference is typically based on
393
393
  the file system UUID for the mount in question and should be
394
- considered an opaque string. Returns <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is no UUID
394
+ considered an opaque string. Returns <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is no UUID
395
395
  available.</p>
396
396
  <div class="refsect3">
397
- <a name="id-1.4.9.4.10.3.5"></a><h4>Parameters</h4>
397
+ <a name="g-mount-get-uuid.parameters"></a><h4>Parameters</h4>
398
398
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
399
399
  <colgroup>
400
400
  <col width="150px" class="parameters_name">
@@ -409,10 +409,10 @@ available.</p>
409
409
  </table></div>
410
410
  </div>
411
411
  <div class="refsect3">
412
- <a name="id-1.4.9.4.10.3.6"></a><h4>Returns</h4>
412
+ <a name="g-mount-get-uuid.returns"></a><h4>Returns</h4>
413
413
  <p> the UUID for <em class="parameter"><code>mount</code></em>
414
- or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no UUID can be computed.
415
- The returned string should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
414
+ or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no UUID can be computed.
415
+ The returned string should be freed with <a href="../glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
416
416
  when no longer needed.</p>
417
417
  </div>
418
418
  </div>
@@ -424,7 +424,7 @@ g_mount_get_icon (<em class="parameter"><code><a class="link" href="GMount.html"
424
424
  <p>Gets the icon for <em class="parameter"><code>mount</code></em>
425
425
  .</p>
426
426
  <div class="refsect3">
427
- <a name="id-1.4.9.4.10.4.5"></a><h4>Parameters</h4>
427
+ <a name="g-mount-get-icon.parameters"></a><h4>Parameters</h4>
428
428
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
429
429
  <colgroup>
430
430
  <col width="150px" class="parameters_name">
@@ -439,10 +439,10 @@ g_mount_get_icon (<em class="parameter"><code><a class="link" href="GMount.html"
439
439
  </table></div>
440
440
  </div>
441
441
  <div class="refsect3">
442
- <a name="id-1.4.9.4.10.4.6"></a><h4>Returns</h4>
442
+ <a name="g-mount-get-icon.returns"></a><h4>Returns</h4>
443
443
  <p> a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
444
444
  The returned object should be unreffed with
445
- <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
445
+ <a href="../gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
446
446
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
447
447
  </div>
448
448
  </div>
@@ -454,7 +454,7 @@ g_mount_get_symbolic_icon (<em class="parameter"><code><a class="link" href="GMo
454
454
  <p>Gets the symbolic icon for <em class="parameter"><code>mount</code></em>
455
455
  .</p>
456
456
  <div class="refsect3">
457
- <a name="id-1.4.9.4.10.5.5"></a><h4>Parameters</h4>
457
+ <a name="g-mount-get-symbolic-icon.parameters"></a><h4>Parameters</h4>
458
458
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
459
459
  <colgroup>
460
460
  <col width="150px" class="parameters_name">
@@ -469,10 +469,10 @@ g_mount_get_symbolic_icon (<em class="parameter"><code><a class="link" href="GMo
469
469
  </table></div>
470
470
  </div>
471
471
  <div class="refsect3">
472
- <a name="id-1.4.9.4.10.5.6"></a><h4>Returns</h4>
472
+ <a name="g-mount-get-symbolic-icon.returns"></a><h4>Returns</h4>
473
473
  <p> a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
474
474
  The returned object should be unreffed with
475
- <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
475
+ <a href="../gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
476
476
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
477
477
  </div>
478
478
  <p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
@@ -487,7 +487,7 @@ g_mount_get_drive (<em class="parameter"><code><a class="link" href="GMount.html
487
487
  <p>This is a convenience method for getting the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> and then
488
488
  using that object to get the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a>.</p>
489
489
  <div class="refsect3">
490
- <a name="id-1.4.9.4.10.6.6"></a><h4>Parameters</h4>
490
+ <a name="g-mount-get-drive.parameters"></a><h4>Parameters</h4>
491
491
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
492
492
  <colgroup>
493
493
  <col width="150px" class="parameters_name">
@@ -502,11 +502,11 @@ using that object to get the <a class="link" href="GDrive.html" title="GDrive"><
502
502
  </table></div>
503
503
  </div>
504
504
  <div class="refsect3">
505
- <a name="id-1.4.9.4.10.6.7"></a><h4>Returns</h4>
506
- <p> a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>mount</code></em>
505
+ <a name="g-mount-get-drive.returns"></a><h4>Returns</h4>
506
+ <p> a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>mount</code></em>
507
507
  is not associated with a volume or a drive.
508
508
  The returned object should be unreffed with
509
- <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
509
+ <a href="../gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
510
510
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
511
511
  </div>
512
512
  </div>
@@ -518,7 +518,7 @@ g_mount_get_root (<em class="parameter"><code><a class="link" href="GMount.html"
518
518
  <p>Gets the root directory on <em class="parameter"><code>mount</code></em>
519
519
  .</p>
520
520
  <div class="refsect3">
521
- <a name="id-1.4.9.4.10.7.5"></a><h4>Parameters</h4>
521
+ <a name="g-mount-get-root.parameters"></a><h4>Parameters</h4>
522
522
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
523
523
  <colgroup>
524
524
  <col width="150px" class="parameters_name">
@@ -533,10 +533,10 @@ g_mount_get_root (<em class="parameter"><code><a class="link" href="GMount.html"
533
533
  </table></div>
534
534
  </div>
535
535
  <div class="refsect3">
536
- <a name="id-1.4.9.4.10.7.6"></a><h4>Returns</h4>
536
+ <a name="g-mount-get-root.returns"></a><h4>Returns</h4>
537
537
  <p> a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>.
538
538
  The returned object should be unreffed with
539
- <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
539
+ <a href="../gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
540
540
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
541
541
  </div>
542
542
  </div>
@@ -548,7 +548,7 @@ g_mount_get_volume (<em class="parameter"><code><a class="link" href="GMount.htm
548
548
  <p>Gets the volume for the <em class="parameter"><code>mount</code></em>
549
549
  .</p>
550
550
  <div class="refsect3">
551
- <a name="id-1.4.9.4.10.8.5"></a><h4>Parameters</h4>
551
+ <a name="g-mount-get-volume.parameters"></a><h4>Parameters</h4>
552
552
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
553
553
  <colgroup>
554
554
  <col width="150px" class="parameters_name">
@@ -563,11 +563,11 @@ g_mount_get_volume (<em class="parameter"><code><a class="link" href="GMount.htm
563
563
  </table></div>
564
564
  </div>
565
565
  <div class="refsect3">
566
- <a name="id-1.4.9.4.10.8.6"></a><h4>Returns</h4>
567
- <p> a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>mount</code></em>
566
+ <a name="g-mount-get-volume.returns"></a><h4>Returns</h4>
567
+ <p> a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>mount</code></em>
568
568
  is not associated with a volume.
569
569
  The returned object should be unreffed with
570
- <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
570
+ <a href="../gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
571
571
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
572
572
  </div>
573
573
  </div>
@@ -582,7 +582,7 @@ g_mount_get_default_location (<em class="parameter"><code><a class="link" href="
582
582
  is a path that reflects the main entry point for the user (e.g.
583
583
  the home directory, or the root of the volume).</p>
584
584
  <div class="refsect3">
585
- <a name="id-1.4.9.4.10.9.5"></a><h4>Parameters</h4>
585
+ <a name="g-mount-get-default-location.parameters"></a><h4>Parameters</h4>
586
586
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
587
587
  <colgroup>
588
588
  <col width="150px" class="parameters_name">
@@ -597,22 +597,22 @@ the home directory, or the root of the volume).</p>
597
597
  </table></div>
598
598
  </div>
599
599
  <div class="refsect3">
600
- <a name="id-1.4.9.4.10.9.6"></a><h4>Returns</h4>
600
+ <a name="g-mount-get-default-location.returns"></a><h4>Returns</h4>
601
601
  <p> a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>.
602
602
  The returned object should be unreffed with
603
- <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
603
+ <a href="../gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </p>
604
604
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
605
605
  </div>
606
606
  </div>
607
607
  <hr>
608
608
  <div class="refsect2">
609
609
  <a name="g-mount-can-unmount"></a><h3>g_mount_can_unmount ()</h3>
610
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
610
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
611
611
  g_mount_can_unmount (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
612
612
  <p>Checks if <em class="parameter"><code>mount</code></em>
613
613
  can be mounted.</p>
614
614
  <div class="refsect3">
615
- <a name="id-1.4.9.4.10.10.5"></a><h4>Parameters</h4>
615
+ <a name="g-mount-can-unmount.parameters"></a><h4>Parameters</h4>
616
616
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
617
617
  <colgroup>
618
618
  <col width="150px" class="parameters_name">
@@ -627,8 +627,8 @@ g_mount_can_unmount (<em class="parameter"><code><a class="link" href="GMount.ht
627
627
  </table></div>
628
628
  </div>
629
629
  <div class="refsect3">
630
- <a name="id-1.4.9.4.10.10.6"></a><h4>Returns</h4>
631
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>mount</code></em>
630
+ <a name="g-mount-can-unmount.returns"></a><h4>Returns</h4>
631
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>mount</code></em>
632
632
  can be unmounted.</p>
633
633
  </div>
634
634
  </div>
@@ -640,7 +640,7 @@ g_mount_unmount (<em class="parameter"><code><a class="link" href="GMount.html"
640
640
  <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
641
641
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
642
642
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
643
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
643
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
644
644
  <div class="warning">
645
645
  <p><code class="literal">g_mount_unmount</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
646
646
  <p>Use <a class="link" href="GMount.html#g-mount-unmount-with-operation" title="g_mount_unmount_with_operation ()"><code class="function">g_mount_unmount_with_operation()</code></a> instead.</p>
@@ -651,7 +651,7 @@ finished by calling <a class="link" href="GMount.html#g-mount-unmount-finish" ti
651
651
  and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> data returned in the <em class="parameter"><code>callback</code></em>
652
652
  .</p>
653
653
  <div class="refsect3">
654
- <a name="id-1.4.9.4.10.11.6"></a><h4>Parameters</h4>
654
+ <a name="g-mount-unmount.parameters"></a><h4>Parameters</h4>
655
655
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
656
656
  <colgroup>
657
657
  <col width="150px" class="parameters_name">
@@ -671,12 +671,12 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
671
671
  </tr>
672
672
  <tr>
673
673
  <td class="parameter_name"><p>cancellable</p></td>
674
- <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>
674
+ <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>
675
675
  <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>
676
676
  </tr>
677
677
  <tr>
678
678
  <td class="parameter_name"><p>callback</p></td>
679
- <td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
679
+ <td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
680
680
  <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>
681
681
  </tr>
682
682
  <tr>
@@ -692,19 +692,19 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
692
692
  <hr>
693
693
  <div class="refsect2">
694
694
  <a name="g-mount-unmount-finish"></a><h3>g_mount_unmount_finish ()</h3>
695
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
695
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
696
696
  g_mount_unmount_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
697
697
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
698
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
698
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
699
699
  <div class="warning">
700
700
  <p><code class="literal">g_mount_unmount_finish</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
701
701
  <p>Use <a class="link" href="GMount.html#g-mount-unmount-with-operation-finish" title="g_mount_unmount_with_operation_finish ()"><code class="function">g_mount_unmount_with_operation_finish()</code></a> instead.</p>
702
702
  </div>
703
703
  <p>Finishes unmounting a mount. If any errors occurred during the operation,
704
704
  <em class="parameter"><code>error</code></em>
705
- will be set to contain the errors and <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
705
+ will be set to contain the errors and <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
706
706
  <div class="refsect3">
707
- <a name="id-1.4.9.4.10.12.6"></a><h4>Parameters</h4>
707
+ <a name="g-mount-unmount-finish.parameters"></a><h4>Parameters</h4>
708
708
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
709
709
  <colgroup>
710
710
  <col width="150px" class="parameters_name">
@@ -724,7 +724,7 @@ g_mount_unmount_finish (<em class="parameter"><code><a class="link" href="GMount
724
724
  </tr>
725
725
  <tr>
726
726
  <td class="parameter_name"><p>error</p></td>
727
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
727
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
728
728
  ignore.</p></td>
729
729
  <td class="parameter_annotations"> </td>
730
730
  </tr>
@@ -732,8 +732,8 @@ ignore.</p></td>
732
732
  </table></div>
733
733
  </div>
734
734
  <div class="refsect3">
735
- <a name="id-1.4.9.4.10.12.7"></a><h4>Returns</h4>
736
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully unmounted. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
735
+ <a name="g-mount-unmount-finish.returns"></a><h4>Returns</h4>
736
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully unmounted. <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
737
737
  </div>
738
738
  </div>
739
739
  <hr>
@@ -745,14 +745,14 @@ g_mount_unmount_with_operation (<em class="parameter"><code><a class="link" href
745
745
  <em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
746
746
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
747
747
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
748
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
748
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
749
749
  <p>Unmounts a mount. This is an asynchronous operation, and is
750
750
  finished by calling <a class="link" href="GMount.html#g-mount-unmount-with-operation-finish" title="g_mount_unmount_with_operation_finish ()"><code class="function">g_mount_unmount_with_operation_finish()</code></a> with the <em class="parameter"><code>mount</code></em>
751
751
 
752
752
  and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> data returned in the <em class="parameter"><code>callback</code></em>
753
753
  .</p>
754
754
  <div class="refsect3">
755
- <a name="id-1.4.9.4.10.13.5"></a><h4>Parameters</h4>
755
+ <a name="g-mount-unmount-with-operation.parameters"></a><h4>Parameters</h4>
756
756
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
757
757
  <colgroup>
758
758
  <col width="150px" class="parameters_name">
@@ -772,18 +772,18 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
772
772
  </tr>
773
773
  <tr>
774
774
  <td class="parameter_name"><p>mount_operation</p></td>
775
- <td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid
775
+ <td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid
776
776
  user interaction. </p></td>
777
777
  <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>
778
778
  </tr>
779
779
  <tr>
780
780
  <td class="parameter_name"><p>cancellable</p></td>
781
- <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>
781
+ <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>
782
782
  <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>
783
783
  </tr>
784
784
  <tr>
785
785
  <td class="parameter_name"><p>callback</p></td>
786
- <td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</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 class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</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>
@@ -800,15 +800,15 @@ user interaction. </p></td>
800
800
  <hr>
801
801
  <div class="refsect2">
802
802
  <a name="g-mount-unmount-with-operation-finish"></a><h3>g_mount_unmount_with_operation_finish ()</h3>
803
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
803
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
804
804
  g_mount_unmount_with_operation_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
805
805
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
806
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
806
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
807
807
  <p>Finishes unmounting a mount. If any errors occurred during the operation,
808
808
  <em class="parameter"><code>error</code></em>
809
- will be set to contain the errors and <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
809
+ will be set to contain the errors and <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
810
810
  <div class="refsect3">
811
- <a name="id-1.4.9.4.10.14.5"></a><h4>Parameters</h4>
811
+ <a name="g-mount-unmount-with-operation-finish.parameters"></a><h4>Parameters</h4>
812
812
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
813
813
  <colgroup>
814
814
  <col width="150px" class="parameters_name">
@@ -828,7 +828,7 @@ g_mount_unmount_with_operation_finish (<em class="parameter"><code><a class="lin
828
828
  </tr>
829
829
  <tr>
830
830
  <td class="parameter_name"><p>error</p></td>
831
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
831
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
832
832
  ignore.</p></td>
833
833
  <td class="parameter_annotations"> </td>
834
834
  </tr>
@@ -836,8 +836,8 @@ ignore.</p></td>
836
836
  </table></div>
837
837
  </div>
838
838
  <div class="refsect3">
839
- <a name="id-1.4.9.4.10.14.6"></a><h4>Returns</h4>
840
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully unmounted. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
839
+ <a name="g-mount-unmount-with-operation-finish.returns"></a><h4>Returns</h4>
840
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully unmounted. <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
841
841
  </div>
842
842
  <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
843
843
  </div>
@@ -850,11 +850,11 @@ g_mount_remount (<em class="parameter"><code><a class="link" href="GMount.html"
850
850
  <em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
851
851
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
852
852
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
853
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
853
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
854
854
  <p>Remounts a mount. This is an asynchronous operation, and is
855
855
  finished by calling <a class="link" href="GMount.html#g-mount-remount-finish" title="g_mount_remount_finish ()"><code class="function">g_mount_remount_finish()</code></a> with the <em class="parameter"><code>mount</code></em>
856
856
 
857
- and <a href="GAsyncResult.html"><span class="type">GAsyncResults</span></a> data returned in the <em class="parameter"><code>callback</code></em>
857
+ and <a href="GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResults</span></a> data returned in the <em class="parameter"><code>callback</code></em>
858
858
  .</p>
859
859
  <p>Remounting is useful when some setting affecting the operation
860
860
  of the volume has been changed, as these may need a remount to
@@ -862,7 +862,7 @@ take affect. While this is semantically equivalent with unmounting
862
862
  and then remounting not all backends might need to actually be
863
863
  unmounted.</p>
864
864
  <div class="refsect3">
865
- <a name="id-1.4.9.4.10.15.6"></a><h4>Parameters</h4>
865
+ <a name="g-mount-remount.parameters"></a><h4>Parameters</h4>
866
866
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
867
867
  <colgroup>
868
868
  <col width="150px" class="parameters_name">
@@ -882,18 +882,18 @@ unmounted.</p>
882
882
  </tr>
883
883
  <tr>
884
884
  <td class="parameter_name"><p>mount_operation</p></td>
885
- <td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid
885
+ <td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid
886
886
  user interaction. </p></td>
887
887
  <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>
888
888
  </tr>
889
889
  <tr>
890
890
  <td class="parameter_name"><p>cancellable</p></td>
891
- <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>
891
+ <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>
892
892
  <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>
893
893
  </tr>
894
894
  <tr>
895
895
  <td class="parameter_name"><p>callback</p></td>
896
- <td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
896
+ <td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
897
897
  <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>
898
898
  </tr>
899
899
  <tr>
@@ -909,15 +909,15 @@ user interaction. </p></td>
909
909
  <hr>
910
910
  <div class="refsect2">
911
911
  <a name="g-mount-remount-finish"></a><h3>g_mount_remount_finish ()</h3>
912
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
912
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
913
913
  g_mount_remount_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
914
914
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
915
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
915
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
916
916
  <p>Finishes remounting a mount. If any errors occurred during the operation,
917
917
  <em class="parameter"><code>error</code></em>
918
- will be set to contain the errors and <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
918
+ will be set to contain the errors and <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
919
919
  <div class="refsect3">
920
- <a name="id-1.4.9.4.10.16.5"></a><h4>Parameters</h4>
920
+ <a name="g-mount-remount-finish.parameters"></a><h4>Parameters</h4>
921
921
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
922
922
  <colgroup>
923
923
  <col width="150px" class="parameters_name">
@@ -937,7 +937,7 @@ g_mount_remount_finish (<em class="parameter"><code><a class="link" href="GMount
937
937
  </tr>
938
938
  <tr>
939
939
  <td class="parameter_name"><p>error</p></td>
940
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
940
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
941
941
  ignore.</p></td>
942
942
  <td class="parameter_annotations"> </td>
943
943
  </tr>
@@ -945,19 +945,19 @@ ignore.</p></td>
945
945
  </table></div>
946
946
  </div>
947
947
  <div class="refsect3">
948
- <a name="id-1.4.9.4.10.16.6"></a><h4>Returns</h4>
949
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully remounted. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
948
+ <a name="g-mount-remount-finish.returns"></a><h4>Returns</h4>
949
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully remounted. <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
950
950
  </div>
951
951
  </div>
952
952
  <hr>
953
953
  <div class="refsect2">
954
954
  <a name="g-mount-can-eject"></a><h3>g_mount_can_eject ()</h3>
955
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
955
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
956
956
  g_mount_can_eject (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
957
957
  <p>Checks if <em class="parameter"><code>mount</code></em>
958
958
  can be eject.</p>
959
959
  <div class="refsect3">
960
- <a name="id-1.4.9.4.10.17.5"></a><h4>Parameters</h4>
960
+ <a name="g-mount-can-eject.parameters"></a><h4>Parameters</h4>
961
961
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
962
962
  <colgroup>
963
963
  <col width="150px" class="parameters_name">
@@ -972,8 +972,8 @@ g_mount_can_eject (<em class="parameter"><code><a class="link" href="GMount.html
972
972
  </table></div>
973
973
  </div>
974
974
  <div class="refsect3">
975
- <a name="id-1.4.9.4.10.17.6"></a><h4>Returns</h4>
976
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>mount</code></em>
975
+ <a name="g-mount-can-eject.returns"></a><h4>Returns</h4>
976
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>mount</code></em>
977
977
  can be ejected.</p>
978
978
  </div>
979
979
  </div>
@@ -985,7 +985,7 @@ g_mount_eject (<em class="parameter"><code><a class="link" href="GMount.html" ti
985
985
  <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
986
986
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
987
987
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
988
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
988
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
989
989
  <div class="warning">
990
990
  <p><code class="literal">g_mount_eject</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
991
991
  <p>Use <a class="link" href="GMount.html#g-mount-eject-with-operation" title="g_mount_eject_with_operation ()"><code class="function">g_mount_eject_with_operation()</code></a> instead.</p>
@@ -996,7 +996,7 @@ finished by calling <a class="link" href="GMount.html#g-mount-eject-finish" titl
996
996
  and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> data returned in the <em class="parameter"><code>callback</code></em>
997
997
  .</p>
998
998
  <div class="refsect3">
999
- <a name="id-1.4.9.4.10.18.6"></a><h4>Parameters</h4>
999
+ <a name="g-mount-eject.parameters"></a><h4>Parameters</h4>
1000
1000
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1001
1001
  <colgroup>
1002
1002
  <col width="150px" class="parameters_name">
@@ -1016,12 +1016,12 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
1016
1016
  </tr>
1017
1017
  <tr>
1018
1018
  <td class="parameter_name"><p>cancellable</p></td>
1019
- <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>
1019
+ <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>
1020
1020
  <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>
1021
1021
  </tr>
1022
1022
  <tr>
1023
1023
  <td class="parameter_name"><p>callback</p></td>
1024
- <td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1024
+ <td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1025
1025
  <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>
1026
1026
  </tr>
1027
1027
  <tr>
@@ -1037,19 +1037,19 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
1037
1037
  <hr>
1038
1038
  <div class="refsect2">
1039
1039
  <a name="g-mount-eject-finish"></a><h3>g_mount_eject_finish ()</h3>
1040
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1040
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1041
1041
  g_mount_eject_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
1042
1042
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
1043
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1043
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1044
1044
  <div class="warning">
1045
1045
  <p><code class="literal">g_mount_eject_finish</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
1046
1046
  <p>Use <a class="link" href="GMount.html#g-mount-eject-with-operation-finish" title="g_mount_eject_with_operation_finish ()"><code class="function">g_mount_eject_with_operation_finish()</code></a> instead.</p>
1047
1047
  </div>
1048
1048
  <p>Finishes ejecting a mount. If any errors occurred during the operation,
1049
1049
  <em class="parameter"><code>error</code></em>
1050
- will be set to contain the errors and <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
1050
+ will be set to contain the errors and <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
1051
1051
  <div class="refsect3">
1052
- <a name="id-1.4.9.4.10.19.6"></a><h4>Parameters</h4>
1052
+ <a name="g-mount-eject-finish.parameters"></a><h4>Parameters</h4>
1053
1053
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1054
1054
  <colgroup>
1055
1055
  <col width="150px" class="parameters_name">
@@ -1069,7 +1069,7 @@ g_mount_eject_finish (<em class="parameter"><code><a class="link" href="GMount.h
1069
1069
  </tr>
1070
1070
  <tr>
1071
1071
  <td class="parameter_name"><p>error</p></td>
1072
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
1072
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
1073
1073
  ignore.</p></td>
1074
1074
  <td class="parameter_annotations"> </td>
1075
1075
  </tr>
@@ -1077,8 +1077,8 @@ ignore.</p></td>
1077
1077
  </table></div>
1078
1078
  </div>
1079
1079
  <div class="refsect3">
1080
- <a name="id-1.4.9.4.10.19.7"></a><h4>Returns</h4>
1081
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully ejected. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
1080
+ <a name="g-mount-eject-finish.returns"></a><h4>Returns</h4>
1081
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully ejected. <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
1082
1082
  </div>
1083
1083
  </div>
1084
1084
  <hr>
@@ -1090,14 +1090,14 @@ g_mount_eject_with_operation (<em class="parameter"><code><a class="link" href="
1090
1090
  <em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
1091
1091
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1092
1092
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1093
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
1093
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
1094
1094
  <p>Ejects a mount. This is an asynchronous operation, and is
1095
1095
  finished by calling <a class="link" href="GMount.html#g-mount-eject-with-operation-finish" title="g_mount_eject_with_operation_finish ()"><code class="function">g_mount_eject_with_operation_finish()</code></a> with the <em class="parameter"><code>mount</code></em>
1096
1096
 
1097
1097
  and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> data returned in the <em class="parameter"><code>callback</code></em>
1098
1098
  .</p>
1099
1099
  <div class="refsect3">
1100
- <a name="id-1.4.9.4.10.20.5"></a><h4>Parameters</h4>
1100
+ <a name="g-mount-eject-with-operation.parameters"></a><h4>Parameters</h4>
1101
1101
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1102
1102
  <colgroup>
1103
1103
  <col width="150px" class="parameters_name">
@@ -1117,18 +1117,18 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
1117
1117
  </tr>
1118
1118
  <tr>
1119
1119
  <td class="parameter_name"><p>mount_operation</p></td>
1120
- <td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid
1120
+ <td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid
1121
1121
  user interaction. </p></td>
1122
1122
  <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>
1123
1123
  </tr>
1124
1124
  <tr>
1125
1125
  <td class="parameter_name"><p>cancellable</p></td>
1126
- <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>
1126
+ <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>
1127
1127
  <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>
1128
1128
  </tr>
1129
1129
  <tr>
1130
1130
  <td class="parameter_name"><p>callback</p></td>
1131
- <td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1131
+ <td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1132
1132
  <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>
1133
1133
  </tr>
1134
1134
  <tr>
@@ -1145,15 +1145,15 @@ user interaction. </p></td>
1145
1145
  <hr>
1146
1146
  <div class="refsect2">
1147
1147
  <a name="g-mount-eject-with-operation-finish"></a><h3>g_mount_eject_with_operation_finish ()</h3>
1148
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1148
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1149
1149
  g_mount_eject_with_operation_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
1150
1150
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
1151
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1151
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1152
1152
  <p>Finishes ejecting a mount. If any errors occurred during the operation,
1153
1153
  <em class="parameter"><code>error</code></em>
1154
- will be set to contain the errors and <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
1154
+ will be set to contain the errors and <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
1155
1155
  <div class="refsect3">
1156
- <a name="id-1.4.9.4.10.21.5"></a><h4>Parameters</h4>
1156
+ <a name="g-mount-eject-with-operation-finish.parameters"></a><h4>Parameters</h4>
1157
1157
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1158
1158
  <colgroup>
1159
1159
  <col width="150px" class="parameters_name">
@@ -1173,7 +1173,7 @@ g_mount_eject_with_operation_finish (<em class="parameter"><code><a class="link"
1173
1173
  </tr>
1174
1174
  <tr>
1175
1175
  <td class="parameter_name"><p>error</p></td>
1176
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
1176
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
1177
1177
  ignore.</p></td>
1178
1178
  <td class="parameter_annotations"> </td>
1179
1179
  </tr>
@@ -1181,8 +1181,8 @@ ignore.</p></td>
1181
1181
  </table></div>
1182
1182
  </div>
1183
1183
  <div class="refsect3">
1184
- <a name="id-1.4.9.4.10.21.6"></a><h4>Returns</h4>
1185
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully ejected. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
1184
+ <a name="g-mount-eject-with-operation-finish.returns"></a><h4>Returns</h4>
1185
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully ejected. <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
1186
1186
  </div>
1187
1187
  <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
1188
1188
  </div>
@@ -1191,10 +1191,10 @@ ignore.</p></td>
1191
1191
  <a name="g-mount-guess-content-type"></a><h3>g_mount_guess_content_type ()</h3>
1192
1192
  <pre class="programlisting"><span class="returnvalue">void</span>
1193
1193
  g_mount_guess_content_type (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
1194
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_rescan</code></em>,
1194
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_rescan</code></em>,
1195
1195
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1196
1196
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1197
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
1197
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
1198
1198
  <p>Tries to guess the type of content stored on <em class="parameter"><code>mount</code></em>
1199
1199
  . Returns one or
1200
1200
  more textual identifiers of well-known content types (typically
@@ -1209,7 +1209,7 @@ is finished by calling <a class="link" href="GMount.html#g-mount-guess-content-t
1209
1209
  and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> data returned in the <em class="parameter"><code>callback</code></em>
1210
1210
  .</p>
1211
1211
  <div class="refsect3">
1212
- <a name="id-1.4.9.4.10.22.6"></a><h4>Parameters</h4>
1212
+ <a name="g-mount-guess-content-type.parameters"></a><h4>Parameters</h4>
1213
1213
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1214
1214
  <colgroup>
1215
1215
  <col width="150px" class="parameters_name">
@@ -1230,7 +1230,7 @@ Otherwise a cached result will be used if available</p></td>
1230
1230
  </tr>
1231
1231
  <tr>
1232
1232
  <td class="parameter_name"><p>cancellable</p></td>
1233
- <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>
1233
+ <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>
1234
1234
  <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>
1235
1235
  </tr>
1236
1236
  <tr>
@@ -1252,19 +1252,19 @@ Otherwise a cached result will be used if available</p></td>
1252
1252
  <hr>
1253
1253
  <div class="refsect2">
1254
1254
  <a name="g-mount-guess-content-type-finish"></a><h3>g_mount_guess_content_type_finish ()</h3>
1255
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
1255
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
1256
1256
  g_mount_guess_content_type_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
1257
1257
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
1258
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1258
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1259
1259
  <p>Finishes guessing content types of <em class="parameter"><code>mount</code></em>
1260
1260
  . If any errors occurred
1261
1261
  during the operation, <em class="parameter"><code>error</code></em>
1262
1262
  will be set to contain the errors and
1263
- <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned. In particular, you may get an
1263
+ <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned. In particular, you may get an
1264
1264
  <a class="link" href="gio-GIOError.html#G-IO-ERROR-NOT-SUPPORTED:CAPS"><code class="literal">G_IO_ERROR_NOT_SUPPORTED</code></a> if the mount does not support content
1265
1265
  guessing.</p>
1266
1266
  <div class="refsect3">
1267
- <a name="id-1.4.9.4.10.23.5"></a><h4>Parameters</h4>
1267
+ <a name="g-mount-guess-content-type-finish.parameters"></a><h4>Parameters</h4>
1268
1268
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1269
1269
  <colgroup>
1270
1270
  <col width="150px" class="parameters_name">
@@ -1284,7 +1284,7 @@ guessing.</p>
1284
1284
  </tr>
1285
1285
  <tr>
1286
1286
  <td class="parameter_name"><p>error</p></td>
1287
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
1287
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
1288
1288
  ignore</p></td>
1289
1289
  <td class="parameter_annotations"> </td>
1290
1290
  </tr>
@@ -1292,9 +1292,9 @@ ignore</p></td>
1292
1292
  </table></div>
1293
1293
  </div>
1294
1294
  <div class="refsect3">
1295
- <a name="id-1.4.9.4.10.23.6"></a><h4>Returns</h4>
1296
- <p> a <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of content types or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
1297
- Caller should free this array with <a href="../glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> when done with it. </p>
1295
+ <a name="g-mount-guess-content-type-finish.returns"></a><h4>Returns</h4>
1296
+ <p> a <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of content types or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
1297
+ Caller should free this array with <a href="../glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> when done with it. </p>
1298
1298
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p>
1299
1299
  </div>
1300
1300
  <p class="since">Since: <a class="link" href="api-index-2-18.html#api-index-2.18">2.18</a></p>
@@ -1302,11 +1302,11 @@ Caller should free this array with <a href="../glib/glib-String-Utility-Function
1302
1302
  <hr>
1303
1303
  <div class="refsect2">
1304
1304
  <a name="g-mount-guess-content-type-sync"></a><h3>g_mount_guess_content_type_sync ()</h3>
1305
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
1305
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
1306
1306
  g_mount_guess_content_type_sync (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
1307
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_rescan</code></em>,
1307
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_rescan</code></em>,
1308
1308
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1309
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1309
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1310
1310
  <p>Tries to guess the type of content stored on <em class="parameter"><code>mount</code></em>
1311
1311
  . Returns one or
1312
1312
  more textual identifiers of well-known content types (typically
@@ -1317,7 +1317,7 @@ specification for more on x-content types.</p>
1317
1317
  <p>This is an synchronous operation and as such may block doing IO;
1318
1318
  see <a class="link" href="GMount.html#g-mount-guess-content-type" title="g_mount_guess_content_type ()"><code class="function">g_mount_guess_content_type()</code></a> for the asynchronous version.</p>
1319
1319
  <div class="refsect3">
1320
- <a name="id-1.4.9.4.10.24.6"></a><h4>Parameters</h4>
1320
+ <a name="g-mount-guess-content-type-sync.parameters"></a><h4>Parameters</h4>
1321
1321
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1322
1322
  <colgroup>
1323
1323
  <col width="150px" class="parameters_name">
@@ -1338,12 +1338,12 @@ Otherwise a cached result will be used if available</p></td>
1338
1338
  </tr>
1339
1339
  <tr>
1340
1340
  <td class="parameter_name"><p>cancellable</p></td>
1341
- <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>
1341
+ <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>
1342
1342
  <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>
1343
1343
  </tr>
1344
1344
  <tr>
1345
1345
  <td class="parameter_name"><p>error</p></td>
1346
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
1346
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occurring, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
1347
1347
  ignore</p></td>
1348
1348
  <td class="parameter_annotations"> </td>
1349
1349
  </tr>
@@ -1351,9 +1351,9 @@ ignore</p></td>
1351
1351
  </table></div>
1352
1352
  </div>
1353
1353
  <div class="refsect3">
1354
- <a name="id-1.4.9.4.10.24.7"></a><h4>Returns</h4>
1355
- <p> a <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of content types or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
1356
- Caller should free this array with <a href="../glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> when done with it. </p>
1354
+ <a name="g-mount-guess-content-type-sync.returns"></a><h4>Returns</h4>
1355
+ <p> a <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of content types or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
1356
+ Caller should free this array with <a href="../glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> when done with it. </p>
1357
1357
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p>
1358
1358
  </div>
1359
1359
  <p class="since">Since: <a class="link" href="api-index-2-18.html#api-index-2.18">2.18</a></p>
@@ -1361,7 +1361,7 @@ Caller should free this array with <a href="../glib/glib-String-Utility-Function
1361
1361
  <hr>
1362
1362
  <div class="refsect2">
1363
1363
  <a name="g-mount-is-shadowed"></a><h3>g_mount_is_shadowed ()</h3>
1364
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1364
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1365
1365
  g_mount_is_shadowed (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
1366
1366
  <p>Determines if <em class="parameter"><code>mount</code></em>
1367
1367
  is shadowed. Applications or libraries should
@@ -1387,7 +1387,7 @@ root) that would shadow the original mount.</p>
1387
1387
  manage shadow mounts (and shadows the underlying mount) if the
1388
1388
  activation root on a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> is set.</p>
1389
1389
  <div class="refsect3">
1390
- <a name="id-1.4.9.4.10.25.8"></a><h4>Parameters</h4>
1390
+ <a name="g-mount-is-shadowed.parameters"></a><h4>Parameters</h4>
1391
1391
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1392
1392
  <colgroup>
1393
1393
  <col width="150px" class="parameters_name">
@@ -1402,8 +1402,8 @@ activation root on a <a class="link" href="GVolume.html" title="GVolume"><span c
1402
1402
  </table></div>
1403
1403
  </div>
1404
1404
  <div class="refsect3">
1405
- <a name="id-1.4.9.4.10.25.9"></a><h4>Returns</h4>
1406
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>mount</code></em>
1405
+ <a name="g-mount-is-shadowed.returns"></a><h4>Returns</h4>
1406
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>mount</code></em>
1407
1407
  is shadowed.</p>
1408
1408
  </div>
1409
1409
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
@@ -1421,7 +1421,7 @@ g_mount_shadow (<em class="parameter"><code><a class="link" href="GMount.html" t
1421
1421
  will need to emit the <a class="link" href="GMount.html#GMount-changed" title="The “changed” signal"><span class="type">“changed”</span></a> signal on <em class="parameter"><code>mount</code></em>
1422
1422
  manually.</p>
1423
1423
  <div class="refsect3">
1424
- <a name="id-1.4.9.4.10.26.5"></a><h4>Parameters</h4>
1424
+ <a name="g-mount-shadow.parameters"></a><h4>Parameters</h4>
1425
1425
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1426
1426
  <colgroup>
1427
1427
  <col width="150px" class="parameters_name">
@@ -1450,7 +1450,7 @@ g_mount_unshadow (<em class="parameter"><code><a class="link" href="GMount.html"
1450
1450
  will need to emit the <a class="link" href="GMount.html#GMount-changed" title="The “changed” signal"><span class="type">“changed”</span></a> signal on <em class="parameter"><code>mount</code></em>
1451
1451
  manually.</p>
1452
1452
  <div class="refsect3">
1453
- <a name="id-1.4.9.4.10.27.5"></a><h4>Parameters</h4>
1453
+ <a name="g-mount-unshadow.parameters"></a><h4>Parameters</h4>
1454
1454
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1455
1455
  <colgroup>
1456
1456
  <col width="150px" class="parameters_name">
@@ -1469,12 +1469,12 @@ will need to emit the <a class="link" href="GMount.html#GMount-changed" title="T
1469
1469
  <hr>
1470
1470
  <div class="refsect2">
1471
1471
  <a name="g-mount-get-sort-key"></a><h3>g_mount_get_sort_key ()</h3>
1472
- <pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1472
+ <pre class="programlisting">const <a href="../glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1473
1473
  g_mount_get_sort_key (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
1474
1474
  <p>Gets the sort key for <em class="parameter"><code>mount</code></em>
1475
1475
  , if any.</p>
1476
1476
  <div class="refsect3">
1477
- <a name="id-1.4.9.4.10.28.5"></a><h4>Parameters</h4>
1477
+ <a name="g-mount-get-sort-key.parameters"></a><h4>Parameters</h4>
1478
1478
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1479
1479
  <colgroup>
1480
1480
  <col width="150px" class="parameters_name">
@@ -1489,9 +1489,9 @@ g_mount_get_sort_key (<em class="parameter"><code><a class="link" href="GMount.h
1489
1489
  </table></div>
1490
1490
  </div>
1491
1491
  <div class="refsect3">
1492
- <a name="id-1.4.9.4.10.28.6"></a><h4>Returns</h4>
1492
+ <a name="g-mount-get-sort-key.returns"></a><h4>Returns</h4>
1493
1493
  <p> Sorting key for <em class="parameter"><code>mount</code></em>
1494
- or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such key is available.</p>
1494
+ or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such key is available.</p>
1495
1495
  </div>
1496
1496
  <p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
1497
1497
  </div>
@@ -1596,7 +1596,7 @@ or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">N
1596
1596
  </pre>
1597
1597
  <p>Interface for implementing operations for mounts.</p>
1598
1598
  <div class="refsect3">
1599
- <a name="id-1.4.9.4.11.3.5"></a><h4>Members</h4>
1599
+ <a name="GMountIface.members"></a><h4>Members</h4>
1600
1600
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1601
1601
  <colgroup>
1602
1602
  <col width="300px" class="struct_members_name">
@@ -1605,11 +1605,6 @@ or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">N
1605
1605
  </colgroup>
1606
1606
  <tbody>
1607
1607
  <tr>
1608
- <td class="struct_member_name"><p><a href="../gobject/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GMountIface.g-iface"></a>g_iface</code></em>;</p></td>
1609
- <td class="struct_member_description"><p>The parent interface.</p></td>
1610
- <td class="struct_member_annotations"> </td>
1611
- </tr>
1612
- <tr>
1613
1608
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GMountIface.changed"></a>changed</code></em> ()</p></td>
1614
1609
  <td class="struct_member_description"><p>Changed signal that is emitted when the mount's state has changed.</p></td>
1615
1610
  <td class="struct_member_annotations"> </td>
@@ -1636,17 +1631,17 @@ or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">N
1636
1631
  </tr>
1637
1632
  <tr>
1638
1633
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GMountIface.get-uuid"></a>get_uuid</code></em> ()</p></td>
1639
- <td class="struct_member_description"><p>Gets the UUID for the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is no UUID available.</p></td>
1634
+ <td class="struct_member_description"><p>Gets the UUID for the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is no UUID available.</p></td>
1640
1635
  <td class="struct_member_annotations"> </td>
1641
1636
  </tr>
1642
1637
  <tr>
1643
1638
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GMountIface.get-volume"></a>get_volume</code></em> ()</p></td>
1644
- <td class="struct_member_description"><p>Gets a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> the mount is located on. Returns <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is not associated with a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</p></td>
1639
+ <td class="struct_member_description"><p>Gets a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> the mount is located on. Returns <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is not associated with a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</p></td>
1645
1640
  <td class="struct_member_annotations"> </td>
1646
1641
  </tr>
1647
1642
  <tr>
1648
1643
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GMountIface.get-drive"></a>get_drive</code></em> ()</p></td>
1649
- <td class="struct_member_description"><p>Gets a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> the volume of the mount is located on. Returns <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is not associated with a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> or a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>. This is convenience method for getting the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> and using that to get the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a>.</p></td>
1644
+ <td class="struct_member_description"><p>Gets a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> the volume of the mount is located on. Returns <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is not associated with a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> or a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>. This is convenience method for getting the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> and using that to get the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a>.</p></td>
1650
1645
  <td class="struct_member_annotations"> </td>
1651
1646
  </tr>
1652
1647
  <tr>
@@ -1739,7 +1734,7 @@ type guessing. This operation was added in 2.18.</p></td>
1739
1734
  </tr>
1740
1735
  <tr>
1741
1736
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GMountIface.get-sort-key"></a>get_sort_key</code></em> ()</p></td>
1742
- <td class="struct_member_description"><p>Gets a key used for sorting <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> instance or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such key exists. Since 2.32.</p></td>
1737
+ <td class="struct_member_description"><p>Gets a key used for sorting <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> instance or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such key exists. Since 2.32.</p></td>
1743
1738
  <td class="struct_member_annotations"> </td>
1744
1739
  </tr>
1745
1740
  <tr>
@@ -1756,7 +1751,7 @@ type guessing. This operation was added in 2.18.</p></td>
1756
1751
  <a name="GMountMountFlags"></a><h3>enum GMountMountFlags</h3>
1757
1752
  <p>Flags used when mounting a mount.</p>
1758
1753
  <div class="refsect3">
1759
- <a name="id-1.4.9.4.11.4.4"></a><h4>Members</h4>
1754
+ <a name="GMountMountFlags.members"></a><h4>Members</h4>
1760
1755
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1761
1756
  <colgroup>
1762
1757
  <col width="300px" class="enum_members_name">
@@ -1778,7 +1773,7 @@ type guessing. This operation was added in 2.18.</p></td>
1778
1773
  <a name="GMountUnmountFlags"></a><h3>enum GMountUnmountFlags</h3>
1779
1774
  <p>Flags used when an unmounting a mount.</p>
1780
1775
  <div class="refsect3">
1781
- <a name="id-1.4.9.4.11.5.4"></a><h4>Members</h4>
1776
+ <a name="GMountUnmountFlags.members"></a><h4>Members</h4>
1782
1777
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1783
1778
  <colgroup>
1784
1779
  <col width="300px" class="enum_members_name">
@@ -1812,10 +1807,10 @@ type guessing. This operation was added in 2.18.</p></td>
1812
1807
  <a name="GMount-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3>
1813
1808
  <pre class="programlisting"><span class="returnvalue">void</span>
1814
1809
  user_function (<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount,
1815
- <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1810
+ <a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1816
1811
  <p>Emitted when the mount has been changed.</p>
1817
1812
  <div class="refsect3">
1818
- <a name="id-1.4.9.4.12.2.5"></a><h4>Parameters</h4>
1813
+ <a name="GMount-changed.parameters"></a><h4>Parameters</h4>
1819
1814
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1820
1815
  <colgroup>
1821
1816
  <col width="150px" class="parameters_name">
@@ -1836,18 +1831,18 @@ user_function (<a class="link" href="GMount.html" title="GMount"><span class="ty
1836
1831
  </tbody>
1837
1832
  </table></div>
1838
1833
  </div>
1839
- <p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1834
+ <p>Flags: <a href="../gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1840
1835
  </div>
1841
1836
  <hr>
1842
1837
  <div class="refsect2">
1843
1838
  <a name="GMount-pre-unmount"></a><h3>The <code class="literal">“pre-unmount”</code> signal</h3>
1844
1839
  <pre class="programlisting"><span class="returnvalue">void</span>
1845
1840
  user_function (<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount,
1846
- <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1841
+ <a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1847
1842
  <p>This signal is emitted when the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is about to be
1848
1843
  unmounted.</p>
1849
1844
  <div class="refsect3">
1850
- <a name="id-1.4.9.4.12.3.5"></a><h4>Parameters</h4>
1845
+ <a name="GMount-pre-unmount.parameters"></a><h4>Parameters</h4>
1851
1846
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1852
1847
  <colgroup>
1853
1848
  <col width="150px" class="parameters_name">
@@ -1868,7 +1863,7 @@ unmounted.</p>
1868
1863
  </tbody>
1869
1864
  </table></div>
1870
1865
  </div>
1871
- <p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1866
+ <p>Flags: <a href="../gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1872
1867
  <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
1873
1868
  </div>
1874
1869
  <hr>
@@ -1876,13 +1871,13 @@ unmounted.</p>
1876
1871
  <a name="GMount-unmounted"></a><h3>The <code class="literal">“unmounted”</code> signal</h3>
1877
1872
  <pre class="programlisting"><span class="returnvalue">void</span>
1878
1873
  user_function (<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount,
1879
- <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1874
+ <a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1880
1875
  <p>This signal is emitted when the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> have been
1881
1876
  unmounted. If the recipient is holding references to the
1882
1877
  object they should release them so the object can be
1883
1878
  finalized.</p>
1884
1879
  <div class="refsect3">
1885
- <a name="id-1.4.9.4.12.4.5"></a><h4>Parameters</h4>
1880
+ <a name="GMount-unmounted.parameters"></a><h4>Parameters</h4>
1886
1881
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1887
1882
  <colgroup>
1888
1883
  <col width="150px" class="parameters_name">
@@ -1903,7 +1898,7 @@ finalized.</p>
1903
1898
  </tbody>
1904
1899
  </table></div>
1905
1900
  </div>
1906
- <p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1901
+ <p>Flags: <a href="../gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1907
1902
  </div>
1908
1903
  </div>
1909
1904
  <div class="refsect1">
@@ -1912,6 +1907,6 @@ finalized.</p>
1912
1907
  </div>
1913
1908
  </div>
1914
1909
  <div class="footer">
1915
- <hr>Generated by GTK-Doc V1.24</div>
1910
+ <hr>Generated by GTK-Doc V1.25.1</div>
1916
1911
  </body>
1917
1912
  </html>