glib2 0.90.5-x86-mingw32 → 0.90.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (408) hide show
  1. data/ChangeLog +79 -0
  2. data/Rakefile +8 -65
  3. data/ext/glib2/rbglib.h +1 -1
  4. data/ext/glib2/rbgobj_type.c +1 -1
  5. data/lib/1.8/glib2.so +0 -0
  6. data/lib/1.9/glib2.so +0 -0
  7. data/lib/glib2.rb +2 -2
  8. data/lib/gnome2-raketask.rb +185 -0
  9. data/lib/gnome2-win32-binary-downloader.rb +49 -9
  10. data/lib/mkmf-gnome2.rb +55 -43
  11. data/test-unit/History.txt +5 -0
  12. data/test-unit/html/index.html +2 -2
  13. data/test-unit/html/index.html.ja +2 -2
  14. data/test-unit/lib/test/unit/assertions.rb +9 -4
  15. data/test-unit/lib/test/unit/autorunner.rb +13 -1
  16. data/test-unit/lib/test/unit/testsuite.rb +4 -2
  17. data/test-unit/lib/test/unit/version.rb +1 -1
  18. data/test-unit/test/test-testcase.rb +11 -3
  19. data/test-unit/test/test_assertions.rb +24 -3
  20. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  21. data/vendor/local/bin/glib-gettextize +2 -2
  22. data/vendor/local/bin/glib-mkenums +1 -1
  23. data/vendor/local/bin/gobject-query.exe +0 -0
  24. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  25. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  26. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  27. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  28. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  29. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  30. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  31. data/vendor/local/lib/gio-2.0.lib +0 -0
  32. data/vendor/local/lib/glib-2.0.lib +0 -0
  33. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  34. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  35. data/vendor/local/lib/gobject-2.0.lib +0 -0
  36. data/vendor/local/lib/gthread-2.0.lib +0 -0
  37. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  38. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  39. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  40. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  41. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  42. data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
  43. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +2 -2
  44. data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
  45. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
  46. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
  47. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
  48. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
  49. data/vendor/local/manifest/{glib-dev_2.26.0-2_win32.mft → glib-dev_2.26.1-1_win32.mft} +4 -4
  50. data/vendor/local/manifest/{glib_2.26.0-2_win32.mft → glib_2.26.1-1_win32.mft} +2 -2
  51. data/vendor/local/share/doc/{glib-2.26.0 → glib-2.26.1}/COPYING +0 -0
  52. data/vendor/local/share/doc/{glib-dev-2.26.0 → glib-dev-2.26.1}/COPYING +0 -0
  53. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +47 -47
  54. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +19 -19
  55. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +16 -16
  56. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +30 -30
  57. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +24 -24
  58. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +25 -25
  59. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +19 -19
  60. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +17 -17
  61. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +17 -17
  62. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +14 -14
  63. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +81 -81
  64. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +65 -65
  65. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +24 -24
  66. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +52 -52
  67. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +29 -29
  68. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +51 -51
  69. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +26 -26
  70. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +46 -46
  71. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +20 -20
  72. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +15 -15
  73. data/vendor/local/share/gtk-doc/html/gio/GFile.html +221 -231
  74. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +12 -12
  75. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +22 -22
  76. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +15 -15
  77. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +16 -16
  78. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +157 -157
  79. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +14 -14
  80. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +21 -21
  81. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +15 -15
  82. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +20 -20
  83. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +16 -16
  84. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +16 -16
  85. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +16 -16
  86. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +24 -24
  87. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +17 -17
  88. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +53 -53
  89. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +17 -17
  90. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +19 -19
  91. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +23 -23
  92. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +16 -16
  93. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +14 -14
  94. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +24 -24
  95. data/vendor/local/share/gtk-doc/html/gio/GMount.html +48 -48
  96. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +43 -43
  97. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +21 -21
  98. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +22 -22
  99. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +28 -28
  100. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +24 -24
  101. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +16 -16
  102. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +24 -24
  103. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -17
  104. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +27 -27
  105. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +18 -18
  106. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +83 -108
  107. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +23 -23
  108. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +33 -33
  109. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +12 -12
  110. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +79 -79
  111. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +20 -20
  112. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +60 -64
  113. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +23 -23
  114. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +19 -19
  115. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +15 -15
  116. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +36 -40
  117. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +17 -17
  118. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +16 -16
  119. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +28 -28
  120. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +19 -19
  121. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +14 -14
  122. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +18 -18
  123. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +25 -25
  124. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +26 -26
  125. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +18 -18
  126. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +18 -18
  127. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +28 -28
  128. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +29 -29
  129. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +40 -40
  130. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +33 -33
  131. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +19 -19
  132. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +16 -16
  133. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -4
  134. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +4 -4
  135. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +4 -4
  136. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +4 -4
  137. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +4 -4
  138. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +4 -4
  139. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +4 -4
  140. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +4 -8
  141. data/vendor/local/share/gtk-doc/html/gio/async.html +4 -4
  142. data/vendor/local/share/gtk-doc/html/gio/ch01.html +5 -5
  143. data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
  144. data/vendor/local/share/gtk-doc/html/gio/ch03.html +21 -21
  145. data/vendor/local/share/gtk-doc/html/gio/ch24.html +5 -5
  146. data/vendor/local/share/gtk-doc/html/gio/ch25.html +9 -9
  147. data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +6 -6
  148. data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +7 -7
  149. data/vendor/local/share/gtk-doc/html/gio/ch26.html +8 -8
  150. data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +7 -7
  151. data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +25 -25
  152. data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +7 -7
  153. data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +6 -6
  154. data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +6 -6
  155. data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +70 -5
  156. data/vendor/local/share/gtk-doc/html/gio/ch27.html +8 -8
  157. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +23 -23
  158. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +8 -8
  159. data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +7 -7
  160. data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +7 -7
  161. data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +7 -7
  162. data/vendor/local/share/gtk-doc/html/gio/conversion.html +4 -4
  163. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +12 -12
  164. data/vendor/local/share/gtk-doc/html/gio/extending.html +4 -4
  165. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +4 -4
  166. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +4 -4
  167. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +4 -4
  168. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +4 -4
  169. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +4 -4
  170. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +19 -19
  171. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +13 -13
  172. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +44 -44
  173. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +13 -13
  174. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +20 -20
  175. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +23 -23
  176. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +18 -18
  177. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -15
  178. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -15
  179. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +20 -20
  180. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +27 -33
  181. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +11 -11
  182. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +13 -13
  183. data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +16 -16
  184. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +16 -16
  185. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +15 -15
  187. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +4 -4
  188. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +7 -7
  189. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +9 -10
  190. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +9 -10
  191. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +11 -11
  192. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +4 -4
  193. data/vendor/local/share/gtk-doc/html/gio/icons.html +4 -4
  194. data/vendor/local/share/gtk-doc/html/gio/index.html +8 -8
  195. data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -1
  196. data/vendor/local/share/gtk-doc/html/gio/migrating.html +7 -7
  197. data/vendor/local/share/gtk-doc/html/gio/networking.html +4 -4
  198. data/vendor/local/share/gtk-doc/html/gio/permissions.html +4 -4
  199. data/vendor/local/share/gtk-doc/html/gio/pt01.html +5 -5
  200. data/vendor/local/share/gtk-doc/html/gio/pt02.html +5 -5
  201. data/vendor/local/share/gtk-doc/html/gio/resolver.html +4 -4
  202. data/vendor/local/share/gtk-doc/html/gio/settings.html +4 -4
  203. data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
  204. data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
  205. data/vendor/local/share/gtk-doc/html/gio/types.html +4 -4
  206. data/vendor/local/share/gtk-doc/html/gio/utils.html +4 -4
  207. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  208. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +10 -4
  209. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +4 -4
  210. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +4 -4
  211. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +4 -4
  212. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +4 -4
  213. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
  214. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +4 -4
  215. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +4 -4
  216. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +4 -4
  217. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +4 -4
  218. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +4 -4
  219. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +4 -4
  220. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +5 -9
  221. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +4 -4
  222. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +4 -4
  223. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +9 -33
  224. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +53 -53
  225. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +38 -38
  226. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +21 -21
  227. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +32 -32
  228. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +36 -36
  229. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +15 -15
  230. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +38 -38
  231. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +49 -49
  232. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +40 -40
  233. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +70 -70
  234. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +22 -22
  235. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +42 -46
  236. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +45 -45
  237. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +23 -23
  238. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +21 -21
  239. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +83 -83
  240. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +62 -62
  241. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +97 -97
  242. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +31 -31
  243. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +31 -31
  244. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +50 -50
  245. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +112 -118
  246. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +22 -22
  247. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +227 -261
  248. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +91 -107
  249. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +16 -16
  250. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +60 -60
  251. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +66 -66
  252. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +12 -12
  253. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +26 -26
  254. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
  255. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +78 -78
  256. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +25 -25
  257. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +51 -51
  258. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
  259. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +38 -38
  260. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +15 -15
  261. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +45 -45
  262. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +21 -21
  263. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +64 -109
  264. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +65 -65
  265. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +97 -97
  266. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +80 -80
  267. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +19 -19
  268. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +50 -50
  269. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +41 -41
  270. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +20 -20
  271. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +34 -34
  272. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +35 -35
  273. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +45 -45
  274. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +16 -16
  275. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +29 -29
  276. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +87 -87
  277. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +20 -20
  278. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +27 -27
  279. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +22 -22
  280. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +154 -154
  281. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +93 -93
  282. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +73 -73
  283. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +122 -128
  284. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +25 -25
  285. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +134 -134
  286. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +19 -19
  287. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +12 -12
  288. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +14 -14
  289. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +19 -19
  290. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +97 -97
  291. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +16 -119
  292. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +25 -25
  293. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +33 -33
  294. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +29 -29
  295. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +8 -8
  296. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +6 -6
  297. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +4 -4
  298. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +20 -20
  299. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +4 -4
  300. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +4 -4
  301. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
  302. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +83 -83
  303. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +10 -10
  304. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +30 -30
  305. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +4 -4
  306. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +30 -36
  307. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +30 -36
  308. data/vendor/local/share/gtk-doc/html/glib/glib.html +4 -4
  309. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
  310. data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
  311. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +44 -44
  312. data/vendor/local/share/gtk-doc/html/glib/index.html +5 -5
  313. data/vendor/local/share/gtk-doc/html/glib/index.sgml +1 -6
  314. data/vendor/local/share/gtk-doc/html/glib/tools.html +4 -4
  315. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +31 -31
  316. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +22 -22
  317. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +20 -20
  318. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -4
  319. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
  320. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +4 -4
  321. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +4 -4
  322. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +4 -4
  324. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +4 -4
  325. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +4 -4
  326. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +4 -4
  327. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
  328. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +4 -4
  329. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +4 -4
  330. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +4 -4
  331. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +4 -4
  332. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +8 -8
  333. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +5 -5
  334. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +5 -5
  335. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +7 -7
  336. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -7
  337. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +15 -15
  338. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +23 -23
  339. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +17 -17
  340. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +26 -26
  341. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +74 -74
  342. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +44 -44
  343. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +71 -71
  344. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +36 -36
  345. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
  346. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +262 -262
  347. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +97 -97
  348. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +158 -158
  349. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +37 -37
  350. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +13 -13
  351. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +7 -7
  352. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +9 -9
  353. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +11 -11
  354. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +8 -8
  355. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +8 -8
  356. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +7 -7
  357. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +5 -5
  358. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +6 -6
  359. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +4 -4
  360. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +6 -6
  361. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +4 -4
  362. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +4 -4
  363. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +4 -4
  364. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +10 -10
  365. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +9 -9
  366. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +5 -5
  367. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +8 -8
  368. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +5 -5
  369. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +7 -7
  370. data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -11
  371. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +5 -5
  372. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +8 -8
  373. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +9 -9
  374. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +6 -6
  375. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +5 -5
  376. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +5 -5
  377. data/vendor/local/share/gtk-doc/html/gobject/signal.html +12 -12
  378. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +4 -4
  379. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +4 -4
  380. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +4 -4
  381. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +4 -4
  382. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +4 -4
  383. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  384. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  385. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  386. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  387. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  388. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  389. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  390. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  391. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  392. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  393. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  394. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  395. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  396. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  397. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  398. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  399. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  400. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  401. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  402. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  403. data/vendor/local/share/man/man1/glib-genmarshal.1 +15 -6
  404. data/vendor/local/share/man/man1/glib-mkenums.1 +12 -3
  405. data/vendor/local/share/man/man1/gobject-query.1 +13 -4
  406. data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.log → glib_2.26.1-1_win32.log} +549 -558
  407. data/vendor/local/src/tml/packaging/{glib_2.26.0-2_win32.sh → glib_2.26.1-1_win32.sh} +2 -2
  408. metadata +860 -857
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GFileInfo</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
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.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (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">
31
+ <div class="refentry" title="GFileInfo">
32
32
  <a name="GFileInfo"></a><div class="titlepage"></div>
33
33
  <div class="refnamediv"><table width="100%"><tr>
34
34
  <td valign="top">
@@ -37,7 +37,7 @@
37
37
  </td>
38
38
  <td valign="top" align="right"></td>
39
39
  </tr></table></div>
40
- <div class="refsynopsisdiv">
40
+ <div class="refsynopsisdiv" title="Synopsis">
41
41
  <a name="GFileInfo.synopsis"></a><h2>Synopsis</h2>
42
42
  <pre class="synopsis">
43
43
  #include &lt;gio/gio.h&gt;
@@ -251,18 +251,18 @@ const <span class="returnvalue">char</span> * <a class="link" href="GFile
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
252
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="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>
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
255
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);
256
256
  </pre>
257
257
  </div>
258
- <div class="refsect1">
258
+ <div class="refsect1" title="Object Hierarchy">
259
259
  <a name="GFileInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
260
260
  <pre class="synopsis">
261
261
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
262
262
  +----GFileInfo
263
263
  </pre>
264
264
  </div>
265
- <div class="refsect1">
265
+ <div class="refsect1" title="Description">
266
266
  <a name="GFileInfo.description"></a><h2>Description</h2>
267
267
  <p>
268
268
  Functionality for manipulating basic metadata for files. <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>
@@ -296,9 +296,9 @@ of a particular file at runtime.
296
296
  attributes.
297
297
  </p>
298
298
  </div>
299
- <div class="refsect1">
299
+ <div class="refsect1" title="Details">
300
300
  <a name="GFileInfo.details"></a><h2>Details</h2>
301
- <div class="refsect2">
301
+ <div class="refsect2" title="GFileAttributeMatcher">
302
302
  <a name="GFileAttributeMatcher"></a><h3>GFileAttributeMatcher</h3>
303
303
  <pre class="programlisting">typedef struct _GFileAttributeMatcher GFileAttributeMatcher;</pre>
304
304
  <p>
@@ -306,7 +306,7 @@ Determines if a string matches a file attribute.
306
306
  </p>
307
307
  </div>
308
308
  <hr>
309
- <div class="refsect2">
309
+ <div class="refsect2" title="enum GFileType">
310
310
  <a name="GFileType"></a><h3>enum GFileType</h3>
311
311
  <pre class="programlisting">typedef enum {
312
312
  G_FILE_TYPE_UNKNOWN = 0,
@@ -365,7 +365,7 @@ Indicates the file's on-disk type.
365
365
  </table></div>
366
366
  </div>
367
367
  <hr>
368
- <div class="refsect2">
368
+ <div class="refsect2" title="GFileInfo">
369
369
  <a name="GFileInfo-struct"></a><h3>GFileInfo</h3>
370
370
  <pre class="programlisting">typedef struct _GFileInfo GFileInfo;</pre>
371
371
  <p>
@@ -373,7 +373,7 @@ Stores information about a file system object referenced by a <a class="link" hr
373
373
  </p>
374
374
  </div>
375
375
  <hr>
376
- <div class="refsect2">
376
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_TYPE">
377
377
  <a name="G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_TYPE</h3>
378
378
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_TYPE "standard::type" /* uint32 (GFileType) */
379
379
  </pre>
@@ -384,7 +384,7 @@ The value for this key should contain a <a class="link" href="GFileInfo.html#GFi
384
384
  </p>
385
385
  </div>
386
386
  <hr>
387
- <div class="refsect2">
387
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN">
388
388
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</h3>
389
389
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN "standard::is-hidden" /* boolean */
390
390
  </pre>
@@ -394,7 +394,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
394
394
  </p>
395
395
  </div>
396
396
  <hr>
397
- <div class="refsect2">
397
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP">
398
398
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-BACKUP:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP</h3>
399
399
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP "standard::is-backup" /* boolean */
400
400
  </pre>
@@ -404,7 +404,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
404
404
  </p>
405
405
  </div>
406
406
  <hr>
407
- <div class="refsect2">
407
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK">
408
408
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</h3>
409
409
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK "standard::is-symlink" /* boolean */
410
410
  </pre>
@@ -416,7 +416,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
416
416
  </p>
417
417
  </div>
418
418
  <hr>
419
- <div class="refsect2">
419
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL">
420
420
  <a name="G-FILE-ATTRIBUTE-STANDARD-IS-VIRTUAL:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL</h3>
421
421
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL "standard::is-virtual" /* boolean */
422
422
  </pre>
@@ -426,7 +426,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
426
426
  </p>
427
427
  </div>
428
428
  <hr>
429
- <div class="refsect2">
429
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_NAME">
430
430
  <a name="G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_NAME</h3>
431
431
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_NAME "standard::name" /* byte string */
432
432
  </pre>
@@ -440,7 +440,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
440
440
  </p>
441
441
  </div>
442
442
  <hr>
443
- <div class="refsect2">
443
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME">
444
444
  <a name="G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</h3>
445
445
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME "standard::display-name" /* string */
446
446
  </pre>
@@ -452,7 +452,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
452
452
  </p>
453
453
  </div>
454
454
  <hr>
455
- <div class="refsect2">
455
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME">
456
456
  <a name="G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</h3>
457
457
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME "standard::edit-name" /* string */
458
458
  </pre>
@@ -468,7 +468,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
468
468
  </p>
469
469
  </div>
470
470
  <hr>
471
- <div class="refsect2">
471
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_COPY_NAME">
472
472
  <a name="G-FILE-ATTRIBUTE-STANDARD-COPY-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_COPY_NAME</h3>
473
473
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_COPY_NAME "standard::copy-name" /* string */
474
474
  </pre>
@@ -485,7 +485,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
485
485
  </p>
486
486
  </div>
487
487
  <hr>
488
- <div class="refsect2">
488
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_ICON">
489
489
  <a name="G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_ICON</h3>
490
490
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_ICON "standard::icon" /* object (GIcon) */
491
491
  </pre>
@@ -496,7 +496,7 @@ The value for this key should contain a <a class="link" href="GIcon.html" title=
496
496
  </p>
497
497
  </div>
498
498
  <hr>
499
- <div class="refsect2">
499
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE">
500
500
  <a name="G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</h3>
501
501
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE "standard::content-type" /* string */
502
502
  </pre>
@@ -507,7 +507,7 @@ The value for this key should contain a valid content type.
507
507
  </p>
508
508
  </div>
509
509
  <hr>
510
- <div class="refsect2">
510
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE">
511
511
  <a name="G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE</h3>
512
512
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE "standard::fast-content-type" /* string */
513
513
  </pre>
@@ -520,7 +520,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
520
520
  </p>
521
521
  </div>
522
522
  <hr>
523
- <div class="refsect2">
523
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_SIZE">
524
524
  <a name="G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SIZE</h3>
525
525
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SIZE "standard::size" /* uint64 */
526
526
  </pre>
@@ -530,7 +530,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
530
530
  </p>
531
531
  </div>
532
532
  <hr>
533
- <div class="refsect2">
533
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE">
534
534
  <a name="G-FILE-ATTRIBUTE-STANDARD-ALLOCATED-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE</h3>
535
535
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE "standard::allocated-size" /* uint64 */
536
536
  </pre>
@@ -544,7 +544,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
544
544
  <p class="since">Since 2.20</p>
545
545
  </div>
546
546
  <hr>
547
- <div class="refsect2">
547
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET">
548
548
  <a name="G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</h3>
549
549
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET "standard::symlink-target" /* byte string */
550
550
  </pre>
@@ -555,7 +555,7 @@ is a symlink. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileA
555
555
  </p>
556
556
  </div>
557
557
  <hr>
558
- <div class="refsect2">
558
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_TARGET_URI">
559
559
  <a name="G-FILE-ATTRIBUTE-STANDARD-TARGET-URI:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_TARGET_URI</h3>
560
560
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_TARGET_URI "standard::target-uri" /* string */
561
561
  </pre>
@@ -566,7 +566,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
566
566
  </p>
567
567
  </div>
568
568
  <hr>
569
- <div class="refsect2">
569
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER">
570
570
  <a name="G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</h3>
571
571
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER "standard::sort-order" /* int32 */
572
572
  </pre>
@@ -580,7 +580,7 @@ was zero.
580
580
  </p>
581
581
  </div>
582
582
  <hr>
583
- <div class="refsect2">
583
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_ETAG_VALUE">
584
584
  <a name="G-FILE-ATTRIBUTE-ETAG-VALUE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ETAG_VALUE</h3>
585
585
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ETAG_VALUE "etag::value" /* string */
586
586
  </pre>
@@ -591,7 +591,7 @@ entity tag. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAtt
591
591
  </p>
592
592
  </div>
593
593
  <hr>
594
- <div class="refsect2">
594
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_ID_FILE">
595
595
  <a name="G-FILE-ATTRIBUTE-ID-FILE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ID_FILE</h3>
596
596
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ID_FILE "id::file" /* string */
597
597
  </pre>
@@ -603,7 +603,7 @@ directory scanning.
603
603
  </p>
604
604
  </div>
605
605
  <hr>
606
- <div class="refsect2">
606
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_ID_FILESYSTEM">
607
607
  <a name="G-FILE-ATTRIBUTE-ID-FILESYSTEM:CAPS"></a><h3>G_FILE_ATTRIBUTE_ID_FILESYSTEM</h3>
608
608
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ID_FILESYSTEM "id::filesystem" /* string */
609
609
  </pre>
@@ -616,7 +616,7 @@ to copy).
616
616
  </p>
617
617
  </div>
618
618
  <hr>
619
- <div class="refsect2">
619
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_READ">
620
620
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-READ:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_READ</h3>
621
621
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_READ "access::can-read" /* boolean */
622
622
  </pre>
@@ -627,7 +627,7 @@ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/gli
627
627
  </p>
628
628
  </div>
629
629
  <hr>
630
- <div class="refsect2">
630
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE">
631
631
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-WRITE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE</h3>
632
632
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE "access::can-write" /* boolean */
633
633
  </pre>
@@ -638,7 +638,7 @@ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/gli
638
638
  </p>
639
639
  </div>
640
640
  <hr>
641
- <div class="refsect2">
641
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE">
642
642
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-EXECUTE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE</h3>
643
643
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE "access::can-execute" /* boolean */
644
644
  </pre>
@@ -649,7 +649,7 @@ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/gli
649
649
  </p>
650
650
  </div>
651
651
  <hr>
652
- <div class="refsect2">
652
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE">
653
653
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-DELETE:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE</h3>
654
654
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE "access::can-delete" /* boolean */
655
655
  </pre>
@@ -660,7 +660,7 @@ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/gli
660
660
  </p>
661
661
  </div>
662
662
  <hr>
663
- <div class="refsect2">
663
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH">
664
664
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-TRASH:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH</h3>
665
665
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH "access::can-trash" /* boolean */
666
666
  </pre>
@@ -672,7 +672,7 @@ the trash.
672
672
  </p>
673
673
  </div>
674
674
  <hr>
675
- <div class="refsect2">
675
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME">
676
676
  <a name="G-FILE-ATTRIBUTE-ACCESS-CAN-RENAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME</h3>
677
677
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME "access::can-rename" /* boolean */
678
678
  </pre>
@@ -683,7 +683,7 @@ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/gli
683
683
  </p>
684
684
  </div>
685
685
  <hr>
686
- <div class="refsect2">
686
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT">
687
687
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-MOUNT:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT</h3>
688
688
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT "mountable::can-mount" /* boolean */
689
689
  </pre>
@@ -693,7 +693,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
693
693
  </p>
694
694
  </div>
695
695
  <hr>
696
- <div class="refsect2">
696
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT">
697
697
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-UNMOUNT:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT</h3>
698
698
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT "mountable::can-unmount" /* boolean */
699
699
  </pre>
@@ -703,7 +703,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
703
703
  </p>
704
704
  </div>
705
705
  <hr>
706
- <div class="refsect2">
706
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT">
707
707
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-EJECT:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT</h3>
708
708
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT "mountable::can-eject" /* boolean */
709
709
  </pre>
@@ -713,7 +713,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
713
713
  </p>
714
714
  </div>
715
715
  <hr>
716
- <div class="refsect2">
716
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE">
717
717
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE</h3>
718
718
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE "mountable::unix-device" /* uint32 */
719
719
  </pre>
@@ -723,7 +723,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
723
723
  </p>
724
724
  </div>
725
725
  <hr>
726
- <div class="refsect2">
726
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE">
727
727
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE-FILE:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE</h3>
728
728
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE "mountable::unix-device-file" /* string */
729
729
  </pre>
@@ -734,7 +734,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
734
734
  <p class="since">Since 2.22</p>
735
735
  </div>
736
736
  <hr>
737
- <div class="refsect2">
737
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI">
738
738
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-HAL-UDI:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI</h3>
739
739
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI "mountable::hal-udi" /* string */
740
740
  </pre>
@@ -744,7 +744,7 @@ file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttribute
744
744
  </p>
745
745
  </div>
746
746
  <hr>
747
- <div class="refsect2">
747
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL">
748
748
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-POLL:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL</h3>
749
749
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL "mountable::can-poll" /* boolean */
750
750
  </pre>
@@ -755,7 +755,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
755
755
  <p class="since">Since 2.22</p>
756
756
  </div>
757
757
  <hr>
758
- <div class="refsect2">
758
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC">
759
759
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-IS-MEDIA-CHECK-AUTOMATIC:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC</h3>
760
760
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC "mountable::is-media-check-automatic" /* boolean */
761
761
  </pre>
@@ -767,7 +767,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
767
767
  <p class="since">Since 2.22</p>
768
768
  </div>
769
769
  <hr>
770
- <div class="refsect2">
770
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START">
771
771
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START</h3>
772
772
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START "mountable::can-start" /* boolean */
773
773
  </pre>
@@ -778,7 +778,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
778
778
  <p class="since">Since 2.22</p>
779
779
  </div>
780
780
  <hr>
781
- <div class="refsect2">
781
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED">
782
782
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START-DEGRADED:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED</h3>
783
783
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED "mountable::can-start-degraded" /* boolean */
784
784
  </pre>
@@ -790,7 +790,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
790
790
  <p class="since">Since 2.22</p>
791
791
  </div>
792
792
  <hr>
793
- <div class="refsect2">
793
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP">
794
794
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-STOP:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP</h3>
795
795
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP "mountable::can-stop" /* boolean */
796
796
  </pre>
@@ -801,7 +801,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
801
801
  <p class="since">Since 2.22</p>
802
802
  </div>
803
803
  <hr>
804
- <div class="refsect2">
804
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE">
805
805
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-START-STOP-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE</h3>
806
806
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE "mountable::start-stop-type" /* uint32 (GDriveStartStopType) */
807
807
  </pre>
@@ -812,7 +812,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
812
812
  <p class="since">Since 2.22</p>
813
813
  </div>
814
814
  <hr>
815
- <div class="refsect2">
815
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_MODIFIED">
816
816
  <a name="G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_MODIFIED</h3>
817
817
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED "time::modified" /* uint64 */
818
818
  </pre>
@@ -824,7 +824,7 @@ file was modified.
824
824
  </p>
825
825
  </div>
826
826
  <hr>
827
- <div class="refsect2">
827
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC">
828
828
  <a name="G-FILE-ATTRIBUTE-TIME-MODIFIED-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC</h3>
829
829
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC "time::modified-usec" /* uint32 */
830
830
  </pre>
@@ -836,7 +836,7 @@ the file was last modified. This should be used in conjunction with
836
836
  </p>
837
837
  </div>
838
838
  <hr>
839
- <div class="refsect2">
839
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_ACCESS">
840
840
  <a name="G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_ACCESS</h3>
841
841
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_ACCESS "time::access" /* uint64 */
842
842
  </pre>
@@ -848,7 +848,7 @@ file was last accessed.
848
848
  </p>
849
849
  </div>
850
850
  <hr>
851
- <div class="refsect2">
851
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_ACCESS_USEC">
852
852
  <a name="G-FILE-ATTRIBUTE-TIME-ACCESS-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_ACCESS_USEC</h3>
853
853
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_ACCESS_USEC "time::access-usec" /* uint32 */
854
854
  </pre>
@@ -860,7 +860,7 @@ the file was last accessed. This should be used in conjunction with
860
860
  </p>
861
861
  </div>
862
862
  <hr>
863
- <div class="refsect2">
863
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CHANGED">
864
864
  <a name="G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CHANGED</h3>
865
865
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CHANGED "time::changed" /* uint64 */
866
866
  </pre>
@@ -874,7 +874,7 @@ This corresponds to the traditional UNIX ctime.
874
874
  </p>
875
875
  </div>
876
876
  <hr>
877
- <div class="refsect2">
877
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CHANGED_USEC">
878
878
  <a name="G-FILE-ATTRIBUTE-TIME-CHANGED-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CHANGED_USEC</h3>
879
879
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CHANGED_USEC "time::changed-usec" /* uint32 */
880
880
  </pre>
@@ -886,7 +886,7 @@ the file was last changed. This should be used in conjunction with
886
886
  </p>
887
887
  </div>
888
888
  <hr>
889
- <div class="refsect2">
889
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CREATED">
890
890
  <a name="G-FILE-ATTRIBUTE-TIME-CREATED:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CREATED</h3>
891
891
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CREATED "time::created" /* uint64 */
892
892
  </pre>
@@ -900,7 +900,7 @@ This corresponds to the NTFS ctime.
900
900
  </p>
901
901
  </div>
902
902
  <hr>
903
- <div class="refsect2">
903
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_TIME_CREATED_USEC">
904
904
  <a name="G-FILE-ATTRIBUTE-TIME-CREATED-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CREATED_USEC</h3>
905
905
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CREATED_USEC "time::created-usec" /* uint32 */
906
906
  </pre>
@@ -912,7 +912,7 @@ the file was created. This should be used in conjunction with
912
912
  </p>
913
913
  </div>
914
914
  <hr>
915
- <div class="refsect2">
915
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_DEVICE">
916
916
  <a name="G-FILE-ATTRIBUTE-UNIX-DEVICE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_DEVICE</h3>
917
917
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_DEVICE "unix::device" /* uint32 */
918
918
  </pre>
@@ -924,7 +924,7 @@ available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAt
924
924
  </p>
925
925
  </div>
926
926
  <hr>
927
- <div class="refsect2">
927
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_INODE">
928
928
  <a name="G-FILE-ATTRIBUTE-UNIX-INODE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_INODE</h3>
929
929
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_INODE "unix::inode" /* uint64 */
930
930
  </pre>
@@ -935,7 +935,7 @@ This attribute is only available for UNIX file systems. Corresponding
935
935
  </p>
936
936
  </div>
937
937
  <hr>
938
- <div class="refsect2">
938
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_MODE">
939
939
  <a name="G-FILE-ATTRIBUTE-UNIX-MODE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_MODE</h3>
940
940
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_MODE "unix::mode" /* uint32 */
941
941
  </pre>
@@ -947,7 +947,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
947
947
  </p>
948
948
  </div>
949
949
  <hr>
950
- <div class="refsect2">
950
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_NLINK">
951
951
  <a name="G-FILE-ATTRIBUTE-UNIX-NLINK:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_NLINK</h3>
952
952
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_NLINK "unix::nlink" /* uint32 */
953
953
  </pre>
@@ -959,7 +959,7 @@ for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.ht
959
959
  </p>
960
960
  </div>
961
961
  <hr>
962
- <div class="refsect2">
962
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_UID">
963
963
  <a name="G-FILE-ATTRIBUTE-UNIX-UID:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_UID</h3>
964
964
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_UID "unix::uid" /* uint32 */
965
965
  </pre>
@@ -970,7 +970,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
970
970
  </p>
971
971
  </div>
972
972
  <hr>
973
- <div class="refsect2">
973
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_GID">
974
974
  <a name="G-FILE-ATTRIBUTE-UNIX-GID:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_GID</h3>
975
975
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_GID "unix::gid" /* uint32 */
976
976
  </pre>
@@ -981,7 +981,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
981
981
  </p>
982
982
  </div>
983
983
  <hr>
984
- <div class="refsect2">
984
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_RDEV">
985
985
  <a name="G-FILE-ATTRIBUTE-UNIX-RDEV:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_RDEV</h3>
986
986
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_RDEV "unix::rdev" /* uint32 */
987
987
  </pre>
@@ -993,7 +993,7 @@ is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CA
993
993
  </p>
994
994
  </div>
995
995
  <hr>
996
- <div class="refsect2">
996
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE">
997
997
  <a name="G-FILE-ATTRIBUTE-UNIX-BLOCK-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE</h3>
998
998
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE "unix::block-size" /* uint32 */
999
999
  </pre>
@@ -1004,7 +1004,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1004
1004
  </p>
1005
1005
  </div>
1006
1006
  <hr>
1007
- <div class="refsect2">
1007
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_BLOCKS">
1008
1008
  <a name="G-FILE-ATTRIBUTE-UNIX-BLOCKS:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_BLOCKS</h3>
1009
1009
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_BLOCKS "unix::blocks" /* uint64 */
1010
1010
  </pre>
@@ -1015,7 +1015,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1015
1015
  </p>
1016
1016
  </div>
1017
1017
  <hr>
1018
- <div class="refsect2">
1018
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT">
1019
1019
  <a name="G-FILE-ATTRIBUTE-UNIX-IS-MOUNTPOINT:CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT</h3>
1020
1020
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT "unix::is-mountpoint" /* boolean */
1021
1021
  </pre>
@@ -1027,7 +1027,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1027
1027
  </p>
1028
1028
  </div>
1029
1029
  <hr>
1030
- <div class="refsect2">
1030
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE">
1031
1031
  <a name="G-FILE-ATTRIBUTE-DOS-IS-ARCHIVE:CAPS"></a><h3>G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE</h3>
1032
1032
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE "dos::is-archive" /* boolean */
1033
1033
  </pre>
@@ -1039,7 +1039,7 @@ is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:C
1039
1039
  </p>
1040
1040
  </div>
1041
1041
  <hr>
1042
- <div class="refsect2">
1042
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_DOS_IS_SYSTEM">
1043
1043
  <a name="G-FILE-ATTRIBUTE-DOS-IS-SYSTEM:CAPS"></a><h3>G_FILE_ATTRIBUTE_DOS_IS_SYSTEM</h3>
1044
1044
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_SYSTEM "dos::is-system" /* boolean */
1045
1045
  </pre>
@@ -1051,7 +1051,7 @@ is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:C
1051
1051
  </p>
1052
1052
  </div>
1053
1053
  <hr>
1054
- <div class="refsect2">
1054
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_OWNER_USER">
1055
1055
  <a name="G-FILE-ATTRIBUTE-OWNER-USER:CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_USER</h3>
1056
1056
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_USER "owner::user" /* string */
1057
1057
  </pre>
@@ -1062,7 +1062,7 @@ file's owner. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileA
1062
1062
  </p>
1063
1063
  </div>
1064
1064
  <hr>
1065
- <div class="refsect2">
1065
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_OWNER_USER_REAL">
1066
1066
  <a name="G-FILE-ATTRIBUTE-OWNER-USER-REAL:CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_USER_REAL</h3>
1067
1067
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_USER_REAL "owner::user-real" /* string */
1068
1068
  </pre>
@@ -1073,7 +1073,7 @@ user that owns the file. Corresponding <a class="link" href="gio-GFileAttribute.
1073
1073
  </p>
1074
1074
  </div>
1075
1075
  <hr>
1076
- <div class="refsect2">
1076
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_OWNER_GROUP">
1077
1077
  <a name="G-FILE-ATTRIBUTE-OWNER-GROUP:CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_GROUP</h3>
1078
1078
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_GROUP "owner::group" /* string */
1079
1079
  </pre>
@@ -1083,7 +1083,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1083
1083
  </p>
1084
1084
  </div>
1085
1085
  <hr>
1086
- <div class="refsect2">
1086
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_THUMBNAIL_PATH">
1087
1087
  <a name="G-FILE-ATTRIBUTE-THUMBNAIL-PATH:CAPS"></a><h3>G_FILE_ATTRIBUTE_THUMBNAIL_PATH</h3>
1088
1088
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAIL_PATH "thumbnail::path" /* bytestring */
1089
1089
  </pre>
@@ -1094,7 +1094,7 @@ image. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttribut
1094
1094
  </p>
1095
1095
  </div>
1096
1096
  <hr>
1097
- <div class="refsect2">
1097
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_THUMBNAILING_FAILED">
1098
1098
  <a name="G-FILE-ATTRIBUTE-THUMBNAILING-FAILED:CAPS"></a><h3>G_FILE_ATTRIBUTE_THUMBNAILING_FAILED</h3>
1099
1099
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAILING_FAILED "thumbnail::failed" /* boolean */
1100
1100
  </pre>
@@ -1105,7 +1105,7 @@ This attribute is <a href="http://library.gnome.org/devel/glib/unstable/glib-Sta
1105
1105
  </p>
1106
1106
  </div>
1107
1107
  <hr>
1108
- <div class="refsect2">
1108
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_PREVIEW_ICON">
1109
1109
  <a name="G-FILE-ATTRIBUTE-PREVIEW-ICON:CAPS"></a><h3>G_FILE_ATTRIBUTE_PREVIEW_ICON</h3>
1110
1110
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_PREVIEW_ICON "preview::icon" /* object (GIcon) */
1111
1111
  </pre>
@@ -1119,7 +1119,7 @@ for this key should contain a <a class="link" href="GIcon.html" title="GIcon"><s
1119
1119
  <p class="since">Since 2.20</p>
1120
1120
  </div>
1121
1121
  <hr>
1122
- <div class="refsect2">
1122
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_SIZE">
1123
1123
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-SIZE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_SIZE</h3>
1124
1124
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_SIZE "filesystem::size" /* uint64 */
1125
1125
  </pre>
@@ -1130,7 +1130,7 @@ is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CA
1130
1130
  </p>
1131
1131
  </div>
1132
1132
  <hr>
1133
- <div class="refsect2">
1133
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_FREE">
1134
1134
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-FREE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_FREE</h3>
1135
1135
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_FREE "filesystem::free" /* uint64 */
1136
1136
  </pre>
@@ -1141,7 +1141,7 @@ file system. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAt
1141
1141
  </p>
1142
1142
  </div>
1143
1143
  <hr>
1144
- <div class="refsect2">
1144
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_TYPE">
1145
1145
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_TYPE</h3>
1146
1146
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_TYPE "filesystem::type" /* string */
1147
1147
  </pre>
@@ -1151,7 +1151,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1151
1151
  </p>
1152
1152
  </div>
1153
1153
  <hr>
1154
- <div class="refsect2">
1154
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_READONLY">
1155
1155
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-READONLY:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_READONLY</h3>
1156
1156
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_READONLY "filesystem::readonly" /* boolean */
1157
1157
  </pre>
@@ -1162,7 +1162,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1162
1162
  </p>
1163
1163
  </div>
1164
1164
  <hr>
1165
- <div class="refsect2">
1165
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_GVFS_BACKEND">
1166
1166
  <a name="G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS"></a><h3>G_FILE_ATTRIBUTE_GVFS_BACKEND</h3>
1167
1167
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_GVFS_BACKEND "gvfs::backend" /* string */
1168
1168
  </pre>
@@ -1173,7 +1173,7 @@ GVFS backend in use. Corresponding <a class="link" href="gio-GFileAttribute.html
1173
1173
  </p>
1174
1174
  </div>
1175
1175
  <hr>
1176
- <div class="refsect2">
1176
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_SELINUX_CONTEXT">
1177
1177
  <a name="G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS"></a><h3>G_FILE_ATTRIBUTE_SELINUX_CONTEXT</h3>
1178
1178
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_SELINUX_CONTEXT "selinux::context" /* string */
1179
1179
  </pre>
@@ -1185,7 +1185,7 @@ available if GLib has been built with SELinux support.
1185
1185
  </p>
1186
1186
  </div>
1187
1187
  <hr>
1188
- <div class="refsect2">
1188
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT">
1189
1189
  <a name="G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT</h3>
1190
1190
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count" /* uint32 */
1191
1191
  </pre>
@@ -1196,7 +1196,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1196
1196
  </p>
1197
1197
  </div>
1198
1198
  <hr>
1199
- <div class="refsect2">
1199
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_TRASH_DELETION_DATE">
1200
1200
  <a name="G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_DELETION_DATE</h3>
1201
1201
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_DELETION_DATE "trash::deletion-date" /* string */
1202
1202
  </pre>
@@ -1209,7 +1209,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1209
1209
  <p class="since">Since 2.24.</p>
1210
1210
  </div>
1211
1211
  <hr>
1212
- <div class="refsect2">
1212
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_TRASH_ORIG_PATH">
1213
1213
  <a name="G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_ORIG_PATH</h3>
1214
1214
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ORIG_PATH "trash::orig-path" /* string */
1215
1215
  </pre>
@@ -1222,7 +1222,7 @@ was trashed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAt
1222
1222
  <p class="since">Since 2.24.</p>
1223
1223
  </div>
1224
1224
  <hr>
1225
- <div class="refsect2">
1225
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW">
1226
1226
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</h3>
1227
1227
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW "filesystem::use-preview" /* uint32 (GFilesystemPreviewType) */
1228
1228
  </pre>
@@ -1234,7 +1234,7 @@ file system. The value for this key contain a
1234
1234
  </p>
1235
1235
  </div>
1236
1236
  <hr>
1237
- <div class="refsect2">
1237
+ <div class="refsect2" title="G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION">
1238
1238
  <a name="G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</h3>
1239
1239
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION "standard::description" /* string */
1240
1240
  </pre>
@@ -1251,7 +1251,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
1251
1251
  </p>
1252
1252
  </div>
1253
1253
  <hr>
1254
- <div class="refsect2">
1254
+ <div class="refsect2" title="g_file_info_new ()">
1255
1255
  <a name="g-file-info-new"></a><h3>g_file_info_new ()</h3>
1256
1256
  <pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_file_info_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1257
1257
  <p>
@@ -1267,7 +1267,7 @@ Creates a new file info structure.
1267
1267
  </table></div>
1268
1268
  </div>
1269
1269
  <hr>
1270
- <div class="refsect2">
1270
+ <div class="refsect2" title="g_file_info_dup ()">
1271
1271
  <a name="g-file-info-dup"></a><h3>g_file_info_dup ()</h3>
1272
1272
  <pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_file_info_dup (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *other</code></em>);</pre>
1273
1273
  <p>
@@ -1290,7 +1290,7 @@ Duplicates a file info structure.
1290
1290
  </table></div>
1291
1291
  </div>
1292
1292
  <hr>
1293
- <div class="refsect2">
1293
+ <div class="refsect2" title="g_file_info_copy_into ()">
1294
1294
  <a name="g-file-info-copy-into"></a><h3>g_file_info_copy_into ()</h3>
1295
1295
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_copy_into (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *src_info</code></em>,
1296
1296
  <em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *dest_info</code></em>);</pre>
@@ -1314,7 +1314,7 @@ Copies all of the <span class="type">GFileAttribute</span>s from <em class="para
1314
1314
  </table></div>
1315
1315
  </div>
1316
1316
  <hr>
1317
- <div class="refsect2">
1317
+ <div class="refsect2" title="g_file_info_has_attribute ()">
1318
1318
  <a name="g-file-info-has-attribute"></a><h3>g_file_info_has_attribute ()</h3>
1319
1319
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_has_attribute (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1320
1320
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1344,7 +1344,7 @@ Checks if a file info structure has an attribute named <em class="parameter"><co
1344
1344
  </table></div>
1345
1345
  </div>
1346
1346
  <hr>
1347
- <div class="refsect2">
1347
+ <div class="refsect2" title="g_file_info_has_namespace ()">
1348
1348
  <a name="g-file-info-has-namespace"></a><h3>g_file_info_has_namespace ()</h3>
1349
1349
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_has_namespace (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1350
1350
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);</pre>
@@ -1377,7 +1377,7 @@ specified <em class="parameter"><code>name_space</code></em>.
1377
1377
  <p class="since">Since 2.22</p>
1378
1378
  </div>
1379
1379
  <hr>
1380
- <div class="refsect2">
1380
+ <div class="refsect2" title="g_file_info_list_attributes ()">
1381
1381
  <a name="g-file-info-list-attributes"></a><h3>g_file_info_list_attributes ()</h3>
1382
1382
  <pre class="programlisting"><span class="returnvalue">char</span> ** g_file_info_list_attributes (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1383
1383
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);</pre>
@@ -1408,7 +1408,7 @@ possible attribute types for the given <em class="parameter"><code>name_space</c
1408
1408
  </table></div>
1409
1409
  </div>
1410
1410
  <hr>
1411
- <div class="refsect2">
1411
+ <div class="refsect2" title="g_file_info_get_attribute_type ()">
1412
1412
  <a name="g-file-info-get-attribute-type"></a><h3>g_file_info_get_attribute_type ()</h3>
1413
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>,
1414
1414
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1438,7 +1438,7 @@ Gets the attribute type for an attribute key.
1438
1438
  </table></div>
1439
1439
  </div>
1440
1440
  <hr>
1441
- <div class="refsect2">
1441
+ <div class="refsect2" title="g_file_info_remove_attribute ()">
1442
1442
  <a name="g-file-info-remove-attribute"></a><h3>g_file_info_remove_attribute ()</h3>
1443
1443
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_remove_attribute (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1444
1444
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1462,7 +1462,7 @@ Removes all cases of <em class="parameter"><code>attribute</code></em> from <em
1462
1462
  </table></div>
1463
1463
  </div>
1464
1464
  <hr>
1465
- <div class="refsect2">
1465
+ <div class="refsect2" title="g_file_info_get_attribute_as_string ()">
1466
1466
  <a name="g-file-info-get-attribute-as-string"></a><h3>g_file_info_get_attribute_as_string ()</h3>
1467
1467
  <pre class="programlisting"><span class="returnvalue">char</span> * g_file_info_get_attribute_as_string (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1468
1468
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1494,7 +1494,7 @@ utf8.
1494
1494
  </table></div>
1495
1495
  </div>
1496
1496
  <hr>
1497
- <div class="refsect2">
1497
+ <div class="refsect2" title="g_file_info_get_attribute_data ()">
1498
1498
  <a name="g-file-info-get-attribute-data"></a><h3>g_file_info_get_attribute_data ()</h3>
1499
1499
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_attribute_data (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1500
1500
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -1542,7 +1542,7 @@ Gets the attribute type, value and status for an attribute key.
1542
1542
  </table></div>
1543
1543
  </div>
1544
1544
  <hr>
1545
- <div class="refsect2">
1545
+ <div class="refsect2" title="g_file_info_get_attribute_status ()">
1546
1546
  <a name="g-file-info-get-attribute-status"></a><h3>g_file_info_get_attribute_status ()</h3>
1547
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>,
1548
1548
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1573,7 +1573,7 @@ Gets the attribute status for an attribute key.
1573
1573
  </table></div>
1574
1574
  </div>
1575
1575
  <hr>
1576
- <div class="refsect2">
1576
+ <div class="refsect2" title="g_file_info_get_attribute_string ()">
1577
1577
  <a name="g-file-info-get-attribute-string"></a><h3>g_file_info_get_attribute_string ()</h3>
1578
1578
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_attribute_string (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1579
1579
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1604,7 +1604,7 @@ not contain a string, <a href="http://library.gnome.org/devel/glib/unstable/glib
1604
1604
  </table></div>
1605
1605
  </div>
1606
1606
  <hr>
1607
- <div class="refsect2">
1607
+ <div class="refsect2" title="g_file_info_get_attribute_stringv ()">
1608
1608
  <a name="g-file-info-get-attribute-stringv"></a><h3>g_file_info_get_attribute_stringv ()</h3>
1609
1609
  <pre class="programlisting"><span class="returnvalue">char</span> ** g_file_info_get_attribute_stringv (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1610
1610
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1637,7 +1637,7 @@ not contain a stringv, <a href="http://library.gnome.org/devel/glib/unstable/gli
1637
1637
  <p class="since">Since 2.22</p>
1638
1638
  </div>
1639
1639
  <hr>
1640
- <div class="refsect2">
1640
+ <div class="refsect2" title="g_file_info_get_attribute_byte_string ()">
1641
1641
  <a name="g-file-info-get-attribute-byte-string"></a><h3>g_file_info_get_attribute_byte_string ()</h3>
1642
1642
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_attribute_byte_string
1643
1643
  (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
@@ -1669,7 +1669,7 @@ not contain a byte string, <a href="http://library.gnome.org/devel/glib/unstable
1669
1669
  </table></div>
1670
1670
  </div>
1671
1671
  <hr>
1672
- <div class="refsect2">
1672
+ <div class="refsect2" title="g_file_info_get_attribute_boolean ()">
1673
1673
  <a name="g-file-info-get-attribute-boolean"></a><h3>g_file_info_get_attribute_boolean ()</h3>
1674
1674
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_attribute_boolean (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1675
1675
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1699,7 +1699,7 @@ contain a boolean value, <a href="http://library.gnome.org/devel/glib/unstable/g
1699
1699
  </table></div>
1700
1700
  </div>
1701
1701
  <hr>
1702
- <div class="refsect2">
1702
+ <div class="refsect2" title="g_file_info_get_attribute_uint32 ()">
1703
1703
  <a name="g-file-info-get-attribute-uint32"></a><h3>g_file_info_get_attribute_uint32 ()</h3>
1704
1704
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> g_file_info_get_attribute_uint32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1705
1705
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1730,7 +1730,7 @@ attribute does not contain an unsigned 32-bit integer, or is invalid,
1730
1730
  </table></div>
1731
1731
  </div>
1732
1732
  <hr>
1733
- <div class="refsect2">
1733
+ <div class="refsect2" title="g_file_info_get_attribute_int32 ()">
1734
1734
  <a name="g-file-info-get-attribute-int32"></a><h3>g_file_info_get_attribute_int32 ()</h3>
1735
1735
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> g_file_info_get_attribute_int32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1736
1736
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1761,7 +1761,7 @@ attribute does not contain a signed 32-bit integer, or is invalid,
1761
1761
  </table></div>
1762
1762
  </div>
1763
1763
  <hr>
1764
- <div class="refsect2">
1764
+ <div class="refsect2" title="g_file_info_get_attribute_uint64 ()">
1765
1765
  <a name="g-file-info-get-attribute-uint64"></a><h3>g_file_info_get_attribute_uint64 ()</h3>
1766
1766
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a> g_file_info_get_attribute_uint64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1767
1767
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1792,7 +1792,7 @@ attribute does not contain an unsigned 64-bit integer, or is invalid,
1792
1792
  </table></div>
1793
1793
  </div>
1794
1794
  <hr>
1795
- <div class="refsect2">
1795
+ <div class="refsect2" title="g_file_info_get_attribute_int64 ()">
1796
1796
  <a name="g-file-info-get-attribute-int64"></a><h3>g_file_info_get_attribute_int64 ()</h3>
1797
1797
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a> g_file_info_get_attribute_int64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1798
1798
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1823,7 +1823,7 @@ attribute does not contain an signed 64-bit integer, or is invalid,
1823
1823
  </table></div>
1824
1824
  </div>
1825
1825
  <hr>
1826
- <div class="refsect2">
1826
+ <div class="refsect2" title="g_file_info_get_attribute_object ()">
1827
1827
  <a name="g-file-info-get-attribute-object"></a><h3>g_file_info_get_attribute_object ()</h3>
1828
1828
  <pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * g_file_info_get_attribute_object (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1829
1829
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -1854,7 +1854,7 @@ not contain a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-T
1854
1854
  </table></div>
1855
1855
  </div>
1856
1856
  <hr>
1857
- <div class="refsect2">
1857
+ <div class="refsect2" title="g_file_info_set_attribute ()">
1858
1858
  <a name="g-file-info-set-attribute"></a><h3>g_file_info_set_attribute ()</h3>
1859
1859
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1860
1860
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -1890,7 +1890,7 @@ Sets the <em class="parameter"><code>attribute</code></em> to contain the given
1890
1890
  </table></div>
1891
1891
  </div>
1892
1892
  <hr>
1893
- <div class="refsect2">
1893
+ <div class="refsect2" title="g_file_info_set_attribute_status ()">
1894
1894
  <a name="g-file-info-set-attribute-status"></a><h3>g_file_info_set_attribute_status ()</h3>
1895
1895
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_set_attribute_status (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1896
1896
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -1933,7 +1933,7 @@ is returned and <em class="parameter"><code>info</code></em> is unchanged.
1933
1933
  <p class="since">Since 2.22</p>
1934
1934
  </div>
1935
1935
  <hr>
1936
- <div class="refsect2">
1936
+ <div class="refsect2" title="g_file_info_set_attribute_string ()">
1937
1937
  <a name="g-file-info-set-attribute-string"></a><h3>g_file_info_set_attribute_string ()</h3>
1938
1938
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_string (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1939
1939
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -1964,7 +1964,7 @@ if possible.
1964
1964
  </table></div>
1965
1965
  </div>
1966
1966
  <hr>
1967
- <div class="refsect2">
1967
+ <div class="refsect2" title="g_file_info_set_attribute_stringv ()">
1968
1968
  <a name="g-file-info-set-attribute-stringv"></a><h3>g_file_info_set_attribute_stringv ()</h3>
1969
1969
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_stringv (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1970
1970
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -1998,7 +1998,7 @@ Sinze: 2.22
1998
1998
  </table></div>
1999
1999
  </div>
2000
2000
  <hr>
2001
- <div class="refsect2">
2001
+ <div class="refsect2" title="g_file_info_set_attribute_byte_string ()">
2002
2002
  <a name="g-file-info-set-attribute-byte-string"></a><h3>g_file_info_set_attribute_byte_string ()</h3>
2003
2003
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_byte_string
2004
2004
  (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
@@ -2030,7 +2030,7 @@ if possible.
2030
2030
  </table></div>
2031
2031
  </div>
2032
2032
  <hr>
2033
- <div class="refsect2">
2033
+ <div class="refsect2" title="g_file_info_set_attribute_boolean ()">
2034
2034
  <a name="g-file-info-set-attribute-boolean"></a><h3>g_file_info_set_attribute_boolean ()</h3>
2035
2035
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_boolean (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2036
2036
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2061,7 +2061,7 @@ if possible.
2061
2061
  </table></div>
2062
2062
  </div>
2063
2063
  <hr>
2064
- <div class="refsect2">
2064
+ <div class="refsect2" title="g_file_info_set_attribute_uint32 ()">
2065
2065
  <a name="g-file-info-set-attribute-uint32"></a><h3>g_file_info_set_attribute_uint32 ()</h3>
2066
2066
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_uint32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2067
2067
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2092,7 +2092,7 @@ if possible.
2092
2092
  </table></div>
2093
2093
  </div>
2094
2094
  <hr>
2095
- <div class="refsect2">
2095
+ <div class="refsect2" title="g_file_info_set_attribute_int32 ()">
2096
2096
  <a name="g-file-info-set-attribute-int32"></a><h3>g_file_info_set_attribute_int32 ()</h3>
2097
2097
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_int32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2098
2098
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2123,7 +2123,7 @@ if possible.
2123
2123
  </table></div>
2124
2124
  </div>
2125
2125
  <hr>
2126
- <div class="refsect2">
2126
+ <div class="refsect2" title="g_file_info_set_attribute_uint64 ()">
2127
2127
  <a name="g-file-info-set-attribute-uint64"></a><h3>g_file_info_set_attribute_uint64 ()</h3>
2128
2128
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_uint64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2129
2129
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2154,7 +2154,7 @@ if possible.
2154
2154
  </table></div>
2155
2155
  </div>
2156
2156
  <hr>
2157
- <div class="refsect2">
2157
+ <div class="refsect2" title="g_file_info_set_attribute_int64 ()">
2158
2158
  <a name="g-file-info-set-attribute-int64"></a><h3>g_file_info_set_attribute_int64 ()</h3>
2159
2159
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_int64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2160
2160
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2185,7 +2185,7 @@ if possible.
2185
2185
  </table></div>
2186
2186
  </div>
2187
2187
  <hr>
2188
- <div class="refsect2">
2188
+ <div class="refsect2" title="g_file_info_set_attribute_object ()">
2189
2189
  <a name="g-file-info-set-attribute-object"></a><h3>g_file_info_set_attribute_object ()</h3>
2190
2190
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_object (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2191
2191
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
@@ -2216,7 +2216,7 @@ if possible.
2216
2216
  </table></div>
2217
2217
  </div>
2218
2218
  <hr>
2219
- <div class="refsect2">
2219
+ <div class="refsect2" title="g_file_info_clear_status ()">
2220
2220
  <a name="g-file-info-clear-status"></a><h3>g_file_info_clear_status ()</h3>
2221
2221
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_clear_status (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2222
2222
  <p>
@@ -2232,7 +2232,7 @@ Clears the status information from <em class="parameter"><code>info</code></em>.
2232
2232
  </table></div>
2233
2233
  </div>
2234
2234
  <hr>
2235
- <div class="refsect2">
2235
+ <div class="refsect2" title="g_file_info_get_file_type ()">
2236
2236
  <a name="g-file-info-get-file-type"></a><h3>g_file_info_get_file_type ()</h3>
2237
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>
2238
2238
  <p>
@@ -2256,7 +2256,7 @@ This is different from the file's content type, see <a class="link" href="GFileI
2256
2256
  </table></div>
2257
2257
  </div>
2258
2258
  <hr>
2259
- <div class="refsect2">
2259
+ <div class="refsect2" title="g_file_info_get_is_hidden ()">
2260
2260
  <a name="g-file-info-get-is-hidden"></a><h3>g_file_info_get_is_hidden ()</h3>
2261
2261
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_hidden (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2262
2262
  <p>
@@ -2279,7 +2279,7 @@ Checks if a file is hidden.
2279
2279
  </table></div>
2280
2280
  </div>
2281
2281
  <hr>
2282
- <div class="refsect2">
2282
+ <div class="refsect2" title="g_file_info_get_is_backup ()">
2283
2283
  <a name="g-file-info-get-is-backup"></a><h3>g_file_info_get_is_backup ()</h3>
2284
2284
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_backup (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2285
2285
  <p>
@@ -2302,7 +2302,7 @@ Checks if a file is a backup file.
2302
2302
  </table></div>
2303
2303
  </div>
2304
2304
  <hr>
2305
- <div class="refsect2">
2305
+ <div class="refsect2" title="g_file_info_get_is_symlink ()">
2306
2306
  <a name="g-file-info-get-is-symlink"></a><h3>g_file_info_get_is_symlink ()</h3>
2307
2307
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_symlink (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2308
2308
  <p>
@@ -2325,7 +2325,7 @@ Checks if a file is a symlink.
2325
2325
  </table></div>
2326
2326
  </div>
2327
2327
  <hr>
2328
- <div class="refsect2">
2328
+ <div class="refsect2" title="g_file_info_get_name ()">
2329
2329
  <a name="g-file-info-get-name"></a><h3>g_file_info_get_name ()</h3>
2330
2330
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2331
2331
  <p>
@@ -2348,7 +2348,7 @@ Gets the name for a file.
2348
2348
  </table></div>
2349
2349
  </div>
2350
2350
  <hr>
2351
- <div class="refsect2">
2351
+ <div class="refsect2" title="g_file_info_get_display_name ()">
2352
2352
  <a name="g-file-info-get-display-name"></a><h3>g_file_info_get_display_name ()</h3>
2353
2353
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_display_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2354
2354
  <p>
@@ -2371,7 +2371,7 @@ Gets a display name for a file.
2371
2371
  </table></div>
2372
2372
  </div>
2373
2373
  <hr>
2374
- <div class="refsect2">
2374
+ <div class="refsect2" title="g_file_info_get_edit_name ()">
2375
2375
  <a name="g-file-info-get-edit-name"></a><h3>g_file_info_get_edit_name ()</h3>
2376
2376
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_edit_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2377
2377
  <p>
@@ -2394,7 +2394,7 @@ Gets the edit name for a file.
2394
2394
  </table></div>
2395
2395
  </div>
2396
2396
  <hr>
2397
- <div class="refsect2">
2397
+ <div class="refsect2" title="g_file_info_get_icon ()">
2398
2398
  <a name="g-file-info-get-icon"></a><h3>g_file_info_get_icon ()</h3>
2399
2399
  <pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * g_file_info_get_icon (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2400
2400
  <p>
@@ -2417,7 +2417,7 @@ Gets the icon for a file.
2417
2417
  </table></div>
2418
2418
  </div>
2419
2419
  <hr>
2420
- <div class="refsect2">
2420
+ <div class="refsect2" title="g_file_info_get_content_type ()">
2421
2421
  <a name="g-file-info-get-content-type"></a><h3>g_file_info_get_content_type ()</h3>
2422
2422
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_content_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2423
2423
  <p>
@@ -2440,7 +2440,7 @@ Gets the file's content type.
2440
2440
  </table></div>
2441
2441
  </div>
2442
2442
  <hr>
2443
- <div class="refsect2">
2443
+ <div class="refsect2" title="g_file_info_get_size ()">
2444
2444
  <a name="g-file-info-get-size"></a><h3>g_file_info_get_size ()</h3>
2445
2445
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#goffset"><span class="returnvalue">goffset</span></a> g_file_info_get_size (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2446
2446
  <p>
@@ -2463,7 +2463,7 @@ Gets the file's size.
2463
2463
  </table></div>
2464
2464
  </div>
2465
2465
  <hr>
2466
- <div class="refsect2">
2466
+ <div class="refsect2" title="g_file_info_get_modification_time ()">
2467
2467
  <a name="g-file-info-get-modification-time"></a><h3>g_file_info_get_modification_time ()</h3>
2468
2468
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_get_modification_time (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2469
2469
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *result</code></em>);</pre>
@@ -2488,7 +2488,7 @@ in <em class="parameter"><code>result</code></em>.
2488
2488
  </table></div>
2489
2489
  </div>
2490
2490
  <hr>
2491
- <div class="refsect2">
2491
+ <div class="refsect2" title="g_file_info_get_symlink_target ()">
2492
2492
  <a name="g-file-info-get-symlink-target"></a><h3>g_file_info_get_symlink_target ()</h3>
2493
2493
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_symlink_target (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2494
2494
  <p>
@@ -2511,7 +2511,7 @@ Gets the symlink target for a given <a class="link" href="GFileInfo.html" title=
2511
2511
  </table></div>
2512
2512
  </div>
2513
2513
  <hr>
2514
- <div class="refsect2">
2514
+ <div class="refsect2" title="g_file_info_get_etag ()">
2515
2515
  <a name="g-file-info-get-etag"></a><h3>g_file_info_get_etag ()</h3>
2516
2516
  <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_etag (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2517
2517
  <p>
@@ -2535,7 +2535,7 @@ Gets the <a class="link" href="GFile.html#gfile-etag">entity tag</a> for a given
2535
2535
  </table></div>
2536
2536
  </div>
2537
2537
  <hr>
2538
- <div class="refsect2">
2538
+ <div class="refsect2" title="g_file_info_get_sort_order ()">
2539
2539
  <a name="g-file-info-get-sort-order"></a><h3>g_file_info_get_sort_order ()</h3>
2540
2540
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> g_file_info_get_sort_order (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2541
2541
  <p>
@@ -2559,7 +2559,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CA
2559
2559
  </table></div>
2560
2560
  </div>
2561
2561
  <hr>
2562
- <div class="refsect2">
2562
+ <div class="refsect2" title="g_file_info_set_attribute_mask ()">
2563
2563
  <a name="g-file-info-set-attribute-mask"></a><h3>g_file_info_set_attribute_mask ()</h3>
2564
2564
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_mask (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2565
2565
  <em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *mask</code></em>);</pre>
@@ -2583,7 +2583,7 @@ Sets <em class="parameter"><code>mask</code></em> on <em class="parameter"><code
2583
2583
  </table></div>
2584
2584
  </div>
2585
2585
  <hr>
2586
- <div class="refsect2">
2586
+ <div class="refsect2" title="g_file_info_unset_attribute_mask ()">
2587
2587
  <a name="g-file-info-unset-attribute-mask"></a><h3>g_file_info_unset_attribute_mask ()</h3>
2588
2588
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_unset_attribute_mask (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2589
2589
  <p>
@@ -2601,7 +2601,7 @@ is set.
2601
2601
  </table></div>
2602
2602
  </div>
2603
2603
  <hr>
2604
- <div class="refsect2">
2604
+ <div class="refsect2" title="g_file_info_set_file_type ()">
2605
2605
  <a name="g-file-info-set-file-type"></a><h3>g_file_info_set_file_type ()</h3>
2606
2606
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_file_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2607
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>
@@ -2626,7 +2626,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS" ti
2626
2626
  </table></div>
2627
2627
  </div>
2628
2628
  <hr>
2629
- <div class="refsect2">
2629
+ <div class="refsect2" title="g_file_info_set_is_hidden ()">
2630
2630
  <a name="g-file-info-set-is-hidden"></a><h3>g_file_info_set_is_hidden ()</h3>
2631
2631
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_is_hidden (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2632
2632
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_hidden</code></em>);</pre>
@@ -2651,7 +2651,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAP
2651
2651
  </table></div>
2652
2652
  </div>
2653
2653
  <hr>
2654
- <div class="refsect2">
2654
+ <div class="refsect2" title="g_file_info_set_is_symlink ()">
2655
2655
  <a name="g-file-info-set-is-symlink"></a><h3>g_file_info_set_is_symlink ()</h3>
2656
2656
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_is_symlink (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2657
2657
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_symlink</code></em>);</pre>
@@ -2676,7 +2676,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CA
2676
2676
  </table></div>
2677
2677
  </div>
2678
2678
  <hr>
2679
- <div class="refsect2">
2679
+ <div class="refsect2" title="g_file_info_set_name ()">
2680
2680
  <a name="g-file-info-set-name"></a><h3>g_file_info_set_name ()</h3>
2681
2681
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2682
2682
  <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre>
@@ -2701,7 +2701,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS" ti
2701
2701
  </table></div>
2702
2702
  </div>
2703
2703
  <hr>
2704
- <div class="refsect2">
2704
+ <div class="refsect2" title="g_file_info_set_display_name ()">
2705
2705
  <a name="g-file-info-set-display-name"></a><h3>g_file_info_set_display_name ()</h3>
2706
2706
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_display_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2707
2707
  <em class="parameter"><code>const <span class="type">char</span> *display_name</code></em>);</pre>
@@ -2726,7 +2726,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:
2726
2726
  </table></div>
2727
2727
  </div>
2728
2728
  <hr>
2729
- <div class="refsect2">
2729
+ <div class="refsect2" title="g_file_info_set_edit_name ()">
2730
2730
  <a name="g-file-info-set-edit-name"></a><h3>g_file_info_set_edit_name ()</h3>
2731
2731
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_edit_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2732
2732
  <em class="parameter"><code>const <span class="type">char</span> *edit_name</code></em>);</pre>
@@ -2751,7 +2751,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAP
2751
2751
  </table></div>
2752
2752
  </div>
2753
2753
  <hr>
2754
- <div class="refsect2">
2754
+ <div class="refsect2" title="g_file_info_set_icon ()">
2755
2755
  <a name="g-file-info-set-icon"></a><h3>g_file_info_set_icon ()</h3>
2756
2756
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_icon (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2757
2757
  <em class="parameter"><code><a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
@@ -2776,7 +2776,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS" ti
2776
2776
  </table></div>
2777
2777
  </div>
2778
2778
  <hr>
2779
- <div class="refsect2">
2779
+ <div class="refsect2" title="g_file_info_set_content_type ()">
2780
2780
  <a name="g-file-info-set-content-type"></a><h3>g_file_info_set_content_type ()</h3>
2781
2781
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_content_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2782
2782
  <em class="parameter"><code>const <span class="type">char</span> *content_type</code></em>);</pre>
@@ -2801,7 +2801,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:
2801
2801
  </table></div>
2802
2802
  </div>
2803
2803
  <hr>
2804
- <div class="refsect2">
2804
+ <div class="refsect2" title="g_file_info_set_size ()">
2805
2805
  <a name="g-file-info-set-size"></a><h3>g_file_info_set_size ()</h3>
2806
2806
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_size (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2807
2807
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> size</code></em>);</pre>
@@ -2826,7 +2826,7 @@ to the given size.
2826
2826
  </table></div>
2827
2827
  </div>
2828
2828
  <hr>
2829
- <div class="refsect2">
2829
+ <div class="refsect2" title="g_file_info_set_modification_time ()">
2830
2830
  <a name="g-file-info-set-modification-time"></a><h3>g_file_info_set_modification_time ()</h3>
2831
2831
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_modification_time (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2832
2832
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *mtime</code></em>);</pre>
@@ -2851,7 +2851,7 @@ info to the given time value.
2851
2851
  </table></div>
2852
2852
  </div>
2853
2853
  <hr>
2854
- <div class="refsect2">
2854
+ <div class="refsect2" title="g_file_info_set_symlink_target ()">
2855
2855
  <a name="g-file-info-set-symlink-target"></a><h3>g_file_info_set_symlink_target ()</h3>
2856
2856
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_symlink_target (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2857
2857
  <em class="parameter"><code>const <span class="type">char</span> *symlink_target</code></em>);</pre>
@@ -2876,7 +2876,7 @@ to the given symlink target.
2876
2876
  </table></div>
2877
2877
  </div>
2878
2878
  <hr>
2879
- <div class="refsect2">
2879
+ <div class="refsect2" title="g_file_info_set_sort_order ()">
2880
2880
  <a name="g-file-info-set-sort-order"></a><h3>g_file_info_set_sort_order ()</h3>
2881
2881
  <pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_sort_order (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
2882
2882
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sort_order</code></em>);</pre>
@@ -2901,7 +2901,7 @@ Sets the sort order attribute in the file info structure. See
2901
2901
  </table></div>
2902
2902
  </div>
2903
2903
  <hr>
2904
- <div class="refsect2">
2904
+ <div class="refsect2" title="g_file_attribute_matcher_new ()">
2905
2905
  <a name="g-file-attribute-matcher-new"></a><h3>g_file_attribute_matcher_new ()</h3>
2906
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>
2907
2907
  <p>
@@ -2922,7 +2922,7 @@ The wildcard "*" may be used to match all keys and namespaces, or
2922
2922
  Examples of strings to use:
2923
2923
  </p>
2924
2924
  <div class="table">
2925
- <a name="id430267"></a><p class="title"><b>Table 3. File Attribute Matcher strings and results</b></p>
2925
+ <a name="id636415"></a><p class="title"><b>Table 3. File Attribute Matcher strings and results</b></p>
2926
2926
  <div class="table-contents"><table summary="File Attribute Matcher strings and results" border="1">
2927
2927
  <colgroup>
2928
2928
  <col>
@@ -2968,7 +2968,7 @@ all keys in the unix namespace.</td>
2968
2968
  </table></div>
2969
2969
  </div>
2970
2970
  <hr>
2971
- <div class="refsect2">
2971
+ <div class="refsect2" title="g_file_attribute_matcher_ref ()">
2972
2972
  <a name="g-file-attribute-matcher-ref"></a><h3>g_file_attribute_matcher_ref ()</h3>
2973
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>
2974
2974
  <p>
@@ -2991,7 +2991,7 @@ References a file attribute matcher.
2991
2991
  </table></div>
2992
2992
  </div>
2993
2993
  <hr>
2994
- <div class="refsect2">
2994
+ <div class="refsect2" title="g_file_attribute_matcher_unref ()">
2995
2995
  <a name="g-file-attribute-matcher-unref"></a><h3>g_file_attribute_matcher_unref ()</h3>
2996
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>
2997
2997
  <p>
@@ -3008,7 +3008,7 @@ the <em class="parameter"><code>matcher</code></em> is automatically freed.
3008
3008
  </table></div>
3009
3009
  </div>
3010
3010
  <hr>
3011
- <div class="refsect2">
3011
+ <div class="refsect2" title="g_file_attribute_matcher_matches ()">
3012
3012
  <a name="g-file-attribute-matcher-matches"></a><h3>g_file_attribute_matcher_matches ()</h3>
3013
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>,
3014
3014
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
@@ -3039,7 +3039,7 @@ will always return <a href="http://library.gnome.org/devel/glib/unstable/glib-St
3039
3039
  </table></div>
3040
3040
  </div>
3041
3041
  <hr>
3042
- <div class="refsect2">
3042
+ <div class="refsect2" title="g_file_attribute_matcher_matches_only ()">
3043
3043
  <a name="g-file-attribute-matcher-matches-only"></a><h3>g_file_attribute_matcher_matches_only ()</h3>
3044
3044
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_attribute_matcher_matches_only
3045
3045
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
@@ -3070,7 +3070,7 @@ returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
3070
3070
  </table></div>
3071
3071
  </div>
3072
3072
  <hr>
3073
- <div class="refsect2">
3073
+ <div class="refsect2" title="g_file_attribute_matcher_enumerate_namespace ()">
3074
3074
  <a name="g-file-attribute-matcher-enumerate-namespace"></a><h3>g_file_attribute_matcher_enumerate_namespace ()</h3>
3075
3075
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_attribute_matcher_enumerate_namespace
3076
3076
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
@@ -3107,9 +3107,9 @@ in the given <em class="parameter"><code>ns</code></em>, <a href="http://library
3107
3107
  </table></div>
3108
3108
  </div>
3109
3109
  <hr>
3110
- <div class="refsect2">
3110
+ <div class="refsect2" title="g_file_attribute_matcher_enumerate_next ()">
3111
3111
  <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
3112
+ <pre class="programlisting">const <span class="returnvalue">char</span> * g_file_attribute_matcher_enumerate_next
3113
3113
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
3114
3114
  <p>
3115
3115
  Gets the next matched attribute from a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
@@ -3132,13 +3132,13 @@ no more attribute exist.
3132
3132
  </table></div>
3133
3133
  </div>
3134
3134
  </div>
3135
- <div class="refsect1">
3135
+ <div class="refsect1" title="See Also">
3136
3136
  <a name="GFileInfo.see-also"></a><h2>See Also</h2>
3137
3137
  <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
3138
3138
  </div>
3139
3139
  </div>
3140
3140
  <div class="footer">
3141
3141
  <hr>
3142
- Generated by GTK-Doc V1.15.1</div>
3142
+ Generated by GTK-Doc V1.15</div>
3143
3143
  </body>
3144
3144
  </html>