pango 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 (675) hide show
  1. data/ext/pango/extconf.rb +8 -0
  2. data/lib/1.8/pango.so +0 -0
  3. data/lib/1.9/pango.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/libcairo-2.dll +0 -0
  11. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  12. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  13. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  14. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  15. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  16. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  17. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  18. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  19. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  20. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  21. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  22. data/vendor/local/bin/pango-querymodules.exe +0 -0
  23. data/vendor/local/bin/pango-view.exe +0 -0
  24. data/vendor/local/etc/pango/pango.modules +1 -1
  25. data/vendor/local/include/glib-2.0/gio/gappinfo.h +0 -1
  26. data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +0 -1
  27. data/vendor/local/include/glib-2.0/gio/gcontenttype.h +18 -18
  28. data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +0 -1
  29. data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +0 -1
  30. data/vendor/local/include/glib-2.0/gio/gcredentials.h +76 -0
  31. data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +42 -25
  32. data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +0 -1
  33. data/vendor/local/include/glib-2.0/gio/gdbusaddress.h +58 -0
  34. data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +46 -0
  35. data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +562 -0
  36. data/vendor/local/include/glib-2.0/gio/gdbuserror.h +100 -0
  37. data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +286 -0
  38. data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +149 -0
  39. data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +73 -0
  40. data/vendor/local/include/glib-2.0/gio/gdbusnameowning.h +112 -0
  41. data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +94 -0
  42. data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +167 -0
  43. data/vendor/local/include/glib-2.0/gio/gdbusserver.h +54 -0
  44. data/vendor/local/include/glib-2.0/gio/gdbusutils.h +44 -0
  45. data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +0 -1
  46. data/vendor/local/include/glib-2.0/gio/gfileinfo.h +1 -0
  47. data/vendor/local/include/glib-2.0/gio/gio.h +30 -9
  48. data/vendor/local/include/glib-2.0/gio/gioenums.h +526 -8
  49. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +42 -0
  50. data/vendor/local/include/glib-2.0/gio/gioerror.h +4 -0
  51. data/vendor/local/include/glib-2.0/gio/giotypes.h +36 -0
  52. data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +1 -0
  53. data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +4 -0
  54. data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +2 -0
  55. data/vendor/local/include/glib-2.0/gio/gpermission.h +118 -0
  56. data/vendor/local/include/glib-2.0/gio/gproxy.h +123 -0
  57. data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +76 -0
  58. data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +75 -0
  59. data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +96 -0
  60. data/vendor/local/include/glib-2.0/gio/gsettings.h +258 -0
  61. data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +138 -0
  62. data/vendor/local/include/glib-2.0/gio/gsimplepermission.h +45 -0
  63. data/vendor/local/include/glib-2.0/gio/gsocket.h +18 -0
  64. data/vendor/local/include/glib-2.0/gio/gsocketclient.h +22 -0
  65. data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +7 -1
  66. data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +0 -1
  67. data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +5 -0
  68. data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +3 -0
  69. data/vendor/local/include/glib-2.0/glib-object.h +1 -0
  70. data/vendor/local/include/glib-2.0/glib.h +2 -0
  71. data/vendor/local/include/glib-2.0/glib/galloca.h +47 -0
  72. data/vendor/local/include/glib-2.0/glib/gatomic.h +25 -5
  73. data/vendor/local/include/glib-2.0/glib/gbacktrace.h +7 -7
  74. data/vendor/local/include/glib-2.0/glib/gbase64.h +22 -22
  75. data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +27 -3
  76. data/vendor/local/include/glib-2.0/glib/gcache.h +1 -1
  77. data/vendor/local/include/glib-2.0/glib/gchecksum.h +20 -20
  78. data/vendor/local/include/glib-2.0/glib/gcompletion.h +4 -0
  79. data/vendor/local/include/glib-2.0/glib/gconvert.h +26 -2
  80. data/vendor/local/include/glib-2.0/glib/gdatetime.h +217 -0
  81. data/vendor/local/include/glib-2.0/glib/gkeyfile.h +16 -0
  82. data/vendor/local/include/glib-2.0/glib/gmacros.h +7 -0
  83. data/vendor/local/include/glib-2.0/glib/gmain.h +305 -78
  84. data/vendor/local/include/glib-2.0/glib/gmarkup.h +1 -1
  85. data/vendor/local/include/glib-2.0/glib/gmem.h +107 -1
  86. data/vendor/local/include/glib-2.0/glib/gnode.h +4 -2
  87. data/vendor/local/include/glib-2.0/glib/gpoll.h +27 -3
  88. data/vendor/local/include/glib-2.0/glib/gregex.h +228 -0
  89. data/vendor/local/include/glib-2.0/glib/grel.h +4 -0
  90. data/vendor/local/include/glib-2.0/glib/gstdio.h +27 -39
  91. data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +3 -1
  92. data/vendor/local/include/glib-2.0/glib/gtestutils.h +19 -14
  93. data/vendor/local/include/glib-2.0/glib/gthread.h +0 -1
  94. data/vendor/local/include/glib-2.0/glib/gtimezone.h +44 -0
  95. data/vendor/local/include/glib-2.0/glib/gunicode.h +18 -1
  96. data/vendor/local/include/glib-2.0/glib/gutils.h +1 -1
  97. data/vendor/local/include/glib-2.0/glib/gvariant.h +25 -1
  98. data/vendor/local/include/glib-2.0/glib/gvarianttype.h +29 -0
  99. data/vendor/local/include/glib-2.0/gobject/gbinding.h +136 -0
  100. data/vendor/local/include/glib-2.0/gobject/gboxed.h +18 -6
  101. data/vendor/local/include/glib-2.0/gobject/gmarshal.h +37 -20
  102. data/vendor/local/include/glib-2.0/gobject/gobject.h +5 -0
  103. data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +48 -21
  104. data/vendor/local/include/glib-2.0/gobject/gparam.h +9 -4
  105. data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +54 -0
  106. data/vendor/local/include/glib-2.0/gobject/gtype.h +129 -1
  107. data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +6 -1
  108. data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +17 -0
  109. data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +2 -2
  110. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  111. data/vendor/local/lib/cairo.lib +0 -0
  112. data/vendor/local/lib/gio-2.0.def +345 -2
  113. data/vendor/local/lib/gio-2.0.lib +0 -0
  114. data/vendor/local/lib/glib-2.0.def +71 -0
  115. data/vendor/local/lib/glib-2.0.lib +0 -0
  116. data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
  117. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  118. data/vendor/local/lib/gobject-2.0.def +21 -0
  119. data/vendor/local/lib/gobject-2.0.lib +0 -0
  120. data/vendor/local/lib/gthread-2.0.lib +0 -0
  121. data/vendor/local/lib/intl.lib +0 -0
  122. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  123. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  124. data/vendor/local/lib/libcairo.dll.a +0 -0
  125. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  126. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  127. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  128. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  129. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  130. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  131. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  132. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  133. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  134. data/vendor/local/lib/pango-1.0.lib +0 -0
  135. data/vendor/local/lib/pangocairo-1.0.lib +0 -0
  136. data/vendor/local/lib/pangoft2-1.0.lib +0 -0
  137. data/vendor/local/lib/pangowin32-1.0.lib +0 -0
  138. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  140. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  142. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  143. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  144. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  145. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  146. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  147. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  148. data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -2
  149. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +11 -0
  150. data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
  151. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
  152. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
  153. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
  154. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
  155. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  156. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  157. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  158. data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
  159. data/vendor/local/manifest/{cairo-dev_1.10.0-1_win32.mft → cairo-dev_1.10.0-2_win32.mft} +6 -4
  160. data/vendor/local/manifest/cairo_1.10.0-2_win32.mft +7 -0
  161. data/vendor/local/manifest/{glib-dev_2.24.2-2_win32.mft → glib-dev_2.26.0-2_win32.mft} +87 -8
  162. data/vendor/local/manifest/{glib_2.24.2-2_win32.mft → glib_2.26.0-2_win32.mft} +3 -2
  163. data/vendor/local/manifest/{pango-dev_1.28.1-2_win32.mft → pango-dev_1.28.3-1_win32.mft} +5 -5
  164. data/vendor/local/manifest/{pango_1.28.1-2_win32.mft → pango_1.28.3-1_win32.mft} +2 -2
  165. data/vendor/local/share/aclocal/glib-gettext.m4 +2 -2
  166. data/vendor/local/share/doc/{cairo_1.10.0-1_win32 → cairo_1.10.0-2_win32}/COPYING +0 -0
  167. data/vendor/local/share/doc/{cairo_1.10.0-1_win32 → cairo_1.10.0-2_win32}/COPYING-LGPL-2.1 +0 -0
  168. data/vendor/local/share/doc/{cairo_1.10.0-1_win32 → cairo_1.10.0-2_win32}/COPYING-MPL-1.1 +0 -0
  169. data/vendor/local/share/doc/{glib-2.24.2 → glib-2.26.0}/COPYING +0 -0
  170. data/vendor/local/share/doc/{glib-dev-2.24.2 → glib-dev-2.26.0}/COPYING +0 -0
  171. data/vendor/local/share/doc/{pango-1.28.1 → pango-1.28.3}/COPYING +0 -0
  172. data/vendor/local/share/doc/{pango-dev-1.28.1 → pango-dev-1.28.3}/COPYING +0 -0
  173. data/vendor/local/share/glib-2.0/gdb/glib.py +1 -4
  174. data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +3 -1
  175. data/vendor/local/share/glib-2.0/schemas/gschema.dtd +60 -0
  176. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +179 -166
  177. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +276 -74
  178. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +35 -35
  179. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +114 -119
  180. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +43 -47
  181. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +67 -67
  182. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +41 -41
  183. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +70 -35
  184. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +398 -0
  185. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +254 -0
  186. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +6211 -0
  187. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1833 -0
  188. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +618 -0
  189. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +2050 -0
  190. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +1124 -0
  191. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +373 -151
  192. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +103 -107
  193. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +158 -158
  194. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +22 -22
  195. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +19 -19
  196. data/vendor/local/share/gtk-doc/html/gio/GFile.html +935 -923
  197. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +18 -13
  198. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +71 -75
  199. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +29 -29
  200. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +18 -18
  201. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +303 -275
  202. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +27 -27
  203. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +32 -32
  204. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +29 -29
  205. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +30 -30
  206. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +31 -25
  207. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +31 -25
  208. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +27 -27
  209. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +58 -58
  210. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +38 -38
  211. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +109 -109
  212. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +26 -25
  213. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +72 -72
  214. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +120 -120
  215. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +29 -29
  216. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +24 -24
  217. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +90 -59
  218. data/vendor/local/share/gtk-doc/html/gio/GMount.html +155 -155
  219. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +76 -76
  220. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +119 -39
  221. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +100 -37
  222. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +137 -131
  223. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +560 -0
  224. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +312 -0
  225. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +348 -0
  226. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +301 -0
  227. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +116 -116
  228. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +54 -54
  229. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2424 -0
  230. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +609 -0
  231. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +362 -148
  232. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +107 -0
  233. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +612 -326
  234. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +36 -36
  235. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +470 -108
  236. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +131 -46
  237. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +48 -259
  238. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +27 -26
  239. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +123 -119
  240. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +24 -24
  241. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +165 -0
  242. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +36 -36
  243. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +27 -27
  244. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +298 -0
  245. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +222 -0
  246. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +65 -57
  247. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +59 -51
  248. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +38 -38
  249. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +39 -39
  250. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +246 -61
  251. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +36 -36
  252. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +113 -113
  253. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +67 -71
  254. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +90 -18
  255. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +56 -14
  256. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +65 -0
  257. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -3
  258. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -3
  259. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +8 -12
  260. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +21 -4
  261. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +1598 -0
  262. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -3
  263. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2412 -661
  264. data/vendor/local/share/gtk-doc/html/gio/async.html +3 -3
  265. data/vendor/local/share/gtk-doc/html/gio/ch01.html +50 -14
  266. data/vendor/local/share/gtk-doc/html/gio/ch02.html +14 -9
  267. data/vendor/local/share/gtk-doc/html/gio/ch03.html +122 -22
  268. data/vendor/local/share/gtk-doc/html/gio/{ch19.html → ch24.html} +8 -8
  269. data/vendor/local/share/gtk-doc/html/gio/{ch20.html → ch25.html} +19 -19
  270. data/vendor/local/share/gtk-doc/html/gio/{ch20s02.html → ch25s02.html} +10 -10
  271. data/vendor/local/share/gtk-doc/html/gio/{ch20s03.html → ch25s03.html} +12 -12
  272. data/vendor/local/share/gtk-doc/html/gio/ch26.html +57 -0
  273. data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +59 -0
  274. data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +159 -0
  275. data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +46 -0
  276. data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +48 -0
  277. data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +277 -0
  278. data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +95 -0
  279. data/vendor/local/share/gtk-doc/html/gio/ch27.html +70 -0
  280. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +130 -0
  281. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +202 -0
  282. data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +96 -0
  283. data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +823 -0
  284. data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +828 -0
  285. data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
  286. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +33 -20
  287. data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
  288. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
  289. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
  290. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
  291. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +41 -0
  292. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +59 -0
  293. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +243 -0
  294. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +316 -0
  295. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1117 -0
  296. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +216 -0
  297. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +35 -35
  298. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +58 -50
  299. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +98 -88
  300. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -19
  301. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -19
  302. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +908 -0
  303. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +37 -31
  304. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +97 -16
  305. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +50 -50
  306. data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +38 -38
  307. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +736 -0
  308. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +113 -122
  309. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +666 -0
  310. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +26 -10
  311. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +53 -0
  312. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +569 -68
  313. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +692 -70
  314. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +102 -0
  315. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +11 -5
  316. data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
  317. data/vendor/local/share/gtk-doc/html/gio/index.html +137 -20
  318. data/vendor/local/share/gtk-doc/html/gio/index.sgml +814 -96
  319. data/vendor/local/share/gtk-doc/html/gio/migrating.html +32 -12
  320. data/vendor/local/share/gtk-doc/html/gio/networking.html +19 -7
  321. data/vendor/local/share/gtk-doc/html/gio/permissions.html +39 -0
  322. data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/gio/pt02.html +112 -15
  324. data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -5
  325. data/vendor/local/share/gtk-doc/html/gio/settings.html +38 -0
  326. data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
  327. data/vendor/local/share/gtk-doc/html/gio/style.css +8 -0
  328. data/vendor/local/share/gtk-doc/html/gio/tools.html +44 -0
  329. data/vendor/local/share/gtk-doc/html/gio/types.html +3 -3
  330. data/vendor/local/share/gtk-doc/html/gio/utils.html +5 -5
  331. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  332. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +77 -0
  333. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
  334. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
  335. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -7
  336. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
  337. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -3
  338. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
  339. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
  340. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
  341. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +5 -4
  342. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +359 -0
  343. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +10 -3
  344. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +8 -4
  345. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -3
  346. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +82 -3
  347. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +393 -14
  348. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +52 -52
  349. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +51 -51
  350. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +75 -74
  351. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +59 -23
  352. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +35 -35
  353. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +19 -19
  354. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +37 -37
  355. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -85
  356. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +39 -39
  357. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +69 -69
  358. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +21 -21
  359. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +130 -223
  360. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +114 -108
  361. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +25 -25
  362. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +20 -20
  363. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +87 -84
  364. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +61 -61
  365. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +96 -96
  366. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +30 -30
  367. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +33 -30
  368. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +98 -56
  369. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2201 -0
  370. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +239 -0
  371. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +736 -256
  372. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +140 -91
  373. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +15 -15
  374. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +59 -59
  375. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +65 -65
  376. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +11 -11
  377. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +91 -28
  378. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
  379. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +257 -73
  380. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +27 -27
  381. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +50 -50
  382. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
  383. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +70 -66
  384. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +14 -14
  385. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +44 -44
  386. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +20 -20
  387. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +108 -63
  388. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +151 -91
  389. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +132 -103
  390. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +83 -81
  391. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +34 -44
  392. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +442 -345
  393. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +40 -40
  394. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +19 -19
  395. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +35 -35
  396. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +72 -23
  397. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +46 -46
  398. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +15 -15
  399. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +35 -36
  400. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +130 -129
  401. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
  402. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -26
  403. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +21 -21
  404. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +245 -232
  405. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +104 -103
  406. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +171 -85
  407. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +422 -323
  408. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
  409. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +135 -135
  410. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +18 -18
  411. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
  412. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +13 -13
  413. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +103 -17
  414. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +189 -97
  415. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +119 -16
  416. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +24 -24
  417. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +32 -32
  418. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +53 -25
  419. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -7
  420. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
  421. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
  422. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
  423. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
  424. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
  425. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
  426. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +94 -272
  427. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
  428. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +43 -26
  429. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +10 -4
  430. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +131 -32
  431. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +174 -59
  432. data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
  433. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
  434. data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
  435. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +190 -73
  436. data/vendor/local/share/gtk-doc/html/glib/index.html +13 -5
  437. data/vendor/local/share/gtk-doc/html/glib/index.sgml +133 -4
  438. data/vendor/local/share/gtk-doc/html/glib/style.css +8 -0
  439. data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -3
  440. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +803 -0
  441. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +21 -21
  442. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -19
  443. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +47 -0
  444. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -3
  445. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
  446. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
  447. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
  448. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
  449. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
  450. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +6 -5
  451. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +201 -0
  452. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -3
  453. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
  454. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
  455. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
  456. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +148 -4
  457. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
  458. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
  459. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +4 -4
  460. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +6 -6
  461. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
  462. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +14 -14
  463. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +28 -22
  464. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +29 -17
  465. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +45 -34
  466. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +130 -73
  467. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +43 -43
  468. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +83 -73
  469. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +35 -35
  470. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
  471. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +558 -245
  472. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +358 -92
  473. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +391 -158
  474. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +47 -44
  475. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +42 -12
  476. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +6 -6
  477. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +8 -8
  478. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
  479. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +48 -9
  480. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +53 -9
  481. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
  482. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +4 -4
  483. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +5 -5
  484. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +3 -3
  485. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
  486. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
  487. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +3 -3
  488. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  489. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
  490. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +8 -8
  491. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
  492. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
  493. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +4 -4
  494. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
  495. data/vendor/local/share/gtk-doc/html/gobject/index.html +15 -10
  496. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +53 -1
  497. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
  498. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
  499. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
  500. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
  501. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +7 -4
  502. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +6 -6
  503. data/vendor/local/share/gtk-doc/html/gobject/signal.html +11 -11
  504. data/vendor/local/share/gtk-doc/html/gobject/style.css +8 -0
  505. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
  506. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
  507. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
  508. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
  509. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
  510. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +44 -50
  511. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +45 -51
  512. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +44 -61
  513. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +89 -101
  514. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +173 -171
  515. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -27
  516. data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -24
  517. data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -24
  518. data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -24
  519. data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +3 -24
  520. data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +5 -26
  521. data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -24
  522. data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +5 -26
  523. data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -26
  524. data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -24
  525. data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +3 -24
  526. data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +3 -24
  527. data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -24
  528. data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +6 -27
  529. data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +22 -43
  530. data/vendor/local/share/gtk-doc/html/pango/index-all.html +70 -91
  531. data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -24
  532. data/vendor/local/share/gtk-doc/html/pango/index.html +5 -26
  533. data/vendor/local/share/gtk-doc/html/pango/index.sgml +31 -30
  534. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +6 -27
  535. data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +20 -39
  536. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +73 -88
  537. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +405 -320
  538. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +85 -97
  539. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +69 -84
  540. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +695 -645
  541. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +225 -228
  542. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +523 -494
  543. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +819 -742
  544. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +203 -204
  545. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +58 -75
  546. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +422 -405
  547. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +144 -142
  548. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +120 -130
  549. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +618 -576
  550. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +397 -384
  551. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +44 -58
  552. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +73 -84
  553. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +220 -217
  554. data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +303 -302
  555. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +293 -292
  556. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +5 -26
  557. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +1009 -0
  558. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +7 -28
  559. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +68 -68
  560. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +72 -72
  561. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -24
  562. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -24
  563. data/vendor/local/share/gtk-doc/html/pango/style.css +21 -13
  564. data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -24
  565. data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
  566. data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
  567. data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
  568. data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
  569. data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
  570. data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
  571. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  572. data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
  573. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  574. data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
  575. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
  576. data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
  577. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  578. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  579. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  580. data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
  581. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  582. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  583. data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
  584. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  585. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
  586. data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
  587. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  588. data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
  589. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  590. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  591. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  592. data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
  593. data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
  594. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  595. data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
  596. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  597. data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
  598. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  599. data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
  600. data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
  601. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  602. data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
  603. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  604. data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
  605. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  606. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  607. data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
  608. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  609. data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
  610. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  611. data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
  612. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  613. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  614. data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
  615. data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
  616. data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
  617. data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
  618. data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
  619. data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
  620. data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
  621. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  622. data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
  623. data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
  624. data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
  625. data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
  626. data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
  627. data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
  628. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  629. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  630. data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
  631. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  632. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  633. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  634. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  635. data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
  636. data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
  637. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  638. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  639. data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
  640. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  641. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
  642. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  643. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  644. data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
  645. data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
  646. data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
  647. data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
  648. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  649. data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
  650. data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
  651. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  652. data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
  653. data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
  654. data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
  655. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  656. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  657. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  658. data/vendor/local/share/man/man1/glib-genmarshal.1 +9 -4
  659. data/vendor/local/share/man/man1/glib-mkenums.1 +17 -5
  660. data/vendor/local/share/man/man1/gobject-query.1 +4 -4
  661. data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
  662. data/vendor/local/share/man/man1/pango-view.1 +1 -1
  663. data/vendor/local/src/tml/packaging/{cairo_1.10.0-1_win32.log → cairo_1.10.0-2_win32.log} +175 -174
  664. data/vendor/local/src/tml/packaging/{cairo_1.10.0-1_win32.sh → cairo_1.10.0-2_win32.sh} +11 -3
  665. data/vendor/local/src/tml/packaging/{glib_2.24.2-2_win32.log → glib_2.26.0-2_win32.log} +1102 -837
  666. data/vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh +64 -0
  667. data/vendor/local/src/tml/packaging/{pango_1.28.1-2_win32.log → pango_1.28.3-1_win32.log} +293 -413
  668. data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.sh +56 -0
  669. metadata +1471 -1389
  670. data/ext/pango/Makefile +0 -172
  671. data/ext/pango/rbpangoversion.h +0 -24
  672. data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +0 -5
  673. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +0 -1002
  674. data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh +0 -290
  675. data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.sh +0 -579
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="streaming.html" title="Streaming I/O">
9
9
  <link rel="prev" href="GFileOutputStream.html" title="GFileOutputStream">
10
10
  <link rel="next" href="GFileDescriptorBased.html" title="GFileDescriptorBased">
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">
@@ -30,7 +30,7 @@
30
30
  <a href="#GFileIOStream.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
31
  </td></tr>
32
32
  </table>
33
- <div class="refentry" title="GFileIOStream">
33
+ <div class="refentry">
34
34
  <a name="GFileIOStream"></a><div class="titlepage"></div>
35
35
  <div class="refnamediv"><table width="100%"><tr>
36
36
  <td valign="top">
@@ -39,7 +39,7 @@
39
39
  </td>
40
40
  <td valign="top" align="right"></td>
41
41
  </tr></table></div>
42
- <div class="refsynopsisdiv" title="Synopsis">
42
+ <div class="refsynopsisdiv">
43
43
  <a name="GFileIOStream.synopsis"></a><h2>Synopsis</h2>
44
44
  <pre class="synopsis">
45
45
  #include &lt;gio/gio.h&gt;
@@ -49,33 +49,33 @@
49
49
  <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info" title="g_file_io_stream_query_info ()">g_file_io_stream_query_info</a> (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
50
50
  <em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>,
51
51
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
52
- <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>);
52
+ <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>);
53
53
  <span class="returnvalue">void</span> <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" title="g_file_io_stream_query_info_async ()">g_file_io_stream_query_info_async</a> (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
54
54
  <em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>,
55
55
  <em class="parameter"><code><span class="type">int</span> io_priority</code></em>,
56
56
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
57
57
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
58
- <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>);
58
+ <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>);
59
59
  <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-finish" title="g_file_io_stream_query_info_finish ()">g_file_io_stream_query_info_finish</a> (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
60
60
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
61
- <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>);
61
+ <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>);
62
62
  </pre>
63
63
  </div>
64
- <div class="refsect1" title="Object Hierarchy">
64
+ <div class="refsect1">
65
65
  <a name="GFileIOStream.object-hierarchy"></a><h2>Object Hierarchy</h2>
66
66
  <pre class="synopsis">
67
- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
67
+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
68
68
  +----<a class="link" href="GIOStream.html" title="GIOStream">GIOStream</a>
69
69
  +----GFileIOStream
70
70
  </pre>
71
71
  </div>
72
- <div class="refsect1" title="Implemented Interfaces">
72
+ <div class="refsect1">
73
73
  <a name="GFileIOStream.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
74
74
  <p>
75
75
  GFileIOStream implements
76
76
  <a class="link" href="GSeekable.html" title="GSeekable">GSeekable</a>.</p>
77
77
  </div>
78
- <div class="refsect1" title="Description">
78
+ <div class="refsect1">
79
79
  <a name="GFileIOStream.description"></a><h2>Description</h2>
80
80
  <p>
81
81
  GFileIOStream provides io streams that both read and write to the same
@@ -104,9 +104,9 @@ and the implementation of <a class="link" href="GSeekable.html" title="GSeekable
104
104
  on the output stream.
105
105
  </p>
106
106
  </div>
107
- <div class="refsect1" title="Details">
107
+ <div class="refsect1">
108
108
  <a name="GFileIOStream.details"></a><h2>Details</h2>
109
- <div class="refsect2" title="GFileIOStream">
109
+ <div class="refsect2">
110
110
  <a name="GFileIOStream-struct"></a><h3>GFileIOStream</h3>
111
111
  <pre class="programlisting">typedef struct _GFileIOStream GFileIOStream;</pre>
112
112
  <p>
@@ -118,7 +118,7 @@ a few file-specific operations and seeking and truncating.
118
118
  </p>
119
119
  </div>
120
120
  <hr>
121
- <div class="refsect2" title="g_file_io_stream_get_etag ()">
121
+ <div class="refsect2">
122
122
  <a name="g-file-io-stream-get-etag"></a><h3>g_file_io_stream_get_etag ()</h3>
123
123
  <pre class="programlisting"><span class="returnvalue">char</span> * g_file_io_stream_get_etag (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>);</pre>
124
124
  <p>
@@ -145,12 +145,12 @@ and closed, as the etag can change while writing.
145
145
  <p class="since">Since 2.22</p>
146
146
  </div>
147
147
  <hr>
148
- <div class="refsect2" title="g_file_io_stream_query_info ()">
148
+ <div class="refsect2">
149
149
  <a name="g-file-io-stream-query-info"></a><h3>g_file_io_stream_query_info ()</h3>
150
150
  <pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_file_io_stream_query_info (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
151
151
  <em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>,
152
152
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
153
- <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>
153
+ <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>
154
154
  <p>
155
155
  Queries a file io stream for the given <em class="parameter"><code>attributes</code></em>.
156
156
  This function blocks while querying the stream. For the asynchronous
@@ -164,12 +164,12 @@ Can fail if the stream was already closed (with <em class="parameter"><code>erro
164
164
  <a class="link" href="gio-GIOError.html#G-IO-ERROR-CLOSED:CAPS"><code class="literal">G_IO_ERROR_CLOSED</code></a>), the stream has pending operations (with <em class="parameter"><code>error</code></em> being
165
165
  set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-PENDING:CAPS"><code class="literal">G_IO_ERROR_PENDING</code></a>), or if querying info is not supported for
166
166
  the stream's interface (with <em class="parameter"><code>error</code></em> being set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-NOT-SUPPORTED:CAPS"><code class="literal">G_IO_ERROR_NOT_SUPPORTED</code></a>). I
167
- all cases of failure, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
167
+ all cases of failure, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
168
168
  </p>
169
169
  <p>
170
- If <em class="parameter"><code>cancellable</code></em> is not <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the operation can be cancelled by
170
+ If <em class="parameter"><code>cancellable</code></em> is not <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the operation can be cancelled by
171
171
  triggering the cancellable object from another thread. If the operation
172
- was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be set, and <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will
172
+ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be set, and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will
173
173
  be returned.
174
174
  </p>
175
175
  <div class="variablelist"><table border="0">
@@ -187,17 +187,17 @@ be returned.
187
187
  </tr>
188
188
  <tr>
189
189
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
190
- <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.
190
+ <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.
191
191
  </td>
192
192
  </tr>
193
193
  <tr>
194
194
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
195
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
195
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
196
196
  </td>
197
197
  </tr>
198
198
  <tr>
199
199
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
200
- <td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for the <em class="parameter"><code>stream</code></em>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
200
+ <td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for the <em class="parameter"><code>stream</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
201
201
 
202
202
  </td>
203
203
  </tr>
@@ -206,14 +206,14 @@ be returned.
206
206
  <p class="since">Since 2.22</p>
207
207
  </div>
208
208
  <hr>
209
- <div class="refsect2" title="g_file_io_stream_query_info_async ()">
209
+ <div class="refsect2">
210
210
  <a name="g-file-io-stream-query-info-async"></a><h3>g_file_io_stream_query_info_async ()</h3>
211
211
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_io_stream_query_info_async (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
212
212
  <em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>,
213
213
  <em class="parameter"><code><span class="type">int</span> io_priority</code></em>,
214
214
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
215
215
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
216
- <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>
216
+ <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>
217
217
  <p>
218
218
  Asynchronously queries the <em class="parameter"><code>stream</code></em> for a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>. When completed,
219
219
  <em class="parameter"><code>callback</code></em> will be called with a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> which can be used to
@@ -244,7 +244,7 @@ For the synchronous version of this function, see
244
244
  </tr>
245
245
  <tr>
246
246
  <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
247
- <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.
247
+ <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.
248
248
  </td>
249
249
  </tr>
250
250
  <tr>
@@ -262,11 +262,11 @@ For the synchronous version of this function, see
262
262
  <p class="since">Since 2.22</p>
263
263
  </div>
264
264
  <hr>
265
- <div class="refsect2" title="g_file_io_stream_query_info_finish ()">
265
+ <div class="refsect2">
266
266
  <a name="g-file-io-stream-query-info-finish"></a><h3>g_file_io_stream_query_info_finish ()</h3>
267
267
  <pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_file_io_stream_query_info_finish (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
268
268
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
269
- <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>
269
+ <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>
270
270
  <p>
271
271
  Finalizes the asynchronous query started
272
272
  by <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" title="g_file_io_stream_query_info_async ()"><code class="function">g_file_io_stream_query_info_async()</code></a>.
@@ -286,7 +286,7 @@ by <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" t
286
286
  </tr>
287
287
  <tr>
288
288
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
289
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
289
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
290
290
  </td>
291
291
  </tr>
292
292
  <tr>
@@ -300,13 +300,13 @@ by <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" t
300
300
  <p class="since">Since 2.22</p>
301
301
  </div>
302
302
  </div>
303
- <div class="refsect1" title="See Also">
303
+ <div class="refsect1">
304
304
  <a name="GFileIOStream.see-also"></a><h2>See Also</h2>
305
305
  <a class="link" href="GIOStream.html" title="GIOStream"><span class="type">GIOStream</span></a>, <a class="link" href="GFileInputStream.html" title="GFileInputStream"><span class="type">GFileInputStream</span></a>, <a class="link" href="GFileOutputStream.html" title="GFileOutputStream"><span class="type">GFileOutputStream</span></a>, <a class="link" href="GSeekable.html" title="GSeekable"><span class="type">GSeekable</span></a>
306
306
  </div>
307
307
  </div>
308
308
  <div class="footer">
309
309
  <hr>
310
- Generated by GTK-Doc V1.14</div>
310
+ Generated by GTK-Doc V1.15.1</div>
311
311
  </body>
312
312
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="icons.html" title="Icons">
9
9
  <link rel="prev" href="GIcon.html" title="GIcon">
10
10
  <link rel="next" href="GLoadableIcon.html" title="GLoadableIcon">
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="#GFileIcon.properties" class="shortcut">Properties</a>
33
33
  </td></tr>
34
34
  </table>
35
- <div class="refentry" title="GFileIcon">
35
+ <div class="refentry">
36
36
  <a name="GFileIcon"></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="GFileIcon.synopsis"></a><h2>Synopsis</h2>
46
46
  <pre class="synopsis">
47
47
  #include &lt;gio/gio.h&gt;
@@ -51,35 +51,35 @@
51
51
  <a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * <a class="link" href="GFileIcon.html#g-file-icon-get-file" title="g_file_icon_get_file ()">g_file_icon_get_file</a> (<em class="parameter"><code><a class="link" href="GFileIcon.html" title="GFileIcon"><span class="type">GFileIcon</span></a> *icon</code></em>);
52
52
  </pre>
53
53
  </div>
54
- <div class="refsect1" title="Object Hierarchy">
54
+ <div class="refsect1">
55
55
  <a name="GFileIcon.object-hierarchy"></a><h2>Object Hierarchy</h2>
56
56
  <pre class="synopsis">
57
- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
57
+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
58
58
  +----GFileIcon
59
59
  </pre>
60
60
  </div>
61
- <div class="refsect1" title="Implemented Interfaces">
61
+ <div class="refsect1">
62
62
  <a name="GFileIcon.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
63
63
  <p>
64
64
  GFileIcon implements
65
65
  <a class="link" href="GIcon.html" title="GIcon">GIcon</a> and <a class="link" href="GLoadableIcon.html" title="GLoadableIcon">GLoadableIcon</a>.</p>
66
66
  </div>
67
- <div class="refsect1" title="Properties">
67
+ <div class="refsect1">
68
68
  <a name="GFileIcon.properties"></a><h2>Properties</h2>
69
69
  <pre class="synopsis">
70
70
  "<a class="link" href="GFileIcon.html#GFileIcon--file" title='The "file" property'>file</a>" <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>* : Read / Write / Construct Only
71
71
  </pre>
72
72
  </div>
73
- <div class="refsect1" title="Description">
73
+ <div class="refsect1">
74
74
  <a name="GFileIcon.description"></a><h2>Description</h2>
75
75
  <p>
76
76
  <a class="link" href="GFileIcon.html" title="GFileIcon"><span class="type">GFileIcon</span></a> specifies an icon by pointing to an image file
77
77
  to be used as icon.
78
78
  </p>
79
79
  </div>
80
- <div class="refsect1" title="Details">
80
+ <div class="refsect1">
81
81
  <a name="GFileIcon.details"></a><h2>Details</h2>
82
- <div class="refsect2" title="GFileIcon">
82
+ <div class="refsect2">
83
83
  <a name="GFileIcon-struct"></a><h3>GFileIcon</h3>
84
84
  <pre class="programlisting">typedef struct _GFileIcon GFileIcon;</pre>
85
85
  <p>
@@ -87,7 +87,7 @@ Gets an icon for a <a class="link" href="GFile.html" title="GFile"><span class="
87
87
  </p>
88
88
  </div>
89
89
  <hr>
90
- <div class="refsect2" title="g_file_icon_new ()">
90
+ <div class="refsect2">
91
91
  <a name="g-file-icon-new"></a><h3>g_file_icon_new ()</h3>
92
92
  <pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * g_file_icon_new (<em class="parameter"><code><a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> *file</code></em>);</pre>
93
93
  <p>
@@ -103,14 +103,14 @@ Creates a new icon for a file.
103
103
  </tr>
104
104
  <tr>
105
105
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
106
- <td> a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given <em class="parameter"><code>file</code></em>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
106
+ <td> a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given <em class="parameter"><code>file</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
107
107
  </td>
108
108
  </tr>
109
109
  </tbody>
110
110
  </table></div>
111
111
  </div>
112
112
  <hr>
113
- <div class="refsect2" title="g_file_icon_get_file ()">
113
+ <div class="refsect2">
114
114
  <a name="g-file-icon-get-file"></a><h3>g_file_icon_get_file ()</h3>
115
115
  <pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * g_file_icon_get_file (<em class="parameter"><code><a class="link" href="GFileIcon.html" title="GFileIcon"><span class="type">GFileIcon</span></a> *icon</code></em>);</pre>
116
116
  <p>
@@ -126,16 +126,16 @@ Gets the <a class="link" href="GFile.html" title="GFile"><span class="type">GFil
126
126
  </tr>
127
127
  <tr>
128
128
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
129
- <td> a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
129
+ <td> a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
130
130
  </td>
131
131
  </tr>
132
132
  </tbody>
133
133
  </table></div>
134
134
  </div>
135
135
  </div>
136
- <div class="refsect1" title="Property Details">
136
+ <div class="refsect1">
137
137
  <a name="GFileIcon.property-details"></a><h2>Property Details</h2>
138
- <div class="refsect2" title='The "file" property'>
138
+ <div class="refsect2">
139
139
  <a name="GFileIcon--file"></a><h3>The <code class="literal">"file"</code> property</h3>
140
140
  <pre class="programlisting"> "file" <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>* : Read / Write / Construct Only</pre>
141
141
  <p>
@@ -143,13 +143,13 @@ The file containing the icon.
143
143
  </p>
144
144
  </div>
145
145
  </div>
146
- <div class="refsect1" title="See Also">
146
+ <div class="refsect1">
147
147
  <a name="GFileIcon.see-also"></a><h2>See Also</h2>
148
148
  <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>, <a class="link" href="GLoadableIcon.html" title="GLoadableIcon"><span class="type">GLoadableIcon</span></a>
149
149
  </div>
150
150
  </div>
151
151
  <div class="footer">
152
152
  <hr>
153
- Generated by GTK-Doc V1.14</div>
153
+ Generated by GTK-Doc V1.15.1</div>
154
154
  </body>
155
155
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="file_ops.html" title="File Operations">
9
9
  <link rel="prev" href="gio-GFileAttribute.html" title="GFileAttribute">
10
10
  <link rel="next" href="GFileEnumerator.html" title="GFileEnumerator">
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">
@@ -28,7 +28,7 @@
28
28
  <a href="#GFileInfo.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
29
  </td></tr>
30
30
  </table>
31
- <div class="refentry" title="GFileInfo">
31
+ <div class="refentry">
32
32
  <a name="GFileInfo"></a><div class="titlepage"></div>
33
33
  <div class="refnamediv"><table width="100%"><tr>
34
34
  <td valign="top">
@@ -37,7 +37,7 @@
37
37
  </td>
38
38
  <td valign="top" align="right"></td>
39
39
  </tr></table></div>
40
- <div class="refsynopsisdiv" title="Synopsis">
40
+ <div class="refsynopsisdiv">
41
41
  <a name="GFileInfo.synopsis"></a><h2>Synopsis</h2>
42
42
  <pre class="synopsis">
43
43
  #include &lt;gio/gio.h&gt;
@@ -116,15 +116,17 @@ enum <a class="link" href="GFileInfo.html#GFileType" title="enum
116
116
  #define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS" title="G_FILE_ATTRIBUTE_GVFS_BACKEND">G_FILE_ATTRIBUTE_GVFS_BACKEND</a>
117
117
  #define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS" title="G_FILE_ATTRIBUTE_SELINUX_CONTEXT">G_FILE_ATTRIBUTE_SELINUX_CONTEXT</a>
118
118
  #define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS" title="G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT">G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT</a>
119
+ #define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS" title="G_FILE_ATTRIBUTE_TRASH_DELETION_DATE">G_FILE_ATTRIBUTE_TRASH_DELETION_DATE</a>
120
+ #define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS" title="G_FILE_ATTRIBUTE_TRASH_ORIG_PATH">G_FILE_ATTRIBUTE_TRASH_ORIG_PATH</a>
119
121
  #define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW">G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</a>
120
122
  #define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION">G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</a>
121
123
  <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * <a class="link" href="GFileInfo.html#g-file-info-new" title="g_file_info_new ()">g_file_info_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
122
124
  <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * <a class="link" href="GFileInfo.html#g-file-info-dup" title="g_file_info_dup ()">g_file_info_dup</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *other</code></em>);
123
125
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-copy-into" title="g_file_info_copy_into ()">g_file_info_copy_into</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *src_info</code></em>,
124
126
  <em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *dest_info</code></em>);
125
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-has-attribute" title="g_file_info_has_attribute ()">g_file_info_has_attribute</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
127
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-has-attribute" title="g_file_info_has_attribute ()">g_file_info_has_attribute</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
126
128
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
127
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-has-namespace" title="g_file_info_has_namespace ()">g_file_info_has_namespace</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
129
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-has-namespace" title="g_file_info_has_namespace ()">g_file_info_has_namespace</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
128
130
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);
129
131
  <span class="returnvalue">char</span> ** <a class="link" href="GFileInfo.html#g-file-info-list-attributes" title="g_file_info_list_attributes ()">g_file_info_list_attributes</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
130
132
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);
@@ -134,10 +136,10 @@ enum <a class="link" href="GFileInfo.html#GFileType" title="enum
134
136
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
135
137
  <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-attribute-as-string" title="g_file_info_get_attribute_as_string ()">g_file_info_get_attribute_as_string</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
136
138
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
137
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-data" title="g_file_info_get_attribute_data ()">g_file_info_get_attribute_data</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
139
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-data" title="g_file_info_get_attribute_data ()">g_file_info_get_attribute_data</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
138
140
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
139
141
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> *type</code></em>,
140
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *value_pp</code></em>,
142
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *value_pp</code></em>,
141
143
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> *status</code></em>);
142
144
  <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="returnvalue">GFileAttributeStatus</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-status" title="g_file_info_get_attribute_status ()">g_file_info_get_attribute_status</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
143
145
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
@@ -148,23 +150,23 @@ const <span class="returnvalue">char</span> * <a class="link" href="GFile
148
150
  const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-attribute-byte-string" title="g_file_info_get_attribute_byte_string ()">g_file_info_get_attribute_byte_string</a>
149
151
  (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
150
152
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
151
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-boolean" title="g_file_info_get_attribute_boolean ()">g_file_info_get_attribute_boolean</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
153
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-boolean" title="g_file_info_get_attribute_boolean ()">g_file_info_get_attribute_boolean</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
152
154
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
153
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint32" title="g_file_info_get_attribute_uint32 ()">g_file_info_get_attribute_uint32</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
155
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint32" title="g_file_info_get_attribute_uint32 ()">g_file_info_get_attribute_uint32</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
154
156
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
155
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int32" title="g_file_info_get_attribute_int32 ()">g_file_info_get_attribute_int32</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
157
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int32" title="g_file_info_get_attribute_int32 ()">g_file_info_get_attribute_int32</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
156
158
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
157
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint64" title="g_file_info_get_attribute_uint64 ()">g_file_info_get_attribute_uint64</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
159
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint64" title="g_file_info_get_attribute_uint64 ()">g_file_info_get_attribute_uint64</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
158
160
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
159
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int64" title="g_file_info_get_attribute_int64 ()">g_file_info_get_attribute_int64</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
161
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int64" title="g_file_info_get_attribute_int64 ()">g_file_info_get_attribute_int64</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
160
162
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
161
- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="GFileInfo.html#g-file-info-get-attribute-object" title="g_file_info_get_attribute_object ()">g_file_info_get_attribute_object</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
163
+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="GFileInfo.html#g-file-info-get-attribute-object" title="g_file_info_get_attribute_object ()">g_file_info_get_attribute_object</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
162
164
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
163
165
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute" title="g_file_info_set_attribute ()">g_file_info_set_attribute</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
164
166
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
165
167
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> type</code></em>,
166
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> value_p</code></em>);
167
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-status" title="g_file_info_set_attribute_status ()">g_file_info_set_attribute_status</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
168
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> value_p</code></em>);
169
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-status" title="g_file_info_set_attribute_status ()">g_file_info_set_attribute_status</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
168
170
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
169
171
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> status</code></em>);
170
172
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-string" title="g_file_info_set_attribute_string ()">g_file_info_set_attribute_string</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
@@ -179,47 +181,47 @@ const <span class="returnvalue">char</span> * <a class="link" href="GFile
179
181
  <em class="parameter"><code>const <span class="type">char</span> *attr_value</code></em>);
180
182
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-boolean" title="g_file_info_set_attribute_boolean ()">g_file_info_set_attribute_boolean</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
181
183
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
182
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> attr_value</code></em>);
184
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> attr_value</code></em>);
183
185
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-uint32" title="g_file_info_set_attribute_uint32 ()">g_file_info_set_attribute_uint32</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
184
186
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
185
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> attr_value</code></em>);
187
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> attr_value</code></em>);
186
188
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-int32" title="g_file_info_set_attribute_int32 ()">g_file_info_set_attribute_int32</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
187
189
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
188
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> attr_value</code></em>);
190
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> attr_value</code></em>);
189
191
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-uint64" title="g_file_info_set_attribute_uint64 ()">g_file_info_set_attribute_uint64</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
190
192
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
191
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> attr_value</code></em>);
193
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> attr_value</code></em>);
192
194
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-int64" title="g_file_info_set_attribute_int64 ()">g_file_info_set_attribute_int64</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
193
195
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
194
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> attr_value</code></em>);
196
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> attr_value</code></em>);
195
197
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-object" title="g_file_info_set_attribute_object ()">g_file_info_set_attribute_object</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
196
198
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
197
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *attr_value</code></em>);
199
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *attr_value</code></em>);
198
200
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-clear-status" title="g_file_info_clear_status ()">g_file_info_clear_status</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
199
201
  <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="returnvalue">GFileType</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-file-type" title="g_file_info_get_file_type ()">g_file_info_get_file_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
200
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-is-hidden" title="g_file_info_get_is_hidden ()">g_file_info_get_is_hidden</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
201
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-is-backup" title="g_file_info_get_is_backup ()">g_file_info_get_is_backup</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
202
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-is-symlink" title="g_file_info_get_is_symlink ()">g_file_info_get_is_symlink</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
202
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-is-hidden" title="g_file_info_get_is_hidden ()">g_file_info_get_is_hidden</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
203
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-is-backup" title="g_file_info_get_is_backup ()">g_file_info_get_is_backup</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
204
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-is-symlink" title="g_file_info_get_is_symlink ()">g_file_info_get_is_symlink</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
203
205
  const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-name" title="g_file_info_get_name ()">g_file_info_get_name</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
204
206
  const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-display-name" title="g_file_info_get_display_name ()">g_file_info_get_display_name</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
205
207
  const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-edit-name" title="g_file_info_get_edit_name ()">g_file_info_get_edit_name</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
206
208
  <a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * <a class="link" href="GFileInfo.html#g-file-info-get-icon" title="g_file_info_get_icon ()">g_file_info_get_icon</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
207
209
  const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-content-type" title="g_file_info_get_content_type ()">g_file_info_get_content_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
208
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"><span class="returnvalue">goffset</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-size" title="g_file_info_get_size ()">g_file_info_get_size</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
210
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#goffset"><span class="returnvalue">goffset</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-size" title="g_file_info_get_size ()">g_file_info_get_size</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
209
211
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-get-modification-time" title="g_file_info_get_modification_time ()">g_file_info_get_modification_time</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
210
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *result</code></em>);
212
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *result</code></em>);
211
213
  const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-symlink-target" title="g_file_info_get_symlink_target ()">g_file_info_get_symlink_target</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
212
214
  const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-etag" title="g_file_info_get_etag ()">g_file_info_get_etag</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
213
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-sort-order" title="g_file_info_get_sort_order ()">g_file_info_get_sort_order</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
215
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-sort-order" title="g_file_info_get_sort_order ()">g_file_info_get_sort_order</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
214
216
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-mask" title="g_file_info_set_attribute_mask ()">g_file_info_set_attribute_mask</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
215
217
  <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *mask</code></em>);
216
218
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-unset-attribute-mask" title="g_file_info_unset_attribute_mask ()">g_file_info_unset_attribute_mask</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
217
219
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-file-type" title="g_file_info_set_file_type ()">g_file_info_set_file_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
218
220
  <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a> type</code></em>);
219
221
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-is-hidden" title="g_file_info_set_is_hidden ()">g_file_info_set_is_hidden</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
220
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_hidden</code></em>);
222
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_hidden</code></em>);
221
223
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-is-symlink" title="g_file_info_set_is_symlink ()">g_file_info_set_is_symlink</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
222
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_symlink</code></em>);
224
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_symlink</code></em>);
223
225
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-name" title="g_file_info_set_name ()">g_file_info_set_name</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
224
226
  <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);
225
227
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-display-name" title="g_file_info_set_display_name ()">g_file_info_set_display_name</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
@@ -231,36 +233,36 @@ const <span class="returnvalue">char</span> * <a class="link" href="GFile
231
233
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-content-type" title="g_file_info_set_content_type ()">g_file_info_set_content_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
232
234
  <em class="parameter"><code>const <span class="type">char</span> *content_type</code></em>);
233
235
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-size" title="g_file_info_set_size ()">g_file_info_set_size</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
234
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> size</code></em>);
236
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> size</code></em>);
235
237
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-modification-time" title="g_file_info_set_modification_time ()">g_file_info_set_modification_time</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
236
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *mtime</code></em>);
238
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *mtime</code></em>);
237
239
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-symlink-target" title="g_file_info_set_symlink_target ()">g_file_info_set_symlink_target</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
238
240
  <em class="parameter"><code>const <span class="type">char</span> *symlink_target</code></em>);
239
241
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-sort-order" title="g_file_info_set_sort_order ()">g_file_info_set_sort_order</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
240
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sort_order</code></em>);
242
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sort_order</code></em>);
241
243
  <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="returnvalue">GFileAttributeMatcher</span></a> * <a class="link" href="GFileInfo.html#g-file-attribute-matcher-new" title="g_file_attribute_matcher_new ()">g_file_attribute_matcher_new</a> (<em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>);
242
244
  <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="returnvalue">GFileAttributeMatcher</span></a> * <a class="link" href="GFileInfo.html#g-file-attribute-matcher-ref" title="g_file_attribute_matcher_ref ()">g_file_attribute_matcher_ref</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);
243
245
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-attribute-matcher-unref" title="g_file_attribute_matcher_unref ()">g_file_attribute_matcher_unref</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);
244
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches" title="g_file_attribute_matcher_matches ()">g_file_attribute_matcher_matches</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
246
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches" title="g_file_attribute_matcher_matches ()">g_file_attribute_matcher_matches</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
245
247
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
246
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches-only" title="g_file_attribute_matcher_matches_only ()">g_file_attribute_matcher_matches_only</a>
248
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches-only" title="g_file_attribute_matcher_matches_only ()">g_file_attribute_matcher_matches_only</a>
247
249
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
248
250
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
249
- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-attribute-matcher-enumerate-namespace" title="g_file_attribute_matcher_enumerate_namespace ()">g_file_attribute_matcher_enumerate_namespace</a>
251
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-attribute-matcher-enumerate-namespace" title="g_file_attribute_matcher_enumerate_namespace ()">g_file_attribute_matcher_enumerate_namespace</a>
250
252
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
251
253
  <em class="parameter"><code>const <span class="type">char</span> *ns</code></em>);
252
- const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-attribute-matcher-enumerate-next" title="g_file_attribute_matcher_enumerate_next ()">g_file_attribute_matcher_enumerate_next</a>
254
+ const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-attribute-matcher-enumerate-next" title="g_file_attribute_matcher_enumerate_next ()">g_file_attribute_matcher_enumerate_next</a>
253
255
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);
254
256
  </pre>
255
257
  </div>
256
- <div class="refsect1" title="Object Hierarchy">
258
+ <div class="refsect1">
257
259
  <a name="GFileInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
258
260
  <pre class="synopsis">
259
- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
261
+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
260
262
  +----GFileInfo
261
263
  </pre>
262
264
  </div>
263
- <div class="refsect1" title="Description">
265
+ <div class="refsect1">
264
266
  <a name="GFileInfo.description"></a><h2>Description</h2>
265
267
  <p>
266
268
  Functionality for manipulating basic metadata for files. <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>
@@ -294,9 +296,9 @@ of a particular file at runtime.
294
296
  attributes.
295
297
  </p>
296
298
  </div>
297
- <div class="refsect1" title="Details">
299
+ <div class="refsect1">
298
300
  <a name="GFileInfo.details"></a><h2>Details</h2>
299
- <div class="refsect2" title="GFileAttributeMatcher">
301
+ <div class="refsect2">
300
302
  <a name="GFileAttributeMatcher"></a><h3>GFileAttributeMatcher</h3>
301
303
  <pre class="programlisting">typedef struct _GFileAttributeMatcher GFileAttributeMatcher;</pre>
302
304
  <p>
@@ -304,7 +306,7 @@ Determines if a string matches a file attribute.
304
306
  </p>
305
307
  </div>
306
308
  <hr>
307
- <div class="refsect2" title="enum GFileType">
309
+ <div class="refsect2">
308
310
  <a name="GFileType"></a><h3>enum GFileType</h3>
309
311
  <pre class="programlisting">typedef enum {
310
312
  G_FILE_TYPE_UNKNOWN = 0,
@@ -363,7 +365,7 @@ Indicates the file's on-disk type.
363
365
  </table></div>
364
366
  </div>
365
367
  <hr>
366
- <div class="refsect2" title="GFileInfo">
368
+ <div class="refsect2">
367
369
  <a name="GFileInfo-struct"></a><h3>GFileInfo</h3>
368
370
  <pre class="programlisting">typedef struct _GFileInfo GFileInfo;</pre>
369
371
  <p>
@@ -371,7 +373,7 @@ Stores information about a file system object referenced by a <a class="link" hr
371
373
  </p>
372
374
  </div>
373
375
  <hr>
374
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_TYPE">
376
+ <div class="refsect2">
375
377
  <a name="G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_TYPE</h3>
376
378
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_TYPE "standard::type" /* uint32 (GFileType) */
377
379
  </pre>
@@ -382,7 +384,7 @@ The value for this key should contain a <a class="link" href="GFileInfo.html#GFi
382
384
  </p>
383
385
  </div>
384
386
  <hr>
385
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN">
387
+ <div class="refsect2">
386
388
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</h3>
387
389
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN "standard::is-hidden" /* boolean */
388
390
  </pre>
@@ -392,7 +394,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
392
394
  </p>
393
395
  </div>
394
396
  <hr>
395
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP">
397
+ <div class="refsect2">
396
398
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-BACKUP:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP</h3>
397
399
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP "standard::is-backup" /* boolean */
398
400
  </pre>
@@ -402,7 +404,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
402
404
  </p>
403
405
  </div>
404
406
  <hr>
405
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK">
407
+ <div class="refsect2">
406
408
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</h3>
407
409
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK "standard::is-symlink" /* boolean */
408
410
  </pre>
@@ -414,7 +416,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
414
416
  </p>
415
417
  </div>
416
418
  <hr>
417
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL">
419
+ <div class="refsect2">
418
420
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-VIRTUAL:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL</h3>
419
421
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL "standard::is-virtual" /* boolean */
420
422
  </pre>
@@ -424,7 +426,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
424
426
  </p>
425
427
  </div>
426
428
  <hr>
427
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_NAME">
429
+ <div class="refsect2">
428
430
  <a name="G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_NAME</h3>
429
431
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_NAME "standard::name" /* byte string */
430
432
  </pre>
@@ -438,7 +440,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
438
440
  </p>
439
441
  </div>
440
442
  <hr>
441
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME">
443
+ <div class="refsect2">
442
444
  <a name="G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</h3>
443
445
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME "standard::display-name" /* string */
444
446
  </pre>
@@ -450,7 +452,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
450
452
  </p>
451
453
  </div>
452
454
  <hr>
453
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME">
455
+ <div class="refsect2">
454
456
  <a name="G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</h3>
455
457
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME "standard::edit-name" /* string */
456
458
  </pre>
@@ -466,7 +468,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
466
468
  </p>
467
469
  </div>
468
470
  <hr>
469
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_COPY_NAME">
471
+ <div class="refsect2">
470
472
  <a name="G-FILE-ATTRIBUTE-STANDARD-COPY-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_COPY_NAME</h3>
471
473
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_COPY_NAME "standard::copy-name" /* string */
472
474
  </pre>
@@ -483,7 +485,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
483
485
  </p>
484
486
  </div>
485
487
  <hr>
486
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_ICON">
488
+ <div class="refsect2">
487
489
  <a name="G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_ICON</h3>
488
490
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_ICON "standard::icon" /* object (GIcon) */
489
491
  </pre>
@@ -494,7 +496,7 @@ The value for this key should contain a <a class="link" href="GIcon.html" title=
494
496
  </p>
495
497
  </div>
496
498
  <hr>
497
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE">
499
+ <div class="refsect2">
498
500
  <a name="G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</h3>
499
501
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE "standard::content-type" /* string */
500
502
  </pre>
@@ -505,7 +507,7 @@ The value for this key should contain a valid content type.
505
507
  </p>
506
508
  </div>
507
509
  <hr>
508
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE">
510
+ <div class="refsect2">
509
511
  <a name="G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE</h3>
510
512
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE "standard::fast-content-type" /* string */
511
513
  </pre>
@@ -518,7 +520,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
518
520
  </p>
519
521
  </div>
520
522
  <hr>
521
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_SIZE">
523
+ <div class="refsect2">
522
524
  <a name="G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SIZE</h3>
523
525
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SIZE "standard::size" /* uint64 */
524
526
  </pre>
@@ -528,7 +530,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
528
530
  </p>
529
531
  </div>
530
532
  <hr>
531
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE">
533
+ <div class="refsect2">
532
534
  <a name="G-FILE-ATTRIBUTE-STANDARD-ALLOCATED-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE</h3>
533
535
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE "standard::allocated-size" /* uint64 */
534
536
  </pre>
@@ -542,7 +544,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
542
544
  <p class="since">Since 2.20</p>
543
545
  </div>
544
546
  <hr>
545
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET">
547
+ <div class="refsect2">
546
548
  <a name="G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</h3>
547
549
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET "standard::symlink-target" /* byte string */
548
550
  </pre>
@@ -553,7 +555,7 @@ is a symlink. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileA
553
555
  </p>
554
556
  </div>
555
557
  <hr>
556
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_TARGET_URI">
558
+ <div class="refsect2">
557
559
  <a name="G-FILE-ATTRIBUTE-STANDARD-TARGET-URI:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_TARGET_URI</h3>
558
560
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_TARGET_URI "standard::target-uri" /* string */
559
561
  </pre>
@@ -564,7 +566,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
564
566
  </p>
565
567
  </div>
566
568
  <hr>
567
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER">
569
+ <div class="refsect2">
568
570
  <a name="G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</h3>
569
571
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER "standard::sort-order" /* int32 */
570
572
  </pre>
@@ -578,7 +580,7 @@ was zero.
578
580
  </p>
579
581
  </div>
580
582
  <hr>
581
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ETAG_VALUE">
583
+ <div class="refsect2">
582
584
  <a name="G-FILE-ATTRIBUTE-ETAG-VALUE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ETAG_VALUE</h3>
583
585
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ETAG_VALUE "etag::value" /* string */
584
586
  </pre>
@@ -589,7 +591,7 @@ entity tag. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAtt
589
591
  </p>
590
592
  </div>
591
593
  <hr>
592
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ID_FILE">
594
+ <div class="refsect2">
593
595
  <a name="G-FILE-ATTRIBUTE-ID-FILE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ID_FILE</h3>
594
596
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ID_FILE "id::file" /* string */
595
597
  </pre>
@@ -601,7 +603,7 @@ directory scanning.
601
603
  </p>
602
604
  </div>
603
605
  <hr>
604
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ID_FILESYSTEM">
606
+ <div class="refsect2">
605
607
  <a name="G-FILE-ATTRIBUTE-ID-FILESYSTEM:CAPS"></a><h3>G_FILE_ATTRIBUTE_ID_FILESYSTEM</h3>
606
608
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ID_FILESYSTEM "id::filesystem" /* string */
607
609
  </pre>
@@ -614,74 +616,74 @@ to copy).
614
616
  </p>
615
617
  </div>
616
618
  <hr>
617
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_READ">
619
+ <div class="refsect2">
618
620
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-READ:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_READ</h3>
619
621
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_READ "access::can-read" /* boolean */
620
622
  </pre>
621
623
  <p>
622
624
  A key in the "access" namespace for getting read privileges.
623
625
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
624
- This attribute will be <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to read the file.
626
+ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to read the file.
625
627
  </p>
626
628
  </div>
627
629
  <hr>
628
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE">
630
+ <div class="refsect2">
629
631
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-WRITE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE</h3>
630
632
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE "access::can-write" /* boolean */
631
633
  </pre>
632
634
  <p>
633
635
  A key in the "access" namespace for getting write privileges.
634
636
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
635
- This attribute will be <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to write to the file.
637
+ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to write to the file.
636
638
  </p>
637
639
  </div>
638
640
  <hr>
639
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE">
641
+ <div class="refsect2">
640
642
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-EXECUTE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE</h3>
641
643
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE "access::can-execute" /* boolean */
642
644
  </pre>
643
645
  <p>
644
646
  A key in the "access" namespace for getting execution privileges.
645
647
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
646
- This attribute will be <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to execute the file.
648
+ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to execute the file.
647
649
  </p>
648
650
  </div>
649
651
  <hr>
650
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE">
652
+ <div class="refsect2">
651
653
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-DELETE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE</h3>
652
654
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE "access::can-delete" /* boolean */
653
655
  </pre>
654
656
  <p>
655
657
  A key in the "access" namespace for checking deletion privileges.
656
658
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
657
- This attribute will be <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to delete the file.
659
+ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to delete the file.
658
660
  </p>
659
661
  </div>
660
662
  <hr>
661
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH">
663
+ <div class="refsect2">
662
664
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-TRASH:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH</h3>
663
665
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH "access::can-trash" /* boolean */
664
666
  </pre>
665
667
  <p>
666
668
  A key in the "access" namespace for checking trashing privileges.
667
669
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
668
- This attribute will be <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to move the file to
670
+ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to move the file to
669
671
  the trash.
670
672
  </p>
671
673
  </div>
672
674
  <hr>
673
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME">
675
+ <div class="refsect2">
674
676
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-RENAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME</h3>
675
677
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME "access::can-rename" /* boolean */
676
678
  </pre>
677
679
  <p>
678
680
  A key in the "access" namespace for checking renaming privileges.
679
681
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
680
- This attribute will be <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to rename the file.
682
+ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to rename the file.
681
683
  </p>
682
684
  </div>
683
685
  <hr>
684
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT">
686
+ <div class="refsect2">
685
687
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-MOUNT:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT</h3>
686
688
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT "mountable::can-mount" /* boolean */
687
689
  </pre>
@@ -691,7 +693,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
691
693
  </p>
692
694
  </div>
693
695
  <hr>
694
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT">
696
+ <div class="refsect2">
695
697
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-UNMOUNT:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT</h3>
696
698
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT "mountable::can-unmount" /* boolean */
697
699
  </pre>
@@ -701,7 +703,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
701
703
  </p>
702
704
  </div>
703
705
  <hr>
704
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT">
706
+ <div class="refsect2">
705
707
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-EJECT:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT</h3>
706
708
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT "mountable::can-eject" /* boolean */
707
709
  </pre>
@@ -711,7 +713,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
711
713
  </p>
712
714
  </div>
713
715
  <hr>
714
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE">
716
+ <div class="refsect2">
715
717
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE</h3>
716
718
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE "mountable::unix-device" /* uint32 */
717
719
  </pre>
@@ -721,7 +723,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
721
723
  </p>
722
724
  </div>
723
725
  <hr>
724
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE">
726
+ <div class="refsect2">
725
727
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE-FILE:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE</h3>
726
728
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE "mountable::unix-device-file" /* string */
727
729
  </pre>
@@ -732,7 +734,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
732
734
  <p class="since">Since 2.22</p>
733
735
  </div>
734
736
  <hr>
735
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI">
737
+ <div class="refsect2">
736
738
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-HAL-UDI:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI</h3>
737
739
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI "mountable::hal-udi" /* string */
738
740
  </pre>
@@ -742,7 +744,7 @@ file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttribute
742
744
  </p>
743
745
  </div>
744
746
  <hr>
745
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL">
747
+ <div class="refsect2">
746
748
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-POLL:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL</h3>
747
749
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL "mountable::can-poll" /* boolean */
748
750
  </pre>
@@ -753,7 +755,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
753
755
  <p class="since">Since 2.22</p>
754
756
  </div>
755
757
  <hr>
756
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC">
758
+ <div class="refsect2">
757
759
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-IS-MEDIA-CHECK-AUTOMATIC:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC</h3>
758
760
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC "mountable::is-media-check-automatic" /* boolean */
759
761
  </pre>
@@ -765,7 +767,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
765
767
  <p class="since">Since 2.22</p>
766
768
  </div>
767
769
  <hr>
768
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START">
770
+ <div class="refsect2">
769
771
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START</h3>
770
772
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START "mountable::can-start" /* boolean */
771
773
  </pre>
@@ -776,7 +778,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
776
778
  <p class="since">Since 2.22</p>
777
779
  </div>
778
780
  <hr>
779
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED">
781
+ <div class="refsect2">
780
782
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START-DEGRADED:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED</h3>
781
783
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED "mountable::can-start-degraded" /* boolean */
782
784
  </pre>
@@ -788,7 +790,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
788
790
  <p class="since">Since 2.22</p>
789
791
  </div>
790
792
  <hr>
791
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP">
793
+ <div class="refsect2">
792
794
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-STOP:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP</h3>
793
795
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP "mountable::can-stop" /* boolean */
794
796
  </pre>
@@ -799,7 +801,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
799
801
  <p class="since">Since 2.22</p>
800
802
  </div>
801
803
  <hr>
802
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE">
804
+ <div class="refsect2">
803
805
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-START-STOP-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE</h3>
804
806
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE "mountable::start-stop-type" /* uint32 (GDriveStartStopType) */
805
807
  </pre>
@@ -810,7 +812,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
810
812
  <p class="since">Since 2.22</p>
811
813
  </div>
812
814
  <hr>
813
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_MODIFIED">
815
+ <div class="refsect2">
814
816
  <a name="G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_MODIFIED</h3>
815
817
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED "time::modified" /* uint64 */
816
818
  </pre>
@@ -822,7 +824,7 @@ file was modified.
822
824
  </p>
823
825
  </div>
824
826
  <hr>
825
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC">
827
+ <div class="refsect2">
826
828
  <a name="G-FILE-ATTRIBUTE-TIME-MODIFIED-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC</h3>
827
829
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC "time::modified-usec" /* uint32 */
828
830
  </pre>
@@ -834,7 +836,7 @@ the file was last modified. This should be used in conjunction with
834
836
  </p>
835
837
  </div>
836
838
  <hr>
837
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_ACCESS">
839
+ <div class="refsect2">
838
840
  <a name="G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_ACCESS</h3>
839
841
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_ACCESS "time::access" /* uint64 */
840
842
  </pre>
@@ -846,7 +848,7 @@ file was last accessed.
846
848
  </p>
847
849
  </div>
848
850
  <hr>
849
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_ACCESS_USEC">
851
+ <div class="refsect2">
850
852
  <a name="G-FILE-ATTRIBUTE-TIME-ACCESS-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_ACCESS_USEC</h3>
851
853
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_ACCESS_USEC "time::access-usec" /* uint32 */
852
854
  </pre>
@@ -858,7 +860,7 @@ the file was last accessed. This should be used in conjunction with
858
860
  </p>
859
861
  </div>
860
862
  <hr>
861
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CHANGED">
863
+ <div class="refsect2">
862
864
  <a name="G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CHANGED</h3>
863
865
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CHANGED "time::changed" /* uint64 */
864
866
  </pre>
@@ -872,7 +874,7 @@ This corresponds to the traditional UNIX ctime.
872
874
  </p>
873
875
  </div>
874
876
  <hr>
875
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CHANGED_USEC">
877
+ <div class="refsect2">
876
878
  <a name="G-FILE-ATTRIBUTE-TIME-CHANGED-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CHANGED_USEC</h3>
877
879
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CHANGED_USEC "time::changed-usec" /* uint32 */
878
880
  </pre>
@@ -884,7 +886,7 @@ the file was last changed. This should be used in conjunction with
884
886
  </p>
885
887
  </div>
886
888
  <hr>
887
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CREATED">
889
+ <div class="refsect2">
888
890
  <a name="G-FILE-ATTRIBUTE-TIME-CREATED:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CREATED</h3>
889
891
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CREATED "time::created" /* uint64 */
890
892
  </pre>
@@ -898,7 +900,7 @@ This corresponds to the NTFS ctime.
898
900
  </p>
899
901
  </div>
900
902
  <hr>
901
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CREATED_USEC">
903
+ <div class="refsect2">
902
904
  <a name="G-FILE-ATTRIBUTE-TIME-CREATED-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CREATED_USEC</h3>
903
905
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CREATED_USEC "time::created-usec" /* uint32 */
904
906
  </pre>
@@ -910,7 +912,7 @@ the file was created. This should be used in conjunction with
910
912
  </p>
911
913
  </div>
912
914
  <hr>
913
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_DEVICE">
915
+ <div class="refsect2">
914
916
  <a name="G-FILE-ATTRIBUTE-UNIX-DEVICE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_DEVICE</h3>
915
917
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_DEVICE "unix::device" /* uint32 */
916
918
  </pre>
@@ -922,7 +924,7 @@ available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAt
922
924
  </p>
923
925
  </div>
924
926
  <hr>
925
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_INODE">
927
+ <div class="refsect2">
926
928
  <a name="G-FILE-ATTRIBUTE-UNIX-INODE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_INODE</h3>
927
929
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_INODE "unix::inode" /* uint64 */
928
930
  </pre>
@@ -933,7 +935,7 @@ This attribute is only available for UNIX file systems. Corresponding
933
935
  </p>
934
936
  </div>
935
937
  <hr>
936
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_MODE">
938
+ <div class="refsect2">
937
939
  <a name="G-FILE-ATTRIBUTE-UNIX-MODE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_MODE</h3>
938
940
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_MODE "unix::mode" /* uint32 */
939
941
  </pre>
@@ -945,7 +947,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
945
947
  </p>
946
948
  </div>
947
949
  <hr>
948
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_NLINK">
950
+ <div class="refsect2">
949
951
  <a name="G-FILE-ATTRIBUTE-UNIX-NLINK:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_NLINK</h3>
950
952
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_NLINK "unix::nlink" /* uint32 */
951
953
  </pre>
@@ -957,7 +959,7 @@ for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.ht
957
959
  </p>
958
960
  </div>
959
961
  <hr>
960
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_UID">
962
+ <div class="refsect2">
961
963
  <a name="G-FILE-ATTRIBUTE-UNIX-UID:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_UID</h3>
962
964
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_UID "unix::uid" /* uint32 */
963
965
  </pre>
@@ -968,7 +970,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
968
970
  </p>
969
971
  </div>
970
972
  <hr>
971
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_GID">
973
+ <div class="refsect2">
972
974
  <a name="G-FILE-ATTRIBUTE-UNIX-GID:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_GID</h3>
973
975
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_GID "unix::gid" /* uint32 */
974
976
  </pre>
@@ -979,7 +981,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
979
981
  </p>
980
982
  </div>
981
983
  <hr>
982
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_RDEV">
984
+ <div class="refsect2">
983
985
  <a name="G-FILE-ATTRIBUTE-UNIX-RDEV:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_RDEV</h3>
984
986
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_RDEV "unix::rdev" /* uint32 */
985
987
  </pre>
@@ -991,7 +993,7 @@ is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CA
991
993
  </p>
992
994
  </div>
993
995
  <hr>
994
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE">
996
+ <div class="refsect2">
995
997
  <a name="G-FILE-ATTRIBUTE-UNIX-BLOCK-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE</h3>
996
998
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE "unix::block-size" /* uint32 */
997
999
  </pre>
@@ -1002,7 +1004,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1002
1004
  </p>
1003
1005
  </div>
1004
1006
  <hr>
1005
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_BLOCKS">
1007
+ <div class="refsect2">
1006
1008
  <a name="G-FILE-ATTRIBUTE-UNIX-BLOCKS:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_BLOCKS</h3>
1007
1009
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_BLOCKS "unix::blocks" /* uint64 */
1008
1010
  </pre>
@@ -1013,43 +1015,43 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1013
1015
  </p>
1014
1016
  </div>
1015
1017
  <hr>
1016
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT">
1018
+ <div class="refsect2">
1017
1019
  <a name="G-FILE-ATTRIBUTE-UNIX-IS-MOUNTPOINT:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT</h3>
1018
1020
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT "unix::is-mountpoint" /* boolean */
1019
1021
  </pre>
1020
1022
  <p>
1021
1023
  A key in the "unix" namespace for checking if the file represents a
1022
- UNIX mount point. This attribute is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file is a UNIX mount
1024
+ UNIX mount point. This attribute is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file is a UNIX mount
1023
1025
  point. This attribute is only available for UNIX file systems.
1024
1026
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
1025
1027
  </p>
1026
1028
  </div>
1027
1029
  <hr>
1028
- <div class="refsect2" title="G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE">
1030
+ <div class="refsect2">
1029
1031
  <a name="G-FILE-ATTRIBUTE-DOS-IS-ARCHIVE:CAPS"></a><h3>G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE</h3>
1030
1032
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE "dos::is-archive" /* boolean */
1031
1033
  </pre>
1032
1034
  <p>
1033
1035
  A key in the "dos" namespace for checking if the file's archive flag
1034
- is set. This attribute is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the archive flag is set. This attribute
1036
+ is set. This attribute is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the archive flag is set. This attribute
1035
1037
  is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
1036
1038
  is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
1037
1039
  </p>
1038
1040
  </div>
1039
1041
  <hr>
1040
- <div class="refsect2" title="G_FILE_ATTRIBUTE_DOS_IS_SYSTEM">
1042
+ <div class="refsect2">
1041
1043
  <a name="G-FILE-ATTRIBUTE-DOS-IS-SYSTEM:CAPS"></a><h3>G_FILE_ATTRIBUTE_DOS_IS_SYSTEM</h3>
1042
1044
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_SYSTEM "dos::is-system" /* boolean */
1043
1045
  </pre>
1044
1046
  <p>
1045
1047
  A key in the "dos" namespace for checking if the file's backup flag
1046
- is set. This attribute is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the backup flag is set. This attribute
1048
+ is set. This attribute is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the backup flag is set. This attribute
1047
1049
  is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
1048
1050
  is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
1049
1051
  </p>
1050
1052
  </div>
1051
1053
  <hr>
1052
- <div class="refsect2" title="G_FILE_ATTRIBUTE_OWNER_USER">
1054
+ <div class="refsect2">
1053
1055
  <a name="G-FILE-ATTRIBUTE-OWNER-USER:CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_USER</h3>
1054
1056
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_USER "owner::user" /* string */
1055
1057
  </pre>
@@ -1060,7 +1062,7 @@ file's owner. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileA
1060
1062
  </p>
1061
1063
  </div>
1062
1064
  <hr>
1063
- <div class="refsect2" title="G_FILE_ATTRIBUTE_OWNER_USER_REAL">
1065
+ <div class="refsect2">
1064
1066
  <a name="G-FILE-ATTRIBUTE-OWNER-USER-REAL:CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_USER_REAL</h3>
1065
1067
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_USER_REAL "owner::user-real" /* string */
1066
1068
  </pre>
@@ -1071,7 +1073,7 @@ user that owns the file. Corresponding <a class="link" href="gio-GFileAttribute.
1071
1073
  </p>
1072
1074
  </div>
1073
1075
  <hr>
1074
- <div class="refsect2" title="G_FILE_ATTRIBUTE_OWNER_GROUP">
1076
+ <div class="refsect2">
1075
1077
  <a name="G-FILE-ATTRIBUTE-OWNER-GROUP:CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_GROUP</h3>
1076
1078
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_GROUP "owner::group" /* string */
1077
1079
  </pre>
@@ -1081,7 +1083,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1081
1083
  </p>
1082
1084
  </div>
1083
1085
  <hr>
1084
- <div class="refsect2" title="G_FILE_ATTRIBUTE_THUMBNAIL_PATH">
1086
+ <div class="refsect2">
1085
1087
  <a name="G-FILE-ATTRIBUTE-THUMBNAIL-PATH:CAPS"></a><h3>G_FILE_ATTRIBUTE_THUMBNAIL_PATH</h3>
1086
1088
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAIL_PATH "thumbnail::path" /* bytestring */
1087
1089
  </pre>
@@ -1092,18 +1094,18 @@ image. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttribut
1092
1094
  </p>
1093
1095
  </div>
1094
1096
  <hr>
1095
- <div class="refsect2" title="G_FILE_ATTRIBUTE_THUMBNAILING_FAILED">
1097
+ <div class="refsect2">
1096
1098
  <a name="G-FILE-ATTRIBUTE-THUMBNAILING-FAILED:CAPS"></a><h3>G_FILE_ATTRIBUTE_THUMBNAILING_FAILED</h3>
1097
1099
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAILING_FAILED "thumbnail::failed" /* boolean */
1098
1100
  </pre>
1099
1101
  <p>
1100
1102
  A key in the "thumbnail" namespace for checking if thumbnailing failed.
1101
- This attribute is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if thumbnailing failed. Corresponding
1103
+ This attribute is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if thumbnailing failed. Corresponding
1102
1104
  <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
1103
1105
  </p>
1104
1106
  </div>
1105
1107
  <hr>
1106
- <div class="refsect2" title="G_FILE_ATTRIBUTE_PREVIEW_ICON">
1108
+ <div class="refsect2">
1107
1109
  <a name="G-FILE-ATTRIBUTE-PREVIEW-ICON:CAPS"></a><h3>G_FILE_ATTRIBUTE_PREVIEW_ICON</h3>
1108
1110
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_PREVIEW_ICON "preview::icon" /* object (GIcon) */
1109
1111
  </pre>
@@ -1117,7 +1119,7 @@ for this key should contain a <a class="link" href="GIcon.html" title="GIcon"><s
1117
1119
  <p class="since">Since 2.20</p>
1118
1120
  </div>
1119
1121
  <hr>
1120
- <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_SIZE">
1122
+ <div class="refsect2">
1121
1123
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_SIZE</h3>
1122
1124
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_SIZE "filesystem::size" /* uint64 */
1123
1125
  </pre>
@@ -1128,7 +1130,7 @@ is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CA
1128
1130
  </p>
1129
1131
  </div>
1130
1132
  <hr>
1131
- <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_FREE">
1133
+ <div class="refsect2">
1132
1134
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-FREE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_FREE</h3>
1133
1135
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_FREE "filesystem::free" /* uint64 */
1134
1136
  </pre>
@@ -1139,7 +1141,7 @@ file system. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAt
1139
1141
  </p>
1140
1142
  </div>
1141
1143
  <hr>
1142
- <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_TYPE">
1144
+ <div class="refsect2">
1143
1145
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_TYPE</h3>
1144
1146
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_TYPE "filesystem::type" /* string */
1145
1147
  </pre>
@@ -1149,18 +1151,18 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1149
1151
  </p>
1150
1152
  </div>
1151
1153
  <hr>
1152
- <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_READONLY">
1154
+ <div class="refsect2">
1153
1155
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-READONLY:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_READONLY</h3>
1154
1156
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_READONLY "filesystem::readonly" /* boolean */
1155
1157
  </pre>
1156
1158
  <p>
1157
1159
  A key in the "filesystem" namespace for checking if the file system
1158
- is read only. Is set to <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file system is read only.
1160
+ is read only. Is set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file system is read only.
1159
1161
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
1160
1162
  </p>
1161
1163
  </div>
1162
1164
  <hr>
1163
- <div class="refsect2" title="G_FILE_ATTRIBUTE_GVFS_BACKEND">
1165
+ <div class="refsect2">
1164
1166
  <a name="G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS"></a><h3>G_FILE_ATTRIBUTE_GVFS_BACKEND</h3>
1165
1167
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_GVFS_BACKEND "gvfs::backend" /* string */
1166
1168
  </pre>
@@ -1171,7 +1173,7 @@ GVFS backend in use. Corresponding <a class="link" href="gio-GFileAttribute.html
1171
1173
  </p>
1172
1174
  </div>
1173
1175
  <hr>
1174
- <div class="refsect2" title="G_FILE_ATTRIBUTE_SELINUX_CONTEXT">
1176
+ <div class="refsect2">
1175
1177
  <a name="G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS"></a><h3>G_FILE_ATTRIBUTE_SELINUX_CONTEXT</h3>
1176
1178
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_SELINUX_CONTEXT "selinux::context" /* string */
1177
1179
  </pre>
@@ -1183,7 +1185,7 @@ available if GLib has been built with SELinux support.
1183
1185
  </p>
1184
1186
  </div>
1185
1187
  <hr>
1186
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT">
1188
+ <div class="refsect2">
1187
1189
  <a name="G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT</h3>
1188
1190
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count" /* uint32 */
1189
1191
  </pre>
@@ -1194,7 +1196,33 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1194
1196
  </p>
1195
1197
  </div>
1196
1198
  <hr>
1197
- <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW">
1199
+ <div class="refsect2">
1200
+ <a name="G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_DELETION_DATE</h3>
1201
+ <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_DELETION_DATE "trash::deletion-date" /* string */
1202
+ </pre>
1203
+ <p>
1204
+ A key in the "trash" namespace. When requested against
1205
+ items in "trash:///", will return the date and time when the file
1206
+ was trashed. The format of the returned string is YYYY-MM-DDThh:mm:ss.
1207
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
1208
+ </p>
1209
+ <p class="since">Since 2.24.</p>
1210
+ </div>
1211
+ <hr>
1212
+ <div class="refsect2">
1213
+ <a name="G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_ORIG_PATH</h3>
1214
+ <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ORIG_PATH "trash::orig-path" /* string */
1215
+ </pre>
1216
+ <p>
1217
+ A key in the "trash" namespace. When requested against
1218
+ items in "trash:///", will return the original path to the file before it
1219
+ was trashed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1220
+ <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
1221
+ </p>
1222
+ <p class="since">Since 2.24.</p>
1223
+ </div>
1224
+ <hr>
1225
+ <div class="refsect2">
1198
1226
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</h3>
1199
1227
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW "filesystem::use-preview" /* uint32 (GFilesystemPreviewType) */
1200
1228
  </pre>
@@ -1206,7 +1234,7 @@ file system. The value for this key contain a
1206
1234
  </p>
1207
1235
  </div>
1208
1236
  <hr>
1209
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION">
1237
+ <div class="refsect2">
1210
1238
  <a name="G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</h3>
1211
1239
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION "standard::description" /* string */
1212
1240
  </pre>
@@ -1223,7 +1251,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1223
1251
  </p>
1224
1252
  </div>
1225
1253
  <hr>
1226
- <div class="refsect2" title="g_file_info_new ()">
1254
+ <div class="refsect2">
1227
1255
  <a name="g-file-info-new"></a><h3>g_file_info_new ()</h3>
1228
1256
  <pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_file_info_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1229
1257
  <p>
@@ -1239,7 +1267,7 @@ Creates a new file info structure.
1239
1267
  </table></div>
1240
1268
  </div>
1241
1269
  <hr>
1242
- <div class="refsect2" title="g_file_info_dup ()">
1270
+ <div class="refsect2">
1243
1271
  <a name="g-file-info-dup"></a><h3>g_file_info_dup ()</h3>
1244
1272
  <pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_file_info_dup (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *other</code></em>);</pre>
1245
1273
  <p>
@@ -1262,7 +1290,7 @@ Duplicates a file info structure.
1262
1290
  </table></div>
1263
1291
  </div>
1264
1292
  <hr>
1265
- <div class="refsect2" title="g_file_info_copy_into ()">
1293
+ <div class="refsect2">
1266
1294
  <a name="g-file-info-copy-into"></a><h3>g_file_info_copy_into ()</h3>
1267
1295
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_copy_into (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *src_info</code></em>,
1268
1296
  <em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *dest_info</code></em>);</pre>
@@ -1286,9 +1314,9 @@ Copies all of the <span class="type">GFileAttribute</span>s from <em class="para
1286
1314
  </table></div>
1287
1315
  </div>
1288
1316
  <hr>
1289
- <div class="refsect2" title="g_file_info_has_attribute ()">
1317
+ <div class="refsect2">
1290
1318
  <a name="g-file-info-has-attribute"></a><h3>g_file_info_has_attribute ()</h3>
1291
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_has_attribute (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1319
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_has_attribute (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1292
1320
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1293
1321
  <p>
1294
1322
  Checks if a file info structure has an attribute named <em class="parameter"><code>attribute</code></em>.
@@ -1308,17 +1336,17 @@ Checks if a file info structure has an attribute named <em class="parameter"><co
1308
1336
  </tr>
1309
1337
  <tr>
1310
1338
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1311
- <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>Ginfo</code></em> has an attribute named <em class="parameter"><code>attribute</code></em>,
1312
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1339
+ <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>Ginfo</code></em> has an attribute named <em class="parameter"><code>attribute</code></em>,
1340
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1313
1341
  </td>
1314
1342
  </tr>
1315
1343
  </tbody>
1316
1344
  </table></div>
1317
1345
  </div>
1318
1346
  <hr>
1319
- <div class="refsect2" title="g_file_info_has_namespace ()">
1347
+ <div class="refsect2">
1320
1348
  <a name="g-file-info-has-namespace"></a><h3>g_file_info_has_namespace ()</h3>
1321
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_has_namespace (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1349
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_has_namespace (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1322
1350
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);</pre>
1323
1351
  <p>
1324
1352
  Checks if a file info structure has an attribute in the
@@ -1339,8 +1367,8 @@ specified <em class="parameter"><code>name_space</code></em>.
1339
1367
  </tr>
1340
1368
  <tr>
1341
1369
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1342
- <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>Ginfo</code></em> has an attribute in <em class="parameter"><code>name_space</code></em>,
1343
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1370
+ <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>Ginfo</code></em> has an attribute in <em class="parameter"><code>name_space</code></em>,
1371
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1344
1372
 
1345
1373
  </td>
1346
1374
  </tr>
@@ -1349,7 +1377,7 @@ specified <em class="parameter"><code>name_space</code></em>.
1349
1377
  <p class="since">Since 2.22</p>
1350
1378
  </div>
1351
1379
  <hr>
1352
- <div class="refsect2" title="g_file_info_list_attributes ()">
1380
+ <div class="refsect2">
1353
1381
  <a name="g-file-info-list-attributes"></a><h3>g_file_info_list_attributes ()</h3>
1354
1382
  <pre class="programlisting"><span class="returnvalue">char</span> ** g_file_info_list_attributes (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1355
1383
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);</pre>
@@ -1373,14 +1401,14 @@ Lists the file info structure's attributes.
1373
1401
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1374
1402
  <td> a null-terminated array of strings of all of the
1375
1403
  possible attribute types for the given <em class="parameter"><code>name_space</code></em>, or
1376
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
1404
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym> zero-terminated=1]</span>
1377
1405
  </td>
1378
1406
  </tr>
1379
1407
  </tbody>
1380
1408
  </table></div>
1381
1409
  </div>
1382
1410
  <hr>
1383
- <div class="refsect2" title="g_file_info_get_attribute_type ()">
1411
+ <div class="refsect2">
1384
1412
  <a name="g-file-info-get-attribute-type"></a><h3>g_file_info_get_attribute_type ()</h3>
1385
1413
  <pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="returnvalue">GFileAttributeType</span></a> g_file_info_get_attribute_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1386
1414
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1410,7 +1438,7 @@ Gets the attribute type for an attribute key.
1410
1438
  </table></div>
1411
1439
  </div>
1412
1440
  <hr>
1413
- <div class="refsect2" title="g_file_info_remove_attribute ()">
1441
+ <div class="refsect2">
1414
1442
  <a name="g-file-info-remove-attribute"></a><h3>g_file_info_remove_attribute ()</h3>
1415
1443
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_remove_attribute (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1416
1444
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1434,7 +1462,7 @@ Removes all cases of <em class="parameter"><code>attribute</code></em> from <em
1434
1462
  </table></div>
1435
1463
  </div>
1436
1464
  <hr>
1437
- <div class="refsect2" title="g_file_info_get_attribute_as_string ()">
1465
+ <div class="refsect2">
1438
1466
  <a name="g-file-info-get-attribute-as-string"></a><h3>g_file_info_get_attribute_as_string ()</h3>
1439
1467
  <pre class="programlisting"><span class="returnvalue">char</span> * g_file_info_get_attribute_as_string (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1440
1468
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1459,19 +1487,19 @@ utf8.
1459
1487
  <tr>
1460
1488
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1461
1489
  <td> a UTF-8 string associated with the given <em class="parameter"><code>attribute</code></em>.
1462
- When you're done with the string it must be freed with <a href="/usr/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
1490
+ When you're done with the string it must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
1463
1491
  </td>
1464
1492
  </tr>
1465
1493
  </tbody>
1466
1494
  </table></div>
1467
1495
  </div>
1468
1496
  <hr>
1469
- <div class="refsect2" title="g_file_info_get_attribute_data ()">
1497
+ <div class="refsect2">
1470
1498
  <a name="g-file-info-get-attribute-data"></a><h3>g_file_info_get_attribute_data ()</h3>
1471
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_attribute_data (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1499
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_attribute_data (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1472
1500
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
1473
1501
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> *type</code></em>,
1474
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *value_pp</code></em>,
1502
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *value_pp</code></em>,
1475
1503
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> *status</code></em>);</pre>
1476
1504
  <p>
1477
1505
  Gets the attribute type, value and status for an attribute key.
@@ -1491,30 +1519,30 @@ Gets the attribute type, value and status for an attribute key.
1491
1519
  </tr>
1492
1520
  <tr>
1493
1521
  <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
1494
- <td>return location for the attribute type, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1522
+ <td> return location for the attribute type, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1495
1523
  </td>
1496
1524
  </tr>
1497
1525
  <tr>
1498
1526
  <td><p><span class="term"><em class="parameter"><code>value_pp</code></em> :</span></p></td>
1499
- <td>return location for the attribute value, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1527
+ <td> return location for the attribute value, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1500
1528
  </td>
1501
1529
  </tr>
1502
1530
  <tr>
1503
1531
  <td><p><span class="term"><em class="parameter"><code>status</code></em> :</span></p></td>
1504
- <td>return location for the attribute status, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1532
+ <td> return location for the attribute status, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1505
1533
  </td>
1506
1534
  </tr>
1507
1535
  <tr>
1508
1536
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1509
- <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>info</code></em> has an attribute named <em class="parameter"><code>attribute</code></em>,
1510
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1537
+ <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>info</code></em> has an attribute named <em class="parameter"><code>attribute</code></em>,
1538
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1511
1539
  </td>
1512
1540
  </tr>
1513
1541
  </tbody>
1514
1542
  </table></div>
1515
1543
  </div>
1516
1544
  <hr>
1517
- <div class="refsect2" title="g_file_info_get_attribute_status ()">
1545
+ <div class="refsect2">
1518
1546
  <a name="g-file-info-get-attribute-status"></a><h3>g_file_info_get_attribute_status ()</h3>
1519
1547
  <pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="returnvalue">GFileAttributeStatus</span></a> g_file_info_get_attribute_status (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1520
1548
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1545,13 +1573,13 @@ Gets the attribute status for an attribute key.
1545
1573
  </table></div>
1546
1574
  </div>
1547
1575
  <hr>
1548
- <div class="refsect2" title="g_file_info_get_attribute_string ()">
1576
+ <div class="refsect2">
1549
1577
  <a name="g-file-info-get-attribute-string"></a><h3>g_file_info_get_attribute_string ()</h3>
1550
1578
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_attribute_string (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1551
1579
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1552
1580
  <p>
1553
1581
  Gets the value of a string attribute. If the attribute does
1554
- not contain a string, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
1582
+ not contain a string, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
1555
1583
  </p>
1556
1584
  <div class="variablelist"><table border="0">
1557
1585
  <col align="left" valign="top">
@@ -1569,20 +1597,20 @@ not contain a string, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros
1569
1597
  <tr>
1570
1598
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1571
1599
  <td> the contents of the <em class="parameter"><code>attribute</code></em> value as a string, or
1572
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.
1600
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.
1573
1601
  </td>
1574
1602
  </tr>
1575
1603
  </tbody>
1576
1604
  </table></div>
1577
1605
  </div>
1578
1606
  <hr>
1579
- <div class="refsect2" title="g_file_info_get_attribute_stringv ()">
1607
+ <div class="refsect2">
1580
1608
  <a name="g-file-info-get-attribute-stringv"></a><h3>g_file_info_get_attribute_stringv ()</h3>
1581
1609
  <pre class="programlisting"><span class="returnvalue">char</span> ** g_file_info_get_attribute_stringv (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1582
1610
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1583
1611
  <p>
1584
1612
  Gets the value of a stringv attribute. If the attribute does
1585
- not contain a stringv, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
1613
+ not contain a stringv, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
1586
1614
  </p>
1587
1615
  <div class="variablelist"><table border="0">
1588
1616
  <col align="left" valign="top">
@@ -1600,7 +1628,7 @@ not contain a stringv, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macro
1600
1628
  <tr>
1601
1629
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1602
1630
  <td> the contents of the <em class="parameter"><code>attribute</code></em> value as a stringv, or
1603
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. Do not free.
1631
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. Do not free.
1604
1632
 
1605
1633
  </td>
1606
1634
  </tr>
@@ -1609,14 +1637,14 @@ not contain a stringv, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macro
1609
1637
  <p class="since">Since 2.22</p>
1610
1638
  </div>
1611
1639
  <hr>
1612
- <div class="refsect2" title="g_file_info_get_attribute_byte_string ()">
1640
+ <div class="refsect2">
1613
1641
  <a name="g-file-info-get-attribute-byte-string"></a><h3>g_file_info_get_attribute_byte_string ()</h3>
1614
1642
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_attribute_byte_string
1615
1643
  (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1616
1644
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1617
1645
  <p>
1618
1646
  Gets the value of a byte string attribute. If the attribute does
1619
- not contain a byte string, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
1647
+ not contain a byte string, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
1620
1648
  </p>
1621
1649
  <div class="variablelist"><table border="0">
1622
1650
  <col align="left" valign="top">
@@ -1634,20 +1662,20 @@ not contain a byte string, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-M
1634
1662
  <tr>
1635
1663
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1636
1664
  <td> the contents of the <em class="parameter"><code>attribute</code></em> value as a byte string, or
1637
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.
1665
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.
1638
1666
  </td>
1639
1667
  </tr>
1640
1668
  </tbody>
1641
1669
  </table></div>
1642
1670
  </div>
1643
1671
  <hr>
1644
- <div class="refsect2" title="g_file_info_get_attribute_boolean ()">
1672
+ <div class="refsect2">
1645
1673
  <a name="g-file-info-get-attribute-boolean"></a><h3>g_file_info_get_attribute_boolean ()</h3>
1646
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_attribute_boolean (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1674
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_attribute_boolean (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1647
1675
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1648
1676
  <p>
1649
1677
  Gets the value of a boolean attribute. If the attribute does not
1650
- contain a boolean value, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.
1678
+ contain a boolean value, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.
1651
1679
  </p>
1652
1680
  <div class="variablelist"><table border="0">
1653
1681
  <col align="left" valign="top">
@@ -1671,9 +1699,9 @@ contain a boolean value, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Mac
1671
1699
  </table></div>
1672
1700
  </div>
1673
1701
  <hr>
1674
- <div class="refsect2" title="g_file_info_get_attribute_uint32 ()">
1702
+ <div class="refsect2">
1675
1703
  <a name="g-file-info-get-attribute-uint32"></a><h3>g_file_info_get_attribute_uint32 ()</h3>
1676
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> g_file_info_get_attribute_uint32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1704
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> g_file_info_get_attribute_uint32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1677
1705
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1678
1706
  <p>
1679
1707
  Gets an unsigned 32-bit integer contained within the attribute. If the
@@ -1702,9 +1730,9 @@ attribute does not contain an unsigned 32-bit integer, or is invalid,
1702
1730
  </table></div>
1703
1731
  </div>
1704
1732
  <hr>
1705
- <div class="refsect2" title="g_file_info_get_attribute_int32 ()">
1733
+ <div class="refsect2">
1706
1734
  <a name="g-file-info-get-attribute-int32"></a><h3>g_file_info_get_attribute_int32 ()</h3>
1707
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> g_file_info_get_attribute_int32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1735
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> g_file_info_get_attribute_int32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1708
1736
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1709
1737
  <p>
1710
1738
  Gets a signed 32-bit integer contained within the attribute. If the
@@ -1733,9 +1761,9 @@ attribute does not contain a signed 32-bit integer, or is invalid,
1733
1761
  </table></div>
1734
1762
  </div>
1735
1763
  <hr>
1736
- <div class="refsect2" title="g_file_info_get_attribute_uint64 ()">
1764
+ <div class="refsect2">
1737
1765
  <a name="g-file-info-get-attribute-uint64"></a><h3>g_file_info_get_attribute_uint64 ()</h3>
1738
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a> g_file_info_get_attribute_uint64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1766
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a> g_file_info_get_attribute_uint64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1739
1767
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1740
1768
  <p>
1741
1769
  Gets a unsigned 64-bit integer contained within the attribute. If the
@@ -1764,9 +1792,9 @@ attribute does not contain an unsigned 64-bit integer, or is invalid,
1764
1792
  </table></div>
1765
1793
  </div>
1766
1794
  <hr>
1767
- <div class="refsect2" title="g_file_info_get_attribute_int64 ()">
1795
+ <div class="refsect2">
1768
1796
  <a name="g-file-info-get-attribute-int64"></a><h3>g_file_info_get_attribute_int64 ()</h3>
1769
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a> g_file_info_get_attribute_int64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1797
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a> g_file_info_get_attribute_int64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1770
1798
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1771
1799
  <p>
1772
1800
  Gets a signed 64-bit integer contained within the attribute. If the
@@ -1795,13 +1823,13 @@ attribute does not contain an signed 64-bit integer, or is invalid,
1795
1823
  </table></div>
1796
1824
  </div>
1797
1825
  <hr>
1798
- <div class="refsect2" title="g_file_info_get_attribute_object ()">
1826
+ <div class="refsect2">
1799
1827
  <a name="g-file-info-get-attribute-object"></a><h3>g_file_info_get_attribute_object ()</h3>
1800
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * g_file_info_get_attribute_object (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1828
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * g_file_info_get_attribute_object (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1801
1829
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1802
1830
  <p>
1803
- Gets the value of a <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> attribute. If the attribute does
1804
- not contain a <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
1831
+ Gets the value of a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> attribute. If the attribute does
1832
+ not contain a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
1805
1833
  </p>
1806
1834
  <div class="variablelist"><table border="0">
1807
1835
  <col align="left" valign="top">
@@ -1818,20 +1846,20 @@ not contain a <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-T
1818
1846
  </tr>
1819
1847
  <tr>
1820
1848
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1821
- <td> a <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> associated with the given <em class="parameter"><code>attribute</code></em>, or
1822
- <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.
1849
+ <td> a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> associated with the given <em class="parameter"><code>attribute</code></em>, or
1850
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1823
1851
  </td>
1824
1852
  </tr>
1825
1853
  </tbody>
1826
1854
  </table></div>
1827
1855
  </div>
1828
1856
  <hr>
1829
- <div class="refsect2" title="g_file_info_set_attribute ()">
1857
+ <div class="refsect2">
1830
1858
  <a name="g-file-info-set-attribute"></a><h3>g_file_info_set_attribute ()</h3>
1831
1859
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1832
1860
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
1833
1861
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> type</code></em>,
1834
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> value_p</code></em>);</pre>
1862
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> value_p</code></em>);</pre>
1835
1863
  <p>
1836
1864
  Sets the <em class="parameter"><code>attribute</code></em> to contain the given value, if possible.
1837
1865
  </p>
@@ -1862,9 +1890,9 @@ Sets the <em class="parameter"><code>attribute</code></em> to contain the given
1862
1890
  </table></div>
1863
1891
  </div>
1864
1892
  <hr>
1865
- <div class="refsect2" title="g_file_info_set_attribute_status ()">
1893
+ <div class="refsect2">
1866
1894
  <a name="g-file-info-set-attribute-status"></a><h3>g_file_info_set_attribute_status ()</h3>
1867
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_set_attribute_status (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1895
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_set_attribute_status (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1868
1896
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
1869
1897
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> status</code></em>);</pre>
1870
1898
  <p>
@@ -1873,7 +1901,7 @@ needed by external code that implement <a class="link" href="GFile.html#g-file-s
1873
1901
  or similar functions.
1874
1902
  </p>
1875
1903
  <p>
1876
- The attribute must exist in <em class="parameter"><code>info</code></em> for this to work. Otherwise <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
1904
+ The attribute must exist in <em class="parameter"><code>info</code></em> for this to work. Otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
1877
1905
  is returned and <em class="parameter"><code>info</code></em> is unchanged.
1878
1906
  </p>
1879
1907
  <div class="variablelist"><table border="0">
@@ -1896,7 +1924,7 @@ is returned and <em class="parameter"><code>info</code></em> is unchanged.
1896
1924
  </tr>
1897
1925
  <tr>
1898
1926
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1899
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the status was changed, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the key was not set.
1927
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the status was changed, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the key was not set.
1900
1928
 
1901
1929
  </td>
1902
1930
  </tr>
@@ -1905,7 +1933,7 @@ is returned and <em class="parameter"><code>info</code></em> is unchanged.
1905
1933
  <p class="since">Since 2.22</p>
1906
1934
  </div>
1907
1935
  <hr>
1908
- <div class="refsect2" title="g_file_info_set_attribute_string ()">
1936
+ <div class="refsect2">
1909
1937
  <a name="g-file-info-set-attribute-string"></a><h3>g_file_info_set_attribute_string ()</h3>
1910
1938
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_string (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1911
1939
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -1936,7 +1964,7 @@ if possible.
1936
1964
  </table></div>
1937
1965
  </div>
1938
1966
  <hr>
1939
- <div class="refsect2" title="g_file_info_set_attribute_stringv ()">
1967
+ <div class="refsect2">
1940
1968
  <a name="g-file-info-set-attribute-stringv"></a><h3>g_file_info_set_attribute_stringv ()</h3>
1941
1969
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_stringv (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1942
1970
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -1963,14 +1991,14 @@ Sinze: 2.22
1963
1991
  </tr>
1964
1992
  <tr>
1965
1993
  <td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
1966
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated string array
1994
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated string array
1967
1995
  </td>
1968
1996
  </tr>
1969
1997
  </tbody>
1970
1998
  </table></div>
1971
1999
  </div>
1972
2000
  <hr>
1973
- <div class="refsect2" title="g_file_info_set_attribute_byte_string ()">
2001
+ <div class="refsect2">
1974
2002
  <a name="g-file-info-set-attribute-byte-string"></a><h3>g_file_info_set_attribute_byte_string ()</h3>
1975
2003
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_byte_string
1976
2004
  (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
@@ -2002,11 +2030,11 @@ if possible.
2002
2030
  </table></div>
2003
2031
  </div>
2004
2032
  <hr>
2005
- <div class="refsect2" title="g_file_info_set_attribute_boolean ()">
2033
+ <div class="refsect2">
2006
2034
  <a name="g-file-info-set-attribute-boolean"></a><h3>g_file_info_set_attribute_boolean ()</h3>
2007
2035
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_boolean (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2008
2036
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
2009
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> attr_value</code></em>);</pre>
2037
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> attr_value</code></em>);</pre>
2010
2038
  <p>
2011
2039
  Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
2012
2040
  if possible.
@@ -2033,11 +2061,11 @@ if possible.
2033
2061
  </table></div>
2034
2062
  </div>
2035
2063
  <hr>
2036
- <div class="refsect2" title="g_file_info_set_attribute_uint32 ()">
2064
+ <div class="refsect2">
2037
2065
  <a name="g-file-info-set-attribute-uint32"></a><h3>g_file_info_set_attribute_uint32 ()</h3>
2038
2066
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_uint32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2039
2067
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
2040
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> attr_value</code></em>);</pre>
2068
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> attr_value</code></em>);</pre>
2041
2069
  <p>
2042
2070
  Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
2043
2071
  if possible.
@@ -2064,11 +2092,11 @@ if possible.
2064
2092
  </table></div>
2065
2093
  </div>
2066
2094
  <hr>
2067
- <div class="refsect2" title="g_file_info_set_attribute_int32 ()">
2095
+ <div class="refsect2">
2068
2096
  <a name="g-file-info-set-attribute-int32"></a><h3>g_file_info_set_attribute_int32 ()</h3>
2069
2097
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_int32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2070
2098
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
2071
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> attr_value</code></em>);</pre>
2099
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> attr_value</code></em>);</pre>
2072
2100
  <p>
2073
2101
  Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
2074
2102
  if possible.
@@ -2095,11 +2123,11 @@ if possible.
2095
2123
  </table></div>
2096
2124
  </div>
2097
2125
  <hr>
2098
- <div class="refsect2" title="g_file_info_set_attribute_uint64 ()">
2126
+ <div class="refsect2">
2099
2127
  <a name="g-file-info-set-attribute-uint64"></a><h3>g_file_info_set_attribute_uint64 ()</h3>
2100
2128
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_uint64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2101
2129
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
2102
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> attr_value</code></em>);</pre>
2130
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> attr_value</code></em>);</pre>
2103
2131
  <p>
2104
2132
  Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
2105
2133
  if possible.
@@ -2126,11 +2154,11 @@ if possible.
2126
2154
  </table></div>
2127
2155
  </div>
2128
2156
  <hr>
2129
- <div class="refsect2" title="g_file_info_set_attribute_int64 ()">
2157
+ <div class="refsect2">
2130
2158
  <a name="g-file-info-set-attribute-int64"></a><h3>g_file_info_set_attribute_int64 ()</h3>
2131
2159
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_int64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2132
2160
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
2133
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> attr_value</code></em>);</pre>
2161
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> attr_value</code></em>);</pre>
2134
2162
  <p>
2135
2163
  Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
2136
2164
  if possible.
@@ -2157,11 +2185,11 @@ if possible.
2157
2185
  </table></div>
2158
2186
  </div>
2159
2187
  <hr>
2160
- <div class="refsect2" title="g_file_info_set_attribute_object ()">
2188
+ <div class="refsect2">
2161
2189
  <a name="g-file-info-set-attribute-object"></a><h3>g_file_info_set_attribute_object ()</h3>
2162
2190
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_object (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2163
2191
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
2164
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *attr_value</code></em>);</pre>
2192
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *attr_value</code></em>);</pre>
2165
2193
  <p>
2166
2194
  Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
2167
2195
  if possible.
@@ -2181,14 +2209,14 @@ if possible.
2181
2209
  </tr>
2182
2210
  <tr>
2183
2211
  <td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2184
- <td>a <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.
2212
+ <td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.
2185
2213
  </td>
2186
2214
  </tr>
2187
2215
  </tbody>
2188
2216
  </table></div>
2189
2217
  </div>
2190
2218
  <hr>
2191
- <div class="refsect2" title="g_file_info_clear_status ()">
2219
+ <div class="refsect2">
2192
2220
  <a name="g-file-info-clear-status"></a><h3>g_file_info_clear_status ()</h3>
2193
2221
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_clear_status (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2194
2222
  <p>
@@ -2204,7 +2232,7 @@ Clears the status information from <em class="parameter"><code>info</code></em>.
2204
2232
  </table></div>
2205
2233
  </div>
2206
2234
  <hr>
2207
- <div class="refsect2" title="g_file_info_get_file_type ()">
2235
+ <div class="refsect2">
2208
2236
  <a name="g-file-info-get-file-type"></a><h3>g_file_info_get_file_type ()</h3>
2209
2237
  <pre class="programlisting"><a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="returnvalue">GFileType</span></a> g_file_info_get_file_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2210
2238
  <p>
@@ -2228,9 +2256,9 @@ This is different from the file's content type, see <a class="link" href="GFileI
2228
2256
  </table></div>
2229
2257
  </div>
2230
2258
  <hr>
2231
- <div class="refsect2" title="g_file_info_get_is_hidden ()">
2259
+ <div class="refsect2">
2232
2260
  <a name="g-file-info-get-is-hidden"></a><h3>g_file_info_get_is_hidden ()</h3>
2233
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_hidden (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2261
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_hidden (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2234
2262
  <p>
2235
2263
  Checks if a file is hidden.
2236
2264
  </p>
@@ -2244,16 +2272,16 @@ Checks if a file is hidden.
2244
2272
  </tr>
2245
2273
  <tr>
2246
2274
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2247
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file is a hidden file, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
2275
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file is a hidden file, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
2248
2276
  </td>
2249
2277
  </tr>
2250
2278
  </tbody>
2251
2279
  </table></div>
2252
2280
  </div>
2253
2281
  <hr>
2254
- <div class="refsect2" title="g_file_info_get_is_backup ()">
2282
+ <div class="refsect2">
2255
2283
  <a name="g-file-info-get-is-backup"></a><h3>g_file_info_get_is_backup ()</h3>
2256
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_backup (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2284
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_backup (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2257
2285
  <p>
2258
2286
  Checks if a file is a backup file.
2259
2287
  </p>
@@ -2267,16 +2295,16 @@ Checks if a file is a backup file.
2267
2295
  </tr>
2268
2296
  <tr>
2269
2297
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2270
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if file is a backup file, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
2298
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if file is a backup file, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
2271
2299
  </td>
2272
2300
  </tr>
2273
2301
  </tbody>
2274
2302
  </table></div>
2275
2303
  </div>
2276
2304
  <hr>
2277
- <div class="refsect2" title="g_file_info_get_is_symlink ()">
2305
+ <div class="refsect2">
2278
2306
  <a name="g-file-info-get-is-symlink"></a><h3>g_file_info_get_is_symlink ()</h3>
2279
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_symlink (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2307
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_symlink (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2280
2308
  <p>
2281
2309
  Checks if a file is a symlink.
2282
2310
  </p>
@@ -2290,14 +2318,14 @@ Checks if a file is a symlink.
2290
2318
  </tr>
2291
2319
  <tr>
2292
2320
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2293
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the given <em class="parameter"><code>info</code></em> is a symlink.
2321
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the given <em class="parameter"><code>info</code></em> is a symlink.
2294
2322
  </td>
2295
2323
  </tr>
2296
2324
  </tbody>
2297
2325
  </table></div>
2298
2326
  </div>
2299
2327
  <hr>
2300
- <div class="refsect2" title="g_file_info_get_name ()">
2328
+ <div class="refsect2">
2301
2329
  <a name="g-file-info-get-name"></a><h3>g_file_info_get_name ()</h3>
2302
2330
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2303
2331
  <p>
@@ -2320,7 +2348,7 @@ Gets the name for a file.
2320
2348
  </table></div>
2321
2349
  </div>
2322
2350
  <hr>
2323
- <div class="refsect2" title="g_file_info_get_display_name ()">
2351
+ <div class="refsect2">
2324
2352
  <a name="g-file-info-get-display-name"></a><h3>g_file_info_get_display_name ()</h3>
2325
2353
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_display_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2326
2354
  <p>
@@ -2343,7 +2371,7 @@ Gets a display name for a file.
2343
2371
  </table></div>
2344
2372
  </div>
2345
2373
  <hr>
2346
- <div class="refsect2" title="g_file_info_get_edit_name ()">
2374
+ <div class="refsect2">
2347
2375
  <a name="g-file-info-get-edit-name"></a><h3>g_file_info_get_edit_name ()</h3>
2348
2376
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_edit_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2349
2377
  <p>
@@ -2366,7 +2394,7 @@ Gets the edit name for a file.
2366
2394
  </table></div>
2367
2395
  </div>
2368
2396
  <hr>
2369
- <div class="refsect2" title="g_file_info_get_icon ()">
2397
+ <div class="refsect2">
2370
2398
  <a name="g-file-info-get-icon"></a><h3>g_file_info_get_icon ()</h3>
2371
2399
  <pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * g_file_info_get_icon (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2372
2400
  <p>
@@ -2382,14 +2410,14 @@ Gets the icon for a file.
2382
2410
  </tr>
2383
2411
  <tr>
2384
2412
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2385
- <td> <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given <em class="parameter"><code>info</code></em>.
2413
+ <td> <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given <em class="parameter"><code>info</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
2386
2414
  </td>
2387
2415
  </tr>
2388
2416
  </tbody>
2389
2417
  </table></div>
2390
2418
  </div>
2391
2419
  <hr>
2392
- <div class="refsect2" title="g_file_info_get_content_type ()">
2420
+ <div class="refsect2">
2393
2421
  <a name="g-file-info-get-content-type"></a><h3>g_file_info_get_content_type ()</h3>
2394
2422
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_content_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2395
2423
  <p>
@@ -2412,9 +2440,9 @@ Gets the file's content type.
2412
2440
  </table></div>
2413
2441
  </div>
2414
2442
  <hr>
2415
- <div class="refsect2" title="g_file_info_get_size ()">
2443
+ <div class="refsect2">
2416
2444
  <a name="g-file-info-get-size"></a><h3>g_file_info_get_size ()</h3>
2417
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"><span class="returnvalue">goffset</span></a> g_file_info_get_size (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2445
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#goffset"><span class="returnvalue">goffset</span></a> g_file_info_get_size (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2418
2446
  <p>
2419
2447
  Gets the file's size.
2420
2448
  </p>
@@ -2428,17 +2456,17 @@ Gets the file's size.
2428
2456
  </tr>
2429
2457
  <tr>
2430
2458
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2431
- <td> a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> containing the file's size.
2459
+ <td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> containing the file's size.
2432
2460
  </td>
2433
2461
  </tr>
2434
2462
  </tbody>
2435
2463
  </table></div>
2436
2464
  </div>
2437
2465
  <hr>
2438
- <div class="refsect2" title="g_file_info_get_modification_time ()">
2466
+ <div class="refsect2">
2439
2467
  <a name="g-file-info-get-modification-time"></a><h3>g_file_info_get_modification_time ()</h3>
2440
2468
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_get_modification_time (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2441
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *result</code></em>);</pre>
2469
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *result</code></em>);</pre>
2442
2470
  <p>
2443
2471
  Gets the modification time of the current <em class="parameter"><code>info</code></em> and sets it
2444
2472
  in <em class="parameter"><code>result</code></em>.
@@ -2453,14 +2481,14 @@ in <em class="parameter"><code>result</code></em>.
2453
2481
  </tr>
2454
2482
  <tr>
2455
2483
  <td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
2456
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>.
2484
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>.
2457
2485
  </td>
2458
2486
  </tr>
2459
2487
  </tbody>
2460
2488
  </table></div>
2461
2489
  </div>
2462
2490
  <hr>
2463
- <div class="refsect2" title="g_file_info_get_symlink_target ()">
2491
+ <div class="refsect2">
2464
2492
  <a name="g-file-info-get-symlink-target"></a><h3>g_file_info_get_symlink_target ()</h3>
2465
2493
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_symlink_target (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2466
2494
  <p>
@@ -2483,7 +2511,7 @@ Gets the symlink target for a given <a class="link" href="GFileInfo.html" title=
2483
2511
  </table></div>
2484
2512
  </div>
2485
2513
  <hr>
2486
- <div class="refsect2" title="g_file_info_get_etag ()">
2514
+ <div class="refsect2">
2487
2515
  <a name="g-file-info-get-etag"></a><h3>g_file_info_get_etag ()</h3>
2488
2516
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_etag (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2489
2517
  <p>
@@ -2507,9 +2535,9 @@ Gets the <a class="link" href="GFile.html#gfile-etag">entity tag</a> for a given
2507
2535
  </table></div>
2508
2536
  </div>
2509
2537
  <hr>
2510
- <div class="refsect2" title="g_file_info_get_sort_order ()">
2538
+ <div class="refsect2">
2511
2539
  <a name="g-file-info-get-sort-order"></a><h3>g_file_info_get_sort_order ()</h3>
2512
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> g_file_info_get_sort_order (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2540
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> g_file_info_get_sort_order (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2513
2541
  <p>
2514
2542
  Gets the value of the sort_order attribute from the <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2515
2543
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</code></a>.
@@ -2524,14 +2552,14 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CA
2524
2552
  </tr>
2525
2553
  <tr>
2526
2554
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2527
- <td> a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> containing the value of the "standard::sort_order" attribute.
2555
+ <td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> containing the value of the "standard::sort_order" attribute.
2528
2556
  </td>
2529
2557
  </tr>
2530
2558
  </tbody>
2531
2559
  </table></div>
2532
2560
  </div>
2533
2561
  <hr>
2534
- <div class="refsect2" title="g_file_info_set_attribute_mask ()">
2562
+ <div class="refsect2">
2535
2563
  <a name="g-file-info-set-attribute-mask"></a><h3>g_file_info_set_attribute_mask ()</h3>
2536
2564
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_mask (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2537
2565
  <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *mask</code></em>);</pre>
@@ -2555,7 +2583,7 @@ Sets <em class="parameter"><code>mask</code></em> on <em class="parameter"><code
2555
2583
  </table></div>
2556
2584
  </div>
2557
2585
  <hr>
2558
- <div class="refsect2" title="g_file_info_unset_attribute_mask ()">
2586
+ <div class="refsect2">
2559
2587
  <a name="g-file-info-unset-attribute-mask"></a><h3>g_file_info_unset_attribute_mask ()</h3>
2560
2588
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_unset_attribute_mask (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2561
2589
  <p>
@@ -2573,7 +2601,7 @@ is set.
2573
2601
  </table></div>
2574
2602
  </div>
2575
2603
  <hr>
2576
- <div class="refsect2" title="g_file_info_set_file_type ()">
2604
+ <div class="refsect2">
2577
2605
  <a name="g-file-info-set-file-type"></a><h3>g_file_info_set_file_type ()</h3>
2578
2606
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_file_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2579
2607
  <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a> type</code></em>);</pre>
@@ -2598,10 +2626,10 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS" ti
2598
2626
  </table></div>
2599
2627
  </div>
2600
2628
  <hr>
2601
- <div class="refsect2" title="g_file_info_set_is_hidden ()">
2629
+ <div class="refsect2">
2602
2630
  <a name="g-file-info-set-is-hidden"></a><h3>g_file_info_set_is_hidden ()</h3>
2603
2631
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_is_hidden (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2604
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_hidden</code></em>);</pre>
2632
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_hidden</code></em>);</pre>
2605
2633
  <p>
2606
2634
  Sets the "is_hidden" attribute in a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> according to <em class="parameter"><code>is_symlink</code></em>.
2607
2635
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</code></a>.
@@ -2616,17 +2644,17 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAP
2616
2644
  </tr>
2617
2645
  <tr>
2618
2646
  <td><p><span class="term"><em class="parameter"><code>is_hidden</code></em> :</span></p></td>
2619
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.
2647
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.
2620
2648
  </td>
2621
2649
  </tr>
2622
2650
  </tbody>
2623
2651
  </table></div>
2624
2652
  </div>
2625
2653
  <hr>
2626
- <div class="refsect2" title="g_file_info_set_is_symlink ()">
2654
+ <div class="refsect2">
2627
2655
  <a name="g-file-info-set-is-symlink"></a><h3>g_file_info_set_is_symlink ()</h3>
2628
2656
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_is_symlink (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2629
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_symlink</code></em>);</pre>
2657
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_symlink</code></em>);</pre>
2630
2658
  <p>
2631
2659
  Sets the "is_symlink" attribute in a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> according to <em class="parameter"><code>is_symlink</code></em>.
2632
2660
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</code></a>.
@@ -2641,14 +2669,14 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CA
2641
2669
  </tr>
2642
2670
  <tr>
2643
2671
  <td><p><span class="term"><em class="parameter"><code>is_symlink</code></em> :</span></p></td>
2644
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.
2672
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.
2645
2673
  </td>
2646
2674
  </tr>
2647
2675
  </tbody>
2648
2676
  </table></div>
2649
2677
  </div>
2650
2678
  <hr>
2651
- <div class="refsect2" title="g_file_info_set_name ()">
2679
+ <div class="refsect2">
2652
2680
  <a name="g-file-info-set-name"></a><h3>g_file_info_set_name ()</h3>
2653
2681
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2654
2682
  <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre>
@@ -2673,7 +2701,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS" ti
2673
2701
  </table></div>
2674
2702
  </div>
2675
2703
  <hr>
2676
- <div class="refsect2" title="g_file_info_set_display_name ()">
2704
+ <div class="refsect2">
2677
2705
  <a name="g-file-info-set-display-name"></a><h3>g_file_info_set_display_name ()</h3>
2678
2706
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_display_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2679
2707
  <em class="parameter"><code>const <span class="type">char</span> *display_name</code></em>);</pre>
@@ -2698,7 +2726,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:
2698
2726
  </table></div>
2699
2727
  </div>
2700
2728
  <hr>
2701
- <div class="refsect2" title="g_file_info_set_edit_name ()">
2729
+ <div class="refsect2">
2702
2730
  <a name="g-file-info-set-edit-name"></a><h3>g_file_info_set_edit_name ()</h3>
2703
2731
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_edit_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2704
2732
  <em class="parameter"><code>const <span class="type">char</span> *edit_name</code></em>);</pre>
@@ -2723,7 +2751,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAP
2723
2751
  </table></div>
2724
2752
  </div>
2725
2753
  <hr>
2726
- <div class="refsect2" title="g_file_info_set_icon ()">
2754
+ <div class="refsect2">
2727
2755
  <a name="g-file-info-set-icon"></a><h3>g_file_info_set_icon ()</h3>
2728
2756
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_icon (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2729
2757
  <em class="parameter"><code><a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
@@ -2748,7 +2776,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS" ti
2748
2776
  </table></div>
2749
2777
  </div>
2750
2778
  <hr>
2751
- <div class="refsect2" title="g_file_info_set_content_type ()">
2779
+ <div class="refsect2">
2752
2780
  <a name="g-file-info-set-content-type"></a><h3>g_file_info_set_content_type ()</h3>
2753
2781
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_content_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2754
2782
  <em class="parameter"><code>const <span class="type">char</span> *content_type</code></em>);</pre>
@@ -2773,10 +2801,10 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:
2773
2801
  </table></div>
2774
2802
  </div>
2775
2803
  <hr>
2776
- <div class="refsect2" title="g_file_info_set_size ()">
2804
+ <div class="refsect2">
2777
2805
  <a name="g-file-info-set-size"></a><h3>g_file_info_set_size ()</h3>
2778
2806
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_size (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2779
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> size</code></em>);</pre>
2807
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> size</code></em>);</pre>
2780
2808
  <p>
2781
2809
  Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SIZE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SIZE</code></a> attribute in the file info
2782
2810
  to the given size.
@@ -2791,17 +2819,17 @@ to the given size.
2791
2819
  </tr>
2792
2820
  <tr>
2793
2821
  <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
2794
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> containing the file's size.
2822
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> containing the file's size.
2795
2823
  </td>
2796
2824
  </tr>
2797
2825
  </tbody>
2798
2826
  </table></div>
2799
2827
  </div>
2800
2828
  <hr>
2801
- <div class="refsect2" title="g_file_info_set_modification_time ()">
2829
+ <div class="refsect2">
2802
2830
  <a name="g-file-info-set-modification-time"></a><h3>g_file_info_set_modification_time ()</h3>
2803
2831
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_modification_time (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2804
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *mtime</code></em>);</pre>
2832
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *mtime</code></em>);</pre>
2805
2833
  <p>
2806
2834
  Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED"><code class="literal">G_FILE_ATTRIBUTE_TIME_MODIFIED</code></a> attribute in the file
2807
2835
  info to the given time value.
@@ -2816,14 +2844,14 @@ info to the given time value.
2816
2844
  </tr>
2817
2845
  <tr>
2818
2846
  <td><p><span class="term"><em class="parameter"><code>mtime</code></em> :</span></p></td>
2819
- <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>.
2847
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>.
2820
2848
  </td>
2821
2849
  </tr>
2822
2850
  </tbody>
2823
2851
  </table></div>
2824
2852
  </div>
2825
2853
  <hr>
2826
- <div class="refsect2" title="g_file_info_set_symlink_target ()">
2854
+ <div class="refsect2">
2827
2855
  <a name="g-file-info-set-symlink-target"></a><h3>g_file_info_set_symlink_target ()</h3>
2828
2856
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_symlink_target (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2829
2857
  <em class="parameter"><code>const <span class="type">char</span> *symlink_target</code></em>);</pre>
@@ -2848,10 +2876,10 @@ to the given symlink target.
2848
2876
  </table></div>
2849
2877
  </div>
2850
2878
  <hr>
2851
- <div class="refsect2" title="g_file_info_set_sort_order ()">
2879
+ <div class="refsect2">
2852
2880
  <a name="g-file-info-set-sort-order"></a><h3>g_file_info_set_sort_order ()</h3>
2853
2881
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_sort_order (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2854
- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sort_order</code></em>);</pre>
2882
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sort_order</code></em>);</pre>
2855
2883
  <p>
2856
2884
  Sets the sort order attribute in the file info structure. See
2857
2885
  <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</code></a>.
@@ -2873,7 +2901,7 @@ Sets the sort order attribute in the file info structure. See
2873
2901
  </table></div>
2874
2902
  </div>
2875
2903
  <hr>
2876
- <div class="refsect2" title="g_file_attribute_matcher_new ()">
2904
+ <div class="refsect2">
2877
2905
  <a name="g-file-attribute-matcher-new"></a><h3>g_file_attribute_matcher_new ()</h3>
2878
2906
  <pre class="programlisting"><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="returnvalue">GFileAttributeMatcher</span></a> * g_file_attribute_matcher_new (<em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>);</pre>
2879
2907
  <p>
@@ -2894,7 +2922,7 @@ The wildcard "*" may be used to match all keys and namespaces, or
2894
2922
  Examples of strings to use:
2895
2923
  </p>
2896
2924
  <div class="table">
2897
- <a name="id493352"></a><p class="title"><b>Table 3. File Attribute Matcher strings and results</b></p>
2925
+ <a name="id430267"></a><p class="title"><b>Table 3. File Attribute Matcher strings and results</b></p>
2898
2926
  <div class="table-contents"><table summary="File Attribute Matcher strings and results" border="1">
2899
2927
  <colgroup>
2900
2928
  <col>
@@ -2940,7 +2968,7 @@ all keys in the unix namespace.</td>
2940
2968
  </table></div>
2941
2969
  </div>
2942
2970
  <hr>
2943
- <div class="refsect2" title="g_file_attribute_matcher_ref ()">
2971
+ <div class="refsect2">
2944
2972
  <a name="g-file-attribute-matcher-ref"></a><h3>g_file_attribute_matcher_ref ()</h3>
2945
2973
  <pre class="programlisting"><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="returnvalue">GFileAttributeMatcher</span></a> * g_file_attribute_matcher_ref (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
2946
2974
  <p>
@@ -2963,7 +2991,7 @@ References a file attribute matcher.
2963
2991
  </table></div>
2964
2992
  </div>
2965
2993
  <hr>
2966
- <div class="refsect2" title="g_file_attribute_matcher_unref ()">
2994
+ <div class="refsect2">
2967
2995
  <a name="g-file-attribute-matcher-unref"></a><h3>g_file_attribute_matcher_unref ()</h3>
2968
2996
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_attribute_matcher_unref (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
2969
2997
  <p>
@@ -2980,14 +3008,14 @@ the <em class="parameter"><code>matcher</code></em> is automatically freed.
2980
3008
  </table></div>
2981
3009
  </div>
2982
3010
  <hr>
2983
- <div class="refsect2" title="g_file_attribute_matcher_matches ()">
3011
+ <div class="refsect2">
2984
3012
  <a name="g-file-attribute-matcher-matches"></a><h3>g_file_attribute_matcher_matches ()</h3>
2985
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_attribute_matcher_matches (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
3013
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_attribute_matcher_matches (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
2986
3014
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
2987
3015
  <p>
2988
3016
  Checks if an attribute will be matched by an attribute matcher. If
2989
3017
  the matcher was created with the "*" matching string, this function
2990
- will always return <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
3018
+ will always return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
2991
3019
  </p>
2992
3020
  <div class="variablelist"><table border="0">
2993
3021
  <col align="left" valign="top">
@@ -3004,21 +3032,21 @@ will always return <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.ht
3004
3032
  </tr>
3005
3033
  <tr>
3006
3034
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3007
- <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>attribute</code></em> matches <em class="parameter"><code>matcher</code></em>. <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
3035
+ <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>attribute</code></em> matches <em class="parameter"><code>matcher</code></em>. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
3008
3036
  </td>
3009
3037
  </tr>
3010
3038
  </tbody>
3011
3039
  </table></div>
3012
3040
  </div>
3013
3041
  <hr>
3014
- <div class="refsect2" title="g_file_attribute_matcher_matches_only ()">
3042
+ <div class="refsect2">
3015
3043
  <a name="g-file-attribute-matcher-matches-only"></a><h3>g_file_attribute_matcher_matches_only ()</h3>
3016
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_attribute_matcher_matches_only
3044
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_attribute_matcher_matches_only
3017
3045
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
3018
3046
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
3019
3047
  <p>
3020
3048
  Checks if a attribute matcher only matches a given attribute. Always
3021
- returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if "*" was used when creating the matcher.
3049
+ returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if "*" was used when creating the matcher.
3022
3050
  </p>
3023
3051
  <div class="variablelist"><table border="0">
3024
3052
  <col align="left" valign="top">
@@ -3035,21 +3063,21 @@ returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CA
3035
3063
  </tr>
3036
3064
  <tr>
3037
3065
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3038
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the matcher only matches <em class="parameter"><code>attribute</code></em>. <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
3066
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the matcher only matches <em class="parameter"><code>attribute</code></em>. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
3039
3067
  </td>
3040
3068
  </tr>
3041
3069
  </tbody>
3042
3070
  </table></div>
3043
3071
  </div>
3044
3072
  <hr>
3045
- <div class="refsect2" title="g_file_attribute_matcher_enumerate_namespace ()">
3073
+ <div class="refsect2">
3046
3074
  <a name="g-file-attribute-matcher-enumerate-namespace"></a><h3>g_file_attribute_matcher_enumerate_namespace ()</h3>
3047
- <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_attribute_matcher_enumerate_namespace
3075
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_attribute_matcher_enumerate_namespace
3048
3076
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
3049
3077
  <em class="parameter"><code>const <span class="type">char</span> *ns</code></em>);</pre>
3050
3078
  <p>
3051
3079
  Checks if the matcher will match all of the keys in a given namespace.
3052
- This will always return <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a wildcard character is in use (e.g. if
3080
+ This will always return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a wildcard character is in use (e.g. if
3053
3081
  matcher was created with "standard::*" and <em class="parameter"><code>ns</code></em> is "standard", or if matcher was created
3054
3082
  using "*" and namespace is anything.)
3055
3083
  </p>
@@ -3071,17 +3099,17 @@ TODO: this is awkwardly worded.
3071
3099
  </tr>
3072
3100
  <tr>
3073
3101
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3074
- <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the matcher matches all of the entries
3075
- in the given <em class="parameter"><code>ns</code></em>, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
3102
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the matcher matches all of the entries
3103
+ in the given <em class="parameter"><code>ns</code></em>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
3076
3104
  </td>
3077
3105
  </tr>
3078
3106
  </tbody>
3079
3107
  </table></div>
3080
3108
  </div>
3081
3109
  <hr>
3082
- <div class="refsect2" title="g_file_attribute_matcher_enumerate_next ()">
3110
+ <div class="refsect2">
3083
3111
  <a name="g-file-attribute-matcher-enumerate-next"></a><h3>g_file_attribute_matcher_enumerate_next ()</h3>
3084
- <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_attribute_matcher_enumerate_next
3112
+ <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_attribute_matcher_enumerate_next
3085
3113
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
3086
3114
  <p>
3087
3115
  Gets the next matched attribute from a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
@@ -3096,7 +3124,7 @@ Gets the next matched attribute from a <a class="link" href="GFileInfo.html#GFil
3096
3124
  </tr>
3097
3125
  <tr>
3098
3126
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3099
- <td> a string containing the next attribute or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
3127
+ <td> a string containing the next attribute or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
3100
3128
  no more attribute exist.
3101
3129
  </td>
3102
3130
  </tr>
@@ -3104,13 +3132,13 @@ no more attribute exist.
3104
3132
  </table></div>
3105
3133
  </div>
3106
3134
  </div>
3107
- <div class="refsect1" title="See Also">
3135
+ <div class="refsect1">
3108
3136
  <a name="GFileInfo.see-also"></a><h2>See Also</h2>
3109
3137
  <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
3110
3138
  </div>
3111
3139
  </div>
3112
3140
  <div class="footer">
3113
3141
  <hr>
3114
- Generated by GTK-Doc V1.14</div>
3142
+ Generated by GTK-Doc V1.15.1</div>
3115
3143
  </body>
3116
3144
  </html>