glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (620) hide show
  1. data/ChangeLog +46 -0
  2. data/Rakefile +1 -0
  3. data/ext/glib2/rbglib.h +1 -1
  4. data/ext/glib2/rbglib_iochannel.c +15 -6
  5. data/ext/glib2/rbgobj_signal.c +1 -1
  6. data/ext/glib2/rbgobject.h +1 -1
  7. data/lib/1.8/glib2.so +0 -0
  8. data/lib/1.9/glib2.so +0 -0
  9. data/lib/gnome2-raketask.rb +3 -2
  10. data/lib/mkmf-gnome2.rb +47 -23
  11. data/test/glib-test-init.rb +1 -3
  12. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  13. data/vendor/local/bin/glib-gettextize +2 -2
  14. data/vendor/local/bin/glib-mkenums +3 -2
  15. data/vendor/local/bin/gobject-query.exe +0 -0
  16. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  17. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  18. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  19. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  20. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  21. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  22. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  23. data/vendor/local/include/glib-2.0/gio/gaction.h +91 -0
  24. data/vendor/local/include/glib-2.0/gio/gactiongroup.h +151 -0
  25. data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -1
  26. data/vendor/local/include/glib-2.0/gio/gapplication.h +165 -0
  27. data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +118 -0
  28. data/vendor/local/include/glib-2.0/gio/gasyncresult.h +2 -2
  29. data/vendor/local/include/glib-2.0/gio/gcancellable.h +2 -0
  30. data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +15 -0
  31. data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +2 -2
  32. data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +1 -1
  33. data/vendor/local/include/glib-2.0/gio/gfileiostream.h +1 -1
  34. data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +1 -1
  35. data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +1 -1
  36. data/vendor/local/include/glib-2.0/gio/gio.h +14 -0
  37. data/vendor/local/include/glib-2.0/gio/gioenums.h +158 -2
  38. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +12 -0
  39. data/vendor/local/include/glib-2.0/gio/giomodule.h +1 -1
  40. data/vendor/local/include/glib-2.0/gio/giostream.h +11 -0
  41. data/vendor/local/include/glib-2.0/gio/giotypes.h +48 -0
  42. data/vendor/local/include/glib-2.0/gio/goutputstream.h +1 -1
  43. data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +101 -0
  44. data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +98 -0
  45. data/vendor/local/include/glib-2.0/gio/gsettings.h +9 -2
  46. data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +6 -0
  47. data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +95 -0
  48. data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +87 -0
  49. data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +11 -1
  50. data/vendor/local/include/glib-2.0/gio/gsocketclient.h +7 -0
  51. data/vendor/local/include/glib-2.0/gio/gtcpwrapperconnection.h +68 -0
  52. data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +92 -0
  53. data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +83 -0
  54. data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +72 -0
  55. data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +136 -0
  56. data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +61 -0
  57. data/vendor/local/include/glib-2.0/glib/glist.h +2 -0
  58. data/vendor/local/include/glib-2.0/glib/gmain.h +27 -6
  59. data/vendor/local/include/glib-2.0/glib/gmarkup.h +80 -5
  60. data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
  61. data/vendor/local/include/glib-2.0/glib/gsequence.h +8 -0
  62. data/vendor/local/include/glib-2.0/glib/gslist.h +2 -0
  63. data/vendor/local/include/glib-2.0/glib/gtimezone.h +37 -0
  64. data/vendor/local/include/glib-2.0/glib/gtypes.h +1 -0
  65. data/vendor/local/include/glib-2.0/glib/gunicode.h +22 -16
  66. data/vendor/local/include/glib-2.0/glib/gutils.h +5 -0
  67. data/vendor/local/include/glib-2.0/glib/gvariant.h +35 -11
  68. data/vendor/local/include/glib-2.0/gobject/gobject.h +15 -0
  69. data/vendor/local/include/glib-2.0/gobject/gsignal.h +5 -0
  70. data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +4 -2
  71. data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
  72. data/vendor/local/lib/gio-2.0.def +142 -0
  73. data/vendor/local/lib/gio-2.0.lib +0 -0
  74. data/vendor/local/lib/glib-2.0.def +21 -0
  75. data/vendor/local/lib/glib-2.0.lib +0 -0
  76. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  77. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  78. data/vendor/local/lib/gobject-2.0.def +3 -0
  79. data/vendor/local/lib/gobject-2.0.lib +0 -0
  80. data/vendor/local/lib/gthread-2.0.lib +0 -0
  81. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  82. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  83. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  84. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  85. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  86. data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
  87. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  88. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  89. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  90. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  91. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  92. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  93. data/vendor/local/manifest/{glib-dev_2.26.1-1_win32.mft → glib-dev_2.28.1-1_win32.mft} +55 -19
  94. data/vendor/local/manifest/{glib_2.26.1-1_win32.mft → glib_2.28.1-1_win32.mft} +3 -2
  95. data/vendor/local/share/aclocal/glib-2.0.m4 +4 -4
  96. data/vendor/local/share/doc/{glib-2.26.1 → glib-2.28.1}/COPYING +0 -0
  97. data/vendor/local/share/doc/{glib-dev-2.26.1 → glib-dev-2.28.1}/COPYING +0 -0
  98. data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +72 -21
  99. data/vendor/local/share/glib-2.0/schemas/gschema.dtd +21 -8
  100. data/vendor/local/share/gtk-doc/html/gio/GAction.html +469 -0
  101. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +754 -0
  102. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +296 -249
  103. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +1458 -0
  104. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +815 -0
  105. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +61 -97
  106. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +31 -38
  107. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +52 -68
  108. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +38 -50
  109. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +120 -77
  110. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +26 -34
  111. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -51
  112. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +39 -62
  113. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +26 -35
  114. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +415 -650
  115. data/vendor/local/share/gtk-doc/html/gio/{gio-GDBusError.html → GDBusError.html} +118 -147
  116. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +204 -347
  117. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +66 -111
  118. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +210 -309
  119. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +68 -87
  120. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +190 -232
  121. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +89 -118
  122. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +196 -270
  123. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +40 -46
  124. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +56 -24
  125. data/vendor/local/share/gtk-doc/html/gio/GFile.html +1090 -1443
  126. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +13 -16
  127. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +66 -86
  128. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +31 -45
  129. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +19 -21
  130. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +466 -602
  131. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +32 -40
  132. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +60 -59
  133. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +32 -47
  134. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -45
  135. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +22 -26
  136. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +22 -26
  137. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -38
  138. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +184 -52
  139. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +45 -54
  140. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +96 -125
  141. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +21 -25
  142. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +49 -71
  143. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +102 -134
  144. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +43 -54
  145. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +21 -24
  146. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +34 -41
  147. data/vendor/local/share/gtk-doc/html/gio/GMount.html +223 -294
  148. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +127 -153
  149. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +35 -46
  150. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +37 -46
  151. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +138 -174
  152. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +46 -68
  153. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +398 -0
  154. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +340 -0
  155. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +89 -32
  156. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -56
  157. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +59 -34
  158. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +82 -95
  159. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +58 -72
  160. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +597 -357
  161. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +125 -75
  162. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +339 -0
  163. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +200 -0
  164. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +232 -167
  165. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +15 -16
  166. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +291 -406
  167. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +39 -45
  168. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +301 -223
  169. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +41 -44
  170. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +41 -49
  171. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +22 -32
  172. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +88 -107
  173. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +26 -32
  174. data/vendor/local/share/gtk-doc/html/gio/{gio-GSrvTarget.html → GSrvTarget.html} +74 -77
  175. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +21 -22
  176. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +156 -0
  177. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +40 -46
  178. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +29 -35
  179. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +260 -0
  180. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +396 -0
  181. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +428 -0
  182. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +869 -0
  183. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +158 -0
  184. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +32 -41
  185. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +28 -34
  186. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +44 -54
  187. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +36 -41
  188. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +35 -32
  189. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +35 -32
  190. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +59 -67
  191. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +49 -57
  192. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +142 -187
  193. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +99 -132
  194. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +33 -32
  195. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +22 -24
  196. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +43 -13
  197. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +5 -5
  198. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +10 -3
  199. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +20 -20
  200. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -8
  201. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +36 -28
  202. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +744 -0
  203. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +3 -3
  204. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +915 -107
  205. data/vendor/local/share/gtk-doc/html/gio/application.html +50 -0
  206. data/vendor/local/share/gtk-doc/html/gio/async.html +5 -5
  207. data/vendor/local/share/gtk-doc/html/gio/ch01.html +4 -4
  208. data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
  209. data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -24
  210. data/vendor/local/share/gtk-doc/html/gio/ch26.html +54 -36
  211. data/vendor/local/share/gtk-doc/html/gio/ch27.html +188 -41
  212. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +19 -108
  213. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +16 -179
  214. data/vendor/local/share/gtk-doc/html/gio/ch28.html +57 -0
  215. data/vendor/local/share/gtk-doc/html/gio/{ch26s02.html → ch28s02.html} +10 -10
  216. data/vendor/local/share/gtk-doc/html/gio/{ch26s03.html → ch28s03.html} +10 -10
  217. data/vendor/local/share/gtk-doc/html/gio/{ch26s04.html → ch28s04.html} +10 -10
  218. data/vendor/local/share/gtk-doc/html/gio/{ch26s05.html → ch28s05.html} +10 -10
  219. data/vendor/local/share/gtk-doc/html/gio/{ch26s06.html → ch28s06.html} +17 -15
  220. data/vendor/local/share/gtk-doc/html/gio/{ch26s07.html → ch28s07.html} +10 -10
  221. data/vendor/local/share/gtk-doc/html/gio/ch29.html +70 -0
  222. data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +130 -0
  223. data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +202 -0
  224. data/vendor/local/share/gtk-doc/html/gio/{ch27s04.html → ch29s04.html} +11 -11
  225. data/vendor/local/share/gtk-doc/html/gio/{ch27s05.html → ch29s05.html} +12 -12
  226. data/vendor/local/share/gtk-doc/html/gio/{ch27s06.html → ch29s06.html} +10 -10
  227. data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
  228. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +27 -14
  229. data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
  230. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
  231. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
  233. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -3
  234. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +6 -6
  235. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +18 -18
  236. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +39 -62
  237. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +141 -248
  238. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +28 -40
  239. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +29 -112
  240. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +45 -57
  241. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +58 -68
  242. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +16 -18
  243. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +18 -20
  244. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +82 -76
  245. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +34 -28
  246. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +25 -33
  247. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +87 -113
  248. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +287 -0
  249. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +119 -151
  250. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +62 -95
  251. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +66 -6
  252. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +8 -8
  253. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +312 -91
  254. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +386 -133
  255. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -12
  256. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +162 -0
  257. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +7 -4
  258. data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
  259. data/vendor/local/share/gtk-doc/html/gio/index.html +88 -36
  260. data/vendor/local/share/gtk-doc/html/gio/index.sgml +506 -95
  261. data/vendor/local/share/gtk-doc/html/gio/migrating.html +23 -23
  262. data/vendor/local/share/gtk-doc/html/gio/networking.html +3 -3
  263. data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
  264. data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
  265. data/vendor/local/share/gtk-doc/html/gio/pt02.html +68 -17
  266. data/vendor/local/share/gtk-doc/html/gio/resolver.html +6 -6
  267. data/vendor/local/share/gtk-doc/html/gio/settings.html +7 -7
  268. data/vendor/local/share/gtk-doc/html/gio/streaming.html +9 -3
  269. data/vendor/local/share/gtk-doc/html/gio/style.css +2 -1
  270. data/vendor/local/share/gtk-doc/html/gio/tls.html +50 -0
  271. data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/gio/types.html +6 -6
  273. data/vendor/local/share/gtk-doc/html/gio/utils.html +7 -7
  274. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  275. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -11
  276. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
  277. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
  278. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
  279. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
  280. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
  281. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
  282. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
  283. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
  284. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -3
  285. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +25 -5
  286. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +112 -0
  287. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +6 -6
  288. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +15 -11
  289. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +5 -5
  290. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +9 -5
  291. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +201 -89
  292. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +144 -210
  293. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +97 -136
  294. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -58
  295. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +99 -128
  296. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +104 -155
  297. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +42 -71
  298. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +40 -43
  299. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +224 -314
  300. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +104 -142
  301. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +193 -308
  302. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +51 -76
  303. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +170 -307
  304. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +154 -198
  305. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +45 -67
  306. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +60 -97
  307. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +390 -428
  308. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +265 -333
  309. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +306 -330
  310. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +60 -99
  311. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +122 -152
  312. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +241 -571
  313. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +233 -330
  314. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +310 -34
  315. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +739 -590
  316. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +136 -143
  317. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +22 -29
  318. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +210 -297
  319. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +294 -355
  320. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +27 -39
  321. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +102 -95
  322. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +402 -486
  323. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +308 -442
  324. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +75 -116
  325. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +229 -297
  326. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +36 -36
  327. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +121 -187
  328. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +23 -27
  329. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +80 -107
  330. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +46 -69
  331. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +63 -99
  332. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +121 -115
  333. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +304 -327
  334. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +307 -366
  335. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +39 -20
  336. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +230 -343
  337. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +121 -167
  338. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +31 -45
  339. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +73 -113
  340. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +75 -106
  341. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +229 -184
  342. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +31 -40
  343. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +247 -286
  344. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +281 -283
  345. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +83 -337
  346. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +65 -80
  347. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +36 -42
  348. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +408 -621
  349. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +253 -322
  350. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +161 -252
  351. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +677 -590
  352. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +88 -111
  353. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +378 -475
  354. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +27 -48
  355. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +39 -48
  356. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +19 -25
  357. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +57 -93
  358. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +413 -534
  359. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +117 -21
  360. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -53
  361. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +60 -114
  362. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +38 -39
  363. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -13
  364. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
  365. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
  366. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
  367. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +6 -3
  368. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
  369. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +10 -10
  370. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +82 -82
  371. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
  372. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +26 -26
  373. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -3
  374. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +144 -103
  375. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +170 -105
  376. data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
  377. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +10 -10
  378. data/vendor/local/share/gtk-doc/html/glib/gtester.html +10 -10
  379. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +48 -43
  380. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +660 -0
  381. data/vendor/local/share/gtk-doc/html/glib/index.html +8 -4
  382. data/vendor/local/share/gtk-doc/html/glib/index.sgml +67 -2
  383. data/vendor/local/share/gtk-doc/html/glib/style.css +2 -1
  384. data/vendor/local/share/gtk-doc/html/glib/tools.html +5 -5
  385. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +72 -90
  386. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +79 -108
  387. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +67 -85
  388. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +63 -9
  389. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
  390. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
  391. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
  392. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
  393. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
  394. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
  395. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -3
  396. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +6 -6
  397. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +47 -0
  398. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
  399. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
  400. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
  401. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
  402. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +65 -53
  403. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
  404. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
  405. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -11
  406. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +19 -19
  407. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
  408. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +18 -18
  409. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +22 -22
  410. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +16 -16
  411. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +40 -54
  412. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +405 -512
  413. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +170 -213
  414. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +242 -292
  415. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +91 -127
  416. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +407 -573
  417. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +951 -1268
  418. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +383 -441
  419. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +648 -829
  420. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +82 -95
  421. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +31 -49
  422. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +8 -8
  423. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +15 -14
  424. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
  425. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +62 -58
  426. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +62 -58
  427. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
  428. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +11 -11
  429. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +14 -14
  430. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +6 -6
  431. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
  432. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
  433. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +7 -7
  434. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  435. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
  436. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +10 -10
  437. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
  438. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
  439. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +6 -6
  440. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
  441. data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -10
  442. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +13 -1
  443. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
  444. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
  445. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
  446. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
  447. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +4 -4
  448. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
  449. data/vendor/local/share/gtk-doc/html/gobject/signal.html +13 -13
  450. data/vendor/local/share/gtk-doc/html/gobject/style.css +2 -1
  451. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
  452. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
  453. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +6 -6
  454. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
  455. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
  456. data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
  457. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  458. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  459. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
  460. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  461. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  462. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  463. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  464. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  465. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  466. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  467. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  468. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  469. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  470. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  471. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  472. data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
  473. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  474. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  475. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  476. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  477. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  478. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  479. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  480. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  481. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  482. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  483. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  484. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  485. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  486. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  487. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  488. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  489. data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
  490. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  491. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  492. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  493. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  494. data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
  495. data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
  496. data/vendor/local/share/man/man1/gobject-query.1 +2 -2
  497. data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.log → glib_2.28.1-1_win32.log} +690 -773
  498. data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.sh → glib_2.28.1-1_win32.sh} +2 -4
  499. metadata +78 -146
  500. data/ext/glib2/Makefile +0 -169
  501. data/ext/glib2/glib-enum-types.c +0 -1065
  502. data/ext/glib2/glib-enum-types.h +0 -144
  503. data/ext/glib2/ruby-glib2.pc +0 -3
  504. data/test-unit/COPYING +0 -56
  505. data/test-unit/GPL +0 -340
  506. data/test-unit/History.txt +0 -279
  507. data/test-unit/Manifest.txt +0 -110
  508. data/test-unit/PSFL +0 -271
  509. data/test-unit/README.txt +0 -75
  510. data/test-unit/Rakefile +0 -53
  511. data/test-unit/TODO +0 -5
  512. data/test-unit/bin/testrb +0 -5
  513. data/test-unit/html/bar.png +0 -0
  514. data/test-unit/html/bar.svg +0 -153
  515. data/test-unit/html/developer.png +0 -0
  516. data/test-unit/html/developer.svg +0 -469
  517. data/test-unit/html/famfamfam-logo.png +0 -0
  518. data/test-unit/html/favicon.ico +0 -0
  519. data/test-unit/html/favicon.png +0 -0
  520. data/test-unit/html/favicon.svg +0 -82
  521. data/test-unit/html/heading-mark.png +0 -0
  522. data/test-unit/html/heading-mark.svg +0 -393
  523. data/test-unit/html/index.html +0 -285
  524. data/test-unit/html/index.html.ja +0 -299
  525. data/test-unit/html/install.png +0 -0
  526. data/test-unit/html/install.svg +0 -636
  527. data/test-unit/html/jp.png +0 -0
  528. data/test-unit/html/kinotan-failure.png +0 -0
  529. data/test-unit/html/kinotan-pass.png +0 -0
  530. data/test-unit/html/logo.png +0 -0
  531. data/test-unit/html/logo.svg +0 -483
  532. data/test-unit/html/reference.png +0 -0
  533. data/test-unit/html/rubyforge.png +0 -0
  534. data/test-unit/html/tango-logo.png +0 -0
  535. data/test-unit/html/test-unit.css +0 -339
  536. data/test-unit/html/tutorial.png +0 -0
  537. data/test-unit/html/tutorial.svg +0 -559
  538. data/test-unit/html/us.png +0 -0
  539. data/test-unit/images/color-diff.png +0 -0
  540. data/test-unit/lib/test/unit.rb +0 -328
  541. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
  542. data/test-unit/lib/test/unit/assertions.rb +0 -1792
  543. data/test-unit/lib/test/unit/attribute.rb +0 -125
  544. data/test-unit/lib/test/unit/autorunner.rb +0 -415
  545. data/test-unit/lib/test/unit/collector.rb +0 -38
  546. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  547. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  548. data/test-unit/lib/test/unit/collector/load.rb +0 -187
  549. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  550. data/test-unit/lib/test/unit/collector/xml.rb +0 -250
  551. data/test-unit/lib/test/unit/color-scheme.rb +0 -106
  552. data/test-unit/lib/test/unit/color.rb +0 -96
  553. data/test-unit/lib/test/unit/diff.rb +0 -740
  554. data/test-unit/lib/test/unit/error.rb +0 -131
  555. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  556. data/test-unit/lib/test/unit/failure.rb +0 -136
  557. data/test-unit/lib/test/unit/fixture.rb +0 -185
  558. data/test-unit/lib/test/unit/notification.rb +0 -129
  559. data/test-unit/lib/test/unit/omission.rb +0 -191
  560. data/test-unit/lib/test/unit/pending.rb +0 -150
  561. data/test-unit/lib/test/unit/priority.rb +0 -180
  562. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  563. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  564. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  565. data/test-unit/lib/test/unit/runner/xml.rb +0 -15
  566. data/test-unit/lib/test/unit/testcase.rb +0 -515
  567. data/test-unit/lib/test/unit/testresult.rb +0 -125
  568. data/test-unit/lib/test/unit/testsuite.rb +0 -134
  569. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  570. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -467
  571. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
  572. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
  573. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
  574. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -86
  575. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  576. data/test-unit/lib/test/unit/ui/xml/testrunner.rb +0 -224
  577. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
  578. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  579. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  580. data/test-unit/lib/test/unit/util/output.rb +0 -31
  581. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  582. data/test-unit/lib/test/unit/version.rb +0 -7
  583. data/test-unit/sample/adder.rb +0 -13
  584. data/test-unit/sample/subtracter.rb +0 -12
  585. data/test-unit/sample/test_adder.rb +0 -20
  586. data/test-unit/sample/test_subtracter.rb +0 -20
  587. data/test-unit/sample/test_user.rb +0 -23
  588. data/test-unit/test/collector/test-descendant.rb +0 -133
  589. data/test-unit/test/collector/test-load.rb +0 -442
  590. data/test-unit/test/collector/test_dir.rb +0 -406
  591. data/test-unit/test/collector/test_objectspace.rb +0 -100
  592. data/test-unit/test/run-test.rb +0 -22
  593. data/test-unit/test/test-assertions.rb +0 -1849
  594. data/test-unit/test/test-attribute.rb +0 -86
  595. data/test-unit/test/test-color-scheme.rb +0 -69
  596. data/test-unit/test/test-color.rb +0 -47
  597. data/test-unit/test/test-diff.rb +0 -518
  598. data/test-unit/test/test-emacs-runner.rb +0 -60
  599. data/test-unit/test/test-fixture.rb +0 -324
  600. data/test-unit/test/test-notification.rb +0 -33
  601. data/test-unit/test/test-omission.rb +0 -81
  602. data/test-unit/test/test-pending.rb +0 -70
  603. data/test-unit/test/test-priority.rb +0 -119
  604. data/test-unit/test/test-testcase.rb +0 -569
  605. data/test-unit/test/test_error.rb +0 -26
  606. data/test-unit/test/test_failure.rb +0 -33
  607. data/test-unit/test/test_testresult.rb +0 -113
  608. data/test-unit/test/test_testsuite.rb +0 -137
  609. data/test-unit/test/testunit-test-util.rb +0 -14
  610. data/test-unit/test/ui/test_tap.rb +0 -33
  611. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  612. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  613. data/test-unit/test/util/test-output.rb +0 -11
  614. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  615. data/test-unit/test/util/test_observable.rb +0 -102
  616. data/test-unit/test/util/test_procwrapper.rb +0 -36
  617. data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
  618. data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
  619. data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
  620. data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
@@ -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.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.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;
@@ -61,7 +61,7 @@
61
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
67
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -69,13 +69,13 @@
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>
@@ -131,21 +131,18 @@ and closed, as the etag can change while writing.
131
131
  <tbody>
132
132
  <tr>
133
133
  <td><p><span class="term"><em class="parameter"><code>stream</code></em> :</span></p></td>
134
- <td>a <a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a>.
135
- </td>
134
+ <td>a <a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a>.</td>
136
135
  </tr>
137
136
  <tr>
138
137
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
139
- <td> the entity tag for the stream.
140
-
141
- </td>
138
+ <td>the entity tag for the stream.</td>
142
139
  </tr>
143
140
  </tbody>
144
141
  </table></div>
145
142
  <p class="since">Since 2.22</p>
146
143
  </div>
147
144
  <hr>
148
- <div class="refsect2" title="g_file_io_stream_query_info ()">
145
+ <div class="refsect2">
149
146
  <a name="g-file-io-stream-query-info"></a><h3>g_file_io_stream_query_info ()</h3>
150
147
  <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
148
  <em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>,
@@ -177,28 +174,24 @@ be returned.
177
174
  <tbody>
178
175
  <tr>
179
176
  <td><p><span class="term"><em class="parameter"><code>stream</code></em> :</span></p></td>
180
- <td>a <a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a>.
181
- </td>
177
+ <td>a <a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a>.</td>
182
178
  </tr>
183
179
  <tr>
184
180
  <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
185
- <td>a file attribute query string.
186
- </td>
181
+ <td>a file attribute query string.</td>
187
182
  </tr>
188
183
  <tr>
189
184
  <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="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
185
+ <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. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
191
186
  </td>
192
187
  </tr>
193
188
  <tr>
194
189
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
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
- </td>
190
+ <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.</td>
197
191
  </tr>
198
192
  <tr>
199
193
  <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="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
201
-
194
+ <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. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
202
195
  </td>
203
196
  </tr>
204
197
  </tbody>
@@ -206,7 +199,7 @@ be returned.
206
199
  <p class="since">Since 2.22</p>
207
200
  </div>
208
201
  <hr>
209
- <div class="refsect2" title="g_file_io_stream_query_info_async ()">
202
+ <div class="refsect2">
210
203
  <a name="g-file-io-stream-query-info-async"></a><h3>g_file_io_stream_query_info_async ()</h3>
211
204
  <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
205
  <em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>,
@@ -228,33 +221,30 @@ For the synchronous version of this function, see
228
221
  <tbody>
229
222
  <tr>
230
223
  <td><p><span class="term"><em class="parameter"><code>stream</code></em> :</span></p></td>
231
- <td>a <a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a>.
232
- </td>
224
+ <td>a <a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a>.</td>
233
225
  </tr>
234
226
  <tr>
235
227
  <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
236
- <td>a file attribute query string.
237
- </td>
228
+ <td>a file attribute query string.</td>
238
229
  </tr>
239
230
  <tr>
240
231
  <td><p><span class="term"><em class="parameter"><code>io_priority</code></em> :</span></p></td>
241
232
  <td>the <a class="link" href="gio-GIOScheduler.html" title="GIOScheduler">I/O priority</a>
242
- of the request.
243
- </td>
233
+ of the request.</td>
244
234
  </tr>
245
235
  <tr>
246
236
  <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="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
237
+ <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. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
248
238
  </td>
249
239
  </tr>
250
240
  <tr>
251
241
  <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
252
- <td>callback to call when the request is satisfied
242
+ <td>callback to call when the request is satisfied. <span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span>
253
243
  </td>
254
244
  </tr>
255
245
  <tr>
256
246
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
257
- <td>the data to pass to callback function
247
+ <td>the data to pass to callback function. <span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span>
258
248
  </td>
259
249
  </tr>
260
250
  </tbody>
@@ -262,7 +252,7 @@ For the synchronous version of this function, see
262
252
  <p class="since">Since 2.22</p>
263
253
  </div>
264
254
  <hr>
265
- <div class="refsect2" title="g_file_io_stream_query_info_finish ()">
255
+ <div class="refsect2">
266
256
  <a name="g-file-io-stream-query-info-finish"></a><h3>g_file_io_stream_query_info_finish ()</h3>
267
257
  <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
258
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
@@ -276,23 +266,19 @@ by <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" t
276
266
  <tbody>
277
267
  <tr>
278
268
  <td><p><span class="term"><em class="parameter"><code>stream</code></em> :</span></p></td>
279
- <td>a <a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a>.
280
- </td>
269
+ <td>a <a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a>.</td>
281
270
  </tr>
282
271
  <tr>
283
272
  <td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
284
- <td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a>.
285
- </td>
273
+ <td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a>.</td>
286
274
  </tr>
287
275
  <tr>
288
276
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
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
- </td>
277
+ <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.</td>
291
278
  </tr>
292
279
  <tr>
293
280
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
294
- <td> A <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for the finished query.
295
-
281
+ <td>A <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for the finished query. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
296
282
  </td>
297
283
  </tr>
298
284
  </tbody>
@@ -300,13 +286,13 @@ by <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" t
300
286
  <p class="since">Since 2.22</p>
301
287
  </div>
302
288
  </div>
303
- <div class="refsect1" title="See Also">
289
+ <div class="refsect1">
304
290
  <a name="GFileIOStream.see-also"></a><h2>See Also</h2>
305
291
  <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
292
  </div>
307
293
  </div>
308
294
  <div class="footer">
309
295
  <hr>
310
- Generated by GTK-Doc V1.15</div>
296
+ Generated by GTK-Doc V1.16.1</div>
311
297
  </body>
312
298
  </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.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.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
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>
@@ -98,19 +98,18 @@ Creates a new icon for a file.
98
98
  <tbody>
99
99
  <tr>
100
100
  <td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
101
- <td>a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>.
102
- </td>
101
+ <td>a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>.</td>
103
102
  </tr>
104
103
  <tr>
105
104
  <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="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
105
+ <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. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
107
106
  </td>
108
107
  </tr>
109
108
  </tbody>
110
109
  </table></div>
111
110
  </div>
112
111
  <hr>
113
- <div class="refsect2" title="g_file_icon_get_file ()">
112
+ <div class="refsect2">
114
113
  <a name="g-file-icon-get-file"></a><h3>g_file_icon_get_file ()</h3>
115
114
  <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
115
  <p>
@@ -121,21 +120,20 @@ Gets the <a class="link" href="GFile.html" title="GFile"><span class="type">GFil
121
120
  <tbody>
122
121
  <tr>
123
122
  <td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
124
- <td>a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
125
- </td>
123
+ <td>a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.</td>
126
124
  </tr>
127
125
  <tr>
128
126
  <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="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
127
+ <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>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
130
128
  </td>
131
129
  </tr>
132
130
  </tbody>
133
131
  </table></div>
134
132
  </div>
135
133
  </div>
136
- <div class="refsect1" title="Property Details">
134
+ <div class="refsect1">
137
135
  <a name="GFileIcon.property-details"></a><h2>Property Details</h2>
138
- <div class="refsect2" title='The "file" property'>
136
+ <div class="refsect2">
139
137
  <a name="GFileIcon--file"></a><h3>The <code class="literal">"file"</code> property</h3>
140
138
  <pre class="programlisting"> "file" <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>* : Read / Write / Construct Only</pre>
141
139
  <p>
@@ -143,13 +141,13 @@ The file containing the icon.
143
141
  </p>
144
142
  </div>
145
143
  </div>
146
- <div class="refsect1" title="See Also">
144
+ <div class="refsect1">
147
145
  <a name="GFileIcon.see-also"></a><h2>See Also</h2>
148
146
  <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
147
  </div>
150
148
  </div>
151
149
  <div class="footer">
152
150
  <hr>
153
- Generated by GTK-Doc V1.15</div>
151
+ Generated by GTK-Doc V1.16.1</div>
154
152
  </body>
155
153
  </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.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.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,13 +37,13 @@
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
- <pre class="synopsis">
42
+ <a name="GFileAttributeMatcher"></a><a name="GFileType"></a><pre class="synopsis">
43
43
  #include &lt;gio/gio.h&gt;
44
44
 
45
- <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a>;
46
- enum <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType">GFileType</a>;
45
+ <a class="link" href="GFileInfo.html#GFileAttributeMatcher-struct" title="GFileAttributeMatcher">GFileAttributeMatcher</a>;
46
+ enum <a class="link" href="GFileInfo.html#GFileType">GFileType</a>;
47
47
  <a class="link" href="GFileInfo.html#GFileInfo-struct" title="GFileInfo">GFileInfo</a>;
48
48
  #define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_TYPE">G_FILE_ATTRIBUTE_STANDARD_TYPE</a>
49
49
  #define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN">G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</a>
@@ -130,7 +130,7 @@ enum <a class="link" href="GFileInfo.html#GFileType" title="enum
130
130
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);
131
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>,
132
132
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);
133
- <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="returnvalue">GFileAttributeType</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-type" title="g_file_info_get_attribute_type ()">g_file_info_get_attribute_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
133
+ <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="returnvalue">GFileAttributeType</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-type" title="g_file_info_get_attribute_type ()">g_file_info_get_attribute_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
134
134
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
135
135
  <span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-remove-attribute" title="g_file_info_remove_attribute ()">g_file_info_remove_attribute</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
136
136
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
@@ -138,10 +138,10 @@ enum <a class="link" href="GFileInfo.html#GFileType" title="enum
138
138
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
139
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>,
140
140
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
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>,
141
+ <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> *type</code></em>,
142
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>,
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>);
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
+ <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> *status</code></em>);
144
+ <a class="link" href="gio-GFileAttribute.html#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>,
145
145
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
146
146
  const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-attribute-string" title="g_file_info_get_attribute_string ()">g_file_info_get_attribute_string</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
147
147
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
@@ -164,11 +164,11 @@ const <span class="returnvalue">char</span> * <a class="link" href="GFile
164
164
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
165
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>,
166
166
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
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>,
167
+ <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> type</code></em>,
168
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
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>,
170
170
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
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>);
171
+ <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> status</code></em>);
172
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>,
173
173
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
174
174
  <em class="parameter"><code>const <span class="type">char</span> *attr_value</code></em>);
@@ -198,7 +198,7 @@ const <span class="returnvalue">char</span> * <a class="link" href="GFile
198
198
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
199
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>);
200
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>);
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>);
201
+ <a class="link" href="GFileInfo.html#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>);
202
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
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
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>);
@@ -214,10 +214,10 @@ const <span class="returnvalue">char</span> * <a class="link" href="GFile
214
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>);
215
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>);
216
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>,
217
- <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *mask</code></em>);
217
+ <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *mask</code></em>);
218
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>);
219
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>,
220
- <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a> type</code></em>);
220
+ <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a> type</code></em>);
221
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>,
222
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>);
223
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>,
@@ -240,29 +240,37 @@ const <span class="returnvalue">char</span> * <a class="link" href="GFile
240
240
  <em class="parameter"><code>const <span class="type">char</span> *symlink_target</code></em>);
241
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>,
242
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>);
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>);
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>);
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>);
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>,
243
+ <a class="link" href="GFileInfo.html#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>);
244
+ <a class="link" href="GFileInfo.html#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"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);
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"><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"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
247
247
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
248
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>
249
- (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
249
+ (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
250
250
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
251
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>
252
- (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
252
+ (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
253
253
  <em class="parameter"><code>const <span class="type">char</span> *ns</code></em>);
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>
255
- (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);
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>
255
+ (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);
256
256
  </pre>
257
257
  </div>
258
- <div class="refsect1" title="Object Hierarchy">
258
+ <div class="refsect1">
259
259
  <a name="GFileInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
260
+ <pre class="synopsis">
261
+ GBoxed
262
+ +----GFileAttributeMatcher
263
+ </pre>
264
+ <pre class="synopsis">
265
+ GEnum
266
+ +----GFileType
267
+ </pre>
260
268
  <pre class="synopsis">
261
269
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
262
270
  +----GFileInfo
263
271
  </pre>
264
272
  </div>
265
- <div class="refsect1" title="Description">
273
+ <div class="refsect1">
266
274
  <a name="GFileInfo.description"></a><h2>Description</h2>
267
275
  <p>
268
276
  Functionality for manipulating basic metadata for files. <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>
@@ -292,21 +300,21 @@ You may call <a class="link" href="GFile.html#g-file-query-settable-attributes"
292
300
  of a particular file at runtime.
293
301
  </p>
294
302
  <p>
295
- <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> allows for searching through a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for
303
+ <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> allows for searching through a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for
296
304
  attributes.
297
305
  </p>
298
306
  </div>
299
- <div class="refsect1" title="Details">
307
+ <div class="refsect1">
300
308
  <a name="GFileInfo.details"></a><h2>Details</h2>
301
- <div class="refsect2" title="GFileAttributeMatcher">
302
- <a name="GFileAttributeMatcher"></a><h3>GFileAttributeMatcher</h3>
309
+ <div class="refsect2">
310
+ <a name="GFileAttributeMatcher-struct"></a><h3>GFileAttributeMatcher</h3>
303
311
  <pre class="programlisting">typedef struct _GFileAttributeMatcher GFileAttributeMatcher;</pre>
304
312
  <p>
305
313
  Determines if a string matches a file attribute.
306
314
  </p>
307
315
  </div>
308
316
  <hr>
309
- <div class="refsect2" title="enum GFileType">
317
+ <div class="refsect2">
310
318
  <a name="GFileType"></a><h3>enum GFileType</h3>
311
319
  <pre class="programlisting">typedef enum {
312
320
  G_FILE_TYPE_UNKNOWN = 0,
@@ -365,7 +373,7 @@ Indicates the file's on-disk type.
365
373
  </table></div>
366
374
  </div>
367
375
  <hr>
368
- <div class="refsect2" title="GFileInfo">
376
+ <div class="refsect2">
369
377
  <a name="GFileInfo-struct"></a><h3>GFileInfo</h3>
370
378
  <pre class="programlisting">typedef struct _GFileInfo GFileInfo;</pre>
371
379
  <p>
@@ -373,38 +381,38 @@ Stores information about a file system object referenced by a <a class="link" hr
373
381
  </p>
374
382
  </div>
375
383
  <hr>
376
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_TYPE">
384
+ <div class="refsect2">
377
385
  <a name="G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_TYPE</h3>
378
386
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_TYPE "standard::type" /* uint32 (GFileType) */
379
387
  </pre>
380
388
  <p>
381
389
  A key in the "standard" namespace for storing file types.
382
- 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-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
383
- The value for this key should contain a <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a>.
390
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
391
+ The value for this key should contain a <a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a>.
384
392
  </p>
385
393
  </div>
386
394
  <hr>
387
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN">
395
+ <div class="refsect2">
388
396
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</h3>
389
397
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN "standard::is-hidden" /* boolean */
390
398
  </pre>
391
399
  <p>
392
400
  A key in the "standard" namespace for checking if a file is hidden.
393
- 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>.
401
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
394
402
  </p>
395
403
  </div>
396
404
  <hr>
397
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP">
405
+ <div class="refsect2">
398
406
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-BACKUP:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP</h3>
399
407
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP "standard::is-backup" /* boolean */
400
408
  </pre>
401
409
  <p>
402
410
  A key in the "standard" namespace for checking if a file is a backup file.
403
- 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>.
411
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
404
412
  </p>
405
413
  </div>
406
414
  <hr>
407
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK">
415
+ <div class="refsect2">
408
416
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</h3>
409
417
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK "standard::is-symlink" /* boolean */
410
418
  </pre>
@@ -412,21 +420,21 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
412
420
  A key in the "standard" namespace for checking if the file is a symlink.
413
421
  Typically the actual type is something else, if we followed the symlink
414
422
  to get the type.
415
- 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>.
423
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
416
424
  </p>
417
425
  </div>
418
426
  <hr>
419
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL">
427
+ <div class="refsect2">
420
428
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-VIRTUAL:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL</h3>
421
429
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL "standard::is-virtual" /* boolean */
422
430
  </pre>
423
431
  <p>
424
432
  A key in the "standard" namespace for checking if a file is virtual.
425
- 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>.
433
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
426
434
  </p>
427
435
  </div>
428
436
  <hr>
429
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_NAME">
437
+ <div class="refsect2">
430
438
  <a name="G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_NAME</h3>
431
439
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_NAME "standard::name" /* byte string */
432
440
  </pre>
@@ -436,11 +444,11 @@ The name is the on-disk filename which may not be in any known encoding,
436
444
  and can thus not be generally displayed as is.
437
445
  Use <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME"><span class="type">G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</span></a> if you need to display the
438
446
  name in a user interface.
439
- 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-BYTE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.
447
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.
440
448
  </p>
441
449
  </div>
442
450
  <hr>
443
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME">
451
+ <div class="refsect2">
444
452
  <a name="G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</h3>
445
453
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME "standard::display-name" /* string */
446
454
  </pre>
@@ -448,11 +456,11 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
448
456
  A key in the "standard" namespace for getting the display name of the file.
449
457
  A display name is guaranteed to be in UTF8 and can thus be displayed in
450
458
  the UI.
451
- 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>.
459
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
452
460
  </p>
453
461
  </div>
454
462
  <hr>
455
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME">
463
+ <div class="refsect2">
456
464
  <a name="G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</h3>
457
465
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME "standard::edit-name" /* string */
458
466
  </pre>
@@ -464,11 +472,11 @@ might contain information you don't want in the new filename (such as
464
472
  "(invalid unicode)" if the filename was in an invalid encoding).
465
473
  </p>
466
474
  <p>
467
- 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>.
475
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
468
476
  </p>
469
477
  </div>
470
478
  <hr>
471
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_COPY_NAME">
479
+ <div class="refsect2">
472
480
  <a name="G-FILE-ATTRIBUTE-STANDARD-COPY-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_COPY_NAME</h3>
473
481
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_COPY_NAME "standard::copy-name" /* string */
474
482
  </pre>
@@ -481,33 +489,33 @@ might have a different encoding. If the filename is not a valid string in the
481
489
  encoding selected for the filesystem it is in then the copy name will not be set.
482
490
  </p>
483
491
  <p>
484
- 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>.
492
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
485
493
  </p>
486
494
  </div>
487
495
  <hr>
488
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_ICON">
496
+ <div class="refsect2">
489
497
  <a name="G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_ICON</h3>
490
498
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_ICON "standard::icon" /* object (GIcon) */
491
499
  </pre>
492
500
  <p>
493
501
  A key in the "standard" namespace for getting the icon for the file.
494
- 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-OBJECT:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_OBJECT</code></a>.
502
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-OBJECT:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_OBJECT</code></a>.
495
503
  The value for this key should contain a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
496
504
  </p>
497
505
  </div>
498
506
  <hr>
499
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE">
507
+ <div class="refsect2">
500
508
  <a name="G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</h3>
501
509
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE "standard::content-type" /* string */
502
510
  </pre>
503
511
  <p>
504
512
  A key in the "standard" namespace for getting the content type of the file.
505
- 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>.
513
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
506
514
  The value for this key should contain a valid content type.
507
515
  </p>
508
516
  </div>
509
517
  <hr>
510
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE">
518
+ <div class="refsect2">
511
519
  <a name="G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE</h3>
512
520
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE "standard::fast-content-type" /* string */
513
521
  </pre>
@@ -516,21 +524,21 @@ A key in the "standard" namespace for getting the fast content type.
516
524
  The fast content type isn't as reliable as the regular one, as it
517
525
  only uses the filename to guess it, but it is faster to calculate than the
518
526
  regular content type.
519
- 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>.
527
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
520
528
  </p>
521
529
  </div>
522
530
  <hr>
523
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_SIZE">
531
+ <div class="refsect2">
524
532
  <a name="G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SIZE</h3>
525
533
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SIZE "standard::size" /* uint64 */
526
534
  </pre>
527
535
  <p>
528
536
  A key in the "standard" namespace for getting the file's size (in bytes).
529
- 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-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
537
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
530
538
  </p>
531
539
  </div>
532
540
  <hr>
533
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE">
541
+ <div class="refsect2">
534
542
  <a name="G-FILE-ATTRIBUTE-STANDARD-ALLOCATED-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE</h3>
535
543
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE "standard::allocated-size" /* uint64 */
536
544
  </pre>
@@ -539,40 +547,40 @@ A key in the "standard" namespace for getting the amount of disk space
539
547
  that is consumed by the file (in bytes). This will generally be larger
540
548
  than the file size (due to block size overhead) but can occasionally be
541
549
  smaller (for example, for sparse files).
542
- 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-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
550
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
543
551
  </p>
544
552
  <p class="since">Since 2.20</p>
545
553
  </div>
546
554
  <hr>
547
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET">
555
+ <div class="refsect2">
548
556
  <a name="G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</h3>
549
557
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET "standard::symlink-target" /* byte string */
550
558
  </pre>
551
559
  <p>
552
560
  A key in the "standard" namespace for getting the symlink target, if the file
553
- is a symlink. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
561
+ is a symlink. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
554
562
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.
555
563
  </p>
556
564
  </div>
557
565
  <hr>
558
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_TARGET_URI">
566
+ <div class="refsect2">
559
567
  <a name="G-FILE-ATTRIBUTE-STANDARD-TARGET-URI:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_TARGET_URI</h3>
560
568
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_TARGET_URI "standard::target-uri" /* string */
561
569
  </pre>
562
570
  <p>
563
571
  A key in the "standard" namespace for getting the target URI for the file, in
564
572
  the case of <a class="link" href="GFileInfo.html#G-FILE-TYPE-SHORTCUT:CAPS"><code class="literal">G_FILE_TYPE_SHORTCUT</code></a> or <a class="link" href="GFileInfo.html#G-FILE-TYPE-MOUNTABLE:CAPS"><code class="literal">G_FILE_TYPE_MOUNTABLE</code></a> files.
565
- 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>.
573
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
566
574
  </p>
567
575
  </div>
568
576
  <hr>
569
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER">
577
+ <div class="refsect2">
570
578
  <a name="G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</h3>
571
579
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER "standard::sort-order" /* int32 */
572
580
  </pre>
573
581
  <p>
574
582
  A key in the "standard" namespace for setting the sort order of a file.
575
- 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-INT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INT32</code></a>.
583
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INT32</code></a>.
576
584
  An example use would be in file managers, which would use this key
577
585
  to set the order files are displayed. Files with smaller sort order
578
586
  should be sorted first, and files without sort order as if sort order
@@ -580,293 +588,293 @@ was zero.
580
588
  </p>
581
589
  </div>
582
590
  <hr>
583
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ETAG_VALUE">
591
+ <div class="refsect2">
584
592
  <a name="G-FILE-ATTRIBUTE-ETAG-VALUE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ETAG_VALUE</h3>
585
593
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ETAG_VALUE "etag::value" /* string */
586
594
  </pre>
587
595
  <p>
588
596
  A key in the "etag" namespace for getting the value of the file's
589
- entity tag. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
597
+ entity tag. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
590
598
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
591
599
  </p>
592
600
  </div>
593
601
  <hr>
594
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ID_FILE">
602
+ <div class="refsect2">
595
603
  <a name="G-FILE-ATTRIBUTE-ID-FILE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ID_FILE</h3>
596
604
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ID_FILE "id::file" /* string */
597
605
  </pre>
598
606
  <p>
599
607
  A key in the "id" namespace for getting a file identifier.
600
- 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>.
608
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
601
609
  An example use would be during listing files, to avoid recursive
602
610
  directory scanning.
603
611
  </p>
604
612
  </div>
605
613
  <hr>
606
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ID_FILESYSTEM">
614
+ <div class="refsect2">
607
615
  <a name="G-FILE-ATTRIBUTE-ID-FILESYSTEM:CAPS"></a><h3>G_FILE_ATTRIBUTE_ID_FILESYSTEM</h3>
608
616
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ID_FILESYSTEM "id::filesystem" /* string */
609
617
  </pre>
610
618
  <p>
611
619
  A key in the "id" namespace for getting the file system identifier.
612
- 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>.
620
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
613
621
  An example use would be during drag and drop to see if the source
614
622
  and target are on the same filesystem (default to move) or not (default
615
623
  to copy).
616
624
  </p>
617
625
  </div>
618
626
  <hr>
619
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_READ">
627
+ <div class="refsect2">
620
628
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-READ:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_READ</h3>
621
629
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_READ "access::can-read" /* boolean */
622
630
  </pre>
623
631
  <p>
624
632
  A key in the "access" namespace for getting read privileges.
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>.
633
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
626
634
  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.
627
635
  </p>
628
636
  </div>
629
637
  <hr>
630
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE">
638
+ <div class="refsect2">
631
639
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-WRITE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE</h3>
632
640
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE "access::can-write" /* boolean */
633
641
  </pre>
634
642
  <p>
635
643
  A key in the "access" namespace for getting write privileges.
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>.
644
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
637
645
  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.
638
646
  </p>
639
647
  </div>
640
648
  <hr>
641
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE">
649
+ <div class="refsect2">
642
650
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-EXECUTE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE</h3>
643
651
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE "access::can-execute" /* boolean */
644
652
  </pre>
645
653
  <p>
646
654
  A key in the "access" namespace for getting execution privileges.
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>.
655
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
648
656
  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.
649
657
  </p>
650
658
  </div>
651
659
  <hr>
652
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE">
660
+ <div class="refsect2">
653
661
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-DELETE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE</h3>
654
662
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE "access::can-delete" /* boolean */
655
663
  </pre>
656
664
  <p>
657
665
  A key in the "access" namespace for checking deletion privileges.
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>.
666
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
659
667
  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.
660
668
  </p>
661
669
  </div>
662
670
  <hr>
663
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH">
671
+ <div class="refsect2">
664
672
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-TRASH:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH</h3>
665
673
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH "access::can-trash" /* boolean */
666
674
  </pre>
667
675
  <p>
668
676
  A key in the "access" namespace for checking trashing privileges.
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>.
677
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
670
678
  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
671
679
  the trash.
672
680
  </p>
673
681
  </div>
674
682
  <hr>
675
- <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME">
683
+ <div class="refsect2">
676
684
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-RENAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME</h3>
677
685
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME "access::can-rename" /* boolean */
678
686
  </pre>
679
687
  <p>
680
688
  A key in the "access" namespace for checking renaming privileges.
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>.
689
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
682
690
  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.
683
691
  </p>
684
692
  </div>
685
693
  <hr>
686
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT">
694
+ <div class="refsect2">
687
695
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-MOUNT:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT</h3>
688
696
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT "mountable::can-mount" /* boolean */
689
697
  </pre>
690
698
  <p>
691
699
  A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) is mountable.
692
- 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>.
700
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
693
701
  </p>
694
702
  </div>
695
703
  <hr>
696
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT">
704
+ <div class="refsect2">
697
705
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-UNMOUNT:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT</h3>
698
706
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT "mountable::can-unmount" /* boolean */
699
707
  </pre>
700
708
  <p>
701
709
  A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) is unmountable.
702
- 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>.
710
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
703
711
  </p>
704
712
  </div>
705
713
  <hr>
706
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT">
714
+ <div class="refsect2">
707
715
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-EJECT:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT</h3>
708
716
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT "mountable::can-eject" /* boolean */
709
717
  </pre>
710
718
  <p>
711
719
  A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be ejected.
712
- 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>.
720
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
713
721
  </p>
714
722
  </div>
715
723
  <hr>
716
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE">
724
+ <div class="refsect2">
717
725
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE</h3>
718
726
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE "mountable::unix-device" /* uint32 */
719
727
  </pre>
720
728
  <p>
721
729
  A key in the "mountable" namespace for getting the unix device.
722
- 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-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
730
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
723
731
  </p>
724
732
  </div>
725
733
  <hr>
726
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE">
734
+ <div class="refsect2">
727
735
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE-FILE:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE</h3>
728
736
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE "mountable::unix-device-file" /* string */
729
737
  </pre>
730
738
  <p>
731
739
  A key in the "mountable" namespace for getting the unix device file.
732
- 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>.
740
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
733
741
  </p>
734
742
  <p class="since">Since 2.22</p>
735
743
  </div>
736
744
  <hr>
737
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI">
745
+ <div class="refsect2">
738
746
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-HAL-UDI:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI</h3>
739
747
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI "mountable::hal-udi" /* string */
740
748
  </pre>
741
749
  <p>
742
750
  A key in the "mountable" namespace for getting the HAL UDI for the mountable
743
- file. 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>.
751
+ file. Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
744
752
  </p>
745
753
  </div>
746
754
  <hr>
747
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL">
755
+ <div class="refsect2">
748
756
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-POLL:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL</h3>
749
757
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL "mountable::can-poll" /* boolean */
750
758
  </pre>
751
759
  <p>
752
760
  A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be polled.
753
- 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>.
761
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
754
762
  </p>
755
763
  <p class="since">Since 2.22</p>
756
764
  </div>
757
765
  <hr>
758
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC">
766
+ <div class="refsect2">
759
767
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-IS-MEDIA-CHECK-AUTOMATIC:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC</h3>
760
768
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC "mountable::is-media-check-automatic" /* boolean */
761
769
  </pre>
762
770
  <p>
763
771
  A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE)
764
772
  is automatically polled for media.
765
- 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>.
773
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
766
774
  </p>
767
775
  <p class="since">Since 2.22</p>
768
776
  </div>
769
777
  <hr>
770
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START">
778
+ <div class="refsect2">
771
779
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START</h3>
772
780
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START "mountable::can-start" /* boolean */
773
781
  </pre>
774
782
  <p>
775
783
  A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be started.
776
- 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>.
784
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
777
785
  </p>
778
786
  <p class="since">Since 2.22</p>
779
787
  </div>
780
788
  <hr>
781
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED">
789
+ <div class="refsect2">
782
790
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START-DEGRADED:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED</h3>
783
791
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED "mountable::can-start-degraded" /* boolean */
784
792
  </pre>
785
793
  <p>
786
794
  A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be started
787
795
  degraded.
788
- 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>.
796
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
789
797
  </p>
790
798
  <p class="since">Since 2.22</p>
791
799
  </div>
792
800
  <hr>
793
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP">
801
+ <div class="refsect2">
794
802
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-STOP:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP</h3>
795
803
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP "mountable::can-stop" /* boolean */
796
804
  </pre>
797
805
  <p>
798
806
  A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be stopped.
799
- 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>.
807
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
800
808
  </p>
801
809
  <p class="since">Since 2.22</p>
802
810
  </div>
803
811
  <hr>
804
- <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE">
812
+ <div class="refsect2">
805
813
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-START-STOP-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE</h3>
806
814
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE "mountable::start-stop-type" /* uint32 (GDriveStartStopType) */
807
815
  </pre>
808
816
  <p>
809
817
  A key in the "mountable" namespace for getting the <a class="link" href="GDrive.html#GDriveStartStopType" title="enum GDriveStartStopType"><span class="type">GDriveStartStopType</span></a>.
810
- 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-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
818
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
811
819
  </p>
812
820
  <p class="since">Since 2.22</p>
813
821
  </div>
814
822
  <hr>
815
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_MODIFIED">
823
+ <div class="refsect2">
816
824
  <a name="G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_MODIFIED</h3>
817
825
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED "time::modified" /* uint64 */
818
826
  </pre>
819
827
  <p>
820
828
  A key in the "time" namespace for getting the time the file was last
821
- modified. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
829
+ modified. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
822
830
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the UNIX time since the
823
831
  file was modified.
824
832
  </p>
825
833
  </div>
826
834
  <hr>
827
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC">
835
+ <div class="refsect2">
828
836
  <a name="G-FILE-ATTRIBUTE-TIME-MODIFIED-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC</h3>
829
837
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC "time::modified-usec" /* uint32 */
830
838
  </pre>
831
839
  <p>
832
840
  A key in the "time" namespace for getting the miliseconds of the time
833
841
  the file was last modified. This should be used in conjunction with
834
- <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED"><span class="type">G_FILE_ATTRIBUTE_TIME_MODIFIED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
842
+ <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED"><span class="type">G_FILE_ATTRIBUTE_TIME_MODIFIED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
835
843
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
836
844
  </p>
837
845
  </div>
838
846
  <hr>
839
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_ACCESS">
847
+ <div class="refsect2">
840
848
  <a name="G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_ACCESS</h3>
841
849
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_ACCESS "time::access" /* uint64 */
842
850
  </pre>
843
851
  <p>
844
852
  A key in the "time" namespace for getting the time the file was last
845
- accessed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
853
+ accessed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
846
854
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the UNIX time since the
847
855
  file was last accessed.
848
856
  </p>
849
857
  </div>
850
858
  <hr>
851
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_ACCESS_USEC">
859
+ <div class="refsect2">
852
860
  <a name="G-FILE-ATTRIBUTE-TIME-ACCESS-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_ACCESS_USEC</h3>
853
861
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_ACCESS_USEC "time::access-usec" /* uint32 */
854
862
  </pre>
855
863
  <p>
856
864
  A key in the "time" namespace for getting the microseconds of the time
857
865
  the file was last accessed. This should be used in conjunction with
858
- <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS" title="G_FILE_ATTRIBUTE_TIME_ACCESS"><span class="type">G_FILE_ATTRIBUTE_TIME_ACCESS</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
866
+ <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS" title="G_FILE_ATTRIBUTE_TIME_ACCESS"><span class="type">G_FILE_ATTRIBUTE_TIME_ACCESS</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
859
867
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
860
868
  </p>
861
869
  </div>
862
870
  <hr>
863
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CHANGED">
871
+ <div class="refsect2">
864
872
  <a name="G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CHANGED</h3>
865
873
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CHANGED "time::changed" /* uint64 */
866
874
  </pre>
867
875
  <p>
868
876
  A key in the "time" namespace for getting the time the file was last
869
- changed. 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-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>,
877
+ changed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>,
870
878
  and contains the UNIX time since the file was last changed.
871
879
  </p>
872
880
  <p>
@@ -874,25 +882,25 @@ This corresponds to the traditional UNIX ctime.
874
882
  </p>
875
883
  </div>
876
884
  <hr>
877
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CHANGED_USEC">
885
+ <div class="refsect2">
878
886
  <a name="G-FILE-ATTRIBUTE-TIME-CHANGED-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CHANGED_USEC</h3>
879
887
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CHANGED_USEC "time::changed-usec" /* uint32 */
880
888
  </pre>
881
889
  <p>
882
890
  A key in the "time" namespace for getting the microseconds of the time
883
891
  the file was last changed. This should be used in conjunction with
884
- <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS" title="G_FILE_ATTRIBUTE_TIME_CHANGED"><span class="type">G_FILE_ATTRIBUTE_TIME_CHANGED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
892
+ <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS" title="G_FILE_ATTRIBUTE_TIME_CHANGED"><span class="type">G_FILE_ATTRIBUTE_TIME_CHANGED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
885
893
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
886
894
  </p>
887
895
  </div>
888
896
  <hr>
889
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CREATED">
897
+ <div class="refsect2">
890
898
  <a name="G-FILE-ATTRIBUTE-TIME-CREATED:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CREATED</h3>
891
899
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CREATED "time::created" /* uint64 */
892
900
  </pre>
893
901
  <p>
894
902
  A key in the "time" namespace for getting the time the file was created.
895
- 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-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>,
903
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>,
896
904
  and contains the UNIX time since the file was created.
897
905
  </p>
898
906
  <p>
@@ -900,42 +908,42 @@ This corresponds to the NTFS ctime.
900
908
  </p>
901
909
  </div>
902
910
  <hr>
903
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CREATED_USEC">
911
+ <div class="refsect2">
904
912
  <a name="G-FILE-ATTRIBUTE-TIME-CREATED-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CREATED_USEC</h3>
905
913
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CREATED_USEC "time::created-usec" /* uint32 */
906
914
  </pre>
907
915
  <p>
908
916
  A key in the "time" namespace for getting the microseconds of the time
909
917
  the file was created. This should be used in conjunction with
910
- <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED:CAPS" title="G_FILE_ATTRIBUTE_TIME_CREATED"><span class="type">G_FILE_ATTRIBUTE_TIME_CREATED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
918
+ <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED:CAPS" title="G_FILE_ATTRIBUTE_TIME_CREATED"><span class="type">G_FILE_ATTRIBUTE_TIME_CREATED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
911
919
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
912
920
  </p>
913
921
  </div>
914
922
  <hr>
915
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_DEVICE">
923
+ <div class="refsect2">
916
924
  <a name="G-FILE-ATTRIBUTE-UNIX-DEVICE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_DEVICE</h3>
917
925
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_DEVICE "unix::device" /* uint32 */
918
926
  </pre>
919
927
  <p>
920
928
  A key in the "unix" namespace for getting the device id of the device the
921
929
  file is located on (see <code class="function">stat()</code> documentation). This attribute is only
922
- available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
930
+ available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
923
931
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
924
932
  </p>
925
933
  </div>
926
934
  <hr>
927
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_INODE">
935
+ <div class="refsect2">
928
936
  <a name="G-FILE-ATTRIBUTE-UNIX-INODE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_INODE</h3>
929
937
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_INODE "unix::inode" /* uint64 */
930
938
  </pre>
931
939
  <p>
932
940
  A key in the "unix" namespace for getting the inode of the file.
933
941
  This attribute is only available for UNIX file systems. Corresponding
934
- <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-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
942
+ <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
935
943
  </p>
936
944
  </div>
937
945
  <hr>
938
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_MODE">
946
+ <div class="refsect2">
939
947
  <a name="G-FILE-ATTRIBUTE-UNIX-MODE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_MODE</h3>
940
948
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_MODE "unix::mode" /* uint32 */
941
949
  </pre>
@@ -943,79 +951,79 @@ This attribute is only available for UNIX file systems. Corresponding
943
951
  A key in the "unix" namespace for getting the mode of the file
944
952
  (e.g. whether the file is a regular file, symlink, etc). See <code class="function">lstat()</code>
945
953
  documentation. This attribute is only available for UNIX file systems.
946
- 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-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
954
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
947
955
  </p>
948
956
  </div>
949
957
  <hr>
950
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_NLINK">
958
+ <div class="refsect2">
951
959
  <a name="G-FILE-ATTRIBUTE-UNIX-NLINK:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_NLINK</h3>
952
960
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_NLINK "unix::nlink" /* uint32 */
953
961
  </pre>
954
962
  <p>
955
963
  A key in the "unix" namespace for getting the number of hard links
956
964
  for a file. See <code class="function">lstat()</code> documentation. This attribute is only available
957
- for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
965
+ for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
958
966
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
959
967
  </p>
960
968
  </div>
961
969
  <hr>
962
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_UID">
970
+ <div class="refsect2">
963
971
  <a name="G-FILE-ATTRIBUTE-UNIX-UID:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_UID</h3>
964
972
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_UID "unix::uid" /* uint32 */
965
973
  </pre>
966
974
  <p>
967
975
  A key in the "unix" namespace for getting the user ID for the file.
968
976
  This attribute is only available for UNIX file systems.
969
- 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-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
977
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
970
978
  </p>
971
979
  </div>
972
980
  <hr>
973
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_GID">
981
+ <div class="refsect2">
974
982
  <a name="G-FILE-ATTRIBUTE-UNIX-GID:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_GID</h3>
975
983
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_GID "unix::gid" /* uint32 */
976
984
  </pre>
977
985
  <p>
978
986
  A key in the "unix" namespace for getting the group ID for the file.
979
987
  This attribute is only available for UNIX file systems.
980
- 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-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
988
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
981
989
  </p>
982
990
  </div>
983
991
  <hr>
984
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_RDEV">
992
+ <div class="refsect2">
985
993
  <a name="G-FILE-ATTRIBUTE-UNIX-RDEV:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_RDEV</h3>
986
994
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_RDEV "unix::rdev" /* uint32 */
987
995
  </pre>
988
996
  <p>
989
997
  A key in the "unix" namespace for getting the device ID for the file
990
998
  (if it is a special file). See <code class="function">lstat()</code> documentation. This attribute
991
- is only available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
999
+ is only available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a>
992
1000
  is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
993
1001
  </p>
994
1002
  </div>
995
1003
  <hr>
996
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE">
1004
+ <div class="refsect2">
997
1005
  <a name="G-FILE-ATTRIBUTE-UNIX-BLOCK-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE</h3>
998
1006
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE "unix::block-size" /* uint32 */
999
1007
  </pre>
1000
1008
  <p>
1001
1009
  A key in the "unix" namespace for getting the block size for the file
1002
1010
  system. This attribute is only available for UNIX file systems.
1003
- 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-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
1011
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
1004
1012
  </p>
1005
1013
  </div>
1006
1014
  <hr>
1007
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_BLOCKS">
1015
+ <div class="refsect2">
1008
1016
  <a name="G-FILE-ATTRIBUTE-UNIX-BLOCKS:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_BLOCKS</h3>
1009
1017
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_BLOCKS "unix::blocks" /* uint64 */
1010
1018
  </pre>
1011
1019
  <p>
1012
1020
  A key in the "unix" namespace for getting the number of blocks allocated
1013
1021
  for the file. This attribute is only available for UNIX file systems.
1014
- 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-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
1022
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
1015
1023
  </p>
1016
1024
  </div>
1017
1025
  <hr>
1018
- <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT">
1026
+ <div class="refsect2">
1019
1027
  <a name="G-FILE-ATTRIBUTE-UNIX-IS-MOUNTPOINT:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT</h3>
1020
1028
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT "unix::is-mountpoint" /* boolean */
1021
1029
  </pre>
@@ -1023,89 +1031,89 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1023
1031
  A key in the "unix" namespace for checking if the file represents a
1024
1032
  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
1025
1033
  point. This attribute is only available for UNIX file systems.
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>.
1034
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
1027
1035
  </p>
1028
1036
  </div>
1029
1037
  <hr>
1030
- <div class="refsect2" title="G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE">
1038
+ <div class="refsect2">
1031
1039
  <a name="G-FILE-ATTRIBUTE-DOS-IS-ARCHIVE:CAPS"></a><h3>G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE</h3>
1032
1040
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE "dos::is-archive" /* boolean */
1033
1041
  </pre>
1034
1042
  <p>
1035
1043
  A key in the "dos" namespace for checking if the file's archive flag
1036
1044
  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
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>
1045
+ is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a>
1038
1046
  is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
1039
1047
  </p>
1040
1048
  </div>
1041
1049
  <hr>
1042
- <div class="refsect2" title="G_FILE_ATTRIBUTE_DOS_IS_SYSTEM">
1050
+ <div class="refsect2">
1043
1051
  <a name="G-FILE-ATTRIBUTE-DOS-IS-SYSTEM:CAPS"></a><h3>G_FILE_ATTRIBUTE_DOS_IS_SYSTEM</h3>
1044
1052
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_SYSTEM "dos::is-system" /* boolean */
1045
1053
  </pre>
1046
1054
  <p>
1047
1055
  A key in the "dos" namespace for checking if the file's backup flag
1048
1056
  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
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>
1057
+ is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a>
1050
1058
  is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
1051
1059
  </p>
1052
1060
  </div>
1053
1061
  <hr>
1054
- <div class="refsect2" title="G_FILE_ATTRIBUTE_OWNER_USER">
1062
+ <div class="refsect2">
1055
1063
  <a name="G-FILE-ATTRIBUTE-OWNER-USER:CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_USER</h3>
1056
1064
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_USER "owner::user" /* string */
1057
1065
  </pre>
1058
1066
  <p>
1059
1067
  A key in the "owner" namespace for getting the user name of the
1060
- file's owner. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1068
+ file's owner. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1061
1069
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
1062
1070
  </p>
1063
1071
  </div>
1064
1072
  <hr>
1065
- <div class="refsect2" title="G_FILE_ATTRIBUTE_OWNER_USER_REAL">
1073
+ <div class="refsect2">
1066
1074
  <a name="G-FILE-ATTRIBUTE-OWNER-USER-REAL:CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_USER_REAL</h3>
1067
1075
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_USER_REAL "owner::user-real" /* string */
1068
1076
  </pre>
1069
1077
  <p>
1070
1078
  A key in the "owner" namespace for getting the real name of the
1071
- user that owns the file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1079
+ user that owns the file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1072
1080
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
1073
1081
  </p>
1074
1082
  </div>
1075
1083
  <hr>
1076
- <div class="refsect2" title="G_FILE_ATTRIBUTE_OWNER_GROUP">
1084
+ <div class="refsect2">
1077
1085
  <a name="G-FILE-ATTRIBUTE-OWNER-GROUP:CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_GROUP</h3>
1078
1086
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_GROUP "owner::group" /* string */
1079
1087
  </pre>
1080
1088
  <p>
1081
1089
  A key in the "owner" namespace for getting the file owner's group.
1082
- 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>.
1090
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
1083
1091
  </p>
1084
1092
  </div>
1085
1093
  <hr>
1086
- <div class="refsect2" title="G_FILE_ATTRIBUTE_THUMBNAIL_PATH">
1094
+ <div class="refsect2">
1087
1095
  <a name="G-FILE-ATTRIBUTE-THUMBNAIL-PATH:CAPS"></a><h3>G_FILE_ATTRIBUTE_THUMBNAIL_PATH</h3>
1088
1096
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAIL_PATH "thumbnail::path" /* bytestring */
1089
1097
  </pre>
1090
1098
  <p>
1091
1099
  A key in the "thumbnail" namespace for getting the path to the thumbnail
1092
- image. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1100
+ image. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1093
1101
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.
1094
1102
  </p>
1095
1103
  </div>
1096
1104
  <hr>
1097
- <div class="refsect2" title="G_FILE_ATTRIBUTE_THUMBNAILING_FAILED">
1105
+ <div class="refsect2">
1098
1106
  <a name="G-FILE-ATTRIBUTE-THUMBNAILING-FAILED:CAPS"></a><h3>G_FILE_ATTRIBUTE_THUMBNAILING_FAILED</h3>
1099
1107
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAILING_FAILED "thumbnail::failed" /* boolean */
1100
1108
  </pre>
1101
1109
  <p>
1102
1110
  A key in the "thumbnail" namespace for checking if thumbnailing failed.
1103
1111
  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
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>.
1112
+ <a class="link" href="gio-GFileAttribute.html#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>.
1105
1113
  </p>
1106
1114
  </div>
1107
1115
  <hr>
1108
- <div class="refsect2" title="G_FILE_ATTRIBUTE_PREVIEW_ICON">
1116
+ <div class="refsect2">
1109
1117
  <a name="G-FILE-ATTRIBUTE-PREVIEW-ICON:CAPS"></a><h3>G_FILE_ATTRIBUTE_PREVIEW_ICON</h3>
1110
1118
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_PREVIEW_ICON "preview::icon" /* object (GIcon) */
1111
1119
  </pre>
@@ -1113,90 +1121,90 @@ This attribute is <a href="http://library.gnome.org/devel/glib/unstable/glib-Sta
1113
1121
  A key in the "preview" namespace for getting a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> that can be
1114
1122
  used to get preview of the file. For example, it may be a low
1115
1123
  resolution thumbnail without metadata. Corresponding
1116
- <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-OBJECT:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_OBJECT</code></a>. The value
1124
+ <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-OBJECT:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_OBJECT</code></a>. The value
1117
1125
  for this key should contain a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
1118
1126
  </p>
1119
1127
  <p class="since">Since 2.20</p>
1120
1128
  </div>
1121
1129
  <hr>
1122
- <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_SIZE">
1130
+ <div class="refsect2">
1123
1131
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_SIZE</h3>
1124
1132
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_SIZE "filesystem::size" /* uint64 */
1125
1133
  </pre>
1126
1134
  <p>
1127
1135
  A key in the "filesystem" namespace for getting the total size (in bytes) of the file system,
1128
- used in <a class="link" href="GFile.html#g-file-query-filesystem-info" title="g_file_query_filesystem_info ()"><code class="function">g_file_query_filesystem_info()</code></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
1136
+ used in <a class="link" href="GFile.html#g-file-query-filesystem-info" title="g_file_query_filesystem_info ()"><code class="function">g_file_query_filesystem_info()</code></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a>
1129
1137
  is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
1130
1138
  </p>
1131
1139
  </div>
1132
1140
  <hr>
1133
- <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_FREE">
1141
+ <div class="refsect2">
1134
1142
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-FREE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_FREE</h3>
1135
1143
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_FREE "filesystem::free" /* uint64 */
1136
1144
  </pre>
1137
1145
  <p>
1138
1146
  A key in the "filesystem" namespace for getting the number of bytes of free space left on the
1139
- file system. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1147
+ file system. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1140
1148
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
1141
1149
  </p>
1142
1150
  </div>
1143
1151
  <hr>
1144
- <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_TYPE">
1152
+ <div class="refsect2">
1145
1153
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_TYPE</h3>
1146
1154
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_TYPE "filesystem::type" /* string */
1147
1155
  </pre>
1148
1156
  <p>
1149
1157
  A key in the "filesystem" namespace for getting the file system's type.
1150
- 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>.
1158
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
1151
1159
  </p>
1152
1160
  </div>
1153
1161
  <hr>
1154
- <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_READONLY">
1162
+ <div class="refsect2">
1155
1163
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-READONLY:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_READONLY</h3>
1156
1164
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_READONLY "filesystem::readonly" /* boolean */
1157
1165
  </pre>
1158
1166
  <p>
1159
1167
  A key in the "filesystem" namespace for checking if the file system
1160
1168
  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.
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>.
1169
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
1162
1170
  </p>
1163
1171
  </div>
1164
1172
  <hr>
1165
- <div class="refsect2" title="G_FILE_ATTRIBUTE_GVFS_BACKEND">
1173
+ <div class="refsect2">
1166
1174
  <a name="G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS"></a><h3>G_FILE_ATTRIBUTE_GVFS_BACKEND</h3>
1167
1175
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_GVFS_BACKEND "gvfs::backend" /* string */
1168
1176
  </pre>
1169
1177
  <p>
1170
1178
  A key in the "gvfs" namespace that gets the name of the current
1171
- GVFS backend in use. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1179
+ GVFS backend in use. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1172
1180
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
1173
1181
  </p>
1174
1182
  </div>
1175
1183
  <hr>
1176
- <div class="refsect2" title="G_FILE_ATTRIBUTE_SELINUX_CONTEXT">
1184
+ <div class="refsect2">
1177
1185
  <a name="G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS"></a><h3>G_FILE_ATTRIBUTE_SELINUX_CONTEXT</h3>
1178
1186
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_SELINUX_CONTEXT "selinux::context" /* string */
1179
1187
  </pre>
1180
1188
  <p>
1181
1189
  A key in the "selinux" namespace for getting the file's SELinux
1182
- context. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1190
+ context. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1183
1191
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>. Note that this attribute is only
1184
1192
  available if GLib has been built with SELinux support.
1185
1193
  </p>
1186
1194
  </div>
1187
1195
  <hr>
1188
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT">
1196
+ <div class="refsect2">
1189
1197
  <a name="G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT</h3>
1190
1198
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count" /* uint32 */
1191
1199
  </pre>
1192
1200
  <p>
1193
1201
  A key in the "trash" namespace. When requested against
1194
1202
  "trash:///" returns the number of (toplevel) items in the trash folder.
1195
- 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-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
1203
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
1196
1204
  </p>
1197
1205
  </div>
1198
1206
  <hr>
1199
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TRASH_DELETION_DATE">
1207
+ <div class="refsect2">
1200
1208
  <a name="G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_DELETION_DATE</h3>
1201
1209
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_DELETION_DATE "trash::deletion-date" /* string */
1202
1210
  </pre>
@@ -1204,25 +1212,25 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1204
1212
  A key in the "trash" namespace. When requested against
1205
1213
  items in "trash:///", will return the date and time when the file
1206
1214
  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>.
1215
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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
1216
  </p>
1209
1217
  <p class="since">Since 2.24.</p>
1210
1218
  </div>
1211
1219
  <hr>
1212
- <div class="refsect2" title="G_FILE_ATTRIBUTE_TRASH_ORIG_PATH">
1220
+ <div class="refsect2">
1213
1221
  <a name="G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_ORIG_PATH</h3>
1214
1222
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ORIG_PATH "trash::orig-path" /* string */
1215
1223
  </pre>
1216
1224
  <p>
1217
1225
  A key in the "trash" namespace. When requested against
1218
1226
  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
1227
+ was trashed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
1220
1228
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
1221
1229
  </p>
1222
1230
  <p class="since">Since 2.24.</p>
1223
1231
  </div>
1224
1232
  <hr>
1225
- <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW">
1233
+ <div class="refsect2">
1226
1234
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</h3>
1227
1235
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW "filesystem::use-preview" /* uint32 (GFilesystemPreviewType) */
1228
1236
  </pre>
@@ -1230,11 +1238,11 @@ was trashed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAt
1230
1238
  A key in the "filesystem" namespace for hinting a file manager
1231
1239
  application whether it should preview (e.g. thumbnail) files on the
1232
1240
  file system. The value for this key contain a
1233
- <a class="link" href="GFile.html#GFilesystemPreviewType" title="enum GFilesystemPreviewType"><span class="type">GFilesystemPreviewType</span></a>.
1241
+ <a class="link" href="GFile.html#GFilesystemPreviewType"><span class="type">GFilesystemPreviewType</span></a>.
1234
1242
  </p>
1235
1243
  </div>
1236
1244
  <hr>
1237
- <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION">
1245
+ <div class="refsect2">
1238
1246
  <a name="G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</h3>
1239
1247
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION "standard::description" /* string */
1240
1248
  </pre>
@@ -1247,11 +1255,11 @@ for a file in the trash. This is useful for instance as the window title
1247
1255
  when displaying a directory or for a bookmarks menu.
1248
1256
  </p>
1249
1257
  <p>
1250
- 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>.
1258
+ Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
1251
1259
  </p>
1252
1260
  </div>
1253
1261
  <hr>
1254
- <div class="refsect2" title="g_file_info_new ()">
1262
+ <div class="refsect2">
1255
1263
  <a name="g-file-info-new"></a><h3>g_file_info_new ()</h3>
1256
1264
  <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>
1257
1265
  <p>
@@ -1261,13 +1269,12 @@ Creates a new file info structure.
1261
1269
  <col align="left" valign="top">
1262
1270
  <tbody><tr>
1263
1271
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1264
- <td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1265
- </td>
1272
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1266
1273
  </tr></tbody>
1267
1274
  </table></div>
1268
1275
  </div>
1269
1276
  <hr>
1270
- <div class="refsect2" title="g_file_info_dup ()">
1277
+ <div class="refsect2">
1271
1278
  <a name="g-file-info-dup"></a><h3>g_file_info_dup ()</h3>
1272
1279
  <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>
1273
1280
  <p>
@@ -1278,19 +1285,18 @@ Duplicates a file info structure.
1278
1285
  <tbody>
1279
1286
  <tr>
1280
1287
  <td><p><span class="term"><em class="parameter"><code>other</code></em> :</span></p></td>
1281
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1282
- </td>
1288
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1283
1289
  </tr>
1284
1290
  <tr>
1285
1291
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1286
- <td> a duplicate <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> of <em class="parameter"><code>other</code></em>.
1292
+ <td>a duplicate <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> of <em class="parameter"><code>other</code></em>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
1287
1293
  </td>
1288
1294
  </tr>
1289
1295
  </tbody>
1290
1296
  </table></div>
1291
1297
  </div>
1292
1298
  <hr>
1293
- <div class="refsect2" title="g_file_info_copy_into ()">
1299
+ <div class="refsect2">
1294
1300
  <a name="g-file-info-copy-into"></a><h3>g_file_info_copy_into ()</h3>
1295
1301
  <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>,
1296
1302
  <em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *dest_info</code></em>);</pre>
@@ -1302,19 +1308,17 @@ Copies all of the <span class="type">GFileAttribute</span>s from <em class="para
1302
1308
  <tbody>
1303
1309
  <tr>
1304
1310
  <td><p><span class="term"><em class="parameter"><code>src_info</code></em> :</span></p></td>
1305
- <td>source to copy attributes from.
1306
- </td>
1311
+ <td>source to copy attributes from.</td>
1307
1312
  </tr>
1308
1313
  <tr>
1309
1314
  <td><p><span class="term"><em class="parameter"><code>dest_info</code></em> :</span></p></td>
1310
- <td>destination to copy attributes to.
1311
- </td>
1315
+ <td>destination to copy attributes to.</td>
1312
1316
  </tr>
1313
1317
  </tbody>
1314
1318
  </table></div>
1315
1319
  </div>
1316
1320
  <hr>
1317
- <div class="refsect2" title="g_file_info_has_attribute ()">
1321
+ <div class="refsect2">
1318
1322
  <a name="g-file-info-has-attribute"></a><h3>g_file_info_has_attribute ()</h3>
1319
1323
  <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>,
1320
1324
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1326,25 +1330,23 @@ Checks if a file info structure has an attribute named <em class="parameter"><co
1326
1330
  <tbody>
1327
1331
  <tr>
1328
1332
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1329
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1330
- </td>
1333
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1331
1334
  </tr>
1332
1335
  <tr>
1333
1336
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1334
- <td>a file attribute key.
1335
- </td>
1337
+ <td>a file attribute key.</td>
1336
1338
  </tr>
1337
1339
  <tr>
1338
1340
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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.
1341
- </td>
1341
+ <td>
1342
+ <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>,
1343
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
1342
1344
  </tr>
1343
1345
  </tbody>
1344
1346
  </table></div>
1345
1347
  </div>
1346
1348
  <hr>
1347
- <div class="refsect2" title="g_file_info_has_namespace ()">
1349
+ <div class="refsect2">
1348
1350
  <a name="g-file-info-has-namespace"></a><h3>g_file_info_has_namespace ()</h3>
1349
1351
  <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>,
1350
1352
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);</pre>
@@ -1357,27 +1359,24 @@ specified <em class="parameter"><code>name_space</code></em>.
1357
1359
  <tbody>
1358
1360
  <tr>
1359
1361
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1360
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1361
- </td>
1362
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1362
1363
  </tr>
1363
1364
  <tr>
1364
1365
  <td><p><span class="term"><em class="parameter"><code>name_space</code></em> :</span></p></td>
1365
- <td>a file attribute namespace.
1366
- </td>
1366
+ <td>a file attribute namespace.</td>
1367
1367
  </tr>
1368
1368
  <tr>
1369
1369
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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.
1372
-
1373
- </td>
1370
+ <td>
1371
+ <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>,
1372
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
1374
1373
  </tr>
1375
1374
  </tbody>
1376
1375
  </table></div>
1377
1376
  <p class="since">Since 2.22</p>
1378
1377
  </div>
1379
1378
  <hr>
1380
- <div class="refsect2" title="g_file_info_list_attributes ()">
1379
+ <div class="refsect2">
1381
1380
  <a name="g-file-info-list-attributes"></a><h3>g_file_info_list_attributes ()</h3>
1382
1381
  <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>,
1383
1382
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);</pre>
@@ -1389,28 +1388,26 @@ Lists the file info structure's attributes.
1389
1388
  <tbody>
1390
1389
  <tr>
1391
1390
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1392
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1393
- </td>
1391
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1394
1392
  </tr>
1395
1393
  <tr>
1396
1394
  <td><p><span class="term"><em class="parameter"><code>name_space</code></em> :</span></p></td>
1397
- <td>a file attribute key's namespace.
1398
- </td>
1395
+ <td>a file attribute key's namespace.</td>
1399
1396
  </tr>
1400
1397
  <tr>
1401
1398
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1402
- <td> a null-terminated array of strings of all of the
1403
- possible attribute types for the given <em class="parameter"><code>name_space</code></em>, or
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>
1399
+ <td>a null-terminated array of strings of all of the
1400
+ possible attribute types for the given <em class="parameter"><code>name_space</code></em>, or
1401
+ <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>]</span>
1405
1402
  </td>
1406
1403
  </tr>
1407
1404
  </tbody>
1408
1405
  </table></div>
1409
1406
  </div>
1410
1407
  <hr>
1411
- <div class="refsect2" title="g_file_info_get_attribute_type ()">
1408
+ <div class="refsect2">
1412
1409
  <a name="g-file-info-get-attribute-type"></a><h3>g_file_info_get_attribute_type ()</h3>
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>,
1410
+ <pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#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>,
1414
1411
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1415
1412
  <p>
1416
1413
  Gets the attribute type for an attribute key.
@@ -1420,25 +1417,22 @@ Gets the attribute type for an attribute key.
1420
1417
  <tbody>
1421
1418
  <tr>
1422
1419
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1423
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1424
- </td>
1420
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1425
1421
  </tr>
1426
1422
  <tr>
1427
1423
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1428
- <td>a file attribute key.
1429
- </td>
1424
+ <td>a file attribute key.</td>
1430
1425
  </tr>
1431
1426
  <tr>
1432
1427
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1433
- <td> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> for the given <em class="parameter"><code>attribute</code></em>, or
1434
- <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INVALID:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INVALID</code></a> if the key is not set.
1435
- </td>
1428
+ <td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> for the given <em class="parameter"><code>attribute</code></em>, or
1429
+ <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INVALID:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INVALID</code></a> if the key is not set.</td>
1436
1430
  </tr>
1437
1431
  </tbody>
1438
1432
  </table></div>
1439
1433
  </div>
1440
1434
  <hr>
1441
- <div class="refsect2" title="g_file_info_remove_attribute ()">
1435
+ <div class="refsect2">
1442
1436
  <a name="g-file-info-remove-attribute"></a><h3>g_file_info_remove_attribute ()</h3>
1443
1437
  <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>,
1444
1438
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1450,19 +1444,17 @@ Removes all cases of <em class="parameter"><code>attribute</code></em> from <em
1450
1444
  <tbody>
1451
1445
  <tr>
1452
1446
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1453
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1454
- </td>
1447
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1455
1448
  </tr>
1456
1449
  <tr>
1457
1450
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1458
- <td>a file attribute key.
1459
- </td>
1451
+ <td>a file attribute key.</td>
1460
1452
  </tr>
1461
1453
  </tbody>
1462
1454
  </table></div>
1463
1455
  </div>
1464
1456
  <hr>
1465
- <div class="refsect2" title="g_file_info_get_attribute_as_string ()">
1457
+ <div class="refsect2">
1466
1458
  <a name="g-file-info-get-attribute-as-string"></a><h3>g_file_info_get_attribute_as_string ()</h3>
1467
1459
  <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>,
1468
1460
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1476,31 +1468,28 @@ utf8.
1476
1468
  <tbody>
1477
1469
  <tr>
1478
1470
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1479
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1480
- </td>
1471
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1481
1472
  </tr>
1482
1473
  <tr>
1483
1474
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1484
- <td>a file attribute key.
1485
- </td>
1475
+ <td>a file attribute key.</td>
1486
1476
  </tr>
1487
1477
  <tr>
1488
1478
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1489
- <td> a UTF-8 string associated with the given <em class="parameter"><code>attribute</code></em>.
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>.
1491
- </td>
1479
+ <td>a UTF-8 string associated with the given <em class="parameter"><code>attribute</code></em>.
1480
+ 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>.</td>
1492
1481
  </tr>
1493
1482
  </tbody>
1494
1483
  </table></div>
1495
1484
  </div>
1496
1485
  <hr>
1497
- <div class="refsect2" title="g_file_info_get_attribute_data ()">
1486
+ <div class="refsect2">
1498
1487
  <a name="g-file-info-get-attribute-data"></a><h3>g_file_info_get_attribute_data ()</h3>
1499
1488
  <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>,
1500
1489
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
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>,
1490
+ <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> *type</code></em>,
1502
1491
  <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>,
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>
1492
+ <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> *status</code></em>);</pre>
1504
1493
  <p>
1505
1494
  Gets the attribute type, value and status for an attribute key.
1506
1495
  </p>
@@ -1514,37 +1503,37 @@ Gets the attribute type, value and status for an attribute key.
1514
1503
  </tr>
1515
1504
  <tr>
1516
1505
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1517
- <td>a file attribute key
1518
- </td>
1506
+ <td>a file attribute key</td>
1519
1507
  </tr>
1520
1508
  <tr>
1521
1509
  <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
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>
1510
+ <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>
1523
1511
  </td>
1524
1512
  </tr>
1525
1513
  <tr>
1526
1514
  <td><p><span class="term"><em class="parameter"><code>value_pp</code></em> :</span></p></td>
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>
1515
+ <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>
1528
1516
  </td>
1529
1517
  </tr>
1530
1518
  <tr>
1531
1519
  <td><p><span class="term"><em class="parameter"><code>status</code></em> :</span></p></td>
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>
1520
+ <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>
1533
1521
  </td>
1534
1522
  </tr>
1535
1523
  <tr>
1536
1524
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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>
1525
+ <td>
1526
+ <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>,
1527
+ <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>
1539
1528
  </td>
1540
1529
  </tr>
1541
1530
  </tbody>
1542
1531
  </table></div>
1543
1532
  </div>
1544
1533
  <hr>
1545
- <div class="refsect2" title="g_file_info_get_attribute_status ()">
1534
+ <div class="refsect2">
1546
1535
  <a name="g-file-info-get-attribute-status"></a><h3>g_file_info_get_attribute_status ()</h3>
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>,
1536
+ <pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#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>,
1548
1537
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1549
1538
  <p>
1550
1539
  Gets the attribute status for an attribute key.
@@ -1559,21 +1548,18 @@ Gets the attribute status for an attribute key.
1559
1548
  </tr>
1560
1549
  <tr>
1561
1550
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1562
- <td>a file attribute key
1563
- </td>
1551
+ <td>a file attribute key</td>
1564
1552
  </tr>
1565
1553
  <tr>
1566
1554
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1567
- <td> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> for the given <em class="parameter"><code>attribute</code></em>, or
1568
- <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-UNSET:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STATUS_UNSET</code></a> if the key is invalid.
1569
-
1570
- </td>
1555
+ <td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> for the given <em class="parameter"><code>attribute</code></em>, or
1556
+ <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-UNSET:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STATUS_UNSET</code></a> if the key is invalid.</td>
1571
1557
  </tr>
1572
1558
  </tbody>
1573
1559
  </table></div>
1574
1560
  </div>
1575
1561
  <hr>
1576
- <div class="refsect2" title="g_file_info_get_attribute_string ()">
1562
+ <div class="refsect2">
1577
1563
  <a name="g-file-info-get-attribute-string"></a><h3>g_file_info_get_attribute_string ()</h3>
1578
1564
  <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>,
1579
1565
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1586,25 +1572,22 @@ not contain a string, <a href="http://library.gnome.org/devel/glib/unstable/glib
1586
1572
  <tbody>
1587
1573
  <tr>
1588
1574
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1589
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1590
- </td>
1575
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1591
1576
  </tr>
1592
1577
  <tr>
1593
1578
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1594
- <td>a file attribute key.
1595
- </td>
1579
+ <td>a file attribute key.</td>
1596
1580
  </tr>
1597
1581
  <tr>
1598
1582
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1599
- <td> the contents of the <em class="parameter"><code>attribute</code></em> value as a string, or
1600
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.
1601
- </td>
1583
+ <td>the contents of the <em class="parameter"><code>attribute</code></em> value as a string, or
1584
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.</td>
1602
1585
  </tr>
1603
1586
  </tbody>
1604
1587
  </table></div>
1605
1588
  </div>
1606
1589
  <hr>
1607
- <div class="refsect2" title="g_file_info_get_attribute_stringv ()">
1590
+ <div class="refsect2">
1608
1591
  <a name="g-file-info-get-attribute-stringv"></a><h3>g_file_info_get_attribute_stringv ()</h3>
1609
1592
  <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>,
1610
1593
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1617,19 +1600,16 @@ not contain a stringv, <a href="http://library.gnome.org/devel/glib/unstable/gli
1617
1600
  <tbody>
1618
1601
  <tr>
1619
1602
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1620
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1621
- </td>
1603
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1622
1604
  </tr>
1623
1605
  <tr>
1624
1606
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1625
- <td>a file attribute key.
1626
- </td>
1607
+ <td>a file attribute key.</td>
1627
1608
  </tr>
1628
1609
  <tr>
1629
1610
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1630
- <td> the contents of the <em class="parameter"><code>attribute</code></em> value as a stringv, or
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.
1632
-
1611
+ <td>the contents of the <em class="parameter"><code>attribute</code></em> value as a stringv, or
1612
+ <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. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1633
1613
  </td>
1634
1614
  </tr>
1635
1615
  </tbody>
@@ -1637,7 +1617,7 @@ not contain a stringv, <a href="http://library.gnome.org/devel/glib/unstable/gli
1637
1617
  <p class="since">Since 2.22</p>
1638
1618
  </div>
1639
1619
  <hr>
1640
- <div class="refsect2" title="g_file_info_get_attribute_byte_string ()">
1620
+ <div class="refsect2">
1641
1621
  <a name="g-file-info-get-attribute-byte-string"></a><h3>g_file_info_get_attribute_byte_string ()</h3>
1642
1622
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_attribute_byte_string
1643
1623
  (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
@@ -1651,25 +1631,22 @@ not contain a byte string, <a href="http://library.gnome.org/devel/glib/unstable
1651
1631
  <tbody>
1652
1632
  <tr>
1653
1633
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1654
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1655
- </td>
1634
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1656
1635
  </tr>
1657
1636
  <tr>
1658
1637
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1659
- <td>a file attribute key.
1660
- </td>
1638
+ <td>a file attribute key.</td>
1661
1639
  </tr>
1662
1640
  <tr>
1663
1641
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1664
- <td> the contents of the <em class="parameter"><code>attribute</code></em> value as a byte string, or
1665
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.
1666
- </td>
1642
+ <td>the contents of the <em class="parameter"><code>attribute</code></em> value as a byte string, or
1643
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.</td>
1667
1644
  </tr>
1668
1645
  </tbody>
1669
1646
  </table></div>
1670
1647
  </div>
1671
1648
  <hr>
1672
- <div class="refsect2" title="g_file_info_get_attribute_boolean ()">
1649
+ <div class="refsect2">
1673
1650
  <a name="g-file-info-get-attribute-boolean"></a><h3>g_file_info_get_attribute_boolean ()</h3>
1674
1651
  <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>,
1675
1652
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1682,24 +1659,21 @@ contain a boolean value, <a href="http://library.gnome.org/devel/glib/unstable/g
1682
1659
  <tbody>
1683
1660
  <tr>
1684
1661
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1685
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1686
- </td>
1662
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1687
1663
  </tr>
1688
1664
  <tr>
1689
1665
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1690
- <td>a file attribute key.
1691
- </td>
1666
+ <td>a file attribute key.</td>
1692
1667
  </tr>
1693
1668
  <tr>
1694
1669
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1695
- <td> the boolean value contained within the attribute.
1696
- </td>
1670
+ <td>the boolean value contained within the attribute.</td>
1697
1671
  </tr>
1698
1672
  </tbody>
1699
1673
  </table></div>
1700
1674
  </div>
1701
1675
  <hr>
1702
- <div class="refsect2" title="g_file_info_get_attribute_uint32 ()">
1676
+ <div class="refsect2">
1703
1677
  <a name="g-file-info-get-attribute-uint32"></a><h3>g_file_info_get_attribute_uint32 ()</h3>
1704
1678
  <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>,
1705
1679
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1713,24 +1687,21 @@ attribute does not contain an unsigned 32-bit integer, or is invalid,
1713
1687
  <tbody>
1714
1688
  <tr>
1715
1689
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1716
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1717
- </td>
1690
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1718
1691
  </tr>
1719
1692
  <tr>
1720
1693
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1721
- <td>a file attribute key.
1722
- </td>
1694
+ <td>a file attribute key.</td>
1723
1695
  </tr>
1724
1696
  <tr>
1725
1697
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1726
- <td> an unsigned 32-bit integer from the attribute.
1727
- </td>
1698
+ <td>an unsigned 32-bit integer from the attribute.</td>
1728
1699
  </tr>
1729
1700
  </tbody>
1730
1701
  </table></div>
1731
1702
  </div>
1732
1703
  <hr>
1733
- <div class="refsect2" title="g_file_info_get_attribute_int32 ()">
1704
+ <div class="refsect2">
1734
1705
  <a name="g-file-info-get-attribute-int32"></a><h3>g_file_info_get_attribute_int32 ()</h3>
1735
1706
  <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>,
1736
1707
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1744,24 +1715,21 @@ attribute does not contain a signed 32-bit integer, or is invalid,
1744
1715
  <tbody>
1745
1716
  <tr>
1746
1717
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1747
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1748
- </td>
1718
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1749
1719
  </tr>
1750
1720
  <tr>
1751
1721
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1752
- <td>a file attribute key.
1753
- </td>
1722
+ <td>a file attribute key.</td>
1754
1723
  </tr>
1755
1724
  <tr>
1756
1725
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1757
- <td> a signed 32-bit integer from the attribute.
1758
- </td>
1726
+ <td>a signed 32-bit integer from the attribute.</td>
1759
1727
  </tr>
1760
1728
  </tbody>
1761
1729
  </table></div>
1762
1730
  </div>
1763
1731
  <hr>
1764
- <div class="refsect2" title="g_file_info_get_attribute_uint64 ()">
1732
+ <div class="refsect2">
1765
1733
  <a name="g-file-info-get-attribute-uint64"></a><h3>g_file_info_get_attribute_uint64 ()</h3>
1766
1734
  <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>,
1767
1735
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1775,24 +1743,21 @@ attribute does not contain an unsigned 64-bit integer, or is invalid,
1775
1743
  <tbody>
1776
1744
  <tr>
1777
1745
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1778
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1779
- </td>
1746
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1780
1747
  </tr>
1781
1748
  <tr>
1782
1749
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1783
- <td>a file attribute key.
1784
- </td>
1750
+ <td>a file attribute key.</td>
1785
1751
  </tr>
1786
1752
  <tr>
1787
1753
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1788
- <td> a unsigned 64-bit integer from the attribute.
1789
- </td>
1754
+ <td>a unsigned 64-bit integer from the attribute.</td>
1790
1755
  </tr>
1791
1756
  </tbody>
1792
1757
  </table></div>
1793
1758
  </div>
1794
1759
  <hr>
1795
- <div class="refsect2" title="g_file_info_get_attribute_int64 ()">
1760
+ <div class="refsect2">
1796
1761
  <a name="g-file-info-get-attribute-int64"></a><h3>g_file_info_get_attribute_int64 ()</h3>
1797
1762
  <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>,
1798
1763
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1806,24 +1771,21 @@ attribute does not contain an signed 64-bit integer, or is invalid,
1806
1771
  <tbody>
1807
1772
  <tr>
1808
1773
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1809
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1810
- </td>
1774
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1811
1775
  </tr>
1812
1776
  <tr>
1813
1777
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1814
- <td>a file attribute key.
1815
- </td>
1778
+ <td>a file attribute key.</td>
1816
1779
  </tr>
1817
1780
  <tr>
1818
1781
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1819
- <td> a signed 64-bit integer from the attribute.
1820
- </td>
1782
+ <td>a signed 64-bit integer from the attribute.</td>
1821
1783
  </tr>
1822
1784
  </tbody>
1823
1785
  </table></div>
1824
1786
  </div>
1825
1787
  <hr>
1826
- <div class="refsect2" title="g_file_info_get_attribute_object ()">
1788
+ <div class="refsect2">
1827
1789
  <a name="g-file-info-get-attribute-object"></a><h3>g_file_info_get_attribute_object ()</h3>
1828
1790
  <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>,
1829
1791
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1836,17 +1798,15 @@ not contain a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-T
1836
1798
  <tbody>
1837
1799
  <tr>
1838
1800
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1839
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1840
- </td>
1801
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1841
1802
  </tr>
1842
1803
  <tr>
1843
1804
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1844
- <td>a file attribute key.
1845
- </td>
1805
+ <td>a file attribute key.</td>
1846
1806
  </tr>
1847
1807
  <tr>
1848
1808
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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
1809
+ <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
1810
  <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>
1851
1811
  </td>
1852
1812
  </tr>
@@ -1854,11 +1814,11 @@ not contain a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-T
1854
1814
  </table></div>
1855
1815
  </div>
1856
1816
  <hr>
1857
- <div class="refsect2" title="g_file_info_set_attribute ()">
1817
+ <div class="refsect2">
1858
1818
  <a name="g-file-info-set-attribute"></a><h3>g_file_info_set_attribute ()</h3>
1859
1819
  <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>,
1860
1820
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
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>,
1821
+ <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> type</code></em>,
1862
1822
  <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>
1863
1823
  <p>
1864
1824
  Sets the <em class="parameter"><code>attribute</code></em> to contain the given value, if possible.
@@ -1868,33 +1828,30 @@ Sets the <em class="parameter"><code>attribute</code></em> to contain the given
1868
1828
  <tbody>
1869
1829
  <tr>
1870
1830
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1871
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1872
- </td>
1831
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1873
1832
  </tr>
1874
1833
  <tr>
1875
1834
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1876
- <td>a file attribute key.
1877
- </td>
1835
+ <td>a file attribute key.</td>
1878
1836
  </tr>
1879
1837
  <tr>
1880
1838
  <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
1881
- <td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
1839
+ <td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a>
1882
1840
  </td>
1883
1841
  </tr>
1884
1842
  <tr>
1885
1843
  <td><p><span class="term"><em class="parameter"><code>value_p</code></em> :</span></p></td>
1886
- <td>pointer to the value
1887
- </td>
1844
+ <td>pointer to the value</td>
1888
1845
  </tr>
1889
1846
  </tbody>
1890
1847
  </table></div>
1891
1848
  </div>
1892
1849
  <hr>
1893
- <div class="refsect2" title="g_file_info_set_attribute_status ()">
1850
+ <div class="refsect2">
1894
1851
  <a name="g-file-info-set-attribute-status"></a><h3>g_file_info_set_attribute_status ()</h3>
1895
1852
  <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>,
1896
1853
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
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>
1854
+ <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> status</code></em>);</pre>
1898
1855
  <p>
1899
1856
  Sets the attribute status for an attribute key. This is only
1900
1857
  needed by external code that implement <a class="link" href="GFile.html#g-file-set-attributes-from-info" title="g_file_set_attributes_from_info ()"><code class="function">g_file_set_attributes_from_info()</code></a>
@@ -1914,26 +1871,24 @@ is returned and <em class="parameter"><code>info</code></em> is unchanged.
1914
1871
  </tr>
1915
1872
  <tr>
1916
1873
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1917
- <td>a file attribute key
1918
- </td>
1874
+ <td>a file attribute key</td>
1919
1875
  </tr>
1920
1876
  <tr>
1921
1877
  <td><p><span class="term"><em class="parameter"><code>status</code></em> :</span></p></td>
1922
- <td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a>
1878
+ <td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a>
1923
1879
  </td>
1924
1880
  </tr>
1925
1881
  <tr>
1926
1882
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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.
1928
-
1929
- </td>
1883
+ <td>
1884
+ <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.</td>
1930
1885
  </tr>
1931
1886
  </tbody>
1932
1887
  </table></div>
1933
1888
  <p class="since">Since 2.22</p>
1934
1889
  </div>
1935
1890
  <hr>
1936
- <div class="refsect2" title="g_file_info_set_attribute_string ()">
1891
+ <div class="refsect2">
1937
1892
  <a name="g-file-info-set-attribute-string"></a><h3>g_file_info_set_attribute_string ()</h3>
1938
1893
  <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>,
1939
1894
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -1947,24 +1902,21 @@ if possible.
1947
1902
  <tbody>
1948
1903
  <tr>
1949
1904
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1950
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1951
- </td>
1905
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1952
1906
  </tr>
1953
1907
  <tr>
1954
1908
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1955
- <td>a file attribute key.
1956
- </td>
1909
+ <td>a file attribute key.</td>
1957
1910
  </tr>
1958
1911
  <tr>
1959
1912
  <td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
1960
- <td>a string.
1961
- </td>
1913
+ <td>a string.</td>
1962
1914
  </tr>
1963
1915
  </tbody>
1964
1916
  </table></div>
1965
1917
  </div>
1966
1918
  <hr>
1967
- <div class="refsect2" title="g_file_info_set_attribute_stringv ()">
1919
+ <div class="refsect2">
1968
1920
  <a name="g-file-info-set-attribute-stringv"></a><h3>g_file_info_set_attribute_stringv ()</h3>
1969
1921
  <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>,
1970
1922
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -1981,24 +1933,21 @@ Sinze: 2.22
1981
1933
  <tbody>
1982
1934
  <tr>
1983
1935
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1984
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1985
- </td>
1936
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
1986
1937
  </tr>
1987
1938
  <tr>
1988
1939
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1989
- <td>a file attribute key.
1990
- </td>
1940
+ <td>a file attribute key.</td>
1991
1941
  </tr>
1992
1942
  <tr>
1993
1943
  <td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
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
1995
- </td>
1944
+ <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</td>
1996
1945
  </tr>
1997
1946
  </tbody>
1998
1947
  </table></div>
1999
1948
  </div>
2000
1949
  <hr>
2001
- <div class="refsect2" title="g_file_info_set_attribute_byte_string ()">
1950
+ <div class="refsect2">
2002
1951
  <a name="g-file-info-set-attribute-byte-string"></a><h3>g_file_info_set_attribute_byte_string ()</h3>
2003
1952
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_byte_string
2004
1953
  (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
@@ -2013,24 +1962,21 @@ if possible.
2013
1962
  <tbody>
2014
1963
  <tr>
2015
1964
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2016
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2017
- </td>
1965
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2018
1966
  </tr>
2019
1967
  <tr>
2020
1968
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2021
- <td>a file attribute key.
2022
- </td>
1969
+ <td>a file attribute key.</td>
2023
1970
  </tr>
2024
1971
  <tr>
2025
1972
  <td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2026
- <td>a byte string.
2027
- </td>
1973
+ <td>a byte string.</td>
2028
1974
  </tr>
2029
1975
  </tbody>
2030
1976
  </table></div>
2031
1977
  </div>
2032
1978
  <hr>
2033
- <div class="refsect2" title="g_file_info_set_attribute_boolean ()">
1979
+ <div class="refsect2">
2034
1980
  <a name="g-file-info-set-attribute-boolean"></a><h3>g_file_info_set_attribute_boolean ()</h3>
2035
1981
  <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>,
2036
1982
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2044,24 +1990,21 @@ if possible.
2044
1990
  <tbody>
2045
1991
  <tr>
2046
1992
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2047
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2048
- </td>
1993
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2049
1994
  </tr>
2050
1995
  <tr>
2051
1996
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2052
- <td>a file attribute key.
2053
- </td>
1997
+ <td>a file attribute key.</td>
2054
1998
  </tr>
2055
1999
  <tr>
2056
2000
  <td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2057
- <td>a boolean value.
2058
- </td>
2001
+ <td>a boolean value.</td>
2059
2002
  </tr>
2060
2003
  </tbody>
2061
2004
  </table></div>
2062
2005
  </div>
2063
2006
  <hr>
2064
- <div class="refsect2" title="g_file_info_set_attribute_uint32 ()">
2007
+ <div class="refsect2">
2065
2008
  <a name="g-file-info-set-attribute-uint32"></a><h3>g_file_info_set_attribute_uint32 ()</h3>
2066
2009
  <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>,
2067
2010
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2075,24 +2018,21 @@ if possible.
2075
2018
  <tbody>
2076
2019
  <tr>
2077
2020
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2078
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2079
- </td>
2021
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2080
2022
  </tr>
2081
2023
  <tr>
2082
2024
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2083
- <td>a file attribute key.
2084
- </td>
2025
+ <td>a file attribute key.</td>
2085
2026
  </tr>
2086
2027
  <tr>
2087
2028
  <td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2088
- <td>an unsigned 32-bit integer.
2089
- </td>
2029
+ <td>an unsigned 32-bit integer.</td>
2090
2030
  </tr>
2091
2031
  </tbody>
2092
2032
  </table></div>
2093
2033
  </div>
2094
2034
  <hr>
2095
- <div class="refsect2" title="g_file_info_set_attribute_int32 ()">
2035
+ <div class="refsect2">
2096
2036
  <a name="g-file-info-set-attribute-int32"></a><h3>g_file_info_set_attribute_int32 ()</h3>
2097
2037
  <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>,
2098
2038
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2106,24 +2046,21 @@ if possible.
2106
2046
  <tbody>
2107
2047
  <tr>
2108
2048
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2109
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2110
- </td>
2049
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2111
2050
  </tr>
2112
2051
  <tr>
2113
2052
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2114
- <td>a file attribute key.
2115
- </td>
2053
+ <td>a file attribute key.</td>
2116
2054
  </tr>
2117
2055
  <tr>
2118
2056
  <td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2119
- <td>a signed 32-bit integer
2120
- </td>
2057
+ <td>a signed 32-bit integer</td>
2121
2058
  </tr>
2122
2059
  </tbody>
2123
2060
  </table></div>
2124
2061
  </div>
2125
2062
  <hr>
2126
- <div class="refsect2" title="g_file_info_set_attribute_uint64 ()">
2063
+ <div class="refsect2">
2127
2064
  <a name="g-file-info-set-attribute-uint64"></a><h3>g_file_info_set_attribute_uint64 ()</h3>
2128
2065
  <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>,
2129
2066
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2137,24 +2074,21 @@ if possible.
2137
2074
  <tbody>
2138
2075
  <tr>
2139
2076
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2140
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2141
- </td>
2077
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2142
2078
  </tr>
2143
2079
  <tr>
2144
2080
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2145
- <td>a file attribute key.
2146
- </td>
2081
+ <td>a file attribute key.</td>
2147
2082
  </tr>
2148
2083
  <tr>
2149
2084
  <td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2150
- <td>an unsigned 64-bit integer.
2151
- </td>
2085
+ <td>an unsigned 64-bit integer.</td>
2152
2086
  </tr>
2153
2087
  </tbody>
2154
2088
  </table></div>
2155
2089
  </div>
2156
2090
  <hr>
2157
- <div class="refsect2" title="g_file_info_set_attribute_int64 ()">
2091
+ <div class="refsect2">
2158
2092
  <a name="g-file-info-set-attribute-int64"></a><h3>g_file_info_set_attribute_int64 ()</h3>
2159
2093
  <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>,
2160
2094
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2168,24 +2102,21 @@ if possible.
2168
2102
  <tbody>
2169
2103
  <tr>
2170
2104
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2171
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2172
- </td>
2105
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2173
2106
  </tr>
2174
2107
  <tr>
2175
2108
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2176
- <td>attribute name to set.
2177
- </td>
2109
+ <td>attribute name to set.</td>
2178
2110
  </tr>
2179
2111
  <tr>
2180
2112
  <td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2181
- <td>int64 value to set attribute to.
2182
- </td>
2113
+ <td>int64 value to set attribute to.</td>
2183
2114
  </tr>
2184
2115
  </tbody>
2185
2116
  </table></div>
2186
2117
  </div>
2187
2118
  <hr>
2188
- <div class="refsect2" title="g_file_info_set_attribute_object ()">
2119
+ <div class="refsect2">
2189
2120
  <a name="g-file-info-set-attribute-object"></a><h3>g_file_info_set_attribute_object ()</h3>
2190
2121
  <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>,
2191
2122
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2199,24 +2130,21 @@ if possible.
2199
2130
  <tbody>
2200
2131
  <tr>
2201
2132
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2202
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2203
- </td>
2133
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2204
2134
  </tr>
2205
2135
  <tr>
2206
2136
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2207
- <td>a file attribute key.
2208
- </td>
2137
+ <td>a file attribute key.</td>
2209
2138
  </tr>
2210
2139
  <tr>
2211
2140
  <td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
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>.
2213
- </td>
2141
+ <td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
2214
2142
  </tr>
2215
2143
  </tbody>
2216
2144
  </table></div>
2217
2145
  </div>
2218
2146
  <hr>
2219
- <div class="refsect2" title="g_file_info_clear_status ()">
2147
+ <div class="refsect2">
2220
2148
  <a name="g-file-info-clear-status"></a><h3>g_file_info_clear_status ()</h3>
2221
2149
  <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>
2222
2150
  <p>
@@ -2226,15 +2154,14 @@ Clears the status information from <em class="parameter"><code>info</code></em>.
2226
2154
  <col align="left" valign="top">
2227
2155
  <tbody><tr>
2228
2156
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2229
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2230
- </td>
2157
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2231
2158
  </tr></tbody>
2232
2159
  </table></div>
2233
2160
  </div>
2234
2161
  <hr>
2235
- <div class="refsect2" title="g_file_info_get_file_type ()">
2162
+ <div class="refsect2">
2236
2163
  <a name="g-file-info-get-file-type"></a><h3>g_file_info_get_file_type ()</h3>
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>
2164
+ <pre class="programlisting"><a class="link" href="GFileInfo.html#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>
2238
2165
  <p>
2239
2166
  Gets a file's type (whether it is a regular file, symlink, etc).
2240
2167
  This is different from the file's content type, see <a class="link" href="GFileInfo.html#g-file-info-get-content-type" title="g_file_info_get_content_type ()"><code class="function">g_file_info_get_content_type()</code></a>.
@@ -2244,19 +2171,17 @@ This is different from the file's content type, see <a class="link" href="GFileI
2244
2171
  <tbody>
2245
2172
  <tr>
2246
2173
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2247
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2248
- </td>
2174
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2249
2175
  </tr>
2250
2176
  <tr>
2251
2177
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2252
- <td> a <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a> for the given file.
2253
- </td>
2178
+ <td>a <a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a> for the given file.</td>
2254
2179
  </tr>
2255
2180
  </tbody>
2256
2181
  </table></div>
2257
2182
  </div>
2258
2183
  <hr>
2259
- <div class="refsect2" title="g_file_info_get_is_hidden ()">
2184
+ <div class="refsect2">
2260
2185
  <a name="g-file-info-get-is-hidden"></a><h3>g_file_info_get_is_hidden ()</h3>
2261
2186
  <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>
2262
2187
  <p>
@@ -2267,19 +2192,18 @@ Checks if a file is hidden.
2267
2192
  <tbody>
2268
2193
  <tr>
2269
2194
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2270
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2271
- </td>
2195
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2272
2196
  </tr>
2273
2197
  <tr>
2274
2198
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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.
2276
- </td>
2199
+ <td>
2200
+ <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.</td>
2277
2201
  </tr>
2278
2202
  </tbody>
2279
2203
  </table></div>
2280
2204
  </div>
2281
2205
  <hr>
2282
- <div class="refsect2" title="g_file_info_get_is_backup ()">
2206
+ <div class="refsect2">
2283
2207
  <a name="g-file-info-get-is-backup"></a><h3>g_file_info_get_is_backup ()</h3>
2284
2208
  <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>
2285
2209
  <p>
@@ -2290,19 +2214,18 @@ Checks if a file is a backup file.
2290
2214
  <tbody>
2291
2215
  <tr>
2292
2216
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2293
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2294
- </td>
2217
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2295
2218
  </tr>
2296
2219
  <tr>
2297
2220
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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.
2299
- </td>
2221
+ <td>
2222
+ <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.</td>
2300
2223
  </tr>
2301
2224
  </tbody>
2302
2225
  </table></div>
2303
2226
  </div>
2304
2227
  <hr>
2305
- <div class="refsect2" title="g_file_info_get_is_symlink ()">
2228
+ <div class="refsect2">
2306
2229
  <a name="g-file-info-get-is-symlink"></a><h3>g_file_info_get_is_symlink ()</h3>
2307
2230
  <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>
2308
2231
  <p>
@@ -2313,19 +2236,18 @@ Checks if a file is a symlink.
2313
2236
  <tbody>
2314
2237
  <tr>
2315
2238
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2316
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2317
- </td>
2239
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2318
2240
  </tr>
2319
2241
  <tr>
2320
2242
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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.
2322
- </td>
2243
+ <td>
2244
+ <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.</td>
2323
2245
  </tr>
2324
2246
  </tbody>
2325
2247
  </table></div>
2326
2248
  </div>
2327
2249
  <hr>
2328
- <div class="refsect2" title="g_file_info_get_name ()">
2250
+ <div class="refsect2">
2329
2251
  <a name="g-file-info-get-name"></a><h3>g_file_info_get_name ()</h3>
2330
2252
  <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>
2331
2253
  <p>
@@ -2336,19 +2258,17 @@ Gets the name for a file.
2336
2258
  <tbody>
2337
2259
  <tr>
2338
2260
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2339
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2340
- </td>
2261
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2341
2262
  </tr>
2342
2263
  <tr>
2343
2264
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2344
- <td> a string containing the file name.
2345
- </td>
2265
+ <td>a string containing the file name.</td>
2346
2266
  </tr>
2347
2267
  </tbody>
2348
2268
  </table></div>
2349
2269
  </div>
2350
2270
  <hr>
2351
- <div class="refsect2" title="g_file_info_get_display_name ()">
2271
+ <div class="refsect2">
2352
2272
  <a name="g-file-info-get-display-name"></a><h3>g_file_info_get_display_name ()</h3>
2353
2273
  <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>
2354
2274
  <p>
@@ -2359,19 +2279,17 @@ Gets a display name for a file.
2359
2279
  <tbody>
2360
2280
  <tr>
2361
2281
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2362
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2363
- </td>
2282
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2364
2283
  </tr>
2365
2284
  <tr>
2366
2285
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2367
- <td> a string containing the display name.
2368
- </td>
2286
+ <td>a string containing the display name.</td>
2369
2287
  </tr>
2370
2288
  </tbody>
2371
2289
  </table></div>
2372
2290
  </div>
2373
2291
  <hr>
2374
- <div class="refsect2" title="g_file_info_get_edit_name ()">
2292
+ <div class="refsect2">
2375
2293
  <a name="g-file-info-get-edit-name"></a><h3>g_file_info_get_edit_name ()</h3>
2376
2294
  <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>
2377
2295
  <p>
@@ -2382,19 +2300,17 @@ Gets the edit name for a file.
2382
2300
  <tbody>
2383
2301
  <tr>
2384
2302
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2385
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2386
- </td>
2303
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2387
2304
  </tr>
2388
2305
  <tr>
2389
2306
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2390
- <td> a string containing the edit name.
2391
- </td>
2307
+ <td>a string containing the edit name.</td>
2392
2308
  </tr>
2393
2309
  </tbody>
2394
2310
  </table></div>
2395
2311
  </div>
2396
2312
  <hr>
2397
- <div class="refsect2" title="g_file_info_get_icon ()">
2313
+ <div class="refsect2">
2398
2314
  <a name="g-file-info-get-icon"></a><h3>g_file_info_get_icon ()</h3>
2399
2315
  <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>
2400
2316
  <p>
@@ -2405,19 +2321,19 @@ Gets the icon for a file.
2405
2321
  <tbody>
2406
2322
  <tr>
2407
2323
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2408
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2409
- </td>
2324
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2410
2325
  </tr>
2411
2326
  <tr>
2412
2327
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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>
2328
+ <td>
2329
+ <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>
2414
2330
  </td>
2415
2331
  </tr>
2416
2332
  </tbody>
2417
2333
  </table></div>
2418
2334
  </div>
2419
2335
  <hr>
2420
- <div class="refsect2" title="g_file_info_get_content_type ()">
2336
+ <div class="refsect2">
2421
2337
  <a name="g-file-info-get-content-type"></a><h3>g_file_info_get_content_type ()</h3>
2422
2338
  <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>
2423
2339
  <p>
@@ -2428,19 +2344,17 @@ Gets the file's content type.
2428
2344
  <tbody>
2429
2345
  <tr>
2430
2346
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2431
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2432
- </td>
2347
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2433
2348
  </tr>
2434
2349
  <tr>
2435
2350
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2436
- <td> a string containing the file's content type.
2437
- </td>
2351
+ <td>a string containing the file's content type.</td>
2438
2352
  </tr>
2439
2353
  </tbody>
2440
2354
  </table></div>
2441
2355
  </div>
2442
2356
  <hr>
2443
- <div class="refsect2" title="g_file_info_get_size ()">
2357
+ <div class="refsect2">
2444
2358
  <a name="g-file-info-get-size"></a><h3>g_file_info_get_size ()</h3>
2445
2359
  <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>
2446
2360
  <p>
@@ -2451,19 +2365,17 @@ Gets the file's size.
2451
2365
  <tbody>
2452
2366
  <tr>
2453
2367
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2454
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2455
- </td>
2368
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2456
2369
  </tr>
2457
2370
  <tr>
2458
2371
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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.
2460
- </td>
2372
+ <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.</td>
2461
2373
  </tr>
2462
2374
  </tbody>
2463
2375
  </table></div>
2464
2376
  </div>
2465
2377
  <hr>
2466
- <div class="refsect2" title="g_file_info_get_modification_time ()">
2378
+ <div class="refsect2">
2467
2379
  <a name="g-file-info-get-modification-time"></a><h3>g_file_info_get_modification_time ()</h3>
2468
2380
  <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>,
2469
2381
  <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>
@@ -2476,19 +2388,17 @@ in <em class="parameter"><code>result</code></em>.
2476
2388
  <tbody>
2477
2389
  <tr>
2478
2390
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2479
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2480
- </td>
2391
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2481
2392
  </tr>
2482
2393
  <tr>
2483
2394
  <td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
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>.
2485
- </td>
2395
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>.</td>
2486
2396
  </tr>
2487
2397
  </tbody>
2488
2398
  </table></div>
2489
2399
  </div>
2490
2400
  <hr>
2491
- <div class="refsect2" title="g_file_info_get_symlink_target ()">
2401
+ <div class="refsect2">
2492
2402
  <a name="g-file-info-get-symlink-target"></a><h3>g_file_info_get_symlink_target ()</h3>
2493
2403
  <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>
2494
2404
  <p>
@@ -2499,19 +2409,17 @@ Gets the symlink target for a given <a class="link" href="GFileInfo.html" title=
2499
2409
  <tbody>
2500
2410
  <tr>
2501
2411
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2502
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2503
- </td>
2412
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2504
2413
  </tr>
2505
2414
  <tr>
2506
2415
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2507
- <td> a string containing the symlink target.
2508
- </td>
2416
+ <td>a string containing the symlink target.</td>
2509
2417
  </tr>
2510
2418
  </tbody>
2511
2419
  </table></div>
2512
2420
  </div>
2513
2421
  <hr>
2514
- <div class="refsect2" title="g_file_info_get_etag ()">
2422
+ <div class="refsect2">
2515
2423
  <a name="g-file-info-get-etag"></a><h3>g_file_info_get_etag ()</h3>
2516
2424
  <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>
2517
2425
  <p>
@@ -2523,19 +2431,17 @@ Gets the <a class="link" href="GFile.html#gfile-etag">entity tag</a> for a given
2523
2431
  <tbody>
2524
2432
  <tr>
2525
2433
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2526
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2527
- </td>
2434
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2528
2435
  </tr>
2529
2436
  <tr>
2530
2437
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2531
- <td> a string containing the value of the "etag:value" attribute.
2532
- </td>
2438
+ <td>a string containing the value of the "etag:value" attribute.</td>
2533
2439
  </tr>
2534
2440
  </tbody>
2535
2441
  </table></div>
2536
2442
  </div>
2537
2443
  <hr>
2538
- <div class="refsect2" title="g_file_info_get_sort_order ()">
2444
+ <div class="refsect2">
2539
2445
  <a name="g-file-info-get-sort-order"></a><h3>g_file_info_get_sort_order ()</h3>
2540
2446
  <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>
2541
2447
  <p>
@@ -2547,22 +2453,20 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CA
2547
2453
  <tbody>
2548
2454
  <tr>
2549
2455
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2550
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2551
- </td>
2456
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2552
2457
  </tr>
2553
2458
  <tr>
2554
2459
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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.
2556
- </td>
2460
+ <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.</td>
2557
2461
  </tr>
2558
2462
  </tbody>
2559
2463
  </table></div>
2560
2464
  </div>
2561
2465
  <hr>
2562
- <div class="refsect2" title="g_file_info_set_attribute_mask ()">
2466
+ <div class="refsect2">
2563
2467
  <a name="g-file-info-set-attribute-mask"></a><h3>g_file_info_set_attribute_mask ()</h3>
2564
2468
  <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>,
2565
- <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *mask</code></em>);</pre>
2469
+ <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *mask</code></em>);</pre>
2566
2470
  <p>
2567
2471
  Sets <em class="parameter"><code>mask</code></em> on <em class="parameter"><code>info</code></em> to match specific attribute types.
2568
2472
  </p>
@@ -2571,19 +2475,17 @@ Sets <em class="parameter"><code>mask</code></em> on <em class="parameter"><code
2571
2475
  <tbody>
2572
2476
  <tr>
2573
2477
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2574
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2575
- </td>
2478
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2576
2479
  </tr>
2577
2480
  <tr>
2578
2481
  <td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
2579
- <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
2580
- </td>
2482
+ <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</td>
2581
2483
  </tr>
2582
2484
  </tbody>
2583
2485
  </table></div>
2584
2486
  </div>
2585
2487
  <hr>
2586
- <div class="refsect2" title="g_file_info_unset_attribute_mask ()">
2488
+ <div class="refsect2">
2587
2489
  <a name="g-file-info-unset-attribute-mask"></a><h3>g_file_info_unset_attribute_mask ()</h3>
2588
2490
  <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>
2589
2491
  <p>
@@ -2595,16 +2497,15 @@ is set.
2595
2497
  <tbody><tr>
2596
2498
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2597
2499
  <td>
2598
- <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2599
- </td>
2500
+ <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2600
2501
  </tr></tbody>
2601
2502
  </table></div>
2602
2503
  </div>
2603
2504
  <hr>
2604
- <div class="refsect2" title="g_file_info_set_file_type ()">
2505
+ <div class="refsect2">
2605
2506
  <a name="g-file-info-set-file-type"></a><h3>g_file_info_set_file_type ()</h3>
2606
2507
  <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>,
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>
2508
+ <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a> type</code></em>);</pre>
2608
2509
  <p>
2609
2510
  Sets the file type in a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> to <em class="parameter"><code>type</code></em>.
2610
2511
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_TYPE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_TYPE</code></a>.
@@ -2614,19 +2515,17 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS" ti
2614
2515
  <tbody>
2615
2516
  <tr>
2616
2517
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2617
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2618
- </td>
2518
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2619
2519
  </tr>
2620
2520
  <tr>
2621
2521
  <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
2622
- <td>a <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a>.
2623
- </td>
2522
+ <td>a <a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a>.</td>
2624
2523
  </tr>
2625
2524
  </tbody>
2626
2525
  </table></div>
2627
2526
  </div>
2628
2527
  <hr>
2629
- <div class="refsect2" title="g_file_info_set_is_hidden ()">
2528
+ <div class="refsect2">
2630
2529
  <a name="g-file-info-set-is-hidden"></a><h3>g_file_info_set_is_hidden ()</h3>
2631
2530
  <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>,
2632
2531
  <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>
@@ -2639,19 +2538,17 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAP
2639
2538
  <tbody>
2640
2539
  <tr>
2641
2540
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2642
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2643
- </td>
2541
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2644
2542
  </tr>
2645
2543
  <tr>
2646
2544
  <td><p><span class="term"><em class="parameter"><code>is_hidden</code></em> :</span></p></td>
2647
- <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.
2648
- </td>
2545
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</td>
2649
2546
  </tr>
2650
2547
  </tbody>
2651
2548
  </table></div>
2652
2549
  </div>
2653
2550
  <hr>
2654
- <div class="refsect2" title="g_file_info_set_is_symlink ()">
2551
+ <div class="refsect2">
2655
2552
  <a name="g-file-info-set-is-symlink"></a><h3>g_file_info_set_is_symlink ()</h3>
2656
2553
  <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>,
2657
2554
  <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>
@@ -2664,19 +2561,17 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CA
2664
2561
  <tbody>
2665
2562
  <tr>
2666
2563
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2667
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2668
- </td>
2564
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2669
2565
  </tr>
2670
2566
  <tr>
2671
2567
  <td><p><span class="term"><em class="parameter"><code>is_symlink</code></em> :</span></p></td>
2672
- <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.
2673
- </td>
2568
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</td>
2674
2569
  </tr>
2675
2570
  </tbody>
2676
2571
  </table></div>
2677
2572
  </div>
2678
2573
  <hr>
2679
- <div class="refsect2" title="g_file_info_set_name ()">
2574
+ <div class="refsect2">
2680
2575
  <a name="g-file-info-set-name"></a><h3>g_file_info_set_name ()</h3>
2681
2576
  <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>,
2682
2577
  <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre>
@@ -2689,19 +2584,17 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS" ti
2689
2584
  <tbody>
2690
2585
  <tr>
2691
2586
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2692
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2693
- </td>
2587
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2694
2588
  </tr>
2695
2589
  <tr>
2696
2590
  <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
2697
- <td>a string containing a name.
2698
- </td>
2591
+ <td>a string containing a name.</td>
2699
2592
  </tr>
2700
2593
  </tbody>
2701
2594
  </table></div>
2702
2595
  </div>
2703
2596
  <hr>
2704
- <div class="refsect2" title="g_file_info_set_display_name ()">
2597
+ <div class="refsect2">
2705
2598
  <a name="g-file-info-set-display-name"></a><h3>g_file_info_set_display_name ()</h3>
2706
2599
  <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>,
2707
2600
  <em class="parameter"><code>const <span class="type">char</span> *display_name</code></em>);</pre>
@@ -2714,19 +2607,17 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:
2714
2607
  <tbody>
2715
2608
  <tr>
2716
2609
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2717
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2718
- </td>
2610
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2719
2611
  </tr>
2720
2612
  <tr>
2721
2613
  <td><p><span class="term"><em class="parameter"><code>display_name</code></em> :</span></p></td>
2722
- <td>a string containing a display name.
2723
- </td>
2614
+ <td>a string containing a display name.</td>
2724
2615
  </tr>
2725
2616
  </tbody>
2726
2617
  </table></div>
2727
2618
  </div>
2728
2619
  <hr>
2729
- <div class="refsect2" title="g_file_info_set_edit_name ()">
2620
+ <div class="refsect2">
2730
2621
  <a name="g-file-info-set-edit-name"></a><h3>g_file_info_set_edit_name ()</h3>
2731
2622
  <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>,
2732
2623
  <em class="parameter"><code>const <span class="type">char</span> *edit_name</code></em>);</pre>
@@ -2739,19 +2630,17 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAP
2739
2630
  <tbody>
2740
2631
  <tr>
2741
2632
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2742
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2743
- </td>
2633
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2744
2634
  </tr>
2745
2635
  <tr>
2746
2636
  <td><p><span class="term"><em class="parameter"><code>edit_name</code></em> :</span></p></td>
2747
- <td>a string containing an edit name.
2748
- </td>
2637
+ <td>a string containing an edit name.</td>
2749
2638
  </tr>
2750
2639
  </tbody>
2751
2640
  </table></div>
2752
2641
  </div>
2753
2642
  <hr>
2754
- <div class="refsect2" title="g_file_info_set_icon ()">
2643
+ <div class="refsect2">
2755
2644
  <a name="g-file-info-set-icon"></a><h3>g_file_info_set_icon ()</h3>
2756
2645
  <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>,
2757
2646
  <em class="parameter"><code><a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
@@ -2764,19 +2653,17 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS" ti
2764
2653
  <tbody>
2765
2654
  <tr>
2766
2655
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2767
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2768
- </td>
2656
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2769
2657
  </tr>
2770
2658
  <tr>
2771
2659
  <td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
2772
- <td>a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
2773
- </td>
2660
+ <td>a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.</td>
2774
2661
  </tr>
2775
2662
  </tbody>
2776
2663
  </table></div>
2777
2664
  </div>
2778
2665
  <hr>
2779
- <div class="refsect2" title="g_file_info_set_content_type ()">
2666
+ <div class="refsect2">
2780
2667
  <a name="g-file-info-set-content-type"></a><h3>g_file_info_set_content_type ()</h3>
2781
2668
  <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>,
2782
2669
  <em class="parameter"><code>const <span class="type">char</span> *content_type</code></em>);</pre>
@@ -2789,19 +2676,17 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:
2789
2676
  <tbody>
2790
2677
  <tr>
2791
2678
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2792
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2793
- </td>
2679
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2794
2680
  </tr>
2795
2681
  <tr>
2796
2682
  <td><p><span class="term"><em class="parameter"><code>content_type</code></em> :</span></p></td>
2797
- <td>a content type. See <span class="type">GContentType</span>.
2798
- </td>
2683
+ <td>a content type. See <span class="type">GContentType</span>.</td>
2799
2684
  </tr>
2800
2685
  </tbody>
2801
2686
  </table></div>
2802
2687
  </div>
2803
2688
  <hr>
2804
- <div class="refsect2" title="g_file_info_set_size ()">
2689
+ <div class="refsect2">
2805
2690
  <a name="g-file-info-set-size"></a><h3>g_file_info_set_size ()</h3>
2806
2691
  <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>,
2807
2692
  <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>
@@ -2814,19 +2699,17 @@ to the given size.
2814
2699
  <tbody>
2815
2700
  <tr>
2816
2701
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2817
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2818
- </td>
2702
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2819
2703
  </tr>
2820
2704
  <tr>
2821
2705
  <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
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.
2823
- </td>
2706
+ <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.</td>
2824
2707
  </tr>
2825
2708
  </tbody>
2826
2709
  </table></div>
2827
2710
  </div>
2828
2711
  <hr>
2829
- <div class="refsect2" title="g_file_info_set_modification_time ()">
2712
+ <div class="refsect2">
2830
2713
  <a name="g-file-info-set-modification-time"></a><h3>g_file_info_set_modification_time ()</h3>
2831
2714
  <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>,
2832
2715
  <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>
@@ -2839,19 +2722,17 @@ info to the given time value.
2839
2722
  <tbody>
2840
2723
  <tr>
2841
2724
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2842
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2843
- </td>
2725
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2844
2726
  </tr>
2845
2727
  <tr>
2846
2728
  <td><p><span class="term"><em class="parameter"><code>mtime</code></em> :</span></p></td>
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>.
2848
- </td>
2729
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>.</td>
2849
2730
  </tr>
2850
2731
  </tbody>
2851
2732
  </table></div>
2852
2733
  </div>
2853
2734
  <hr>
2854
- <div class="refsect2" title="g_file_info_set_symlink_target ()">
2735
+ <div class="refsect2">
2855
2736
  <a name="g-file-info-set-symlink-target"></a><h3>g_file_info_set_symlink_target ()</h3>
2856
2737
  <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>,
2857
2738
  <em class="parameter"><code>const <span class="type">char</span> *symlink_target</code></em>);</pre>
@@ -2864,19 +2745,17 @@ to the given symlink target.
2864
2745
  <tbody>
2865
2746
  <tr>
2866
2747
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2867
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2868
- </td>
2748
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2869
2749
  </tr>
2870
2750
  <tr>
2871
2751
  <td><p><span class="term"><em class="parameter"><code>symlink_target</code></em> :</span></p></td>
2872
- <td>a static string containing a path to a symlink target.
2873
- </td>
2752
+ <td>a static string containing a path to a symlink target.</td>
2874
2753
  </tr>
2875
2754
  </tbody>
2876
2755
  </table></div>
2877
2756
  </div>
2878
2757
  <hr>
2879
- <div class="refsect2" title="g_file_info_set_sort_order ()">
2758
+ <div class="refsect2">
2880
2759
  <a name="g-file-info-set-sort-order"></a><h3>g_file_info_set_sort_order ()</h3>
2881
2760
  <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>,
2882
2761
  <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>
@@ -2889,26 +2768,24 @@ Sets the sort order attribute in the file info structure. See
2889
2768
  <tbody>
2890
2769
  <tr>
2891
2770
  <td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2892
- <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2893
- </td>
2771
+ <td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
2894
2772
  </tr>
2895
2773
  <tr>
2896
2774
  <td><p><span class="term"><em class="parameter"><code>sort_order</code></em> :</span></p></td>
2897
- <td>a sort order integer.
2898
- </td>
2775
+ <td>a sort order integer.</td>
2899
2776
  </tr>
2900
2777
  </tbody>
2901
2778
  </table></div>
2902
2779
  </div>
2903
2780
  <hr>
2904
- <div class="refsect2" title="g_file_attribute_matcher_new ()">
2781
+ <div class="refsect2">
2905
2782
  <a name="g-file-attribute-matcher-new"></a><h3>g_file_attribute_matcher_new ()</h3>
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>
2783
+ <pre class="programlisting"><a class="link" href="GFileInfo.html#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>
2907
2784
  <p>
2908
2785
  Creates a new file attribute matcher, which matches attributes
2909
- against a given string. <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>s are reference
2786
+ against a given string. <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>s are reference
2910
2787
  counted structures, and are created with a reference count of 1. If
2911
- the number of references falls to 0, the <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> is
2788
+ the number of references falls to 0, the <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> is
2912
2789
  automatically destroyed.
2913
2790
  </p>
2914
2791
  <p>
@@ -2922,7 +2799,7 @@ The wildcard "*" may be used to match all keys and namespaces, or
2922
2799
  Examples of strings to use:
2923
2800
  </p>
2924
2801
  <div class="table">
2925
- <a name="id636415"></a><p class="title"><b>Table 3. File Attribute Matcher strings and results</b></p>
2802
+ <a name="id685676"></a><p class="title"><b>Table 3. File Attribute Matcher strings and results</b></p>
2926
2803
  <div class="table-contents"><table summary="File Attribute Matcher strings and results" border="1">
2927
2804
  <colgroup>
2928
2805
  <col>
@@ -2956,21 +2833,19 @@ all keys in the unix namespace.</td>
2956
2833
  <tbody>
2957
2834
  <tr>
2958
2835
  <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
2959
- <td>an attribute string to match.
2960
- </td>
2836
+ <td>an attribute string to match.</td>
2961
2837
  </tr>
2962
2838
  <tr>
2963
2839
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2964
- <td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
2965
- </td>
2840
+ <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</td>
2966
2841
  </tr>
2967
2842
  </tbody>
2968
2843
  </table></div>
2969
2844
  </div>
2970
2845
  <hr>
2971
- <div class="refsect2" title="g_file_attribute_matcher_ref ()">
2846
+ <div class="refsect2">
2972
2847
  <a name="g-file-attribute-matcher-ref"></a><h3>g_file_attribute_matcher_ref ()</h3>
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>
2848
+ <pre class="programlisting"><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="returnvalue">GFileAttributeMatcher</span></a> * g_file_attribute_matcher_ref (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
2974
2849
  <p>
2975
2850
  References a file attribute matcher.
2976
2851
  </p>
@@ -2979,21 +2854,19 @@ References a file attribute matcher.
2979
2854
  <tbody>
2980
2855
  <tr>
2981
2856
  <td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
2982
- <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
2983
- </td>
2857
+ <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</td>
2984
2858
  </tr>
2985
2859
  <tr>
2986
2860
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2987
- <td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
2988
- </td>
2861
+ <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</td>
2989
2862
  </tr>
2990
2863
  </tbody>
2991
2864
  </table></div>
2992
2865
  </div>
2993
2866
  <hr>
2994
- <div class="refsect2" title="g_file_attribute_matcher_unref ()">
2867
+ <div class="refsect2">
2995
2868
  <a name="g-file-attribute-matcher-unref"></a><h3>g_file_attribute_matcher_unref ()</h3>
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>
2869
+ <pre class="programlisting"><span class="returnvalue">void</span> g_file_attribute_matcher_unref (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
2997
2870
  <p>
2998
2871
  Unreferences <em class="parameter"><code>matcher</code></em>. If the reference count falls below 1,
2999
2872
  the <em class="parameter"><code>matcher</code></em> is automatically freed.
@@ -3002,15 +2875,14 @@ the <em class="parameter"><code>matcher</code></em> is automatically freed.
3002
2875
  <col align="left" valign="top">
3003
2876
  <tbody><tr>
3004
2877
  <td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
3005
- <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3006
- </td>
2878
+ <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</td>
3007
2879
  </tr></tbody>
3008
2880
  </table></div>
3009
2881
  </div>
3010
2882
  <hr>
3011
- <div class="refsect2" title="g_file_attribute_matcher_matches ()">
2883
+ <div class="refsect2">
3012
2884
  <a name="g-file-attribute-matcher-matches"></a><h3>g_file_attribute_matcher_matches ()</h3>
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>,
2885
+ <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"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
3014
2886
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
3015
2887
  <p>
3016
2888
  Checks if an attribute will be matched by an attribute matcher. If
@@ -3022,27 +2894,25 @@ will always return <a href="http://library.gnome.org/devel/glib/unstable/glib-St
3022
2894
  <tbody>
3023
2895
  <tr>
3024
2896
  <td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
3025
- <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3026
- </td>
2897
+ <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</td>
3027
2898
  </tr>
3028
2899
  <tr>
3029
2900
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
3030
- <td>a file attribute key.
3031
- </td>
2901
+ <td>a file attribute key.</td>
3032
2902
  </tr>
3033
2903
  <tr>
3034
2904
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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.
3036
- </td>
2905
+ <td>
2906
+ <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.</td>
3037
2907
  </tr>
3038
2908
  </tbody>
3039
2909
  </table></div>
3040
2910
  </div>
3041
2911
  <hr>
3042
- <div class="refsect2" title="g_file_attribute_matcher_matches_only ()">
2912
+ <div class="refsect2">
3043
2913
  <a name="g-file-attribute-matcher-matches-only"></a><h3>g_file_attribute_matcher_matches_only ()</h3>
3044
2914
  <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
3045
- (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
2915
+ (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
3046
2916
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
3047
2917
  <p>
3048
2918
  Checks if a attribute matcher only matches a given attribute. Always
@@ -3053,27 +2923,25 @@ returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
3053
2923
  <tbody>
3054
2924
  <tr>
3055
2925
  <td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
3056
- <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3057
- </td>
2926
+ <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</td>
3058
2927
  </tr>
3059
2928
  <tr>
3060
2929
  <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
3061
- <td>a file attribute key.
3062
- </td>
2930
+ <td>a file attribute key.</td>
3063
2931
  </tr>
3064
2932
  <tr>
3065
2933
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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.
3067
- </td>
2934
+ <td>
2935
+ <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.</td>
3068
2936
  </tr>
3069
2937
  </tbody>
3070
2938
  </table></div>
3071
2939
  </div>
3072
2940
  <hr>
3073
- <div class="refsect2" title="g_file_attribute_matcher_enumerate_namespace ()">
2941
+ <div class="refsect2">
3074
2942
  <a name="g-file-attribute-matcher-enumerate-namespace"></a><h3>g_file_attribute_matcher_enumerate_namespace ()</h3>
3075
2943
  <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
3076
- (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
2944
+ (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
3077
2945
  <em class="parameter"><code>const <span class="type">char</span> *ns</code></em>);</pre>
3078
2946
  <p>
3079
2947
  Checks if the matcher will match all of the keys in a given namespace.
@@ -3089,56 +2957,52 @@ TODO: this is awkwardly worded.
3089
2957
  <tbody>
3090
2958
  <tr>
3091
2959
  <td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
3092
- <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3093
- </td>
2960
+ <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</td>
3094
2961
  </tr>
3095
2962
  <tr>
3096
2963
  <td><p><span class="term"><em class="parameter"><code>ns</code></em> :</span></p></td>
3097
- <td>a string containing a file attribute namespace.
3098
- </td>
2964
+ <td>a string containing a file attribute namespace.</td>
3099
2965
  </tr>
3100
2966
  <tr>
3101
2967
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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.
3104
- </td>
2968
+ <td>
2969
+ <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
2970
+ 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.</td>
3105
2971
  </tr>
3106
2972
  </tbody>
3107
2973
  </table></div>
3108
2974
  </div>
3109
2975
  <hr>
3110
- <div class="refsect2" title="g_file_attribute_matcher_enumerate_next ()">
2976
+ <div class="refsect2">
3111
2977
  <a name="g-file-attribute-matcher-enumerate-next"></a><h3>g_file_attribute_matcher_enumerate_next ()</h3>
3112
- <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_attribute_matcher_enumerate_next
3113
- (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
2978
+ <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_attribute_matcher_enumerate_next
2979
+ (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
3114
2980
  <p>
3115
- Gets the next matched attribute from a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
2981
+ Gets the next matched attribute from a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3116
2982
  </p>
3117
2983
  <div class="variablelist"><table border="0">
3118
2984
  <col align="left" valign="top">
3119
2985
  <tbody>
3120
2986
  <tr>
3121
2987
  <td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
3122
- <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3123
- </td>
2988
+ <td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</td>
3124
2989
  </tr>
3125
2990
  <tr>
3126
2991
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
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
3128
- no more attribute exist.
3129
- </td>
2992
+ <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
2993
+ no more attribute exist.</td>
3130
2994
  </tr>
3131
2995
  </tbody>
3132
2996
  </table></div>
3133
2997
  </div>
3134
2998
  </div>
3135
- <div class="refsect1" title="See Also">
2999
+ <div class="refsect1">
3136
3000
  <a name="GFileInfo.see-also"></a><h2>See Also</h2>
3137
3001
  <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>
3138
3002
  </div>
3139
3003
  </div>
3140
3004
  <div class="footer">
3141
3005
  <hr>
3142
- Generated by GTK-Doc V1.15</div>
3006
+ Generated by GTK-Doc V1.16.1</div>
3143
3007
  </body>
3144
3008
  </html>