atk 0.90.4-x86-mingw32 → 0.90.5-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (585) hide show
  1. data/ext/atk/extconf.rb +8 -0
  2. data/lib/1.8/atk.so +0 -0
  3. data/lib/1.9/atk.so +0 -0
  4. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  5. data/vendor/local/bin/glib-gettextize +2 -2
  6. data/vendor/local/bin/glib-mkenums +35 -9
  7. data/vendor/local/bin/gobject-query.exe +0 -0
  8. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  9. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  10. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  11. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  12. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  13. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  14. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  15. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  16. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +2 -2
  17. data/vendor/local/include/atk-1.0/atk/atktext.h +1 -1
  18. data/vendor/local/include/glib-2.0/gio/gappinfo.h +0 -1
  19. data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +0 -1
  20. data/vendor/local/include/glib-2.0/gio/gcontenttype.h +18 -18
  21. data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +0 -1
  22. data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +0 -1
  23. data/vendor/local/include/glib-2.0/gio/gcredentials.h +76 -0
  24. data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +42 -25
  25. data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +0 -1
  26. data/vendor/local/include/glib-2.0/gio/gdbusaddress.h +58 -0
  27. data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +46 -0
  28. data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +562 -0
  29. data/vendor/local/include/glib-2.0/gio/gdbuserror.h +100 -0
  30. data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +286 -0
  31. data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +149 -0
  32. data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +73 -0
  33. data/vendor/local/include/glib-2.0/gio/gdbusnameowning.h +112 -0
  34. data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +94 -0
  35. data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +167 -0
  36. data/vendor/local/include/glib-2.0/gio/gdbusserver.h +54 -0
  37. data/vendor/local/include/glib-2.0/gio/gdbusutils.h +44 -0
  38. data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +0 -1
  39. data/vendor/local/include/glib-2.0/gio/gfileinfo.h +1 -0
  40. data/vendor/local/include/glib-2.0/gio/gio.h +30 -9
  41. data/vendor/local/include/glib-2.0/gio/gioenums.h +526 -8
  42. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +42 -0
  43. data/vendor/local/include/glib-2.0/gio/gioerror.h +4 -0
  44. data/vendor/local/include/glib-2.0/gio/giotypes.h +36 -0
  45. data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +1 -0
  46. data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +4 -0
  47. data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +2 -0
  48. data/vendor/local/include/glib-2.0/gio/gpermission.h +118 -0
  49. data/vendor/local/include/glib-2.0/gio/gproxy.h +123 -0
  50. data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +76 -0
  51. data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +75 -0
  52. data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +96 -0
  53. data/vendor/local/include/glib-2.0/gio/gsettings.h +258 -0
  54. data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +138 -0
  55. data/vendor/local/include/glib-2.0/gio/gsimplepermission.h +45 -0
  56. data/vendor/local/include/glib-2.0/gio/gsocket.h +18 -0
  57. data/vendor/local/include/glib-2.0/gio/gsocketclient.h +22 -0
  58. data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +7 -1
  59. data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +0 -1
  60. data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +5 -0
  61. data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +3 -0
  62. data/vendor/local/include/glib-2.0/glib-object.h +1 -0
  63. data/vendor/local/include/glib-2.0/glib.h +2 -0
  64. data/vendor/local/include/glib-2.0/glib/galloca.h +47 -0
  65. data/vendor/local/include/glib-2.0/glib/gatomic.h +25 -5
  66. data/vendor/local/include/glib-2.0/glib/gbacktrace.h +7 -7
  67. data/vendor/local/include/glib-2.0/glib/gbase64.h +22 -22
  68. data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +27 -3
  69. data/vendor/local/include/glib-2.0/glib/gcache.h +1 -1
  70. data/vendor/local/include/glib-2.0/glib/gchecksum.h +20 -20
  71. data/vendor/local/include/glib-2.0/glib/gcompletion.h +4 -0
  72. data/vendor/local/include/glib-2.0/glib/gconvert.h +26 -2
  73. data/vendor/local/include/glib-2.0/glib/gdatetime.h +217 -0
  74. data/vendor/local/include/glib-2.0/glib/gkeyfile.h +16 -0
  75. data/vendor/local/include/glib-2.0/glib/gmacros.h +7 -0
  76. data/vendor/local/include/glib-2.0/glib/gmain.h +305 -78
  77. data/vendor/local/include/glib-2.0/glib/gmarkup.h +1 -1
  78. data/vendor/local/include/glib-2.0/glib/gmem.h +107 -1
  79. data/vendor/local/include/glib-2.0/glib/gnode.h +4 -2
  80. data/vendor/local/include/glib-2.0/glib/gpoll.h +27 -3
  81. data/vendor/local/include/glib-2.0/glib/gregex.h +228 -0
  82. data/vendor/local/include/glib-2.0/glib/grel.h +4 -0
  83. data/vendor/local/include/glib-2.0/glib/gstdio.h +27 -39
  84. data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +3 -1
  85. data/vendor/local/include/glib-2.0/glib/gtestutils.h +19 -14
  86. data/vendor/local/include/glib-2.0/glib/gthread.h +0 -1
  87. data/vendor/local/include/glib-2.0/glib/gtimezone.h +44 -0
  88. data/vendor/local/include/glib-2.0/glib/gunicode.h +18 -1
  89. data/vendor/local/include/glib-2.0/glib/gutils.h +1 -1
  90. data/vendor/local/include/glib-2.0/glib/gvariant.h +25 -1
  91. data/vendor/local/include/glib-2.0/glib/gvarianttype.h +29 -0
  92. data/vendor/local/include/glib-2.0/gobject/gbinding.h +136 -0
  93. data/vendor/local/include/glib-2.0/gobject/gboxed.h +18 -6
  94. data/vendor/local/include/glib-2.0/gobject/gmarshal.h +37 -20
  95. data/vendor/local/include/glib-2.0/gobject/gobject.h +5 -0
  96. data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +48 -21
  97. data/vendor/local/include/glib-2.0/gobject/gparam.h +9 -4
  98. data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +54 -0
  99. data/vendor/local/include/glib-2.0/gobject/gtype.h +129 -1
  100. data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +6 -1
  101. data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +17 -0
  102. data/vendor/local/lib/atk-1.0.def +1 -0
  103. data/vendor/local/lib/atk-1.0.lib +0 -0
  104. data/vendor/local/lib/gio-2.0.def +345 -2
  105. data/vendor/local/lib/gio-2.0.lib +0 -0
  106. data/vendor/local/lib/glib-2.0.def +71 -0
  107. data/vendor/local/lib/glib-2.0.lib +0 -0
  108. data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
  109. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  110. data/vendor/local/lib/gobject-2.0.def +21 -0
  111. data/vendor/local/lib/gobject-2.0.lib +0 -0
  112. data/vendor/local/lib/gthread-2.0.lib +0 -0
  113. data/vendor/local/lib/intl.lib +0 -0
  114. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  115. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  116. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  117. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  118. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  119. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  120. data/vendor/local/lib/pkgconfig/atk.pc +2 -2
  121. data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -2
  122. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +11 -0
  123. data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
  124. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
  125. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
  126. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
  127. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
  128. data/vendor/local/manifest/{atk-dev_1.30.0-2_win32.mft → atk-dev_1.32.0-1_win32.mft} +3 -3
  129. data/vendor/local/manifest/{atk_1.30.0-2_win32.mft → atk_1.32.0-1_win32.mft} +3 -1
  130. data/vendor/local/manifest/{glib-dev_2.24.2-2_win32.mft → glib-dev_2.26.0-2_win32.mft} +87 -8
  131. data/vendor/local/manifest/{glib_2.24.2-2_win32.mft → glib_2.26.0-2_win32.mft} +3 -2
  132. data/vendor/local/share/aclocal/glib-gettext.m4 +2 -2
  133. data/vendor/local/share/doc/{glib-2.24.2 → glib-2.26.0}/COPYING +0 -0
  134. data/vendor/local/share/doc/{glib-dev-2.24.2 → glib-dev-2.26.0}/COPYING +0 -0
  135. data/vendor/local/share/glib-2.0/gdb/glib.py +1 -4
  136. data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +3 -1
  137. data/vendor/local/share/glib-2.0/schemas/gschema.dtd +60 -0
  138. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +179 -166
  139. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +276 -74
  140. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +35 -35
  141. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +114 -119
  142. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +43 -47
  143. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +67 -67
  144. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +41 -41
  145. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +70 -35
  146. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +398 -0
  147. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +254 -0
  148. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +6211 -0
  149. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1833 -0
  150. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +618 -0
  151. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +2050 -0
  152. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +1124 -0
  153. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +373 -151
  154. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +103 -107
  155. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +158 -158
  156. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +22 -22
  157. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +19 -19
  158. data/vendor/local/share/gtk-doc/html/gio/GFile.html +935 -923
  159. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +18 -13
  160. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +71 -75
  161. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +29 -29
  162. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +18 -18
  163. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +303 -275
  164. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +27 -27
  165. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +32 -32
  166. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +29 -29
  167. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +30 -30
  168. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +31 -25
  169. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +31 -25
  170. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +27 -27
  171. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +58 -58
  172. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +38 -38
  173. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +109 -109
  174. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +26 -25
  175. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +72 -72
  176. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +120 -120
  177. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +29 -29
  178. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +24 -24
  179. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +90 -59
  180. data/vendor/local/share/gtk-doc/html/gio/GMount.html +155 -155
  181. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +76 -76
  182. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +119 -39
  183. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +100 -37
  184. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +137 -131
  185. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +560 -0
  186. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +312 -0
  187. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +348 -0
  188. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +301 -0
  189. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +116 -116
  190. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +54 -54
  191. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2424 -0
  192. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +609 -0
  193. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +362 -148
  194. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +107 -0
  195. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +612 -326
  196. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +36 -36
  197. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +470 -108
  198. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +131 -46
  199. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +48 -259
  200. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +27 -26
  201. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +123 -119
  202. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +24 -24
  203. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +165 -0
  204. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +36 -36
  205. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +27 -27
  206. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +298 -0
  207. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +222 -0
  208. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +65 -57
  209. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +59 -51
  210. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +38 -38
  211. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +39 -39
  212. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +246 -61
  213. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +36 -36
  214. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +113 -113
  215. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +67 -71
  216. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +90 -18
  217. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +56 -14
  218. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +65 -0
  219. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -3
  220. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -3
  221. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +8 -12
  222. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +21 -4
  223. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +1598 -0
  224. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -3
  225. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2412 -661
  226. data/vendor/local/share/gtk-doc/html/gio/async.html +3 -3
  227. data/vendor/local/share/gtk-doc/html/gio/ch01.html +50 -14
  228. data/vendor/local/share/gtk-doc/html/gio/ch02.html +14 -9
  229. data/vendor/local/share/gtk-doc/html/gio/ch03.html +122 -22
  230. data/vendor/local/share/gtk-doc/html/gio/{ch19.html → ch24.html} +8 -8
  231. data/vendor/local/share/gtk-doc/html/gio/{ch20.html → ch25.html} +19 -19
  232. data/vendor/local/share/gtk-doc/html/gio/{ch20s02.html → ch25s02.html} +10 -10
  233. data/vendor/local/share/gtk-doc/html/gio/{ch20s03.html → ch25s03.html} +12 -12
  234. data/vendor/local/share/gtk-doc/html/gio/ch26.html +57 -0
  235. data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +59 -0
  236. data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +159 -0
  237. data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +46 -0
  238. data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +48 -0
  239. data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +277 -0
  240. data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +95 -0
  241. data/vendor/local/share/gtk-doc/html/gio/ch27.html +70 -0
  242. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +130 -0
  243. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +202 -0
  244. data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +96 -0
  245. data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +823 -0
  246. data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +828 -0
  247. data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
  248. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +33 -20
  249. data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
  250. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
  251. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
  252. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
  253. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +41 -0
  254. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +59 -0
  255. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +243 -0
  256. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +316 -0
  257. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1117 -0
  258. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +216 -0
  259. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +35 -35
  260. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +58 -50
  261. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +98 -88
  262. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -19
  263. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -19
  264. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +908 -0
  265. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +37 -31
  266. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +97 -16
  267. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +50 -50
  268. data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +38 -38
  269. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +736 -0
  270. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +113 -122
  271. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +666 -0
  272. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +26 -10
  273. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +53 -0
  274. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +569 -68
  275. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +692 -70
  276. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +102 -0
  277. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +11 -5
  278. data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
  279. data/vendor/local/share/gtk-doc/html/gio/index.html +137 -20
  280. data/vendor/local/share/gtk-doc/html/gio/index.sgml +814 -96
  281. data/vendor/local/share/gtk-doc/html/gio/migrating.html +32 -12
  282. data/vendor/local/share/gtk-doc/html/gio/networking.html +19 -7
  283. data/vendor/local/share/gtk-doc/html/gio/permissions.html +39 -0
  284. data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
  285. data/vendor/local/share/gtk-doc/html/gio/pt02.html +112 -15
  286. data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -5
  287. data/vendor/local/share/gtk-doc/html/gio/settings.html +38 -0
  288. data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
  289. data/vendor/local/share/gtk-doc/html/gio/style.css +8 -0
  290. data/vendor/local/share/gtk-doc/html/gio/tools.html +44 -0
  291. data/vendor/local/share/gtk-doc/html/gio/types.html +3 -3
  292. data/vendor/local/share/gtk-doc/html/gio/utils.html +5 -5
  293. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  294. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +77 -0
  295. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
  296. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
  297. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -7
  298. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
  299. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -3
  300. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
  301. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
  302. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
  303. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +5 -4
  304. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +359 -0
  305. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +10 -3
  306. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +8 -4
  307. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -3
  308. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +82 -3
  309. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +393 -14
  310. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +52 -52
  311. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +51 -51
  312. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +75 -74
  313. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +59 -23
  314. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +35 -35
  315. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +19 -19
  316. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +37 -37
  317. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -85
  318. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +39 -39
  319. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +69 -69
  320. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +21 -21
  321. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +130 -223
  322. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +114 -108
  323. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +25 -25
  324. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +20 -20
  325. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +87 -84
  326. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +61 -61
  327. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +96 -96
  328. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +30 -30
  329. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +33 -30
  330. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +98 -56
  331. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2201 -0
  332. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +239 -0
  333. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +736 -256
  334. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +140 -91
  335. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +15 -15
  336. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +59 -59
  337. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +65 -65
  338. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +11 -11
  339. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +91 -28
  340. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
  341. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +257 -73
  342. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +27 -27
  343. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +50 -50
  344. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
  345. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +70 -66
  346. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +14 -14
  347. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +44 -44
  348. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +20 -20
  349. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +108 -63
  350. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +151 -91
  351. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +132 -103
  352. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +83 -81
  353. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +34 -44
  354. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +442 -345
  355. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +40 -40
  356. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +19 -19
  357. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +35 -35
  358. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +72 -23
  359. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +46 -46
  360. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +15 -15
  361. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +35 -36
  362. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +130 -129
  363. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
  364. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -26
  365. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +21 -21
  366. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +245 -232
  367. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +104 -103
  368. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +171 -85
  369. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +422 -323
  370. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
  371. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +135 -135
  372. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +18 -18
  373. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
  374. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +13 -13
  375. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +103 -17
  376. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +189 -97
  377. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +119 -16
  378. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +24 -24
  379. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +32 -32
  380. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +53 -25
  381. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -7
  382. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
  383. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
  384. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
  385. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
  386. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
  387. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
  388. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +94 -272
  389. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
  390. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +43 -26
  391. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +10 -4
  392. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +131 -32
  393. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +174 -59
  394. data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
  395. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
  396. data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
  397. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +190 -73
  398. data/vendor/local/share/gtk-doc/html/glib/index.html +13 -5
  399. data/vendor/local/share/gtk-doc/html/glib/index.sgml +133 -4
  400. data/vendor/local/share/gtk-doc/html/glib/style.css +8 -0
  401. data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -3
  402. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +803 -0
  403. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +21 -21
  404. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -19
  405. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +47 -0
  406. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -3
  407. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
  408. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
  409. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
  410. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
  411. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
  412. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +6 -5
  413. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +201 -0
  414. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -3
  415. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
  416. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
  417. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
  418. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +148 -4
  419. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
  420. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
  421. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +4 -4
  422. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +6 -6
  423. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
  424. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +14 -14
  425. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +28 -22
  426. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +29 -17
  427. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +45 -34
  428. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +130 -73
  429. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +43 -43
  430. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +83 -73
  431. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +35 -35
  432. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
  433. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +558 -245
  434. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +358 -92
  435. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +391 -158
  436. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +47 -44
  437. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +42 -12
  438. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +6 -6
  439. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +8 -8
  440. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
  441. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +48 -9
  442. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +53 -9
  443. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
  444. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +4 -4
  445. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +5 -5
  446. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +3 -3
  447. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
  448. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
  449. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +3 -3
  450. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  451. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
  452. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +8 -8
  453. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
  454. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
  455. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +4 -4
  456. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
  457. data/vendor/local/share/gtk-doc/html/gobject/index.html +15 -10
  458. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +53 -1
  459. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
  460. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
  461. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
  462. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
  463. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +7 -4
  464. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +6 -6
  465. data/vendor/local/share/gtk-doc/html/gobject/signal.html +11 -11
  466. data/vendor/local/share/gtk-doc/html/gobject/style.css +8 -0
  467. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
  468. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
  469. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
  470. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
  471. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
  472. data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
  473. data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
  474. data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
  475. data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
  476. data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
  477. data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
  478. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  479. data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
  480. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  481. data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
  482. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
  483. data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
  484. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  485. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  486. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  487. data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
  488. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  489. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  490. data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
  491. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  492. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/atk10.mo +0 -0
  493. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
  494. data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
  495. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  496. data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
  497. data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
  498. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  499. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  500. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  501. data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
  502. data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
  503. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  504. data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
  505. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  506. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  507. data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
  508. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  509. data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
  510. data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
  511. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  512. data/vendor/local/share/locale/hy/LC_MESSAGES/atk10.mo +0 -0
  513. data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
  514. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  515. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  516. data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
  517. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  518. data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
  519. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  520. data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
  521. data/vendor/local/share/locale/kk/LC_MESSAGES/atk10.mo +0 -0
  522. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  523. data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
  524. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  525. data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
  526. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  527. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  528. data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
  529. data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
  530. data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
  531. data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
  532. data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
  533. data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
  534. data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
  535. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  536. data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
  537. data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
  538. data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
  539. data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
  540. data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
  541. data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
  542. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  543. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  544. data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
  545. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  546. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  547. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  548. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  549. data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
  550. data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
  551. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  552. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  553. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  554. data/vendor/local/share/locale/sq/LC_MESSAGES/atk10.mo +0 -0
  555. data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
  556. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  557. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
  558. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  559. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  560. data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
  561. data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
  562. data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
  563. data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
  564. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  565. data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
  566. data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
  567. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  568. data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
  569. data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
  570. data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
  571. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  572. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  573. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  574. data/vendor/local/share/man/man1/glib-genmarshal.1 +9 -4
  575. data/vendor/local/share/man/man1/glib-mkenums.1 +17 -5
  576. data/vendor/local/share/man/man1/gobject-query.1 +4 -4
  577. data/vendor/local/src/tml/packaging/atk_1.32.0-1_win32.log +730 -0
  578. data/vendor/local/src/tml/packaging/{atk_1.30.0-2_win32.sh → atk_1.32.0-1_win32.sh} +8 -6
  579. data/vendor/local/src/tml/packaging/{glib_2.24.2-2_win32.log → glib_2.26.0-2_win32.log} +1102 -837
  580. data/vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh +64 -0
  581. metadata +906 -826
  582. data/ext/atk/Makefile +0 -160
  583. data/ext/atk/rbatkversion.h +0 -24
  584. data/vendor/local/src/tml/packaging/atk_1.30.0-2_win32.log +0 -739
  585. data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh +0 -290
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="volume_mon.html" title="Volumes and Drives">
9
9
  <link rel="prev" href="GMount.html" title="GMount">
10
10
  <link rel="next" href="gio-Unix-Mounts.html" title="Unix Mounts">
11
- <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15.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">
@@ -32,7 +32,7 @@
32
32
  <a href="#GDrive.signals" class="shortcut">Signals</a>
33
33
  </td></tr>
34
34
  </table>
35
- <div class="refentry" title="GDrive">
35
+ <div class="refentry">
36
36
  <a name="GDrive"></a><div class="titlepage"></div>
37
37
  <div class="refnamediv"><table width="100%"><tr>
38
38
  <td valign="top">
@@ -41,7 +41,7 @@
41
41
  </td>
42
42
  <td valign="top" align="right"></td>
43
43
  </tr></table></div>
44
- <div class="refsynopsisdiv" title="Synopsis">
44
+ <div class="refsynopsisdiv">
45
45
  <a name="GDrive.synopsis"></a><h2>Synopsis</h2>
46
46
  <pre class="synopsis">
47
47
  #include &lt;gio/gio.h&gt;
@@ -52,78 +52,78 @@ enum <a class="link" href="GDrive.html#GDriveStartFlags" title="e
52
52
  enum <a class="link" href="GDrive.html#GDriveStartStopType" title="enum GDriveStartStopType">GDriveStartStopType</a>;
53
53
  <span class="returnvalue">char</span> * <a class="link" href="GDrive.html#g-drive-get-name" title="g_drive_get_name ()">g_drive_get_name</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
54
54
  <a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * <a class="link" href="GDrive.html#g-drive-get-icon" title="g_drive_get_icon ()">g_drive_get_icon</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
55
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-has-volumes" title="g_drive_has_volumes ()">g_drive_has_volumes</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
56
- <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GDrive.html#g-drive-get-volumes" title="g_drive_get_volumes ()">g_drive_get_volumes</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
57
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-can-eject" title="g_drive_can_eject ()">g_drive_can_eject</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
55
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-has-volumes" title="g_drive_has_volumes ()">g_drive_has_volumes</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
56
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GDrive.html#g-drive-get-volumes" title="g_drive_get_volumes ()">g_drive_get_volumes</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
57
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-can-eject" title="g_drive_can_eject ()">g_drive_can_eject</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
58
58
  <a class="link" href="GDrive.html#GDriveStartStopType" title="enum GDriveStartStopType"><span class="returnvalue">GDriveStartStopType</span></a> <a class="link" href="GDrive.html#g-drive-get-start-stop-type" title="g_drive_get_start_stop_type ()">g_drive_get_start_stop_type</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
59
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-can-start" title="g_drive_can_start ()">g_drive_can_start</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
60
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-can-start-degraded" title="g_drive_can_start_degraded ()">g_drive_can_start_degraded</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
61
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-can-stop" title="g_drive_can_stop ()">g_drive_can_stop</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
62
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-can-poll-for-media" title="g_drive_can_poll_for_media ()">g_drive_can_poll_for_media</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
59
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-can-start" title="g_drive_can_start ()">g_drive_can_start</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
60
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-can-start-degraded" title="g_drive_can_start_degraded ()">g_drive_can_start_degraded</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
61
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-can-stop" title="g_drive_can_stop ()">g_drive_can_stop</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
62
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-can-poll-for-media" title="g_drive_can_poll_for_media ()">g_drive_can_poll_for_media</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
63
63
  <span class="returnvalue">void</span> <a class="link" href="GDrive.html#g-drive-poll-for-media" title="g_drive_poll_for_media ()">g_drive_poll_for_media</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
64
64
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
65
65
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
66
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
67
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-poll-for-media-finish" title="g_drive_poll_for_media_finish ()">g_drive_poll_for_media_finish</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
66
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
67
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-poll-for-media-finish" title="g_drive_poll_for_media_finish ()">g_drive_poll_for_media_finish</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
68
68
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
69
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
70
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-has-media" title="g_drive_has_media ()">g_drive_has_media</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
71
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-is-media-check-automatic" title="g_drive_is_media_check_automatic ()">g_drive_is_media_check_automatic</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
72
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-is-media-removable" title="g_drive_is_media_removable ()">g_drive_is_media_removable</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
69
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
70
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-has-media" title="g_drive_has_media ()">g_drive_has_media</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
71
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-is-media-check-automatic" title="g_drive_is_media_check_automatic ()">g_drive_is_media_check_automatic</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
72
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-is-media-removable" title="g_drive_is_media_removable ()">g_drive_is_media_removable</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
73
73
  <span class="returnvalue">void</span> <a class="link" href="GDrive.html#g-drive-eject" title="g_drive_eject ()">g_drive_eject</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
74
74
  <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
75
75
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
76
76
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
77
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
78
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-eject-finish" title="g_drive_eject_finish ()">g_drive_eject_finish</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
77
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
78
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-eject-finish" title="g_drive_eject_finish ()">g_drive_eject_finish</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
79
79
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
80
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
80
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
81
81
  <span class="returnvalue">void</span> <a class="link" href="GDrive.html#g-drive-eject-with-operation" title="g_drive_eject_with_operation ()">g_drive_eject_with_operation</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
82
82
  <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
83
83
  <em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
84
84
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
85
85
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
86
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
87
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-eject-with-operation-finish" title="g_drive_eject_with_operation_finish ()">g_drive_eject_with_operation_finish</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
86
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
87
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-eject-with-operation-finish" title="g_drive_eject_with_operation_finish ()">g_drive_eject_with_operation_finish</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
88
88
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
89
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
89
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
90
90
  <span class="returnvalue">void</span> <a class="link" href="GDrive.html#g-drive-start" title="g_drive_start ()">g_drive_start</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
91
91
  <em class="parameter"><code><a class="link" href="GDrive.html#GDriveStartFlags" title="enum GDriveStartFlags"><span class="type">GDriveStartFlags</span></a> flags</code></em>,
92
92
  <em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
93
93
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
94
94
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
95
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
96
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-start-finish" title="g_drive_start_finish ()">g_drive_start_finish</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
95
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
96
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-start-finish" title="g_drive_start_finish ()">g_drive_start_finish</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
97
97
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
98
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
98
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
99
99
  <span class="returnvalue">void</span> <a class="link" href="GDrive.html#g-drive-stop" title="g_drive_stop ()">g_drive_stop</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
100
100
  <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
101
101
  <em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
102
102
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
103
103
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
104
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
105
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-stop-finish" title="g_drive_stop_finish ()">g_drive_stop_finish</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
104
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
105
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GDrive.html#g-drive-stop-finish" title="g_drive_stop_finish ()">g_drive_stop_finish</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
106
106
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
107
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
107
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
108
108
  <span class="returnvalue">char</span> ** <a class="link" href="GDrive.html#g-drive-enumerate-identifiers" title="g_drive_enumerate_identifiers ()">g_drive_enumerate_identifiers</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);
109
109
  <span class="returnvalue">char</span> * <a class="link" href="GDrive.html#g-drive-get-identifier" title="g_drive_get_identifier ()">g_drive_get_identifier</a> (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
110
110
  <em class="parameter"><code>const <span class="type">char</span> *kind</code></em>);
111
111
  </pre>
112
112
  </div>
113
- <div class="refsect1" title="Object Hierarchy">
113
+ <div class="refsect1">
114
114
  <a name="GDrive.object-hierarchy"></a><h2>Object Hierarchy</h2>
115
115
  <pre class="synopsis">
116
116
  GInterface
117
117
  +----GDrive
118
118
  </pre>
119
119
  </div>
120
- <div class="refsect1" title="Prerequisites">
120
+ <div class="refsect1">
121
121
  <a name="GDrive.prerequisites"></a><h2>Prerequisites</h2>
122
122
  <p>
123
123
  GDrive requires
124
- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
124
+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
125
125
  </div>
126
- <div class="refsect1" title="Signals">
126
+ <div class="refsect1">
127
127
  <a name="GDrive.signals"></a><h2>Signals</h2>
128
128
  <pre class="synopsis">
129
129
  "<a class="link" href="GDrive.html#GDrive-changed" title='The "changed" signal'>changed</a>" : Run Last
@@ -132,7 +132,7 @@ GDrive requires
132
132
  "<a class="link" href="GDrive.html#GDrive-stop-button" title='The "stop-button" signal'>stop-button</a>" : Run Last
133
133
  </pre>
134
134
  </div>
135
- <div class="refsect1" title="Description">
135
+ <div class="refsect1">
136
136
  <a name="GDrive.description"></a><h2>Description</h2>
137
137
  <p>
138
138
  <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> - this represent a piece of hardware connected to the machine.
@@ -167,9 +167,9 @@ For porting from GnomeVFS note that there is no equivalent of
167
167
  <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> in that API.
168
168
  </p>
169
169
  </div>
170
- <div class="refsect1" title="Details">
170
+ <div class="refsect1">
171
171
  <a name="GDrive.details"></a><h2>Details</h2>
172
- <div class="refsect2" title="GDrive">
172
+ <div class="refsect2">
173
173
  <a name="GDrive-struct"></a><h3>GDrive</h3>
174
174
  <pre class="programlisting">typedef struct _GDrive GDrive;</pre>
175
175
  <p>
@@ -177,7 +177,7 @@ Opaque drive object.
177
177
  </p>
178
178
  </div>
179
179
  <hr>
180
- <div class="refsect2" title="GDriveIface">
180
+ <div class="refsect2">
181
181
  <a name="GDriveIface"></a><h3>GDriveIface</h3>
182
182
  <pre class="programlisting">typedef struct {
183
183
  GTypeInterface g_iface;
@@ -262,7 +262,7 @@ Interface for creating <a class="link" href="GDrive.html" title="GDrive"><span c
262
262
  <col align="left" valign="top">
263
263
  <tbody>
264
264
  <tr>
265
- <td><p><span class="term"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GDriveIface.g-iface"></a>g_iface</code></em>;</span></p></td>
265
+ <td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GDriveIface.g-iface"></a>g_iface</code></em>;</span></p></td>
266
266
  <td>The parent interface.
267
267
  </td>
268
268
  </tr>
@@ -293,37 +293,37 @@ Interface for creating <a class="link" href="GDrive.html" title="GDrive"><span c
293
293
  </tr>
294
294
  <tr>
295
295
  <td><p><span class="term"><em class="structfield"><code><a name="GDriveIface.has-volumes"></a>has_volumes</code></em> ()</span></p></td>
296
- <td>Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> has mountable volumes.
296
+ <td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> has mountable volumes.
297
297
  </td>
298
298
  </tr>
299
299
  <tr>
300
300
  <td><p><span class="term"><em class="structfield"><code><a name="GDriveIface.get-volumes"></a>get_volumes</code></em> ()</span></p></td>
301
- <td>Returns a list <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> for the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a>.
301
+ <td>Returns a list <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> for the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a>.
302
302
  </td>
303
303
  </tr>
304
304
  <tr>
305
305
  <td><p><span class="term"><em class="structfield"><code><a name="GDriveIface.is-media-removable"></a>is_media_removable</code></em> ()</span></p></td>
306
- <td>Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> supports removal and insertion of media.
306
+ <td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> supports removal and insertion of media.
307
307
  </td>
308
308
  </tr>
309
309
  <tr>
310
310
  <td><p><span class="term"><em class="structfield"><code><a name="GDriveIface.has-media"></a>has_media</code></em> ()</span></p></td>
311
- <td>Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> has media inserted.
311
+ <td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> has media inserted.
312
312
  </td>
313
313
  </tr>
314
314
  <tr>
315
315
  <td><p><span class="term"><em class="structfield"><code><a name="GDriveIface.is-media-check-automatic"></a>is_media_check_automatic</code></em> ()</span></p></td>
316
- <td>Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> is capabable of automatically detecting media changes.
316
+ <td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> is capabable of automatically detecting media changes.
317
317
  </td>
318
318
  </tr>
319
319
  <tr>
320
320
  <td><p><span class="term"><em class="structfield"><code><a name="GDriveIface.can-eject"></a>can_eject</code></em> ()</span></p></td>
321
- <td>Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> can eject media.
321
+ <td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> can eject media.
322
322
  </td>
323
323
  </tr>
324
324
  <tr>
325
325
  <td><p><span class="term"><em class="structfield"><code><a name="GDriveIface.can-poll-for-media"></a>can_poll_for_media</code></em> ()</span></p></td>
326
- <td>Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> is capable of manually polling for media change.
326
+ <td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> is capable of manually polling for media change.
327
327
  </td>
328
328
  </tr>
329
329
  <tr>
@@ -348,7 +348,7 @@ Interface for creating <a class="link" href="GDrive.html" title="GDrive"><span c
348
348
  </tr>
349
349
  <tr>
350
350
  <td><p><span class="term"><em class="structfield"><code><a name="GDriveIface.get-identifier"></a>get_identifier</code></em> ()</span></p></td>
351
- <td>Returns the identifier of the given kind, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
351
+ <td>Returns the identifier of the given kind, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
352
352
  the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> doesn't have one.
353
353
  </td>
354
354
  </tr>
@@ -365,12 +365,12 @@ Interface for creating <a class="link" href="GDrive.html" title="GDrive"><span c
365
365
  </tr>
366
366
  <tr>
367
367
  <td><p><span class="term"><em class="structfield"><code><a name="GDriveIface.can-start"></a>can_start</code></em> ()</span></p></td>
368
- <td>Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> can be started. Since 2.22.
368
+ <td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> can be started. Since 2.22.
369
369
  </td>
370
370
  </tr>
371
371
  <tr>
372
372
  <td><p><span class="term"><em class="structfield"><code><a name="GDriveIface.can-start-degraded"></a>can_start_degraded</code></em> ()</span></p></td>
373
- <td>Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> can be started degraded. Since 2.22.
373
+ <td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> can be started degraded. Since 2.22.
374
374
  </td>
375
375
  </tr>
376
376
  <tr>
@@ -385,7 +385,7 @@ Interface for creating <a class="link" href="GDrive.html" title="GDrive"><span c
385
385
  </tr>
386
386
  <tr>
387
387
  <td><p><span class="term"><em class="structfield"><code><a name="GDriveIface.can-stop"></a>can_stop</code></em> ()</span></p></td>
388
- <td>Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> can be stopped. Since 2.22.
388
+ <td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> can be stopped. Since 2.22.
389
389
  </td>
390
390
  </tr>
391
391
  <tr>
@@ -417,7 +417,7 @@ Interface for creating <a class="link" href="GDrive.html" title="GDrive"><span c
417
417
  </table></div>
418
418
  </div>
419
419
  <hr>
420
- <div class="refsect2" title="enum GDriveStartFlags">
420
+ <div class="refsect2">
421
421
  <a name="GDriveStartFlags"></a><h3>enum GDriveStartFlags</h3>
422
422
  <pre class="programlisting">typedef enum {
423
423
  G_DRIVE_START_NONE = 0
@@ -437,7 +437,7 @@ Flags used when starting a drive.
437
437
  <p class="since">Since 2.22</p>
438
438
  </div>
439
439
  <hr>
440
- <div class="refsect2" title="enum GDriveStartStopType">
440
+ <div class="refsect2">
441
441
  <a name="GDriveStartStopType"></a><h3>enum GDriveStartStopType</h3>
442
442
  <pre class="programlisting">typedef enum {
443
443
  G_DRIVE_START_STOP_TYPE_UNKNOWN,
@@ -491,7 +491,7 @@ Enumeration describing how a drive can be started/stopped.
491
491
  <p class="since">Since 2.22</p>
492
492
  </div>
493
493
  <hr>
494
- <div class="refsect2" title="g_drive_get_name ()">
494
+ <div class="refsect2">
495
495
  <a name="g-drive-get-name"></a><h3>g_drive_get_name ()</h3>
496
496
  <pre class="programlisting"><span class="returnvalue">char</span> * g_drive_get_name (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
497
497
  <p>
@@ -515,7 +515,7 @@ Gets the name of <em class="parameter"><code>drive</code></em>.
515
515
  </table></div>
516
516
  </div>
517
517
  <hr>
518
- <div class="refsect2" title="g_drive_get_icon ()">
518
+ <div class="refsect2">
519
519
  <a name="g-drive-get-icon"></a><h3>g_drive_get_icon ()</h3>
520
520
  <pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * g_drive_get_icon (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
521
521
  <p>
@@ -532,16 +532,16 @@ Gets the icon for <em class="parameter"><code>drive</code></em>.
532
532
  <tr>
533
533
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
534
534
  <td> <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the <em class="parameter"><code>drive</code></em>.
535
- Free the returned object with <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
535
+ Free the returned object with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
536
536
  </td>
537
537
  </tr>
538
538
  </tbody>
539
539
  </table></div>
540
540
  </div>
541
541
  <hr>
542
- <div class="refsect2" title="g_drive_has_volumes ()">
542
+ <div class="refsect2">
543
543
  <a name="g-drive-has-volumes"></a><h3>g_drive_has_volumes ()</h3>
544
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_has_volumes (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
544
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_has_volumes (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
545
545
  <p>
546
546
  Check if <em class="parameter"><code>drive</code></em> has any mountable volumes.
547
547
  </p>
@@ -555,22 +555,22 @@ Check if <em class="parameter"><code>drive</code></em> has any mountable volumes
555
555
  </tr>
556
556
  <tr>
557
557
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
558
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> contains volumes, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
558
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> contains volumes, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
559
559
  </td>
560
560
  </tr>
561
561
  </tbody>
562
562
  </table></div>
563
563
  </div>
564
564
  <hr>
565
- <div class="refsect2" title="g_drive_get_volumes ()">
565
+ <div class="refsect2">
566
566
  <a name="g-drive-get-volumes"></a><h3>g_drive_get_volumes ()</h3>
567
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_drive_get_volumes (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
567
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_drive_get_volumes (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
568
568
  <p>
569
569
  Get a list of mountable volumes for <em class="parameter"><code>drive</code></em>.
570
570
  </p>
571
571
  <p>
572
- The returned list should be freed with <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>, after
573
- its elements have been unreffed with <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
572
+ The returned list should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>, after
573
+ its elements have been unreffed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
574
574
  </p>
575
575
  <div class="variablelist"><table border="0">
576
576
  <col align="left" valign="top">
@@ -582,16 +582,16 @@ its elements have been unreffed with <a href="/usr/share/gtk-doc/html/gobject/go
582
582
  </tr>
583
583
  <tr>
584
584
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
585
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> containing any <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> objects on the given <em class="parameter"><code>drive</code></em>.
585
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> containing any <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> objects on the given <em class="parameter"><code>drive</code></em>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GVolume][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym> GVolume]</span>
586
586
  </td>
587
587
  </tr>
588
588
  </tbody>
589
589
  </table></div>
590
590
  </div>
591
591
  <hr>
592
- <div class="refsect2" title="g_drive_can_eject ()">
592
+ <div class="refsect2">
593
593
  <a name="g-drive-can-eject"></a><h3>g_drive_can_eject ()</h3>
594
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_can_eject (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
594
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_can_eject (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
595
595
  <p>
596
596
  Checks if a drive can be ejected.
597
597
  </p>
@@ -605,14 +605,14 @@ Checks if a drive can be ejected.
605
605
  </tr>
606
606
  <tr>
607
607
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
608
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> can be ejected, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
608
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> can be ejected, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
609
609
  </td>
610
610
  </tr>
611
611
  </tbody>
612
612
  </table></div>
613
613
  </div>
614
614
  <hr>
615
- <div class="refsect2" title="g_drive_get_start_stop_type ()">
615
+ <div class="refsect2">
616
616
  <a name="g-drive-get-start-stop-type"></a><h3>g_drive_get_start_stop_type ()</h3>
617
617
  <pre class="programlisting"><a class="link" href="GDrive.html#GDriveStartStopType" title="enum GDriveStartStopType"><span class="returnvalue">GDriveStartStopType</span></a> g_drive_get_start_stop_type (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
618
618
  <p>
@@ -637,9 +637,9 @@ Gets a hint about how a drive can be started/stopped.
637
637
  <p class="since">Since 2.22</p>
638
638
  </div>
639
639
  <hr>
640
- <div class="refsect2" title="g_drive_can_start ()">
640
+ <div class="refsect2">
641
641
  <a name="g-drive-can-start"></a><h3>g_drive_can_start ()</h3>
642
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_can_start (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
642
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_can_start (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
643
643
  <p>
644
644
  Checks if a drive can be started.
645
645
  </p>
@@ -653,7 +653,7 @@ Checks if a drive can be started.
653
653
  </tr>
654
654
  <tr>
655
655
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
656
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> can be started, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
656
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> can be started, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
657
657
 
658
658
  </td>
659
659
  </tr>
@@ -662,9 +662,9 @@ Checks if a drive can be started.
662
662
  <p class="since">Since 2.22</p>
663
663
  </div>
664
664
  <hr>
665
- <div class="refsect2" title="g_drive_can_start_degraded ()">
665
+ <div class="refsect2">
666
666
  <a name="g-drive-can-start-degraded"></a><h3>g_drive_can_start_degraded ()</h3>
667
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_can_start_degraded (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
667
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_can_start_degraded (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
668
668
  <p>
669
669
  Checks if a drive can be started degraded.
670
670
  </p>
@@ -678,7 +678,7 @@ Checks if a drive can be started degraded.
678
678
  </tr>
679
679
  <tr>
680
680
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
681
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> can be started degraded, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
681
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> can be started degraded, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
682
682
 
683
683
  </td>
684
684
  </tr>
@@ -687,9 +687,9 @@ Checks if a drive can be started degraded.
687
687
  <p class="since">Since 2.22</p>
688
688
  </div>
689
689
  <hr>
690
- <div class="refsect2" title="g_drive_can_stop ()">
690
+ <div class="refsect2">
691
691
  <a name="g-drive-can-stop"></a><h3>g_drive_can_stop ()</h3>
692
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_can_stop (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
692
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_can_stop (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
693
693
  <p>
694
694
  Checks if a drive can be stopped.
695
695
  </p>
@@ -703,7 +703,7 @@ Checks if a drive can be stopped.
703
703
  </tr>
704
704
  <tr>
705
705
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
706
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> can be stopped, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
706
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> can be stopped, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
707
707
 
708
708
  </td>
709
709
  </tr>
@@ -712,9 +712,9 @@ Checks if a drive can be stopped.
712
712
  <p class="since">Since 2.22</p>
713
713
  </div>
714
714
  <hr>
715
- <div class="refsect2" title="g_drive_can_poll_for_media ()">
715
+ <div class="refsect2">
716
716
  <a name="g-drive-can-poll-for-media"></a><h3>g_drive_can_poll_for_media ()</h3>
717
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_can_poll_for_media (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
717
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_can_poll_for_media (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
718
718
  <p>
719
719
  Checks if a drive can be polled for media changes.
720
720
  </p>
@@ -728,20 +728,20 @@ Checks if a drive can be polled for media changes.
728
728
  </tr>
729
729
  <tr>
730
730
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
731
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> can be polled for media changes,
732
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
731
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> can be polled for media changes,
732
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
733
733
  </td>
734
734
  </tr>
735
735
  </tbody>
736
736
  </table></div>
737
737
  </div>
738
738
  <hr>
739
- <div class="refsect2" title="g_drive_poll_for_media ()">
739
+ <div class="refsect2">
740
740
  <a name="g-drive-poll-for-media"></a><h3>g_drive_poll_for_media ()</h3>
741
741
  <pre class="programlisting"><span class="returnvalue">void</span> g_drive_poll_for_media (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
742
742
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
743
743
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
744
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
744
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
745
745
  <p>
746
746
  Asynchronously polls <em class="parameter"><code>drive</code></em> to see if media has been inserted or removed.
747
747
  </p>
@@ -760,12 +760,12 @@ result of the operation.
760
760
  </tr>
761
761
  <tr>
762
762
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
763
- <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
763
+ <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
764
764
  </td>
765
765
  </tr>
766
766
  <tr>
767
767
  <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
768
- <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
768
+ <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
769
769
  </td>
770
770
  </tr>
771
771
  <tr>
@@ -777,11 +777,11 @@ result of the operation.
777
777
  </table></div>
778
778
  </div>
779
779
  <hr>
780
- <div class="refsect2" title="g_drive_poll_for_media_finish ()">
780
+ <div class="refsect2">
781
781
  <a name="g-drive-poll-for-media-finish"></a><h3>g_drive_poll_for_media_finish ()</h3>
782
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_poll_for_media_finish (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
782
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_poll_for_media_finish (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
783
783
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
784
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
784
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
785
785
  <p>
786
786
  Finishes an operation started with <a class="link" href="GDrive.html#g-drive-poll-for-media" title="g_drive_poll_for_media ()"><code class="function">g_drive_poll_for_media()</code></a> on a drive.
787
787
  </p>
@@ -800,22 +800,22 @@ Finishes an operation started with <a class="link" href="GDrive.html#g-drive-pol
800
800
  </tr>
801
801
  <tr>
802
802
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
803
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
803
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
804
804
  </td>
805
805
  </tr>
806
806
  <tr>
807
807
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
808
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the drive has been poll_for_mediaed successfully,
809
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
808
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the drive has been poll_for_mediaed successfully,
809
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
810
810
  </td>
811
811
  </tr>
812
812
  </tbody>
813
813
  </table></div>
814
814
  </div>
815
815
  <hr>
816
- <div class="refsect2" title="g_drive_has_media ()">
816
+ <div class="refsect2">
817
817
  <a name="g-drive-has-media"></a><h3>g_drive_has_media ()</h3>
818
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_has_media (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
818
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_has_media (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
819
819
  <p>
820
820
  Checks if the <em class="parameter"><code>drive</code></em> has media. Note that the OS may not be polling
821
821
  the drive for media changes; see <a class="link" href="GDrive.html#g-drive-is-media-check-automatic" title="g_drive_is_media_check_automatic ()"><code class="function">g_drive_is_media_check_automatic()</code></a>
@@ -831,16 +831,16 @@ for more details.
831
831
  </tr>
832
832
  <tr>
833
833
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
834
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>drive</code></em> has media, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
834
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>drive</code></em> has media, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
835
835
  </td>
836
836
  </tr>
837
837
  </tbody>
838
838
  </table></div>
839
839
  </div>
840
840
  <hr>
841
- <div class="refsect2" title="g_drive_is_media_check_automatic ()">
841
+ <div class="refsect2">
842
842
  <a name="g-drive-is-media-check-automatic"></a><h3>g_drive_is_media_check_automatic ()</h3>
843
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_is_media_check_automatic (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
843
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_is_media_check_automatic (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
844
844
  <p>
845
845
  Checks if <em class="parameter"><code>drive</code></em> is capabable of automatically detecting media changes.
846
846
  </p>
@@ -854,17 +854,17 @@ Checks if <em class="parameter"><code>drive</code></em> is capabable of automati
854
854
  </tr>
855
855
  <tr>
856
856
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
857
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> is capabable of automatically detecting
858
- media changes, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
857
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>drive</code></em> is capabable of automatically detecting
858
+ media changes, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
859
859
  </td>
860
860
  </tr>
861
861
  </tbody>
862
862
  </table></div>
863
863
  </div>
864
864
  <hr>
865
- <div class="refsect2" title="g_drive_is_media_removable ()">
865
+ <div class="refsect2">
866
866
  <a name="g-drive-is-media-removable"></a><h3>g_drive_is_media_removable ()</h3>
867
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_is_media_removable (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
867
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_is_media_removable (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
868
868
  <p>
869
869
  Checks if the <em class="parameter"><code>drive</code></em> supports removable media.
870
870
  </p>
@@ -878,21 +878,21 @@ Checks if the <em class="parameter"><code>drive</code></em> supports removable m
878
878
  </tr>
879
879
  <tr>
880
880
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
881
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>drive</code></em> supports removable media, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
881
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>drive</code></em> supports removable media, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
882
882
  </td>
883
883
  </tr>
884
884
  </tbody>
885
885
  </table></div>
886
886
  </div>
887
887
  <hr>
888
- <div class="refsect2" title="g_drive_eject ()">
888
+ <div class="refsect2">
889
889
  <a name="g-drive-eject"></a><h3>g_drive_eject ()</h3>
890
890
  <pre class="programlisting"><span class="returnvalue">void</span> g_drive_eject (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
891
891
  <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
892
892
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
893
893
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
894
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
895
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
894
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
895
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
896
896
  <h3 class="title">Warning</h3>
897
897
  <p><code class="literal">g_drive_eject</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GDrive.html#g-drive-eject-with-operation" title="g_drive_eject_with_operation ()"><code class="function">g_drive_eject_with_operation()</code></a> instead.</p>
898
898
  </div>
@@ -919,12 +919,12 @@ result of the operation.
919
919
  </tr>
920
920
  <tr>
921
921
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
922
- <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
922
+ <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
923
923
  </td>
924
924
  </tr>
925
925
  <tr>
926
926
  <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
927
- <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
927
+ <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
928
928
  </td>
929
929
  </tr>
930
930
  <tr>
@@ -936,12 +936,12 @@ result of the operation.
936
936
  </table></div>
937
937
  </div>
938
938
  <hr>
939
- <div class="refsect2" title="g_drive_eject_finish ()">
939
+ <div class="refsect2">
940
940
  <a name="g-drive-eject-finish"></a><h3>g_drive_eject_finish ()</h3>
941
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_eject_finish (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
941
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_eject_finish (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
942
942
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
943
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
944
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
943
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
944
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
945
945
  <h3 class="title">Warning</h3>
946
946
  <p><code class="literal">g_drive_eject_finish</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GDrive.html#g-drive-eject-with-operation-finish" title="g_drive_eject_with_operation_finish ()"><code class="function">g_drive_eject_with_operation_finish()</code></a> instead.</p>
947
947
  </div>
@@ -963,13 +963,13 @@ Finishes ejecting a drive.
963
963
  </tr>
964
964
  <tr>
965
965
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
966
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
966
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
967
967
  </td>
968
968
  </tr>
969
969
  <tr>
970
970
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
971
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the drive has been ejected successfully,
972
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
971
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the drive has been ejected successfully,
972
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
973
973
 
974
974
  </td>
975
975
  </tr>
@@ -977,14 +977,14 @@ Finishes ejecting a drive.
977
977
  </table></div>
978
978
  </div>
979
979
  <hr>
980
- <div class="refsect2" title="g_drive_eject_with_operation ()">
980
+ <div class="refsect2">
981
981
  <a name="g-drive-eject-with-operation"></a><h3>g_drive_eject_with_operation ()</h3>
982
982
  <pre class="programlisting"><span class="returnvalue">void</span> g_drive_eject_with_operation (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
983
983
  <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
984
984
  <em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
985
985
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
986
986
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
987
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
987
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
988
988
  <p>
989
989
  Ejects a drive. This is an asynchronous operation, and is
990
990
  finished by calling <a class="link" href="GDrive.html#g-drive-eject-with-operation-finish" title="g_drive_eject_with_operation_finish ()"><code class="function">g_drive_eject_with_operation_finish()</code></a> with the <em class="parameter"><code>drive</code></em>
@@ -1005,17 +1005,17 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
1005
1005
  </tr>
1006
1006
  <tr>
1007
1007
  <td><p><span class="term"><em class="parameter"><code>mount_operation</code></em> :</span></p></td>
1008
- <td>a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction.
1008
+ <td>a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction.
1009
1009
  </td>
1010
1010
  </tr>
1011
1011
  <tr>
1012
1012
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1013
- <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
1013
+ <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
1014
1014
  </td>
1015
1015
  </tr>
1016
1016
  <tr>
1017
1017
  <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1018
- <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1018
+ <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1019
1019
  </td>
1020
1020
  </tr>
1021
1021
  <tr>
@@ -1028,14 +1028,14 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
1028
1028
  <p class="since">Since 2.22</p>
1029
1029
  </div>
1030
1030
  <hr>
1031
- <div class="refsect2" title="g_drive_eject_with_operation_finish ()">
1031
+ <div class="refsect2">
1032
1032
  <a name="g-drive-eject-with-operation-finish"></a><h3>g_drive_eject_with_operation_finish ()</h3>
1033
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_eject_with_operation_finish (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
1033
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_eject_with_operation_finish (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
1034
1034
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
1035
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1035
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1036
1036
  <p>
1037
1037
  Finishes ejecting a drive. If any errors occurred during the operation,
1038
- <em class="parameter"><code>error</code></em> will be set to contain the errors and <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.
1038
+ <em class="parameter"><code>error</code></em> will be set to contain the errors and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.
1039
1039
  </p>
1040
1040
  <div class="variablelist"><table border="0">
1041
1041
  <col align="left" valign="top">
@@ -1052,13 +1052,13 @@ Finishes ejecting a drive. If any errors occurred during the operation,
1052
1052
  </tr>
1053
1053
  <tr>
1054
1054
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1055
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occuring, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
1055
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occuring, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
1056
1056
  ignore.
1057
1057
  </td>
1058
1058
  </tr>
1059
1059
  <tr>
1060
1060
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1061
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the drive was successfully ejected. <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1061
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the drive was successfully ejected. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1062
1062
 
1063
1063
  </td>
1064
1064
  </tr>
@@ -1067,14 +1067,14 @@ Finishes ejecting a drive. If any errors occurred during the operation,
1067
1067
  <p class="since">Since 2.22</p>
1068
1068
  </div>
1069
1069
  <hr>
1070
- <div class="refsect2" title="g_drive_start ()">
1070
+ <div class="refsect2">
1071
1071
  <a name="g-drive-start"></a><h3>g_drive_start ()</h3>
1072
1072
  <pre class="programlisting"><span class="returnvalue">void</span> g_drive_start (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
1073
1073
  <em class="parameter"><code><a class="link" href="GDrive.html#GDriveStartFlags" title="enum GDriveStartFlags"><span class="type">GDriveStartFlags</span></a> flags</code></em>,
1074
1074
  <em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
1075
1075
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1076
1076
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1077
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
1077
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
1078
1078
  <p>
1079
1079
  Asynchronously starts a drive.
1080
1080
  </p>
@@ -1098,17 +1098,17 @@ result of the operation.
1098
1098
  </tr>
1099
1099
  <tr>
1100
1100
  <td><p><span class="term"><em class="parameter"><code>mount_operation</code></em> :</span></p></td>
1101
- <td>a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction.
1101
+ <td>a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction.
1102
1102
  </td>
1103
1103
  </tr>
1104
1104
  <tr>
1105
1105
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1106
- <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
1106
+ <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
1107
1107
  </td>
1108
1108
  </tr>
1109
1109
  <tr>
1110
1110
  <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1111
- <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1111
+ <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1112
1112
  </td>
1113
1113
  </tr>
1114
1114
  <tr>
@@ -1121,11 +1121,11 @@ result of the operation.
1121
1121
  <p class="since">Since 2.22</p>
1122
1122
  </div>
1123
1123
  <hr>
1124
- <div class="refsect2" title="g_drive_start_finish ()">
1124
+ <div class="refsect2">
1125
1125
  <a name="g-drive-start-finish"></a><h3>g_drive_start_finish ()</h3>
1126
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_start_finish (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
1126
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_start_finish (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
1127
1127
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
1128
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1128
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1129
1129
  <p>
1130
1130
  Finishes starting a drive.
1131
1131
  </p>
@@ -1144,13 +1144,13 @@ Finishes starting a drive.
1144
1144
  </tr>
1145
1145
  <tr>
1146
1146
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1147
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1147
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1148
1148
  </td>
1149
1149
  </tr>
1150
1150
  <tr>
1151
1151
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1152
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the drive has been started successfully,
1153
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1152
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the drive has been started successfully,
1153
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1154
1154
 
1155
1155
  </td>
1156
1156
  </tr>
@@ -1159,14 +1159,14 @@ Finishes starting a drive.
1159
1159
  <p class="since">Since 2.22</p>
1160
1160
  </div>
1161
1161
  <hr>
1162
- <div class="refsect2" title="g_drive_stop ()">
1162
+ <div class="refsect2">
1163
1163
  <a name="g-drive-stop"></a><h3>g_drive_stop ()</h3>
1164
1164
  <pre class="programlisting"><span class="returnvalue">void</span> g_drive_stop (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
1165
1165
  <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
1166
1166
  <em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
1167
1167
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1168
1168
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1169
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
1169
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
1170
1170
  <p>
1171
1171
  Asynchronously stops a drive.
1172
1172
  </p>
@@ -1190,17 +1190,17 @@ result of the operation.
1190
1190
  </tr>
1191
1191
  <tr>
1192
1192
  <td><p><span class="term"><em class="parameter"><code>mount_operation</code></em> :</span></p></td>
1193
- <td>a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction.
1193
+ <td>a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction.
1194
1194
  </td>
1195
1195
  </tr>
1196
1196
  <tr>
1197
1197
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1198
- <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
1198
+ <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
1199
1199
  </td>
1200
1200
  </tr>
1201
1201
  <tr>
1202
1202
  <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1203
- <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1203
+ <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1204
1204
  </td>
1205
1205
  </tr>
1206
1206
  <tr>
@@ -1213,11 +1213,11 @@ result of the operation.
1213
1213
  <p class="since">Since 2.22</p>
1214
1214
  </div>
1215
1215
  <hr>
1216
- <div class="refsect2" title="g_drive_stop_finish ()">
1216
+ <div class="refsect2">
1217
1217
  <a name="g-drive-stop-finish"></a><h3>g_drive_stop_finish ()</h3>
1218
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_stop_finish (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
1218
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_drive_stop_finish (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
1219
1219
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
1220
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1220
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1221
1221
  <p>
1222
1222
  Finishes stopping a drive.
1223
1223
  </p>
@@ -1236,13 +1236,13 @@ Finishes stopping a drive.
1236
1236
  </tr>
1237
1237
  <tr>
1238
1238
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1239
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1239
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1240
1240
  </td>
1241
1241
  </tr>
1242
1242
  <tr>
1243
1243
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1244
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the drive has been stopped successfully,
1245
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1244
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the drive has been stopped successfully,
1245
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1246
1246
 
1247
1247
  </td>
1248
1248
  </tr>
@@ -1251,7 +1251,7 @@ Finishes stopping a drive.
1251
1251
  <p class="since">Since 2.22</p>
1252
1252
  </div>
1253
1253
  <hr>
1254
- <div class="refsect2" title="g_drive_enumerate_identifiers ()">
1254
+ <div class="refsect2">
1255
1255
  <a name="g-drive-enumerate-identifiers"></a><h3>g_drive_enumerate_identifiers ()</h3>
1256
1256
  <pre class="programlisting"><span class="returnvalue">char</span> ** g_drive_enumerate_identifiers (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
1257
1257
  <p>
@@ -1269,15 +1269,15 @@ themselves.
1269
1269
  </tr>
1270
1270
  <tr>
1271
1271
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1272
- <td> a <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings containing
1273
- kinds of identifiers. Use <a href="/usr/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> to free.
1272
+ <td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings containing
1273
+ kinds of identifiers. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> to free.
1274
1274
  </td>
1275
1275
  </tr>
1276
1276
  </tbody>
1277
1277
  </table></div>
1278
1278
  </div>
1279
1279
  <hr>
1280
- <div class="refsect2" title="g_drive_get_identifier ()">
1280
+ <div class="refsect2">
1281
1281
  <a name="g-drive-get-identifier"></a><h3>g_drive_get_identifier ()</h3>
1282
1282
  <pre class="programlisting"><span class="returnvalue">char</span> * g_drive_get_identifier (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>,
1283
1283
  <em class="parameter"><code>const <span class="type">char</span> *kind</code></em>);</pre>
@@ -1300,7 +1300,7 @@ Gets the identifier of the given kind for <em class="parameter"><code>drive</cod
1300
1300
  <tr>
1301
1301
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1302
1302
  <td> a newly allocated string containing the
1303
- requested identfier, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a>
1303
+ requested identfier, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a>
1304
1304
  doesn't have this kind of identifier.
1305
1305
  </td>
1306
1306
  </tr>
@@ -1308,12 +1308,12 @@ Gets the identifier of the given kind for <em class="parameter"><code>drive</cod
1308
1308
  </table></div>
1309
1309
  </div>
1310
1310
  </div>
1311
- <div class="refsect1" title="Signal Details">
1311
+ <div class="refsect1">
1312
1312
  <a name="GDrive.signal-details"></a><h2>Signal Details</h2>
1313
- <div class="refsect2" title='The "changed" signal'>
1313
+ <div class="refsect2">
1314
1314
  <a name="GDrive-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
1315
1315
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive,
1316
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
1316
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
1317
1317
  <p>
1318
1318
  Emitted when the drive's state has changed.
1319
1319
  </p>
@@ -1333,10 +1333,10 @@ Emitted when the drive's state has changed.
1333
1333
  </table></div>
1334
1334
  </div>
1335
1335
  <hr>
1336
- <div class="refsect2" title='The "disconnected" signal'>
1336
+ <div class="refsect2">
1337
1337
  <a name="GDrive-disconnected"></a><h3>The <code class="literal">"disconnected"</code> signal</h3>
1338
1338
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive,
1339
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
1339
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
1340
1340
  <p>
1341
1341
  This signal is emitted when the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> have been
1342
1342
  disconnected. If the recipient is holding references to the
@@ -1359,10 +1359,10 @@ finalized.
1359
1359
  </table></div>
1360
1360
  </div>
1361
1361
  <hr>
1362
- <div class="refsect2" title='The "eject-button" signal'>
1362
+ <div class="refsect2">
1363
1363
  <a name="GDrive-eject-button"></a><h3>The <code class="literal">"eject-button"</code> signal</h3>
1364
1364
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive,
1365
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
1365
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
1366
1366
  <p>
1367
1367
  Emitted when the physical eject button (if any) of a drive has
1368
1368
  been pressed.
@@ -1383,10 +1383,10 @@ been pressed.
1383
1383
  </table></div>
1384
1384
  </div>
1385
1385
  <hr>
1386
- <div class="refsect2" title='The "stop-button" signal'>
1386
+ <div class="refsect2">
1387
1387
  <a name="GDrive-stop-button"></a><h3>The <code class="literal">"stop-button"</code> signal</h3>
1388
1388
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive,
1389
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
1389
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
1390
1390
  <p>
1391
1391
  Emitted when the physical stop button (if any) of a drive has
1392
1392
  been pressed.
@@ -1411,6 +1411,6 @@ been pressed.
1411
1411
  </div>
1412
1412
  <div class="footer">
1413
1413
  <hr>
1414
- Generated by GTK-Doc V1.14</div>
1414
+ Generated by GTK-Doc V1.15.1</div>
1415
1415
  </body>
1416
1416
  </html>