glib2 3.0.8-x64-mingw32 → 3.0.9-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (576) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/ext/glib2/extconf.rb +0 -1
  4. data/ext/glib2/rbglib-variant-type.c +5 -1
  5. data/ext/glib2/rbglib-variant.c +21 -7
  6. data/ext/glib2/rbglib.c +0 -38
  7. data/ext/glib2/rbglib.h +2 -2
  8. data/ext/glib2/rbglib_convert.c +3 -9
  9. data/ext/glib2/rbglib_matchinfo.c +4 -0
  10. data/ext/glib2/rbglib_regex.c +12 -1
  11. data/ext/glib2/rbgobj_object.c +112 -10
  12. data/ext/glib2/rbgobj_signal.c +12 -1
  13. data/ext/glib2/rbgobj_type.c +7 -1
  14. data/ext/glib2/rbgobject.c +0 -6
  15. data/ext/glib2/rbgprivate.h +0 -4
  16. data/ext/glib2/rbgutil.c +0 -2
  17. data/ext/glib2/rbgutil.h +1 -3
  18. data/lib/2.2/glib2.so +0 -0
  19. data/lib/2.3/glib2.so +0 -0
  20. data/lib/glib2.rb +7 -0
  21. data/lib/gnome2/rake/external-package.rb +119 -2
  22. data/lib/gnome2/rake/package-task.rb +63 -3
  23. data/lib/gnome2/rake/windows-binary-build-task.rb +343 -337
  24. data/lib/gnome2/rake/windows-binary-download-task.rb +151 -148
  25. data/lib/mkmf-gnome2.rb +11 -30
  26. data/test/test-binding.rb +157 -66
  27. data/test/test_glib2.rb +21 -6
  28. data/vendor/local/bin/asn1Coding.exe +0 -0
  29. data/vendor/local/bin/asn1Decoding.exe +0 -0
  30. data/vendor/local/bin/asn1Parser.exe +0 -0
  31. data/vendor/local/bin/gdbus.exe +0 -0
  32. data/vendor/local/bin/gio-querymodules.exe +0 -0
  33. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  34. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  35. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  36. data/vendor/local/bin/glib-gettextize +1 -1
  37. data/vendor/local/bin/glib-mkenums +1 -1
  38. data/vendor/local/bin/gobject-query.exe +0 -0
  39. data/vendor/local/bin/gresource.exe +0 -0
  40. data/vendor/local/bin/gsettings.exe +0 -0
  41. data/vendor/local/bin/gspawn-win64-helper-console.exe +0 -0
  42. data/vendor/local/bin/gspawn-win64-helper.exe +0 -0
  43. data/vendor/local/bin/iconv.exe +0 -0
  44. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  45. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  46. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  47. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  48. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  49. data/vendor/local/bin/libnettle-6-2.dll +0 -0
  50. data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
  51. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  52. data/vendor/local/include/glib-2.0/gio/gioenums.h +1 -1
  53. data/vendor/local/include/glib-2.0/glib/gmacros.h +21 -6
  54. data/vendor/local/include/glib-2.0/glib/gregex.h +1 -1
  55. data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
  56. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  57. data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
  58. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  59. data/vendor/local/lib/libasprintf.dll.a +0 -0
  60. data/vendor/local/lib/libcharset.dll.a +0 -0
  61. data/vendor/local/lib/libffi.dll.a +0 -0
  62. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  63. data/vendor/local/lib/libgio-2.0.la +1 -1
  64. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  65. data/vendor/local/lib/libglib-2.0.la +1 -1
  66. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  67. data/vendor/local/lib/libgmodule-2.0.la +1 -1
  68. data/vendor/local/lib/libgmp.dll.a +0 -0
  69. data/vendor/local/lib/libgnutls.dll.a +0 -0
  70. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  71. data/vendor/local/lib/libgobject-2.0.la +1 -1
  72. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  73. data/vendor/local/lib/libgthread-2.0.la +1 -1
  74. data/vendor/local/lib/libhogweed.dll.a +0 -0
  75. data/vendor/local/lib/libiconv.dll.a +0 -0
  76. data/vendor/local/lib/libidn.dll.a +0 -0
  77. data/vendor/local/lib/libintl.dll.a +0 -0
  78. data/vendor/local/lib/libnettle.dll.a +0 -0
  79. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  80. data/vendor/local/lib/libpcre.dll.a +0 -0
  81. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  82. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  83. data/vendor/local/lib/libtasn1.dll.a +0 -0
  84. data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
  85. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  86. data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
  87. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  88. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  89. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  90. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  91. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  92. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  93. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  94. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/{libglib-2.0.so.0.4800.0-gdb.py → libglib-2.0.so.0.4800.1-gdb.py} +0 -0
  95. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/{libgobject-2.0.so.0.4800.0-gdb.py → libgobject-2.0.so.0.4800.1-gdb.py} +0 -0
  96. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  97. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  98. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  99. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  100. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  101. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  102. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  103. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  104. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  105. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  106. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  107. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  108. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  109. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  110. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  111. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  112. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  113. data/vendor/local/share/gtk-doc/html/gio/GAction.html +98 -104
  114. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +116 -121
  115. data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +28 -33
  116. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +206 -211
  117. data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +9 -9
  118. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +219 -221
  119. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +87 -87
  120. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +63 -68
  121. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +36 -41
  122. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +62 -62
  123. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +29 -29
  124. data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +18 -18
  125. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +81 -81
  126. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +28 -28
  127. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +16 -21
  128. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +43 -43
  129. data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +7 -7
  130. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +38 -38
  131. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +526 -526
  132. data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +17 -17
  133. data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +66 -71
  134. data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +8 -8
  135. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +202 -202
  136. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +76 -76
  137. data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +29 -29
  138. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +43 -43
  139. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +141 -146
  140. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +32 -36
  141. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +12 -16
  142. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +28 -35
  143. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +229 -229
  144. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +51 -51
  145. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +160 -160
  146. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +86 -86
  147. data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +73 -78
  148. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +181 -186
  149. data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +29 -33
  150. data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +122 -122
  151. data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +12 -16
  152. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +14 -14
  153. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +17 -17
  154. data/vendor/local/share/gtk-doc/html/gio/GFile.html +890 -895
  155. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -16
  156. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +78 -78
  157. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +21 -21
  158. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +9 -9
  159. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +239 -239
  160. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +18 -18
  161. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +29 -29
  162. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +21 -21
  163. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +19 -19
  164. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +15 -15
  165. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +15 -15
  166. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +39 -39
  167. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +60 -60
  168. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +48 -53
  169. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +110 -110
  170. data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +37 -37
  171. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -31
  172. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +68 -75
  173. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +142 -142
  174. data/vendor/local/share/gtk-doc/html/gio/GListModel.html +44 -49
  175. data/vendor/local/share/gtk-doc/html/gio/GListStore.html +35 -35
  176. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +19 -24
  177. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +19 -19
  178. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +57 -57
  179. data/vendor/local/share/gtk-doc/html/gio/GMenu.html +143 -143
  180. data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +107 -107
  181. data/vendor/local/share/gtk-doc/html/gio/GMount.html +161 -166
  182. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +83 -83
  183. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +45 -45
  184. data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +54 -59
  185. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +34 -34
  186. data/vendor/local/share/gtk-doc/html/gio/GNotification.html +51 -51
  187. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +186 -186
  188. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +71 -71
  189. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +40 -45
  190. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +40 -45
  191. data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +36 -36
  192. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +25 -30
  193. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +59 -59
  194. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +32 -37
  195. data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +18 -23
  196. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +147 -147
  197. data/vendor/local/share/gtk-doc/html/gio/GResource.html +114 -114
  198. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +46 -51
  199. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +354 -354
  200. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +47 -52
  201. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -46
  202. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +15 -15
  203. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +146 -146
  204. data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +5 -5
  205. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -7
  206. data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +19 -19
  207. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +454 -454
  208. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +26 -26
  209. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +138 -138
  210. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +37 -42
  211. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +54 -54
  212. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +20 -20
  213. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +91 -91
  214. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +22 -22
  215. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +38 -38
  216. data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +139 -139
  217. data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +63 -63
  218. data/vendor/local/share/gtk-doc/html/gio/GTask.html +219 -219
  219. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +12 -12
  220. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +7 -7
  221. data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +21 -21
  222. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +24 -24
  223. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +16 -16
  224. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +53 -58
  225. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +57 -57
  226. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +40 -47
  227. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +84 -84
  228. data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +79 -84
  229. data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +13 -17
  230. data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +32 -32
  231. data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +41 -46
  232. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +11 -15
  233. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +52 -52
  234. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +12 -12
  235. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +43 -43
  236. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +25 -25
  237. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +25 -25
  238. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +25 -25
  239. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +38 -38
  240. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +24 -24
  241. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +117 -122
  242. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +87 -87
  243. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +14 -14
  244. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +10 -10
  245. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -2
  246. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +2 -2
  251. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +2 -2
  253. data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +2 -2
  254. data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +2 -2
  256. data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +2 -2
  257. data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +2 -2
  258. data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +2 -2
  259. data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +2 -2
  260. data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +2 -2
  263. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2 -2
  264. data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
  265. data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/gio/ch01.html +2 -2
  267. data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -3
  268. data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
  269. data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
  270. data/vendor/local/share/gtk-doc/html/gio/ch33.html +7 -7
  271. data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +3 -3
  272. data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +4 -4
  273. data/vendor/local/share/gtk-doc/html/gio/ch34.html +2 -2
  274. data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +2 -2
  275. data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +4 -4
  276. data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +2 -2
  277. data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +2 -2
  278. data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +6 -6
  279. data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +2 -2
  280. data/vendor/local/share/gtk-doc/html/gio/ch35.html +4 -4
  281. data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +3 -3
  282. data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +10 -10
  283. data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +3 -3
  284. data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
  285. data/vendor/local/share/gtk-doc/html/gio/data-models.html +2 -2
  286. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
  288. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
  289. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
  290. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
  291. data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +2 -2
  292. data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +55 -55
  293. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
  294. data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +4 -4
  295. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
  296. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +5 -5
  297. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +51 -51
  298. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +188 -188
  299. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +72 -72
  300. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +110 -117
  301. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +48 -48
  302. data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -11
  303. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +86 -86
  304. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +7 -7
  305. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +7 -7
  306. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +103 -103
  307. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +22 -22
  308. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +15 -15
  309. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +41 -41
  310. data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -11
  311. data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +108 -108
  312. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +17 -17
  313. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +17 -17
  314. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +221 -221
  315. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +63 -63
  316. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -23
  317. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +128 -128
  318. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +57 -57
  319. data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +2 -2
  320. data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +71 -71
  321. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +6 -6
  322. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
  323. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +450 -10
  324. data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +3 -3
  325. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +2 -2
  326. data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +2 -2
  327. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -5
  328. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
  329. data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
  330. data/vendor/local/share/gtk-doc/html/gio/index.html +3 -3
  331. data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
  332. data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
  333. data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
  334. data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
  335. data/vendor/local/share/gtk-doc/html/gio/pt02.html +2 -2
  336. data/vendor/local/share/gtk-doc/html/gio/registry.html +2 -2
  337. data/vendor/local/share/gtk-doc/html/gio/resolver.html +2 -2
  338. data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
  339. data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +2 -2
  340. data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
  341. data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
  342. data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +2 -2
  343. data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
  344. data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
  345. data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
  346. data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
  347. data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
  348. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
  349. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +4 -2
  350. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +2 -2
  351. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +2 -2
  352. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +2 -2
  353. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
  354. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +2 -2
  355. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +2 -2
  356. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +2 -2
  357. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +2 -2
  358. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +2 -2
  359. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +2 -2
  360. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +2 -2
  361. data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +2 -2
  362. data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +2 -2
  363. data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +2 -2
  364. data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +2 -2
  365. data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +2 -2
  366. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -10
  367. data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +2 -2
  369. data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +2 -2
  370. data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +2 -2
  371. data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +2 -2
  372. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +2 -2
  374. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +3 -10
  376. data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
  377. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +42 -42
  378. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +44 -44
  379. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -40
  380. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +18 -18
  381. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +32 -32
  382. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +14 -14
  383. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +5 -5
  384. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +68 -68
  385. data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +14 -14
  386. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +56 -56
  387. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +120 -120
  388. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +15 -15
  389. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +35 -35
  390. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +72 -72
  391. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +21 -21
  392. data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +17 -17
  393. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +24 -24
  394. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +93 -93
  395. data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +50 -50
  396. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +64 -64
  397. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +69 -69
  398. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +19 -19
  399. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +21 -21
  400. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +80 -80
  401. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +157 -157
  402. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +20 -20
  403. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +292 -266
  404. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +423 -421
  405. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +13 -13
  406. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +92 -92
  407. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +62 -62
  408. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +12 -12
  409. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +27 -56
  410. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +84 -84
  411. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +81 -81
  412. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +31 -31
  413. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +45 -45
  414. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +55 -55
  415. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +22 -22
  416. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +80 -78
  417. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +36 -36
  418. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +83 -83
  419. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +81 -81
  420. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +4 -4
  421. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +84 -84
  422. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +34 -34
  423. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -15
  424. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +30 -30
  425. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +20 -20
  426. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +67 -67
  427. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +9 -9
  428. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +34 -34
  429. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +58 -58
  430. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +19 -19
  431. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -30
  432. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +12 -12
  433. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +195 -189
  434. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +65 -65
  435. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +91 -91
  436. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +166 -166
  437. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
  438. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +86 -86
  439. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +10 -10
  440. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
  441. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +8 -8
  442. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +46 -38
  443. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +16 -16
  444. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +134 -134
  445. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +128 -128
  446. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +19 -19
  447. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +20 -20
  448. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +2 -2
  449. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +2 -2
  450. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +2 -2
  451. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
  452. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
  455. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +2 -2
  456. data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +2 -2
  459. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +189 -51
  462. data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
  463. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +2 -2
  464. data/vendor/local/share/gtk-doc/html/glib/gtester.html +2 -2
  465. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +15 -15
  466. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +17 -17
  467. data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
  468. data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
  469. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +55 -55
  470. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +28 -33
  471. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +12 -12
  472. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -2
  473. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +2 -2
  474. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +2 -2
  475. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +2 -2
  476. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +2 -2
  477. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +2 -2
  478. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +2 -2
  481. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +2 -2
  482. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +2 -2
  483. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +2 -2
  484. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +2 -2
  485. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +2 -2
  486. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +2 -2
  488. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +2 -2
  489. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +2 -2
  490. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +2 -2
  492. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +2 -2
  493. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +2 -2
  494. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +2 -2
  495. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +2 -2
  496. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +2 -2
  497. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
  498. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +4 -4
  499. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +2 -2
  500. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +3 -3
  501. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +2 -2
  503. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +72 -62
  504. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +301 -301
  505. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +71 -71
  506. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +139 -139
  507. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +92 -92
  508. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +304 -304
  509. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +570 -682
  510. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +276 -276
  511. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +349 -349
  512. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +54 -54
  513. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +15 -15
  514. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
  515. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +5 -5
  516. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +2 -2
  517. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +153 -8
  518. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +3 -3
  519. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +2 -2
  520. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +9 -9
  521. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +2 -2
  522. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +2 -2
  523. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +2 -2
  524. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +4 -4
  525. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  526. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +15 -15
  527. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +2 -2
  528. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +5 -5
  529. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +4 -4
  530. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +6 -6
  531. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +9 -9
  533. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +4 -4
  534. data/vendor/local/share/gtk-doc/html/gobject/index.html +3 -3
  535. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +2 -2
  536. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
  537. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
  538. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
  539. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
  540. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
  541. data/vendor/local/share/gtk-doc/html/gobject/signal.html +5 -5
  542. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
  543. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
  544. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
  545. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
  546. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
  547. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +4 -4
  548. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +12 -12
  549. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +15 -15
  550. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +2 -2
  551. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +2 -2
  552. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  553. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  554. data/vendor/local/share/locale/fur/LC_MESSAGES/glib-networking.mo +0 -0
  555. data/vendor/local/share/locale/gd/LC_MESSAGES/glib-networking.mo +0 -0
  556. data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
  557. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  558. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  559. data/vendor/local/share/man/man1/gapplication.1 +1 -1
  560. data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
  561. data/vendor/local/share/man/man1/gdbus.1 +1 -1
  562. data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
  563. data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
  564. data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
  565. data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
  566. data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
  567. data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
  568. data/vendor/local/share/man/man1/gobject-query.1 +1 -1
  569. data/vendor/local/share/man/man1/gresource.1 +1 -1
  570. data/vendor/local/share/man/man1/gsettings.1 +1 -1
  571. data/vendor/local/share/man/man1/gtester-report.1 +1 -1
  572. data/vendor/local/share/man/man1/gtester.1 +1 -1
  573. metadata +6 -8
  574. data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -4612
  575. data/vendor/local/share/gtk-doc/html/glib/index.sgml +0 -3447
  576. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +0 -924
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="streaming.html" title="Streaming I/O">
9
9
  <link rel="prev" href="GFileOutputStream.html" title="GFileOutputStream">
10
10
  <link rel="next" href="GFileDescriptorBased.html" title="GFileDescriptorBased">
11
- <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -91,7 +91,7 @@
91
91
  </div>
92
92
  <div class="refsect1">
93
93
  <a name="GFileIOStream.object-hierarchy"></a><h2>Object Hierarchy</h2>
94
- <pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
94
+ <pre class="screen"> <a href="../gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
95
95
  <span class="lineart">╰──</span> <a class="link" href="GIOStream.html" title="GIOStream">GIOStream</a>
96
96
  <span class="lineart">╰──</span> GFileIOStream
97
97
  </pre>
@@ -136,7 +136,7 @@ g_file_io_stream_get_etag (<em class="parameter"><code><a class="link" href="GFi
136
136
  This must be called after the stream has been written
137
137
  and closed, as the etag can change while writing.</p>
138
138
  <div class="refsect3">
139
- <a name="id-1.4.7.9.9.2.5"></a><h4>Parameters</h4>
139
+ <a name="g-file-io-stream-get-etag.parameters"></a><h4>Parameters</h4>
140
140
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
141
141
  <colgroup>
142
142
  <col width="150px" class="parameters_name">
@@ -151,7 +151,7 @@ and closed, as the etag can change while writing.</p>
151
151
  </table></div>
152
152
  </div>
153
153
  <div class="refsect3">
154
- <a name="id-1.4.7.9.9.2.6"></a><h4>Returns</h4>
154
+ <a name="g-file-io-stream-get-etag.returns"></a><h4>Returns</h4>
155
155
  <p> the entity tag for the stream.</p>
156
156
  </div>
157
157
  <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
@@ -163,7 +163,7 @@ and closed, as the etag can change while writing.</p>
163
163
  g_file_io_stream_query_info (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
164
164
  <em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>,
165
165
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
166
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
166
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
167
167
  <p>Queries a file io stream for the given <em class="parameter"><code>attributes</code></em>
168
168
  .
169
169
  This function blocks while querying the stream. For the asynchronous
@@ -178,14 +178,14 @@ internally, and any other operations on the stream will fail with
178
178
  set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-PENDING:CAPS"><code class="literal">G_IO_ERROR_PENDING</code></a>), or if querying info is not supported for
179
179
  the stream's interface (with <em class="parameter"><code>error</code></em>
180
180
  being set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-NOT-SUPPORTED:CAPS"><code class="literal">G_IO_ERROR_NOT_SUPPORTED</code></a>). I
181
- all cases of failure, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
181
+ all cases of failure, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
182
182
  <p>If <em class="parameter"><code>cancellable</code></em>
183
- is not <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the operation can be cancelled by
183
+ is not <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the operation can be cancelled by
184
184
  triggering the cancellable object from another thread. If the operation
185
- was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be set, and <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will
185
+ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be set, and <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will
186
186
  be returned.</p>
187
187
  <div class="refsect3">
188
- <a name="id-1.4.7.9.9.3.7"></a><h4>Parameters</h4>
188
+ <a name="g-file-io-stream-query-info.parameters"></a><h4>Parameters</h4>
189
189
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
190
190
  <colgroup>
191
191
  <col width="150px" class="parameters_name">
@@ -205,21 +205,21 @@ be returned.</p>
205
205
  </tr>
206
206
  <tr>
207
207
  <td class="parameter_name"><p>cancellable</p></td>
208
- <td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
208
+ <td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
209
209
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
210
210
  </tr>
211
211
  <tr>
212
212
  <td class="parameter_name"><p>error</p></td>
213
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.</p></td>
213
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.</p></td>
214
214
  <td class="parameter_annotations"> </td>
215
215
  </tr>
216
216
  </tbody>
217
217
  </table></div>
218
218
  </div>
219
219
  <div class="refsect3">
220
- <a name="id-1.4.7.9.9.3.8"></a><h4>Returns</h4>
220
+ <a name="g-file-io-stream-query-info.returns"></a><h4>Returns</h4>
221
221
  <p> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for the <em class="parameter"><code>stream</code></em>
222
- , or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
222
+ , or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
223
223
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
224
224
  </div>
225
225
  <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
@@ -233,7 +233,7 @@ g_file_io_stream_query_info_async (<em class="parameter"><code><a class="link" h
233
233
  <em class="parameter"><code><span class="type">int</span> io_priority</code></em>,
234
234
  <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
235
235
  <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
236
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
236
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
237
237
  <p>Asynchronously queries the <em class="parameter"><code>stream</code></em>
238
238
  for a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>. When completed,
239
239
  <em class="parameter"><code>callback</code></em>
@@ -242,7 +242,7 @@ finish the operation with <a class="link" href="GFileIOStream.html#g-file-io-str
242
242
  <p>For the synchronous version of this function, see
243
243
  <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info" title="g_file_io_stream_query_info ()"><code class="function">g_file_io_stream_query_info()</code></a>.</p>
244
244
  <div class="refsect3">
245
- <a name="id-1.4.7.9.9.4.6"></a><h4>Parameters</h4>
245
+ <a name="g-file-io-stream-query-info-async.parameters"></a><h4>Parameters</h4>
246
246
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
247
247
  <colgroup>
248
248
  <col width="150px" class="parameters_name">
@@ -267,7 +267,7 @@ finish the operation with <a class="link" href="GFileIOStream.html#g-file-io-str
267
267
  </tr>
268
268
  <tr>
269
269
  <td class="parameter_name"><p>cancellable</p></td>
270
- <td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
270
+ <td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
271
271
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
272
272
  </tr>
273
273
  <tr>
@@ -291,11 +291,11 @@ finish the operation with <a class="link" href="GFileIOStream.html#g-file-io-str
291
291
  <pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> *
292
292
  g_file_io_stream_query_info_finish (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
293
293
  <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
294
- <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
294
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
295
295
  <p>Finalizes the asynchronous query started
296
296
  by <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" title="g_file_io_stream_query_info_async ()"><code class="function">g_file_io_stream_query_info_async()</code></a>.</p>
297
297
  <div class="refsect3">
298
- <a name="id-1.4.7.9.9.5.5"></a><h4>Parameters</h4>
298
+ <a name="g-file-io-stream-query-info-finish.parameters"></a><h4>Parameters</h4>
299
299
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
300
300
  <colgroup>
301
301
  <col width="150px" class="parameters_name">
@@ -315,14 +315,14 @@ by <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" t
315
315
  </tr>
316
316
  <tr>
317
317
  <td class="parameter_name"><p>error</p></td>
318
- <td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.</p></td>
318
+ <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.</p></td>
319
319
  <td class="parameter_annotations"> </td>
320
320
  </tr>
321
321
  </tbody>
322
322
  </table></div>
323
323
  </div>
324
324
  <div class="refsect3">
325
- <a name="id-1.4.7.9.9.5.6"></a><h4>Returns</h4>
325
+ <a name="g-file-io-stream-query-info-finish.returns"></a><h4>Returns</h4>
326
326
  <p> A <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for the finished query. </p>
327
327
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
328
328
  </div>
@@ -345,6 +345,6 @@ a few file-specific operations and seeking and truncating.</p>
345
345
  </div>
346
346
  </div>
347
347
  <div class="footer">
348
- <hr>Generated by GTK-Doc V1.24</div>
348
+ <hr>Generated by GTK-Doc V1.25.1</div>
349
349
  </body>
350
350
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="icons.html" title="Icons">
9
9
  <link rel="prev" href="GIcon.html" title="GIcon">
10
10
  <link rel="next" href="GBytesIcon.html" title="GBytesIcon">
11
- <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -92,7 +92,7 @@
92
92
  </div>
93
93
  <div class="refsect1">
94
94
  <a name="GFileIcon.object-hierarchy"></a><h2>Object Hierarchy</h2>
95
- <pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
95
+ <pre class="screen"> <a href="../gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
96
96
  <span class="lineart">╰──</span> GFileIcon
97
97
  </pre>
98
98
  </div>
@@ -120,7 +120,7 @@ to be used as icon.</p>
120
120
  g_file_icon_new (<em class="parameter"><code><a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> *file</code></em>);</pre>
121
121
  <p>Creates a new icon for a file.</p>
122
122
  <div class="refsect3">
123
- <a name="id-1.4.10.3.10.2.5"></a><h4>Parameters</h4>
123
+ <a name="g-file-icon-new.parameters"></a><h4>Parameters</h4>
124
124
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
125
125
  <colgroup>
126
126
  <col width="150px" class="parameters_name">
@@ -135,10 +135,10 @@ g_file_icon_new (<em class="parameter"><code><a class="link" href="GFile.html" t
135
135
  </table></div>
136
136
  </div>
137
137
  <div class="refsect3">
138
- <a name="id-1.4.10.3.10.2.6"></a><h4>Returns</h4>
138
+ <a name="g-file-icon-new.returns"></a><h4>Returns</h4>
139
139
  <p> a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given
140
140
  <em class="parameter"><code>file</code></em>
141
- , or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
141
+ , or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
142
142
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GFileIcon]</span></p>
143
143
  </div>
144
144
  </div>
@@ -150,7 +150,7 @@ g_file_icon_get_file (<em class="parameter"><code><a class="link" href="GFileIco
150
150
  <p>Gets the <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> associated with the given <em class="parameter"><code>icon</code></em>
151
151
  .</p>
152
152
  <div class="refsect3">
153
- <a name="id-1.4.10.3.10.3.5"></a><h4>Parameters</h4>
153
+ <a name="g-file-icon-get-file.parameters"></a><h4>Parameters</h4>
154
154
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
155
155
  <colgroup>
156
156
  <col width="150px" class="parameters_name">
@@ -165,8 +165,8 @@ g_file_icon_get_file (<em class="parameter"><code><a class="link" href="GFileIco
165
165
  </table></div>
166
166
  </div>
167
167
  <div class="refsect3">
168
- <a name="id-1.4.10.3.10.3.6"></a><h4>Returns</h4>
169
- <p> a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
168
+ <a name="g-file-icon-get-file.returns"></a><h4>Returns</h4>
169
+ <p> a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
170
170
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
171
171
  </div>
172
172
  </div>
@@ -194,6 +194,6 @@ g_file_icon_get_file (<em class="parameter"><code><a class="link" href="GFileIco
194
194
  </div>
195
195
  </div>
196
196
  <div class="footer">
197
- <hr>Generated by GTK-Doc V1.24</div>
197
+ <hr>Generated by GTK-Doc V1.25.1</div>
198
198
  </body>
199
199
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="file_ops.html" title="File Operations">
9
9
  <link rel="prev" href="gio-GFileAttribute.html" title="GFileAttribute">
10
10
  <link rel="next" href="GFileEnumerator.html" title="GFileEnumerator">
11
- <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -66,7 +66,7 @@
66
66
  </tr>
67
67
  <tr>
68
68
  <td class="function_type">
69
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
69
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
70
70
  </td>
71
71
  <td class="function_name">
72
72
  <a class="link" href="GFileInfo.html#g-file-info-has-attribute" title="g_file_info_has_attribute ()">g_file_info_has_attribute</a> <span class="c_punctuation">()</span>
@@ -74,7 +74,7 @@
74
74
  </tr>
75
75
  <tr>
76
76
  <td class="function_type">
77
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
77
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
78
78
  </td>
79
79
  <td class="function_name">
80
80
  <a class="link" href="GFileInfo.html#g-file-info-has-namespace" title="g_file_info_has_namespace ()">g_file_info_has_namespace</a> <span class="c_punctuation">()</span>
@@ -114,7 +114,7 @@
114
114
  </tr>
115
115
  <tr>
116
116
  <td class="function_type">
117
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
117
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
118
118
  </td>
119
119
  <td class="function_name">
120
120
  <a class="link" href="GFileInfo.html#g-file-info-get-attribute-data" title="g_file_info_get_attribute_data ()">g_file_info_get_attribute_data</a> <span class="c_punctuation">()</span>
@@ -152,7 +152,7 @@
152
152
  </tr>
153
153
  <tr>
154
154
  <td class="function_type">
155
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
155
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
156
156
  </td>
157
157
  <td class="function_name">
158
158
  <a class="link" href="GFileInfo.html#g-file-info-get-attribute-boolean" title="g_file_info_get_attribute_boolean ()">g_file_info_get_attribute_boolean</a> <span class="c_punctuation">()</span>
@@ -160,7 +160,7 @@
160
160
  </tr>
161
161
  <tr>
162
162
  <td class="function_type">
163
- <a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
163
+ <a href="../glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
164
164
  </td>
165
165
  <td class="function_name">
166
166
  <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint32" title="g_file_info_get_attribute_uint32 ()">g_file_info_get_attribute_uint32</a> <span class="c_punctuation">()</span>
@@ -168,7 +168,7 @@
168
168
  </tr>
169
169
  <tr>
170
170
  <td class="function_type">
171
- <a href="../glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
171
+ <a href="../glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
172
172
  </td>
173
173
  <td class="function_name">
174
174
  <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int32" title="g_file_info_get_attribute_int32 ()">g_file_info_get_attribute_int32</a> <span class="c_punctuation">()</span>
@@ -176,7 +176,7 @@
176
176
  </tr>
177
177
  <tr>
178
178
  <td class="function_type">
179
- <a href="../glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
179
+ <a href="../glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
180
180
  </td>
181
181
  <td class="function_name">
182
182
  <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint64" title="g_file_info_get_attribute_uint64 ()">g_file_info_get_attribute_uint64</a> <span class="c_punctuation">()</span>
@@ -184,7 +184,7 @@
184
184
  </tr>
185
185
  <tr>
186
186
  <td class="function_type">
187
- <a href="../glib/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a>
187
+ <a href="../glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a>
188
188
  </td>
189
189
  <td class="function_name">
190
190
  <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int64" title="g_file_info_get_attribute_int64 ()">g_file_info_get_attribute_int64</a> <span class="c_punctuation">()</span>
@@ -192,7 +192,7 @@
192
192
  </tr>
193
193
  <tr>
194
194
  <td class="function_type">
195
- <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *
195
+ <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="returnvalue">GObject</span></a> *
196
196
  </td>
197
197
  <td class="function_name">
198
198
  <a class="link" href="GFileInfo.html#g-file-info-get-attribute-object" title="g_file_info_get_attribute_object ()">g_file_info_get_attribute_object</a> <span class="c_punctuation">()</span>
@@ -208,7 +208,7 @@
208
208
  </tr>
209
209
  <tr>
210
210
  <td class="function_type">
211
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
211
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
212
212
  </td>
213
213
  <td class="function_name">
214
214
  <a class="link" href="GFileInfo.html#g-file-info-set-attribute-status" title="g_file_info_set_attribute_status ()">g_file_info_set_attribute_status</a> <span class="c_punctuation">()</span>
@@ -304,7 +304,7 @@
304
304
  </tr>
305
305
  <tr>
306
306
  <td class="function_type">
307
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
307
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
308
308
  </td>
309
309
  <td class="function_name">
310
310
  <a class="link" href="GFileInfo.html#g-file-info-get-is-hidden" title="g_file_info_get_is_hidden ()">g_file_info_get_is_hidden</a> <span class="c_punctuation">()</span>
@@ -312,7 +312,7 @@
312
312
  </tr>
313
313
  <tr>
314
314
  <td class="function_type">
315
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
315
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
316
316
  </td>
317
317
  <td class="function_name">
318
318
  <a class="link" href="GFileInfo.html#g-file-info-get-is-backup" title="g_file_info_get_is_backup ()">g_file_info_get_is_backup</a> <span class="c_punctuation">()</span>
@@ -320,7 +320,7 @@
320
320
  </tr>
321
321
  <tr>
322
322
  <td class="function_type">
323
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
323
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
324
324
  </td>
325
325
  <td class="function_name">
326
326
  <a class="link" href="GFileInfo.html#g-file-info-get-is-symlink" title="g_file_info_get_is_symlink ()">g_file_info_get_is_symlink</a> <span class="c_punctuation">()</span>
@@ -372,7 +372,7 @@
372
372
  </tr>
373
373
  <tr>
374
374
  <td class="function_type">
375
- <a href="../glib/glib-Basic-Types.html#goffset"><span class="returnvalue">goffset</span></a>
375
+ <a href="../glib-Basic-Types.html#goffset"><span class="returnvalue">goffset</span></a>
376
376
  </td>
377
377
  <td class="function_name">
378
378
  <a class="link" href="GFileInfo.html#g-file-info-get-size" title="g_file_info_get_size ()">g_file_info_get_size</a> <span class="c_punctuation">()</span>
@@ -402,7 +402,7 @@
402
402
  </tr>
403
403
  <tr>
404
404
  <td class="function_type">
405
- <a href="../glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
405
+ <a href="../glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
406
406
  </td>
407
407
  <td class="function_name">
408
408
  <a class="link" href="GFileInfo.html#g-file-info-get-sort-order" title="g_file_info_get_sort_order ()">g_file_info_get_sort_order</a> <span class="c_punctuation">()</span>
@@ -410,7 +410,7 @@
410
410
  </tr>
411
411
  <tr>
412
412
  <td class="function_type">
413
- <a href="../glib/glib-GDateTime.html#GDateTime"><span class="returnvalue">GDateTime</span></a> *
413
+ <a href="../glib-GDateTime.html#GDateTime"><span class="returnvalue">GDateTime</span></a> *
414
414
  </td>
415
415
  <td class="function_name">
416
416
  <a class="link" href="GFileInfo.html#g-file-info-get-deletion-date" title="g_file_info_get_deletion_date ()">g_file_info_get_deletion_date</a> <span class="c_punctuation">()</span>
@@ -570,7 +570,7 @@
570
570
  </tr>
571
571
  <tr>
572
572
  <td class="function_type">
573
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
573
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
574
574
  </td>
575
575
  <td class="function_name">
576
576
  <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches" title="g_file_attribute_matcher_matches ()">g_file_attribute_matcher_matches</a> <span class="c_punctuation">()</span>
@@ -578,7 +578,7 @@
578
578
  </tr>
579
579
  <tr>
580
580
  <td class="function_type">
581
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
581
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
582
582
  </td>
583
583
  <td class="function_name">
584
584
  <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches-only" title="g_file_attribute_matcher_matches_only ()">g_file_attribute_matcher_matches_only</a> <span class="c_punctuation">()</span>
@@ -586,7 +586,7 @@
586
586
  </tr>
587
587
  <tr>
588
588
  <td class="function_type">
589
- <a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
589
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
590
590
  </td>
591
591
  <td class="function_name">
592
592
  <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> <span class="c_punctuation">()</span>
@@ -951,9 +951,9 @@
951
951
  </div>
952
952
  <div class="refsect1">
953
953
  <a name="GFileInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
954
- <pre class="screen"> <a href="../gobject/gobject-Boxed-Types.html">GBoxed</a>
954
+ <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
955
955
  <span class="lineart">╰──</span> GFileAttributeMatcher
956
- <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
956
+ <a href="../gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
957
957
  <span class="lineart">╰──</span> GFileInfo
958
958
  </pre>
959
959
  </div>
@@ -992,7 +992,7 @@ attributes.</p>
992
992
  g_file_info_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
993
993
  <p>Creates a new file info structure.</p>
994
994
  <div class="refsect3">
995
- <a name="id-1.4.2.4.9.2.5"></a><h4>Returns</h4>
995
+ <a name="g-file-info-new.returns"></a><h4>Returns</h4>
996
996
  <p> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</p>
997
997
  </div>
998
998
  </div>
@@ -1003,7 +1003,7 @@ g_file_info_new (<em class="parameter"><code><span class="type">void</span></cod
1003
1003
  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>
1004
1004
  <p>Duplicates a file info structure.</p>
1005
1005
  <div class="refsect3">
1006
- <a name="id-1.4.2.4.9.3.5"></a><h4>Parameters</h4>
1006
+ <a name="g-file-info-dup.parameters"></a><h4>Parameters</h4>
1007
1007
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1008
1008
  <colgroup>
1009
1009
  <col width="150px" class="parameters_name">
@@ -1018,7 +1018,7 @@ g_file_info_dup (<em class="parameter"><code><a class="link" href="GFileInfo.htm
1018
1018
  </table></div>
1019
1019
  </div>
1020
1020
  <div class="refsect3">
1021
- <a name="id-1.4.2.4.9.3.6"></a><h4>Returns</h4>
1021
+ <a name="g-file-info-dup.returns"></a><h4>Returns</h4>
1022
1022
  <p> a duplicate <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> of <em class="parameter"><code>other</code></em>
1023
1023
  . </p>
1024
1024
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -1036,7 +1036,7 @@ and then copies all of the file attributes from <em class="parameter"><code>src_
1036
1036
  to <em class="parameter"><code>dest_info</code></em>
1037
1037
  .</p>
1038
1038
  <div class="refsect3">
1039
- <a name="id-1.4.2.4.9.4.5"></a><h4>Parameters</h4>
1039
+ <a name="g-file-info-copy-into.parameters"></a><h4>Parameters</h4>
1040
1040
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1041
1041
  <colgroup>
1042
1042
  <col width="150px" class="parameters_name">
@@ -1061,13 +1061,13 @@ and then copies all of the file attributes from <em class="parameter"><code>src_
1061
1061
  <hr>
1062
1062
  <div class="refsect2">
1063
1063
  <a name="g-file-info-has-attribute"></a><h3>g_file_info_has_attribute ()</h3>
1064
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1064
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1065
1065
  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>,
1066
1066
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1067
1067
  <p>Checks if a file info structure has an attribute named <em class="parameter"><code>attribute</code></em>
1068
1068
  .</p>
1069
1069
  <div class="refsect3">
1070
- <a name="id-1.4.2.4.9.5.5"></a><h4>Parameters</h4>
1070
+ <a name="g-file-info-has-attribute.parameters"></a><h4>Parameters</h4>
1071
1071
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1072
1072
  <colgroup>
1073
1073
  <col width="150px" class="parameters_name">
@@ -1089,24 +1089,24 @@ g_file_info_has_attribute (<em class="parameter"><code><a class="link" href="GFi
1089
1089
  </table></div>
1090
1090
  </div>
1091
1091
  <div class="refsect3">
1092
- <a name="id-1.4.2.4.9.5.6"></a><h4>Returns</h4>
1093
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>Ginfo</code></em>
1092
+ <a name="g-file-info-has-attribute.returns"></a><h4>Returns</h4>
1093
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>Ginfo</code></em>
1094
1094
  has an attribute named <em class="parameter"><code>attribute</code></em>
1095
1095
  ,
1096
- <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
1096
+ <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
1097
1097
  </div>
1098
1098
  </div>
1099
1099
  <hr>
1100
1100
  <div class="refsect2">
1101
1101
  <a name="g-file-info-has-namespace"></a><h3>g_file_info_has_namespace ()</h3>
1102
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1102
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1103
1103
  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>,
1104
1104
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);</pre>
1105
1105
  <p>Checks if a file info structure has an attribute in the
1106
1106
  specified <em class="parameter"><code>name_space</code></em>
1107
1107
  .</p>
1108
1108
  <div class="refsect3">
1109
- <a name="id-1.4.2.4.9.6.5"></a><h4>Parameters</h4>
1109
+ <a name="g-file-info-has-namespace.parameters"></a><h4>Parameters</h4>
1110
1110
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1111
1111
  <colgroup>
1112
1112
  <col width="150px" class="parameters_name">
@@ -1128,11 +1128,11 @@ specified <em class="parameter"><code>name_space</code></em>
1128
1128
  </table></div>
1129
1129
  </div>
1130
1130
  <div class="refsect3">
1131
- <a name="id-1.4.2.4.9.6.6"></a><h4>Returns</h4>
1132
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>Ginfo</code></em>
1131
+ <a name="g-file-info-has-namespace.returns"></a><h4>Returns</h4>
1132
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>Ginfo</code></em>
1133
1133
  has an attribute in <em class="parameter"><code>name_space</code></em>
1134
1134
  ,
1135
- <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
1135
+ <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
1136
1136
  </div>
1137
1137
  <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
1138
1138
  </div>
@@ -1144,7 +1144,7 @@ g_file_info_list_attributes (<em class="parameter"><code><a class="link" href="G
1144
1144
  <em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);</pre>
1145
1145
  <p>Lists the file info structure's attributes.</p>
1146
1146
  <div class="refsect3">
1147
- <a name="id-1.4.2.4.9.7.5"></a><h4>Parameters</h4>
1147
+ <a name="g-file-info-list-attributes.parameters"></a><h4>Parameters</h4>
1148
1148
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1149
1149
  <colgroup>
1150
1150
  <col width="150px" class="parameters_name">
@@ -1159,7 +1159,7 @@ g_file_info_list_attributes (<em class="parameter"><code><a class="link" href="G
1159
1159
  </tr>
1160
1160
  <tr>
1161
1161
  <td class="parameter_name"><p>name_space</p></td>
1162
- <td class="parameter_description"><p> a file attribute key's namespace, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to list
1162
+ <td class="parameter_description"><p> a file attribute key's namespace, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to list
1163
1163
  all attributes. </p></td>
1164
1164
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1165
1165
  </tr>
@@ -1167,11 +1167,11 @@ all attributes. </p></td>
1167
1167
  </table></div>
1168
1168
  </div>
1169
1169
  <div class="refsect3">
1170
- <a name="id-1.4.2.4.9.7.6"></a><h4>Returns</h4>
1170
+ <a name="g-file-info-list-attributes.returns"></a><h4>Returns</h4>
1171
1171
  <p> a
1172
1172
  null-terminated array of strings of all of the possible attribute
1173
1173
  types for the given <em class="parameter"><code>name_space</code></em>
1174
- , or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
1174
+ , or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
1175
1175
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1176
1176
  </div>
1177
1177
  </div>
@@ -1183,7 +1183,7 @@ g_file_info_get_attribute_type (<em class="parameter"><code><a class="link" href
1183
1183
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1184
1184
  <p>Gets the attribute type for an attribute key.</p>
1185
1185
  <div class="refsect3">
1186
- <a name="id-1.4.2.4.9.8.5"></a><h4>Parameters</h4>
1186
+ <a name="g-file-info-get-attribute-type.parameters"></a><h4>Parameters</h4>
1187
1187
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1188
1188
  <colgroup>
1189
1189
  <col width="150px" class="parameters_name">
@@ -1205,7 +1205,7 @@ g_file_info_get_attribute_type (<em class="parameter"><code><a class="link" href
1205
1205
  </table></div>
1206
1206
  </div>
1207
1207
  <div class="refsect3">
1208
- <a name="id-1.4.2.4.9.8.6"></a><h4>Returns</h4>
1208
+ <a name="g-file-info-get-attribute-type.returns"></a><h4>Returns</h4>
1209
1209
  <p> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> for the given <em class="parameter"><code>attribute</code></em>
1210
1210
  , or
1211
1211
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INVALID:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INVALID</code></a> if the key is not set.</p>
@@ -1221,7 +1221,7 @@ g_file_info_remove_attribute (<em class="parameter"><code><a class="link" href="
1221
1221
  from <em class="parameter"><code>info</code></em>
1222
1222
  if it exists.</p>
1223
1223
  <div class="refsect3">
1224
- <a name="id-1.4.2.4.9.9.5"></a><h4>Parameters</h4>
1224
+ <a name="g-file-info-remove-attribute.parameters"></a><h4>Parameters</h4>
1225
1225
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1226
1226
  <colgroup>
1227
1227
  <col width="150px" class="parameters_name">
@@ -1253,7 +1253,7 @@ g_file_info_get_attribute_as_string (<em class="parameter"><code><a class="link"
1253
1253
  This escapes things as needed to make the string valid
1254
1254
  utf8.</p>
1255
1255
  <div class="refsect3">
1256
- <a name="id-1.4.2.4.9.10.5"></a><h4>Parameters</h4>
1256
+ <a name="g-file-info-get-attribute-as-string.parameters"></a><h4>Parameters</h4>
1257
1257
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1258
1258
  <colgroup>
1259
1259
  <col width="150px" class="parameters_name">
@@ -1275,24 +1275,24 @@ utf8.</p>
1275
1275
  </table></div>
1276
1276
  </div>
1277
1277
  <div class="refsect3">
1278
- <a name="id-1.4.2.4.9.10.6"></a><h4>Returns</h4>
1278
+ <a name="g-file-info-get-attribute-as-string.returns"></a><h4>Returns</h4>
1279
1279
  <p> a UTF-8 string associated with the given <em class="parameter"><code>attribute</code></em>
1280
1280
  .
1281
- When you're done with the string it must be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
1281
+ When you're done with the string it must be freed with <a href="../glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
1282
1282
  </div>
1283
1283
  </div>
1284
1284
  <hr>
1285
1285
  <div class="refsect2">
1286
1286
  <a name="g-file-info-get-attribute-data"></a><h3>g_file_info_get_attribute_data ()</h3>
1287
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1287
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1288
1288
  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>,
1289
1289
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
1290
1290
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> *type</code></em>,
1291
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *value_pp</code></em>,
1291
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *value_pp</code></em>,
1292
1292
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> *status</code></em>);</pre>
1293
1293
  <p>Gets the attribute type, value and status for an attribute key.</p>
1294
1294
  <div class="refsect3">
1295
- <a name="id-1.4.2.4.9.11.5"></a><h4>Parameters</h4>
1295
+ <a name="g-file-info-get-attribute-data.parameters"></a><h4>Parameters</h4>
1296
1296
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1297
1297
  <colgroup>
1298
1298
  <col width="150px" class="parameters_name">
@@ -1312,29 +1312,29 @@ g_file_info_get_attribute_data (<em class="parameter"><code><a class="link" href
1312
1312
  </tr>
1313
1313
  <tr>
1314
1314
  <td class="parameter_name"><p>type</p></td>
1315
- <td class="parameter_description"><p> return location for the attribute type, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1315
+ <td class="parameter_description"><p> return location for the attribute type, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1316
1316
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
1317
1317
  </tr>
1318
1318
  <tr>
1319
1319
  <td class="parameter_name"><p>value_pp</p></td>
1320
1320
  <td class="parameter_description"><p> return location for the
1321
- attribute value, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>; the attribute value will not be <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1322
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][not nullable]</span></td>
1321
+ attribute value, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>; the attribute value will not be <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1322
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></td>
1323
1323
  </tr>
1324
1324
  <tr>
1325
1325
  <td class="parameter_name"><p>status</p></td>
1326
- <td class="parameter_description"><p> return location for the attribute status, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1326
+ <td class="parameter_description"><p> return location for the attribute status, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1327
1327
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
1328
1328
  </tr>
1329
1329
  </tbody>
1330
1330
  </table></div>
1331
1331
  </div>
1332
1332
  <div class="refsect3">
1333
- <a name="id-1.4.2.4.9.11.6"></a><h4>Returns</h4>
1334
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>info</code></em>
1333
+ <a name="g-file-info-get-attribute-data.returns"></a><h4>Returns</h4>
1334
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>info</code></em>
1335
1335
  has an attribute named <em class="parameter"><code>attribute</code></em>
1336
1336
  ,
1337
- <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise. </p>
1337
+ <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise. </p>
1338
1338
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1339
1339
  </div>
1340
1340
  </div>
@@ -1346,7 +1346,7 @@ g_file_info_get_attribute_status (<em class="parameter"><code><a class="link" hr
1346
1346
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1347
1347
  <p>Gets the attribute status for an attribute key.</p>
1348
1348
  <div class="refsect3">
1349
- <a name="id-1.4.2.4.9.12.5"></a><h4>Parameters</h4>
1349
+ <a name="g-file-info-get-attribute-status.parameters"></a><h4>Parameters</h4>
1350
1350
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1351
1351
  <colgroup>
1352
1352
  <col width="150px" class="parameters_name">
@@ -1368,7 +1368,7 @@ g_file_info_get_attribute_status (<em class="parameter"><code><a class="link" hr
1368
1368
  </table></div>
1369
1369
  </div>
1370
1370
  <div class="refsect3">
1371
- <a name="id-1.4.2.4.9.12.6"></a><h4>Returns</h4>
1371
+ <a name="g-file-info-get-attribute-status.returns"></a><h4>Returns</h4>
1372
1372
  <p> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> for the given <em class="parameter"><code>attribute</code></em>
1373
1373
  , or
1374
1374
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-UNSET:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STATUS_UNSET</code></a> if the key is invalid.</p>
@@ -1381,9 +1381,9 @@ g_file_info_get_attribute_status (<em class="parameter"><code><a class="link" hr
1381
1381
  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>,
1382
1382
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1383
1383
  <p>Gets the value of a string attribute. If the attribute does
1384
- not contain a string, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
1384
+ not contain a string, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
1385
1385
  <div class="refsect3">
1386
- <a name="id-1.4.2.4.9.13.5"></a><h4>Parameters</h4>
1386
+ <a name="g-file-info-get-attribute-string.parameters"></a><h4>Parameters</h4>
1387
1387
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1388
1388
  <colgroup>
1389
1389
  <col width="150px" class="parameters_name">
@@ -1405,10 +1405,10 @@ not contain a string, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><cod
1405
1405
  </table></div>
1406
1406
  </div>
1407
1407
  <div class="refsect3">
1408
- <a name="id-1.4.2.4.9.13.6"></a><h4>Returns</h4>
1408
+ <a name="g-file-info-get-attribute-string.returns"></a><h4>Returns</h4>
1409
1409
  <p> the contents of the <em class="parameter"><code>attribute</code></em>
1410
1410
  value as a UTF-8 string, or
1411
- <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.</p>
1411
+ <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.</p>
1412
1412
  </div>
1413
1413
  </div>
1414
1414
  <hr>
@@ -1418,9 +1418,9 @@ value as a UTF-8 string, or
1418
1418
  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>,
1419
1419
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1420
1420
  <p>Gets the value of a stringv attribute. If the attribute does
1421
- not contain a stringv, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
1421
+ not contain a stringv, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
1422
1422
  <div class="refsect3">
1423
- <a name="id-1.4.2.4.9.14.5"></a><h4>Parameters</h4>
1423
+ <a name="g-file-info-get-attribute-stringv.parameters"></a><h4>Parameters</h4>
1424
1424
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1425
1425
  <colgroup>
1426
1426
  <col width="150px" class="parameters_name">
@@ -1442,10 +1442,10 @@ not contain a stringv, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><co
1442
1442
  </table></div>
1443
1443
  </div>
1444
1444
  <div class="refsect3">
1445
- <a name="id-1.4.2.4.9.14.6"></a><h4>Returns</h4>
1445
+ <a name="g-file-info-get-attribute-stringv.returns"></a><h4>Returns</h4>
1446
1446
  <p> the contents of the <em class="parameter"><code>attribute</code></em>
1447
1447
  value as a stringv, or
1448
- <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. Do not free. These returned strings are UTF-8. </p>
1448
+ <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. Do not free. These returned strings are UTF-8. </p>
1449
1449
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1450
1450
  </div>
1451
1451
  <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
@@ -1457,9 +1457,9 @@ value as a stringv, or
1457
1457
  g_file_info_get_attribute_byte_string (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
1458
1458
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1459
1459
  <p>Gets the value of a byte string attribute. If the attribute does
1460
- not contain a byte string, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
1460
+ not contain a byte string, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
1461
1461
  <div class="refsect3">
1462
- <a name="id-1.4.2.4.9.15.5"></a><h4>Parameters</h4>
1462
+ <a name="g-file-info-get-attribute-byte-string.parameters"></a><h4>Parameters</h4>
1463
1463
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1464
1464
  <colgroup>
1465
1465
  <col width="150px" class="parameters_name">
@@ -1481,22 +1481,22 @@ not contain a byte string, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"
1481
1481
  </table></div>
1482
1482
  </div>
1483
1483
  <div class="refsect3">
1484
- <a name="id-1.4.2.4.9.15.6"></a><h4>Returns</h4>
1484
+ <a name="g-file-info-get-attribute-byte-string.returns"></a><h4>Returns</h4>
1485
1485
  <p> the contents of the <em class="parameter"><code>attribute</code></em>
1486
1486
  value as a byte string, or
1487
- <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.</p>
1487
+ <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.</p>
1488
1488
  </div>
1489
1489
  </div>
1490
1490
  <hr>
1491
1491
  <div class="refsect2">
1492
1492
  <a name="g-file-info-get-attribute-boolean"></a><h3>g_file_info_get_attribute_boolean ()</h3>
1493
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1493
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1494
1494
  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>,
1495
1495
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1496
1496
  <p>Gets the value of a boolean attribute. If the attribute does not
1497
- contain a boolean value, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
1497
+ contain a boolean value, <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
1498
1498
  <div class="refsect3">
1499
- <a name="id-1.4.2.4.9.16.5"></a><h4>Parameters</h4>
1499
+ <a name="g-file-info-get-attribute-boolean.parameters"></a><h4>Parameters</h4>
1500
1500
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1501
1501
  <colgroup>
1502
1502
  <col width="150px" class="parameters_name">
@@ -1518,21 +1518,21 @@ contain a boolean value, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS">
1518
1518
  </table></div>
1519
1519
  </div>
1520
1520
  <div class="refsect3">
1521
- <a name="id-1.4.2.4.9.16.6"></a><h4>Returns</h4>
1521
+ <a name="g-file-info-get-attribute-boolean.returns"></a><h4>Returns</h4>
1522
1522
  <p> the boolean value contained within the attribute.</p>
1523
1523
  </div>
1524
1524
  </div>
1525
1525
  <hr>
1526
1526
  <div class="refsect2">
1527
1527
  <a name="g-file-info-get-attribute-uint32"></a><h3>g_file_info_get_attribute_uint32 ()</h3>
1528
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
1528
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
1529
1529
  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>,
1530
1530
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1531
1531
  <p>Gets an unsigned 32-bit integer contained within the attribute. If the
1532
1532
  attribute does not contain an unsigned 32-bit integer, or is invalid,
1533
1533
  0 will be returned.</p>
1534
1534
  <div class="refsect3">
1535
- <a name="id-1.4.2.4.9.17.5"></a><h4>Parameters</h4>
1535
+ <a name="g-file-info-get-attribute-uint32.parameters"></a><h4>Parameters</h4>
1536
1536
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1537
1537
  <colgroup>
1538
1538
  <col width="150px" class="parameters_name">
@@ -1554,21 +1554,21 @@ attribute does not contain an unsigned 32-bit integer, or is invalid,
1554
1554
  </table></div>
1555
1555
  </div>
1556
1556
  <div class="refsect3">
1557
- <a name="id-1.4.2.4.9.17.6"></a><h4>Returns</h4>
1557
+ <a name="g-file-info-get-attribute-uint32.returns"></a><h4>Returns</h4>
1558
1558
  <p> an unsigned 32-bit integer from the attribute.</p>
1559
1559
  </div>
1560
1560
  </div>
1561
1561
  <hr>
1562
1562
  <div class="refsect2">
1563
1563
  <a name="g-file-info-get-attribute-int32"></a><h3>g_file_info_get_attribute_int32 ()</h3>
1564
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
1564
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
1565
1565
  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>,
1566
1566
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1567
1567
  <p>Gets a signed 32-bit integer contained within the attribute. If the
1568
1568
  attribute does not contain a signed 32-bit integer, or is invalid,
1569
1569
  0 will be returned.</p>
1570
1570
  <div class="refsect3">
1571
- <a name="id-1.4.2.4.9.18.5"></a><h4>Parameters</h4>
1571
+ <a name="g-file-info-get-attribute-int32.parameters"></a><h4>Parameters</h4>
1572
1572
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1573
1573
  <colgroup>
1574
1574
  <col width="150px" class="parameters_name">
@@ -1590,21 +1590,21 @@ attribute does not contain a signed 32-bit integer, or is invalid,
1590
1590
  </table></div>
1591
1591
  </div>
1592
1592
  <div class="refsect3">
1593
- <a name="id-1.4.2.4.9.18.6"></a><h4>Returns</h4>
1593
+ <a name="g-file-info-get-attribute-int32.returns"></a><h4>Returns</h4>
1594
1594
  <p> a signed 32-bit integer from the attribute.</p>
1595
1595
  </div>
1596
1596
  </div>
1597
1597
  <hr>
1598
1598
  <div class="refsect2">
1599
1599
  <a name="g-file-info-get-attribute-uint64"></a><h3>g_file_info_get_attribute_uint64 ()</h3>
1600
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
1600
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
1601
1601
  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>,
1602
1602
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1603
1603
  <p>Gets a unsigned 64-bit integer contained within the attribute. If the
1604
1604
  attribute does not contain an unsigned 64-bit integer, or is invalid,
1605
1605
  0 will be returned.</p>
1606
1606
  <div class="refsect3">
1607
- <a name="id-1.4.2.4.9.19.5"></a><h4>Parameters</h4>
1607
+ <a name="g-file-info-get-attribute-uint64.parameters"></a><h4>Parameters</h4>
1608
1608
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1609
1609
  <colgroup>
1610
1610
  <col width="150px" class="parameters_name">
@@ -1626,21 +1626,21 @@ attribute does not contain an unsigned 64-bit integer, or is invalid,
1626
1626
  </table></div>
1627
1627
  </div>
1628
1628
  <div class="refsect3">
1629
- <a name="id-1.4.2.4.9.19.6"></a><h4>Returns</h4>
1629
+ <a name="g-file-info-get-attribute-uint64.returns"></a><h4>Returns</h4>
1630
1630
  <p> a unsigned 64-bit integer from the attribute.</p>
1631
1631
  </div>
1632
1632
  </div>
1633
1633
  <hr>
1634
1634
  <div class="refsect2">
1635
1635
  <a name="g-file-info-get-attribute-int64"></a><h3>g_file_info_get_attribute_int64 ()</h3>
1636
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a>
1636
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a>
1637
1637
  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>,
1638
1638
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1639
1639
  <p>Gets a signed 64-bit integer contained within the attribute. If the
1640
1640
  attribute does not contain an signed 64-bit integer, or is invalid,
1641
1641
  0 will be returned.</p>
1642
1642
  <div class="refsect3">
1643
- <a name="id-1.4.2.4.9.20.5"></a><h4>Parameters</h4>
1643
+ <a name="g-file-info-get-attribute-int64.parameters"></a><h4>Parameters</h4>
1644
1644
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1645
1645
  <colgroup>
1646
1646
  <col width="150px" class="parameters_name">
@@ -1662,20 +1662,20 @@ attribute does not contain an signed 64-bit integer, or is invalid,
1662
1662
  </table></div>
1663
1663
  </div>
1664
1664
  <div class="refsect3">
1665
- <a name="id-1.4.2.4.9.20.6"></a><h4>Returns</h4>
1665
+ <a name="g-file-info-get-attribute-int64.returns"></a><h4>Returns</h4>
1666
1666
  <p> a signed 64-bit integer from the attribute.</p>
1667
1667
  </div>
1668
1668
  </div>
1669
1669
  <hr>
1670
1670
  <div class="refsect2">
1671
1671
  <a name="g-file-info-get-attribute-object"></a><h3>g_file_info_get_attribute_object ()</h3>
1672
- <pre class="programlisting"><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *
1672
+ <pre class="programlisting"><a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="returnvalue">GObject</span></a> *
1673
1673
  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>,
1674
1674
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
1675
- <p>Gets the value of a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> attribute. If the attribute does
1676
- not contain a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
1675
+ <p>Gets the value of a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> attribute. If the attribute does
1676
+ not contain a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
1677
1677
  <div class="refsect3">
1678
- <a name="id-1.4.2.4.9.21.5"></a><h4>Parameters</h4>
1678
+ <a name="g-file-info-get-attribute-object.parameters"></a><h4>Parameters</h4>
1679
1679
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1680
1680
  <colgroup>
1681
1681
  <col width="150px" class="parameters_name">
@@ -1697,10 +1697,10 @@ not contain a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><sp
1697
1697
  </table></div>
1698
1698
  </div>
1699
1699
  <div class="refsect3">
1700
- <a name="id-1.4.2.4.9.21.6"></a><h4>Returns</h4>
1701
- <p> a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> associated with the given <em class="parameter"><code>attribute</code></em>
1700
+ <a name="g-file-info-get-attribute-object.returns"></a><h4>Returns</h4>
1701
+ <p> a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> associated with the given <em class="parameter"><code>attribute</code></em>
1702
1702
  , or
1703
- <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. </p>
1703
+ <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. </p>
1704
1704
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1705
1705
  </div>
1706
1706
  </div>
@@ -1711,13 +1711,13 @@ not contain a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><sp
1711
1711
  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>,
1712
1712
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
1713
1713
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> type</code></em>,
1714
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> value_p</code></em>);</pre>
1714
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> value_p</code></em>);</pre>
1715
1715
  <p>Sets the <em class="parameter"><code>attribute</code></em>
1716
1716
  to contain the given value, if possible. To unset the
1717
1717
  attribute, use <code class="literal">G_ATTRIBUTE_TYPE_INVALID</code> for <em class="parameter"><code>type</code></em>
1718
1718
  .</p>
1719
1719
  <div class="refsect3">
1720
- <a name="id-1.4.2.4.9.22.5"></a><h4>Parameters</h4>
1720
+ <a name="g-file-info-set-attribute.parameters"></a><h4>Parameters</h4>
1721
1721
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1722
1722
  <colgroup>
1723
1723
  <col width="150px" class="parameters_name">
@@ -1743,7 +1743,7 @@ attribute, use <code class="literal">G_ATTRIBUTE_TYPE_INVALID</code> for <em cla
1743
1743
  <tr>
1744
1744
  <td class="parameter_name"><p>value_p</p></td>
1745
1745
  <td class="parameter_description"><p> pointer to the value. </p></td>
1746
- <td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
1746
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></td>
1747
1747
  </tr>
1748
1748
  </tbody>
1749
1749
  </table></div>
@@ -1752,7 +1752,7 @@ attribute, use <code class="literal">G_ATTRIBUTE_TYPE_INVALID</code> for <em cla
1752
1752
  <hr>
1753
1753
  <div class="refsect2">
1754
1754
  <a name="g-file-info-set-attribute-status"></a><h3>g_file_info_set_attribute_status ()</h3>
1755
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1755
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1756
1756
  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>,
1757
1757
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
1758
1758
  <em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> status</code></em>);</pre>
@@ -1760,11 +1760,11 @@ g_file_info_set_attribute_status (<em class="parameter"><code><a class="link" hr
1760
1760
  needed by external code that implement <a class="link" href="GFile.html#g-file-set-attributes-from-info" title="g_file_set_attributes_from_info ()"><code class="function">g_file_set_attributes_from_info()</code></a>
1761
1761
  or similar functions.</p>
1762
1762
  <p>The attribute must exist in <em class="parameter"><code>info</code></em>
1763
- for this to work. Otherwise <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
1763
+ for this to work. Otherwise <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
1764
1764
  is returned and <em class="parameter"><code>info</code></em>
1765
1765
  is unchanged.</p>
1766
1766
  <div class="refsect3">
1767
- <a name="id-1.4.2.4.9.23.6"></a><h4>Parameters</h4>
1767
+ <a name="g-file-info-set-attribute-status.parameters"></a><h4>Parameters</h4>
1768
1768
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1769
1769
  <colgroup>
1770
1770
  <col width="150px" class="parameters_name">
@@ -1791,8 +1791,8 @@ is returned and <em class="parameter"><code>info</code></em>
1791
1791
  </table></div>
1792
1792
  </div>
1793
1793
  <div class="refsect3">
1794
- <a name="id-1.4.2.4.9.23.7"></a><h4>Returns</h4>
1795
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the status was changed, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the key was not set.</p>
1794
+ <a name="g-file-info-set-attribute-status.returns"></a><h4>Returns</h4>
1795
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the status was changed, <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the key was not set.</p>
1796
1796
  </div>
1797
1797
  <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
1798
1798
  </div>
@@ -1808,7 +1808,7 @@ g_file_info_set_attribute_string (<em class="parameter"><code><a class="link" hr
1808
1808
  ,
1809
1809
  if possible.</p>
1810
1810
  <div class="refsect3">
1811
- <a name="id-1.4.2.4.9.24.5"></a><h4>Parameters</h4>
1811
+ <a name="g-file-info-set-attribute-string.parameters"></a><h4>Parameters</h4>
1812
1812
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1813
1813
  <colgroup>
1814
1814
  <col width="150px" class="parameters_name">
@@ -1848,7 +1848,7 @@ g_file_info_set_attribute_stringv (<em class="parameter"><code><a class="link" h
1848
1848
  if possible.</p>
1849
1849
  <p>Sinze: 2.22</p>
1850
1850
  <div class="refsect3">
1851
- <a name="id-1.4.2.4.9.25.6"></a><h4>Parameters</h4>
1851
+ <a name="g-file-info-set-attribute-stringv.parameters"></a><h4>Parameters</h4>
1852
1852
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1853
1853
  <colgroup>
1854
1854
  <col width="150px" class="parameters_name">
@@ -1868,7 +1868,7 @@ if possible.</p>
1868
1868
  </tr>
1869
1869
  <tr>
1870
1870
  <td class="parameter_name"><p>attr_value</p></td>
1871
- <td class="parameter_description"><p> a <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated array of UTF-8 strings. </p></td>
1871
+ <td class="parameter_description"><p> a <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated array of UTF-8 strings. </p></td>
1872
1872
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></td>
1873
1873
  </tr>
1874
1874
  </tbody>
@@ -1887,7 +1887,7 @@ g_file_info_set_attribute_byte_string (<em class="parameter"><code><a class="lin
1887
1887
  ,
1888
1888
  if possible.</p>
1889
1889
  <div class="refsect3">
1890
- <a name="id-1.4.2.4.9.26.5"></a><h4>Parameters</h4>
1890
+ <a name="g-file-info-set-attribute-byte-string.parameters"></a><h4>Parameters</h4>
1891
1891
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1892
1892
  <colgroup>
1893
1893
  <col width="150px" class="parameters_name">
@@ -1920,13 +1920,13 @@ if possible.</p>
1920
1920
  <pre class="programlisting"><span class="returnvalue">void</span>
1921
1921
  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>,
1922
1922
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
1923
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> attr_value</code></em>);</pre>
1923
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> attr_value</code></em>);</pre>
1924
1924
  <p>Sets the <em class="parameter"><code>attribute</code></em>
1925
1925
  to contain the given <em class="parameter"><code>attr_value</code></em>
1926
1926
  ,
1927
1927
  if possible.</p>
1928
1928
  <div class="refsect3">
1929
- <a name="id-1.4.2.4.9.27.5"></a><h4>Parameters</h4>
1929
+ <a name="g-file-info-set-attribute-boolean.parameters"></a><h4>Parameters</h4>
1930
1930
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1931
1931
  <colgroup>
1932
1932
  <col width="150px" class="parameters_name">
@@ -1959,13 +1959,13 @@ if possible.</p>
1959
1959
  <pre class="programlisting"><span class="returnvalue">void</span>
1960
1960
  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>,
1961
1961
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
1962
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> attr_value</code></em>);</pre>
1962
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> attr_value</code></em>);</pre>
1963
1963
  <p>Sets the <em class="parameter"><code>attribute</code></em>
1964
1964
  to contain the given <em class="parameter"><code>attr_value</code></em>
1965
1965
  ,
1966
1966
  if possible.</p>
1967
1967
  <div class="refsect3">
1968
- <a name="id-1.4.2.4.9.28.5"></a><h4>Parameters</h4>
1968
+ <a name="g-file-info-set-attribute-uint32.parameters"></a><h4>Parameters</h4>
1969
1969
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
1970
1970
  <colgroup>
1971
1971
  <col width="150px" class="parameters_name">
@@ -1998,13 +1998,13 @@ if possible.</p>
1998
1998
  <pre class="programlisting"><span class="returnvalue">void</span>
1999
1999
  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>,
2000
2000
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
2001
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> attr_value</code></em>);</pre>
2001
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> attr_value</code></em>);</pre>
2002
2002
  <p>Sets the <em class="parameter"><code>attribute</code></em>
2003
2003
  to contain the given <em class="parameter"><code>attr_value</code></em>
2004
2004
  ,
2005
2005
  if possible.</p>
2006
2006
  <div class="refsect3">
2007
- <a name="id-1.4.2.4.9.29.5"></a><h4>Parameters</h4>
2007
+ <a name="g-file-info-set-attribute-int32.parameters"></a><h4>Parameters</h4>
2008
2008
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2009
2009
  <colgroup>
2010
2010
  <col width="150px" class="parameters_name">
@@ -2037,13 +2037,13 @@ if possible.</p>
2037
2037
  <pre class="programlisting"><span class="returnvalue">void</span>
2038
2038
  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>,
2039
2039
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
2040
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> attr_value</code></em>);</pre>
2040
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> attr_value</code></em>);</pre>
2041
2041
  <p>Sets the <em class="parameter"><code>attribute</code></em>
2042
2042
  to contain the given <em class="parameter"><code>attr_value</code></em>
2043
2043
  ,
2044
2044
  if possible.</p>
2045
2045
  <div class="refsect3">
2046
- <a name="id-1.4.2.4.9.30.5"></a><h4>Parameters</h4>
2046
+ <a name="g-file-info-set-attribute-uint64.parameters"></a><h4>Parameters</h4>
2047
2047
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2048
2048
  <colgroup>
2049
2049
  <col width="150px" class="parameters_name">
@@ -2076,13 +2076,13 @@ if possible.</p>
2076
2076
  <pre class="programlisting"><span class="returnvalue">void</span>
2077
2077
  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>,
2078
2078
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
2079
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> attr_value</code></em>);</pre>
2079
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> attr_value</code></em>);</pre>
2080
2080
  <p>Sets the <em class="parameter"><code>attribute</code></em>
2081
2081
  to contain the given <em class="parameter"><code>attr_value</code></em>
2082
2082
  ,
2083
2083
  if possible.</p>
2084
2084
  <div class="refsect3">
2085
- <a name="id-1.4.2.4.9.31.5"></a><h4>Parameters</h4>
2085
+ <a name="g-file-info-set-attribute-int64.parameters"></a><h4>Parameters</h4>
2086
2086
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2087
2087
  <colgroup>
2088
2088
  <col width="150px" class="parameters_name">
@@ -2115,13 +2115,13 @@ if possible.</p>
2115
2115
  <pre class="programlisting"><span class="returnvalue">void</span>
2116
2116
  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>,
2117
2117
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
2118
- <em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *attr_value</code></em>);</pre>
2118
+ <em class="parameter"><code><a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *attr_value</code></em>);</pre>
2119
2119
  <p>Sets the <em class="parameter"><code>attribute</code></em>
2120
2120
  to contain the given <em class="parameter"><code>attr_value</code></em>
2121
2121
  ,
2122
2122
  if possible.</p>
2123
2123
  <div class="refsect3">
2124
- <a name="id-1.4.2.4.9.32.5"></a><h4>Parameters</h4>
2124
+ <a name="g-file-info-set-attribute-object.parameters"></a><h4>Parameters</h4>
2125
2125
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2126
2126
  <colgroup>
2127
2127
  <col width="150px" class="parameters_name">
@@ -2141,7 +2141,7 @@ if possible.</p>
2141
2141
  </tr>
2142
2142
  <tr>
2143
2143
  <td class="parameter_name"><p>attr_value</p></td>
2144
- <td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</p></td>
2144
+ <td class="parameter_description"><p>a <a href="../gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a>.</p></td>
2145
2145
  <td class="parameter_annotations"> </td>
2146
2146
  </tr>
2147
2147
  </tbody>
@@ -2156,7 +2156,7 @@ g_file_info_clear_status (<em class="parameter"><code><a class="link" href="GFil
2156
2156
  <p>Clears the status information from <em class="parameter"><code>info</code></em>
2157
2157
  .</p>
2158
2158
  <div class="refsect3">
2159
- <a name="id-1.4.2.4.9.33.5"></a><h4>Parameters</h4>
2159
+ <a name="g-file-info-clear-status.parameters"></a><h4>Parameters</h4>
2160
2160
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2161
2161
  <colgroup>
2162
2162
  <col width="150px" class="parameters_name">
@@ -2179,7 +2179,7 @@ g_file_info_get_file_type (<em class="parameter"><code><a class="link" href="GFi
2179
2179
  <p>Gets a file's type (whether it is a regular file, symlink, etc).
2180
2180
  This is different from the file's content type, see <a class="link" href="GFileInfo.html#g-file-info-get-content-type" title="g_file_info_get_content_type ()"><code class="function">g_file_info_get_content_type()</code></a>.</p>
2181
2181
  <div class="refsect3">
2182
- <a name="id-1.4.2.4.9.34.5"></a><h4>Parameters</h4>
2182
+ <a name="g-file-info-get-file-type.parameters"></a><h4>Parameters</h4>
2183
2183
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2184
2184
  <colgroup>
2185
2185
  <col width="150px" class="parameters_name">
@@ -2194,18 +2194,18 @@ This is different from the file's content type, see <a class="link" href="GFileI
2194
2194
  </table></div>
2195
2195
  </div>
2196
2196
  <div class="refsect3">
2197
- <a name="id-1.4.2.4.9.34.6"></a><h4>Returns</h4>
2197
+ <a name="g-file-info-get-file-type.returns"></a><h4>Returns</h4>
2198
2198
  <p> a <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a> for the given file.</p>
2199
2199
  </div>
2200
2200
  </div>
2201
2201
  <hr>
2202
2202
  <div class="refsect2">
2203
2203
  <a name="g-file-info-get-is-hidden"></a><h3>g_file_info_get_is_hidden ()</h3>
2204
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2204
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2205
2205
  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>
2206
2206
  <p>Checks if a file is hidden.</p>
2207
2207
  <div class="refsect3">
2208
- <a name="id-1.4.2.4.9.35.5"></a><h4>Parameters</h4>
2208
+ <a name="g-file-info-get-is-hidden.parameters"></a><h4>Parameters</h4>
2209
2209
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2210
2210
  <colgroup>
2211
2211
  <col width="150px" class="parameters_name">
@@ -2220,18 +2220,18 @@ g_file_info_get_is_hidden (<em class="parameter"><code><a class="link" href="GFi
2220
2220
  </table></div>
2221
2221
  </div>
2222
2222
  <div class="refsect3">
2223
- <a name="id-1.4.2.4.9.35.6"></a><h4>Returns</h4>
2224
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file is a hidden file, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
2223
+ <a name="g-file-info-get-is-hidden.returns"></a><h4>Returns</h4>
2224
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file is a hidden file, <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
2225
2225
  </div>
2226
2226
  </div>
2227
2227
  <hr>
2228
2228
  <div class="refsect2">
2229
2229
  <a name="g-file-info-get-is-backup"></a><h3>g_file_info_get_is_backup ()</h3>
2230
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2230
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2231
2231
  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>
2232
2232
  <p>Checks if a file is a backup file.</p>
2233
2233
  <div class="refsect3">
2234
- <a name="id-1.4.2.4.9.36.5"></a><h4>Parameters</h4>
2234
+ <a name="g-file-info-get-is-backup.parameters"></a><h4>Parameters</h4>
2235
2235
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2236
2236
  <colgroup>
2237
2237
  <col width="150px" class="parameters_name">
@@ -2246,18 +2246,18 @@ g_file_info_get_is_backup (<em class="parameter"><code><a class="link" href="GFi
2246
2246
  </table></div>
2247
2247
  </div>
2248
2248
  <div class="refsect3">
2249
- <a name="id-1.4.2.4.9.36.6"></a><h4>Returns</h4>
2250
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if file is a backup file, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
2249
+ <a name="g-file-info-get-is-backup.returns"></a><h4>Returns</h4>
2250
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if file is a backup file, <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
2251
2251
  </div>
2252
2252
  </div>
2253
2253
  <hr>
2254
2254
  <div class="refsect2">
2255
2255
  <a name="g-file-info-get-is-symlink"></a><h3>g_file_info_get_is_symlink ()</h3>
2256
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2256
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2257
2257
  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>
2258
2258
  <p>Checks if a file is a symlink.</p>
2259
2259
  <div class="refsect3">
2260
- <a name="id-1.4.2.4.9.37.5"></a><h4>Parameters</h4>
2260
+ <a name="g-file-info-get-is-symlink.parameters"></a><h4>Parameters</h4>
2261
2261
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2262
2262
  <colgroup>
2263
2263
  <col width="150px" class="parameters_name">
@@ -2272,8 +2272,8 @@ g_file_info_get_is_symlink (<em class="parameter"><code><a class="link" href="GF
2272
2272
  </table></div>
2273
2273
  </div>
2274
2274
  <div class="refsect3">
2275
- <a name="id-1.4.2.4.9.37.6"></a><h4>Returns</h4>
2276
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the given <em class="parameter"><code>info</code></em>
2275
+ <a name="g-file-info-get-is-symlink.returns"></a><h4>Returns</h4>
2276
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the given <em class="parameter"><code>info</code></em>
2277
2277
  is a symlink.</p>
2278
2278
  </div>
2279
2279
  </div>
@@ -2284,7 +2284,7 @@ is a symlink.</p>
2284
2284
  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>
2285
2285
  <p>Gets the name for a file.</p>
2286
2286
  <div class="refsect3">
2287
- <a name="id-1.4.2.4.9.38.5"></a><h4>Parameters</h4>
2287
+ <a name="g-file-info-get-name.parameters"></a><h4>Parameters</h4>
2288
2288
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2289
2289
  <colgroup>
2290
2290
  <col width="150px" class="parameters_name">
@@ -2299,7 +2299,7 @@ g_file_info_get_name (<em class="parameter"><code><a class="link" href="GFileInf
2299
2299
  </table></div>
2300
2300
  </div>
2301
2301
  <div class="refsect3">
2302
- <a name="id-1.4.2.4.9.38.6"></a><h4>Returns</h4>
2302
+ <a name="g-file-info-get-name.returns"></a><h4>Returns</h4>
2303
2303
  <p> a string containing the file name.</p>
2304
2304
  </div>
2305
2305
  </div>
@@ -2310,7 +2310,7 @@ g_file_info_get_name (<em class="parameter"><code><a class="link" href="GFileInf
2310
2310
  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>
2311
2311
  <p>Gets a display name for a file.</p>
2312
2312
  <div class="refsect3">
2313
- <a name="id-1.4.2.4.9.39.5"></a><h4>Parameters</h4>
2313
+ <a name="g-file-info-get-display-name.parameters"></a><h4>Parameters</h4>
2314
2314
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2315
2315
  <colgroup>
2316
2316
  <col width="150px" class="parameters_name">
@@ -2325,7 +2325,7 @@ g_file_info_get_display_name (<em class="parameter"><code><a class="link" href="
2325
2325
  </table></div>
2326
2326
  </div>
2327
2327
  <div class="refsect3">
2328
- <a name="id-1.4.2.4.9.39.6"></a><h4>Returns</h4>
2328
+ <a name="g-file-info-get-display-name.returns"></a><h4>Returns</h4>
2329
2329
  <p> a string containing the display name.</p>
2330
2330
  </div>
2331
2331
  </div>
@@ -2336,7 +2336,7 @@ g_file_info_get_display_name (<em class="parameter"><code><a class="link" href="
2336
2336
  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>
2337
2337
  <p>Gets the edit name for a file.</p>
2338
2338
  <div class="refsect3">
2339
- <a name="id-1.4.2.4.9.40.5"></a><h4>Parameters</h4>
2339
+ <a name="g-file-info-get-edit-name.parameters"></a><h4>Parameters</h4>
2340
2340
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2341
2341
  <colgroup>
2342
2342
  <col width="150px" class="parameters_name">
@@ -2351,7 +2351,7 @@ g_file_info_get_edit_name (<em class="parameter"><code><a class="link" href="GFi
2351
2351
  </table></div>
2352
2352
  </div>
2353
2353
  <div class="refsect3">
2354
- <a name="id-1.4.2.4.9.40.6"></a><h4>Returns</h4>
2354
+ <a name="g-file-info-get-edit-name.returns"></a><h4>Returns</h4>
2355
2355
  <p> a string containing the edit name.</p>
2356
2356
  </div>
2357
2357
  </div>
@@ -2362,7 +2362,7 @@ g_file_info_get_edit_name (<em class="parameter"><code><a class="link" href="GFi
2362
2362
  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>
2363
2363
  <p>Gets the icon for a file.</p>
2364
2364
  <div class="refsect3">
2365
- <a name="id-1.4.2.4.9.41.5"></a><h4>Parameters</h4>
2365
+ <a name="g-file-info-get-icon.parameters"></a><h4>Parameters</h4>
2366
2366
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2367
2367
  <colgroup>
2368
2368
  <col width="150px" class="parameters_name">
@@ -2377,7 +2377,7 @@ g_file_info_get_icon (<em class="parameter"><code><a class="link" href="GFileInf
2377
2377
  </table></div>
2378
2378
  </div>
2379
2379
  <div class="refsect3">
2380
- <a name="id-1.4.2.4.9.41.6"></a><h4>Returns</h4>
2380
+ <a name="g-file-info-get-icon.returns"></a><h4>Returns</h4>
2381
2381
  <p> <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given <em class="parameter"><code>info</code></em>
2382
2382
  . </p>
2383
2383
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -2390,7 +2390,7 @@ g_file_info_get_icon (<em class="parameter"><code><a class="link" href="GFileInf
2390
2390
  g_file_info_get_symbolic_icon (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2391
2391
  <p>Gets the symbolic icon for a file.</p>
2392
2392
  <div class="refsect3">
2393
- <a name="id-1.4.2.4.9.42.5"></a><h4>Parameters</h4>
2393
+ <a name="g-file-info-get-symbolic-icon.parameters"></a><h4>Parameters</h4>
2394
2394
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2395
2395
  <colgroup>
2396
2396
  <col width="150px" class="parameters_name">
@@ -2405,7 +2405,7 @@ g_file_info_get_symbolic_icon (<em class="parameter"><code><a class="link" href=
2405
2405
  </table></div>
2406
2406
  </div>
2407
2407
  <div class="refsect3">
2408
- <a name="id-1.4.2.4.9.42.6"></a><h4>Returns</h4>
2408
+ <a name="g-file-info-get-symbolic-icon.returns"></a><h4>Returns</h4>
2409
2409
  <p> <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given <em class="parameter"><code>info</code></em>
2410
2410
  . </p>
2411
2411
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -2419,7 +2419,7 @@ g_file_info_get_symbolic_icon (<em class="parameter"><code><a class="link" href=
2419
2419
  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>
2420
2420
  <p>Gets the file's content type.</p>
2421
2421
  <div class="refsect3">
2422
- <a name="id-1.4.2.4.9.43.5"></a><h4>Parameters</h4>
2422
+ <a name="g-file-info-get-content-type.parameters"></a><h4>Parameters</h4>
2423
2423
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2424
2424
  <colgroup>
2425
2425
  <col width="150px" class="parameters_name">
@@ -2434,18 +2434,18 @@ g_file_info_get_content_type (<em class="parameter"><code><a class="link" href="
2434
2434
  </table></div>
2435
2435
  </div>
2436
2436
  <div class="refsect3">
2437
- <a name="id-1.4.2.4.9.43.6"></a><h4>Returns</h4>
2437
+ <a name="g-file-info-get-content-type.returns"></a><h4>Returns</h4>
2438
2438
  <p> a string containing the file's content type.</p>
2439
2439
  </div>
2440
2440
  </div>
2441
2441
  <hr>
2442
2442
  <div class="refsect2">
2443
2443
  <a name="g-file-info-get-size"></a><h3>g_file_info_get_size ()</h3>
2444
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#goffset"><span class="returnvalue">goffset</span></a>
2444
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#goffset"><span class="returnvalue">goffset</span></a>
2445
2445
  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>Gets the file's size.</p>
2447
2447
  <div class="refsect3">
2448
- <a name="id-1.4.2.4.9.44.5"></a><h4>Parameters</h4>
2448
+ <a name="g-file-info-get-size.parameters"></a><h4>Parameters</h4>
2449
2449
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2450
2450
  <colgroup>
2451
2451
  <col width="150px" class="parameters_name">
@@ -2460,8 +2460,8 @@ g_file_info_get_size (<em class="parameter"><code><a class="link" href="GFileInf
2460
2460
  </table></div>
2461
2461
  </div>
2462
2462
  <div class="refsect3">
2463
- <a name="id-1.4.2.4.9.44.6"></a><h4>Returns</h4>
2464
- <p> a <a href="../glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> containing the file's size.</p>
2463
+ <a name="g-file-info-get-size.returns"></a><h4>Returns</h4>
2464
+ <p> a <a href="../glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> containing the file's size.</p>
2465
2465
  </div>
2466
2466
  </div>
2467
2467
  <hr>
@@ -2469,13 +2469,13 @@ g_file_info_get_size (<em class="parameter"><code><a class="link" href="GFileInf
2469
2469
  <a name="g-file-info-get-modification-time"></a><h3>g_file_info_get_modification_time ()</h3>
2470
2470
  <pre class="programlisting"><span class="returnvalue">void</span>
2471
2471
  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>,
2472
- <em class="parameter"><code><a href="../glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *result</code></em>);</pre>
2472
+ <em class="parameter"><code><a href="../glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *result</code></em>);</pre>
2473
2473
  <p>Gets the modification time of the current <em class="parameter"><code>info</code></em>
2474
2474
  and sets it
2475
2475
  in <em class="parameter"><code>result</code></em>
2476
2476
  .</p>
2477
2477
  <div class="refsect3">
2478
- <a name="id-1.4.2.4.9.45.5"></a><h4>Parameters</h4>
2478
+ <a name="g-file-info-get-modification-time.parameters"></a><h4>Parameters</h4>
2479
2479
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2480
2480
  <colgroup>
2481
2481
  <col width="150px" class="parameters_name">
@@ -2490,7 +2490,7 @@ in <em class="parameter"><code>result</code></em>
2490
2490
  </tr>
2491
2491
  <tr>
2492
2492
  <td class="parameter_name"><p>result</p></td>
2493
- <td class="parameter_description"><p> a <a href="../glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>. </p></td>
2493
+ <td class="parameter_description"><p> a <a href="../glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>. </p></td>
2494
2494
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
2495
2495
  </tr>
2496
2496
  </tbody>
@@ -2504,7 +2504,7 @@ in <em class="parameter"><code>result</code></em>
2504
2504
  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>
2505
2505
  <p>Gets the symlink target for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</p>
2506
2506
  <div class="refsect3">
2507
- <a name="id-1.4.2.4.9.46.5"></a><h4>Parameters</h4>
2507
+ <a name="g-file-info-get-symlink-target.parameters"></a><h4>Parameters</h4>
2508
2508
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2509
2509
  <colgroup>
2510
2510
  <col width="150px" class="parameters_name">
@@ -2519,7 +2519,7 @@ g_file_info_get_symlink_target (<em class="parameter"><code><a class="link" href
2519
2519
  </table></div>
2520
2520
  </div>
2521
2521
  <div class="refsect3">
2522
- <a name="id-1.4.2.4.9.46.6"></a><h4>Returns</h4>
2522
+ <a name="g-file-info-get-symlink-target.returns"></a><h4>Returns</h4>
2523
2523
  <p> a string containing the symlink target.</p>
2524
2524
  </div>
2525
2525
  </div>
@@ -2531,7 +2531,7 @@ g_file_info_get_etag (<em class="parameter"><code><a class="link" href="GFileInf
2531
2531
  <p>Gets the <a class="link" href="GFile.html#gfile-etag" title="Entity Tags">entity tag</a> for a given
2532
2532
  <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>. See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ETAG-VALUE:CAPS" title="G_FILE_ATTRIBUTE_ETAG_VALUE"><code class="literal">G_FILE_ATTRIBUTE_ETAG_VALUE</code></a>.</p>
2533
2533
  <div class="refsect3">
2534
- <a name="id-1.4.2.4.9.47.5"></a><h4>Parameters</h4>
2534
+ <a name="g-file-info-get-etag.parameters"></a><h4>Parameters</h4>
2535
2535
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2536
2536
  <colgroup>
2537
2537
  <col width="150px" class="parameters_name">
@@ -2546,19 +2546,19 @@ g_file_info_get_etag (<em class="parameter"><code><a class="link" href="GFileInf
2546
2546
  </table></div>
2547
2547
  </div>
2548
2548
  <div class="refsect3">
2549
- <a name="id-1.4.2.4.9.47.6"></a><h4>Returns</h4>
2549
+ <a name="g-file-info-get-etag.returns"></a><h4>Returns</h4>
2550
2550
  <p> a string containing the value of the "etag:value" attribute.</p>
2551
2551
  </div>
2552
2552
  </div>
2553
2553
  <hr>
2554
2554
  <div class="refsect2">
2555
2555
  <a name="g-file-info-get-sort-order"></a><h3>g_file_info_get_sort_order ()</h3>
2556
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
2556
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
2557
2557
  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>
2558
2558
  <p>Gets the value of the sort_order attribute from the <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2559
2559
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</code></a>.</p>
2560
2560
  <div class="refsect3">
2561
- <a name="id-1.4.2.4.9.48.5"></a><h4>Parameters</h4>
2561
+ <a name="g-file-info-get-sort-order.parameters"></a><h4>Parameters</h4>
2562
2562
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2563
2563
  <colgroup>
2564
2564
  <col width="150px" class="parameters_name">
@@ -2573,20 +2573,20 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CA
2573
2573
  </table></div>
2574
2574
  </div>
2575
2575
  <div class="refsect3">
2576
- <a name="id-1.4.2.4.9.48.6"></a><h4>Returns</h4>
2577
- <p> a <a href="../glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> containing the value of the "standard::sort_order" attribute.</p>
2576
+ <a name="g-file-info-get-sort-order.returns"></a><h4>Returns</h4>
2577
+ <p> a <a href="../glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> containing the value of the "standard::sort_order" attribute.</p>
2578
2578
  </div>
2579
2579
  </div>
2580
2580
  <hr>
2581
2581
  <div class="refsect2">
2582
2582
  <a name="g-file-info-get-deletion-date"></a><h3>g_file_info_get_deletion_date ()</h3>
2583
- <pre class="programlisting"><a href="../glib/glib-GDateTime.html#GDateTime"><span class="returnvalue">GDateTime</span></a> *
2583
+ <pre class="programlisting"><a href="../glib-GDateTime.html#GDateTime"><span class="returnvalue">GDateTime</span></a> *
2584
2584
  g_file_info_get_deletion_date (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
2585
- <p>Returns the <a href="../glib/glib-GDateTime.html#GDateTime"><span class="type">GDateTime</span></a> representing the deletion date of the file, as
2585
+ <p>Returns the <a href="../glib-GDateTime.html#GDateTime"><span class="type">GDateTime</span></a> representing the deletion date of the file, as
2586
2586
  available in G_FILE_ATTRIBUTE_TRASH_DELETION_DATE. If the
2587
- G_FILE_ATTRIBUTE_TRASH_DELETION_DATE attribute is unset, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p>
2587
+ G_FILE_ATTRIBUTE_TRASH_DELETION_DATE attribute is unset, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p>
2588
2588
  <div class="refsect3">
2589
- <a name="id-1.4.2.4.9.49.5"></a><h4>Parameters</h4>
2589
+ <a name="g-file-info-get-deletion-date.parameters"></a><h4>Parameters</h4>
2590
2590
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2591
2591
  <colgroup>
2592
2592
  <col width="150px" class="parameters_name">
@@ -2601,8 +2601,8 @@ G_FILE_ATTRIBUTE_TRASH_DELETION_DATE attribute is unset, <a href="../glib/glib-S
2601
2601
  </table></div>
2602
2602
  </div>
2603
2603
  <div class="refsect3">
2604
- <a name="id-1.4.2.4.9.49.6"></a><h4>Returns</h4>
2605
- <p> a <a href="../glib/glib-GDateTime.html#GDateTime"><span class="type">GDateTime</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
2604
+ <a name="g-file-info-get-deletion-date.returns"></a><h4>Returns</h4>
2605
+ <p> a <a href="../glib-GDateTime.html#GDateTime"><span class="type">GDateTime</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
2606
2606
  </div>
2607
2607
  <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
2608
2608
  </div>
@@ -2616,7 +2616,7 @@ g_file_info_set_attribute_mask (<em class="parameter"><code><a class="link" href
2616
2616
  on <em class="parameter"><code>info</code></em>
2617
2617
  to match specific attribute types.</p>
2618
2618
  <div class="refsect3">
2619
- <a name="id-1.4.2.4.9.50.5"></a><h4>Parameters</h4>
2619
+ <a name="g-file-info-set-attribute-mask.parameters"></a><h4>Parameters</h4>
2620
2620
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2621
2621
  <colgroup>
2622
2622
  <col width="150px" class="parameters_name">
@@ -2646,7 +2646,7 @@ g_file_info_unset_attribute_mask (<em class="parameter"><code><a class="link" hr
2646
2646
  <p>Unsets a mask set by <a class="link" href="GFileInfo.html#g-file-info-set-attribute-mask" title="g_file_info_set_attribute_mask ()"><code class="function">g_file_info_set_attribute_mask()</code></a>, if one
2647
2647
  is set.</p>
2648
2648
  <div class="refsect3">
2649
- <a name="id-1.4.2.4.9.51.5"></a><h4>Parameters</h4>
2649
+ <a name="g-file-info-unset-attribute-mask.parameters"></a><h4>Parameters</h4>
2650
2650
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2651
2651
  <colgroup>
2652
2652
  <col width="150px" class="parameters_name">
@@ -2671,7 +2671,7 @@ g_file_info_set_file_type (<em class="parameter"><code><a class="link" href="GFi
2671
2671
  .
2672
2672
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_TYPE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_TYPE</code></a>.</p>
2673
2673
  <div class="refsect3">
2674
- <a name="id-1.4.2.4.9.52.5"></a><h4>Parameters</h4>
2674
+ <a name="g-file-info-set-file-type.parameters"></a><h4>Parameters</h4>
2675
2675
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2676
2676
  <colgroup>
2677
2677
  <col width="150px" class="parameters_name">
@@ -2698,12 +2698,12 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS" ti
2698
2698
  <a name="g-file-info-set-is-hidden"></a><h3>g_file_info_set_is_hidden ()</h3>
2699
2699
  <pre class="programlisting"><span class="returnvalue">void</span>
2700
2700
  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>,
2701
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_hidden</code></em>);</pre>
2701
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_hidden</code></em>);</pre>
2702
2702
  <p>Sets the "is_hidden" attribute in a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> according to <em class="parameter"><code>is_hidden</code></em>
2703
2703
  .
2704
2704
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</code></a>.</p>
2705
2705
  <div class="refsect3">
2706
- <a name="id-1.4.2.4.9.53.5"></a><h4>Parameters</h4>
2706
+ <a name="g-file-info-set-is-hidden.parameters"></a><h4>Parameters</h4>
2707
2707
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2708
2708
  <colgroup>
2709
2709
  <col width="150px" class="parameters_name">
@@ -2718,7 +2718,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAP
2718
2718
  </tr>
2719
2719
  <tr>
2720
2720
  <td class="parameter_name"><p>is_hidden</p></td>
2721
- <td class="parameter_description"><p>a <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</p></td>
2721
+ <td class="parameter_description"><p>a <a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</p></td>
2722
2722
  <td class="parameter_annotations"> </td>
2723
2723
  </tr>
2724
2724
  </tbody>
@@ -2730,12 +2730,12 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAP
2730
2730
  <a name="g-file-info-set-is-symlink"></a><h3>g_file_info_set_is_symlink ()</h3>
2731
2731
  <pre class="programlisting"><span class="returnvalue">void</span>
2732
2732
  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>,
2733
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_symlink</code></em>);</pre>
2733
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_symlink</code></em>);</pre>
2734
2734
  <p>Sets the "is_symlink" attribute in a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> according to <em class="parameter"><code>is_symlink</code></em>
2735
2735
  .
2736
2736
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</code></a>.</p>
2737
2737
  <div class="refsect3">
2738
- <a name="id-1.4.2.4.9.54.5"></a><h4>Parameters</h4>
2738
+ <a name="g-file-info-set-is-symlink.parameters"></a><h4>Parameters</h4>
2739
2739
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2740
2740
  <colgroup>
2741
2741
  <col width="150px" class="parameters_name">
@@ -2750,7 +2750,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CA
2750
2750
  </tr>
2751
2751
  <tr>
2752
2752
  <td class="parameter_name"><p>is_symlink</p></td>
2753
- <td class="parameter_description"><p>a <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</p></td>
2753
+ <td class="parameter_description"><p>a <a href="../glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</p></td>
2754
2754
  <td class="parameter_annotations"> </td>
2755
2755
  </tr>
2756
2756
  </tbody>
@@ -2766,7 +2766,7 @@ g_file_info_set_name (<em class="parameter"><code><a class="link" href="GFileInf
2766
2766
  <p>Sets the name attribute for the current <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2767
2767
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_NAME"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_NAME</code></a>.</p>
2768
2768
  <div class="refsect3">
2769
- <a name="id-1.4.2.4.9.55.5"></a><h4>Parameters</h4>
2769
+ <a name="g-file-info-set-name.parameters"></a><h4>Parameters</h4>
2770
2770
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2771
2771
  <colgroup>
2772
2772
  <col width="150px" class="parameters_name">
@@ -2797,7 +2797,7 @@ g_file_info_set_display_name (<em class="parameter"><code><a class="link" href="
2797
2797
  <p>Sets the display name for the current <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2798
2798
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</code></a>.</p>
2799
2799
  <div class="refsect3">
2800
- <a name="id-1.4.2.4.9.56.5"></a><h4>Parameters</h4>
2800
+ <a name="g-file-info-set-display-name.parameters"></a><h4>Parameters</h4>
2801
2801
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2802
2802
  <colgroup>
2803
2803
  <col width="150px" class="parameters_name">
@@ -2828,7 +2828,7 @@ g_file_info_set_edit_name (<em class="parameter"><code><a class="link" href="GFi
2828
2828
  <p>Sets the edit name for the current file.
2829
2829
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</code></a>.</p>
2830
2830
  <div class="refsect3">
2831
- <a name="id-1.4.2.4.9.57.5"></a><h4>Parameters</h4>
2831
+ <a name="g-file-info-set-edit-name.parameters"></a><h4>Parameters</h4>
2832
2832
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2833
2833
  <colgroup>
2834
2834
  <col width="150px" class="parameters_name">
@@ -2859,7 +2859,7 @@ g_file_info_set_icon (<em class="parameter"><code><a class="link" href="GFileInf
2859
2859
  <p>Sets the icon for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2860
2860
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_ICON"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_ICON</code></a>.</p>
2861
2861
  <div class="refsect3">
2862
- <a name="id-1.4.2.4.9.58.5"></a><h4>Parameters</h4>
2862
+ <a name="g-file-info-set-icon.parameters"></a><h4>Parameters</h4>
2863
2863
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2864
2864
  <colgroup>
2865
2865
  <col width="150px" class="parameters_name">
@@ -2890,7 +2890,7 @@ g_file_info_set_symbolic_icon (<em class="parameter"><code><a class="link" href=
2890
2890
  <p>Sets the symbolic icon for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2891
2891
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMBOLIC-ICON:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON</code></a>.</p>
2892
2892
  <div class="refsect3">
2893
- <a name="id-1.4.2.4.9.59.5"></a><h4>Parameters</h4>
2893
+ <a name="g-file-info-set-symbolic-icon.parameters"></a><h4>Parameters</h4>
2894
2894
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2895
2895
  <colgroup>
2896
2896
  <col width="150px" class="parameters_name">
@@ -2922,7 +2922,7 @@ g_file_info_set_content_type (<em class="parameter"><code><a class="link" href="
2922
2922
  <p>Sets the content type attribute for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2923
2923
  See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</code></a>.</p>
2924
2924
  <div class="refsect3">
2925
- <a name="id-1.4.2.4.9.60.5"></a><h4>Parameters</h4>
2925
+ <a name="g-file-info-set-content-type.parameters"></a><h4>Parameters</h4>
2926
2926
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2927
2927
  <colgroup>
2928
2928
  <col width="150px" class="parameters_name">
@@ -2949,11 +2949,11 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:
2949
2949
  <a name="g-file-info-set-size"></a><h3>g_file_info_set_size ()</h3>
2950
2950
  <pre class="programlisting"><span class="returnvalue">void</span>
2951
2951
  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>,
2952
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> size</code></em>);</pre>
2952
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> size</code></em>);</pre>
2953
2953
  <p>Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SIZE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SIZE</code></a> attribute in the file info
2954
2954
  to the given size.</p>
2955
2955
  <div class="refsect3">
2956
- <a name="id-1.4.2.4.9.61.5"></a><h4>Parameters</h4>
2956
+ <a name="g-file-info-set-size.parameters"></a><h4>Parameters</h4>
2957
2957
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2958
2958
  <colgroup>
2959
2959
  <col width="150px" class="parameters_name">
@@ -2968,7 +2968,7 @@ to the given size.</p>
2968
2968
  </tr>
2969
2969
  <tr>
2970
2970
  <td class="parameter_name"><p>size</p></td>
2971
- <td class="parameter_description"><p>a <a href="../glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> containing the file's size.</p></td>
2971
+ <td class="parameter_description"><p>a <a href="../glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> containing the file's size.</p></td>
2972
2972
  <td class="parameter_annotations"> </td>
2973
2973
  </tr>
2974
2974
  </tbody>
@@ -2980,11 +2980,11 @@ to the given size.</p>
2980
2980
  <a name="g-file-info-set-modification-time"></a><h3>g_file_info_set_modification_time ()</h3>
2981
2981
  <pre class="programlisting"><span class="returnvalue">void</span>
2982
2982
  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>,
2983
- <em class="parameter"><code><a href="../glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *mtime</code></em>);</pre>
2983
+ <em class="parameter"><code><a href="../glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *mtime</code></em>);</pre>
2984
2984
  <p>Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED"><code class="literal">G_FILE_ATTRIBUTE_TIME_MODIFIED</code></a> attribute in the file
2985
2985
  info to the given time value.</p>
2986
2986
  <div class="refsect3">
2987
- <a name="id-1.4.2.4.9.62.5"></a><h4>Parameters</h4>
2987
+ <a name="g-file-info-set-modification-time.parameters"></a><h4>Parameters</h4>
2988
2988
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
2989
2989
  <colgroup>
2990
2990
  <col width="150px" class="parameters_name">
@@ -2999,7 +2999,7 @@ info to the given time value.</p>
2999
2999
  </tr>
3000
3000
  <tr>
3001
3001
  <td class="parameter_name"><p>mtime</p></td>
3002
- <td class="parameter_description"><p>a <a href="../glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>.</p></td>
3002
+ <td class="parameter_description"><p>a <a href="../glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>.</p></td>
3003
3003
  <td class="parameter_annotations"> </td>
3004
3004
  </tr>
3005
3005
  </tbody>
@@ -3015,7 +3015,7 @@ g_file_info_set_symlink_target (<em class="parameter"><code><a class="link" href
3015
3015
  <p>Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</code></a> attribute in the file info
3016
3016
  to the given symlink target.</p>
3017
3017
  <div class="refsect3">
3018
- <a name="id-1.4.2.4.9.63.5"></a><h4>Parameters</h4>
3018
+ <a name="g-file-info-set-symlink-target.parameters"></a><h4>Parameters</h4>
3019
3019
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3020
3020
  <colgroup>
3021
3021
  <col width="150px" class="parameters_name">
@@ -3042,11 +3042,11 @@ to the given symlink target.</p>
3042
3042
  <a name="g-file-info-set-sort-order"></a><h3>g_file_info_set_sort_order ()</h3>
3043
3043
  <pre class="programlisting"><span class="returnvalue">void</span>
3044
3044
  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>,
3045
- <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sort_order</code></em>);</pre>
3045
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sort_order</code></em>);</pre>
3046
3046
  <p>Sets the sort order attribute in the file info structure. See
3047
3047
  <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</code></a>.</p>
3048
3048
  <div class="refsect3">
3049
- <a name="id-1.4.2.4.9.64.5"></a><h4>Parameters</h4>
3049
+ <a name="g-file-info-set-sort-order.parameters"></a><h4>Parameters</h4>
3050
3050
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3051
3051
  <colgroup>
3052
3052
  <col width="150px" class="parameters_name">
@@ -3074,7 +3074,7 @@ g_file_info_set_sort_order (<em class="parameter"><code><a class="link" href="GF
3074
3074
  <pre class="programlisting"><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="returnvalue">GFileAttributeMatcher</span></a> *
3075
3075
  g_file_attribute_matcher_new (<em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>);</pre>
3076
3076
  <p>Creates a new file attribute matcher, which matches attributes
3077
- against a given string. <a href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatchers</span></a> are reference
3077
+ against a given string. <a href="GFileInfo.html#GFileAttributeMatcher-struct"><span class="type">GFileAttributeMatchers</span></a> are reference
3078
3078
  counted structures, and are created with a reference count of 1. If
3079
3079
  the number of references falls to 0, the <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> is
3080
3080
  automatically destroyed.</p>
@@ -3095,7 +3095,7 @@ namespace and all keys in the unix namespace.</p></li>
3095
3095
  </ul></div>
3096
3096
  </div>
3097
3097
  <div class="refsect3">
3098
- <a name="id-1.4.2.4.9.65.7"></a><h4>Parameters</h4>
3098
+ <a name="g-file-attribute-matcher-new.parameters"></a><h4>Parameters</h4>
3099
3099
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3100
3100
  <colgroup>
3101
3101
  <col width="150px" class="parameters_name">
@@ -3110,7 +3110,7 @@ namespace and all keys in the unix namespace.</p></li>
3110
3110
  </table></div>
3111
3111
  </div>
3112
3112
  <div class="refsect3">
3113
- <a name="id-1.4.2.4.9.65.8"></a><h4>Returns</h4>
3113
+ <a name="g-file-attribute-matcher-new.returns"></a><h4>Returns</h4>
3114
3114
  <p> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a></p>
3115
3115
  </div>
3116
3116
  </div>
@@ -3121,7 +3121,7 @@ namespace and all keys in the unix namespace.</p></li>
3121
3121
  g_file_attribute_matcher_ref (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
3122
3122
  <p>References a file attribute matcher.</p>
3123
3123
  <div class="refsect3">
3124
- <a name="id-1.4.2.4.9.66.5"></a><h4>Parameters</h4>
3124
+ <a name="g-file-attribute-matcher-ref.parameters"></a><h4>Parameters</h4>
3125
3125
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3126
3126
  <colgroup>
3127
3127
  <col width="150px" class="parameters_name">
@@ -3136,7 +3136,7 @@ g_file_attribute_matcher_ref (<em class="parameter"><code><a class="link" href="
3136
3136
  </table></div>
3137
3137
  </div>
3138
3138
  <div class="refsect3">
3139
- <a name="id-1.4.2.4.9.66.6"></a><h4>Returns</h4>
3139
+ <a name="g-file-attribute-matcher-ref.returns"></a><h4>Returns</h4>
3140
3140
  <p> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</p>
3141
3141
  </div>
3142
3142
  </div>
@@ -3157,7 +3157,7 @@ a namespace or attribute when the matcher matches everything. This
3157
3157
  is a limitation of the current implementation, but may be fixed
3158
3158
  in the future.</p>
3159
3159
  <div class="refsect3">
3160
- <a name="id-1.4.2.4.9.67.6"></a><h4>Parameters</h4>
3160
+ <a name="g-file-attribute-matcher-subtract.parameters"></a><h4>Parameters</h4>
3161
3161
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3162
3162
  <colgroup>
3163
3163
  <col width="150px" class="parameters_name">
@@ -3179,7 +3179,7 @@ in the future.</p>
3179
3179
  </table></div>
3180
3180
  </div>
3181
3181
  <div class="refsect3">
3182
- <a name="id-1.4.2.4.9.67.7"></a><h4>Returns</h4>
3182
+ <a name="g-file-attribute-matcher-subtract.returns"></a><h4>Returns</h4>
3183
3183
  <p> A file attribute matcher matching all attributes of
3184
3184
  <em class="parameter"><code>matcher</code></em>
3185
3185
  that are not matched by <em class="parameter"><code>subtract</code></em>
@@ -3196,7 +3196,7 @@ g_file_attribute_matcher_unref (<em class="parameter"><code><a class="link" href
3196
3196
  the <em class="parameter"><code>matcher</code></em>
3197
3197
  is automatically freed.</p>
3198
3198
  <div class="refsect3">
3199
- <a name="id-1.4.2.4.9.68.5"></a><h4>Parameters</h4>
3199
+ <a name="g-file-attribute-matcher-unref.parameters"></a><h4>Parameters</h4>
3200
3200
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3201
3201
  <colgroup>
3202
3202
  <col width="150px" class="parameters_name">
@@ -3214,14 +3214,14 @@ the <em class="parameter"><code>matcher</code></em>
3214
3214
  <hr>
3215
3215
  <div class="refsect2">
3216
3216
  <a name="g-file-attribute-matcher-matches"></a><h3>g_file_attribute_matcher_matches ()</h3>
3217
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3217
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3218
3218
  g_file_attribute_matcher_matches (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
3219
3219
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
3220
3220
  <p>Checks if an attribute will be matched by an attribute matcher. If
3221
3221
  the matcher was created with the "*" matching string, this function
3222
- will always return <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
3222
+ will always return <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
3223
3223
  <div class="refsect3">
3224
- <a name="id-1.4.2.4.9.69.5"></a><h4>Parameters</h4>
3224
+ <a name="g-file-attribute-matcher-matches.parameters"></a><h4>Parameters</h4>
3225
3225
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3226
3226
  <colgroup>
3227
3227
  <col width="150px" class="parameters_name">
@@ -3243,22 +3243,22 @@ will always return <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code c
3243
3243
  </table></div>
3244
3244
  </div>
3245
3245
  <div class="refsect3">
3246
- <a name="id-1.4.2.4.9.69.6"></a><h4>Returns</h4>
3247
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>attribute</code></em>
3246
+ <a name="g-file-attribute-matcher-matches.returns"></a><h4>Returns</h4>
3247
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>attribute</code></em>
3248
3248
  matches <em class="parameter"><code>matcher</code></em>
3249
- . <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
3249
+ . <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
3250
3250
  </div>
3251
3251
  </div>
3252
3252
  <hr>
3253
3253
  <div class="refsect2">
3254
3254
  <a name="g-file-attribute-matcher-matches-only"></a><h3>g_file_attribute_matcher_matches_only ()</h3>
3255
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3255
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3256
3256
  g_file_attribute_matcher_matches_only (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
3257
3257
  <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
3258
3258
  <p>Checks if a attribute matcher only matches a given attribute. Always
3259
- returns <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if "*" was used when creating the matcher.</p>
3259
+ returns <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if "*" was used when creating the matcher.</p>
3260
3260
  <div class="refsect3">
3261
- <a name="id-1.4.2.4.9.70.5"></a><h4>Parameters</h4>
3261
+ <a name="g-file-attribute-matcher-matches-only.parameters"></a><h4>Parameters</h4>
3262
3262
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3263
3263
  <colgroup>
3264
3264
  <col width="150px" class="parameters_name">
@@ -3280,26 +3280,26 @@ returns <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="lite
3280
3280
  </table></div>
3281
3281
  </div>
3282
3282
  <div class="refsect3">
3283
- <a name="id-1.4.2.4.9.70.6"></a><h4>Returns</h4>
3284
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the matcher only matches <em class="parameter"><code>attribute</code></em>
3285
- . <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
3283
+ <a name="g-file-attribute-matcher-matches-only.returns"></a><h4>Returns</h4>
3284
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the matcher only matches <em class="parameter"><code>attribute</code></em>
3285
+ . <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
3286
3286
  </div>
3287
3287
  </div>
3288
3288
  <hr>
3289
3289
  <div class="refsect2">
3290
3290
  <a name="g-file-attribute-matcher-enumerate-namespace"></a><h3>g_file_attribute_matcher_enumerate_namespace ()</h3>
3291
- <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3291
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3292
3292
  g_file_attribute_matcher_enumerate_namespace
3293
3293
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
3294
3294
  <em class="parameter"><code>const <span class="type">char</span> *ns</code></em>);</pre>
3295
3295
  <p>Checks if the matcher will match all of the keys in a given namespace.
3296
- This will always return <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a wildcard character is in use (e.g. if
3296
+ This will always return <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a wildcard character is in use (e.g. if
3297
3297
  matcher was created with "standard::*" and <em class="parameter"><code>ns</code></em>
3298
3298
  is "standard", or if matcher was created
3299
3299
  using "*" and namespace is anything.)</p>
3300
3300
  <p>TODO: this is awkwardly worded.</p>
3301
3301
  <div class="refsect3">
3302
- <a name="id-1.4.2.4.9.71.6"></a><h4>Parameters</h4>
3302
+ <a name="g-file-attribute-matcher-enumerate-namespace.parameters"></a><h4>Parameters</h4>
3303
3303
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3304
3304
  <colgroup>
3305
3305
  <col width="150px" class="parameters_name">
@@ -3321,10 +3321,10 @@ using "*" and namespace is anything.)</p>
3321
3321
  </table></div>
3322
3322
  </div>
3323
3323
  <div class="refsect3">
3324
- <a name="id-1.4.2.4.9.71.7"></a><h4>Returns</h4>
3325
- <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the matcher matches all of the entries
3324
+ <a name="g-file-attribute-matcher-enumerate-namespace.returns"></a><h4>Returns</h4>
3325
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the matcher matches all of the entries
3326
3326
  in the given <em class="parameter"><code>ns</code></em>
3327
- , <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
3327
+ , <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
3328
3328
  </div>
3329
3329
  </div>
3330
3330
  <hr>
@@ -3335,7 +3335,7 @@ g_file_attribute_matcher_enumerate_next
3335
3335
  (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
3336
3336
  <p>Gets the next matched attribute from a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</p>
3337
3337
  <div class="refsect3">
3338
- <a name="id-1.4.2.4.9.72.5"></a><h4>Parameters</h4>
3338
+ <a name="g-file-attribute-matcher-enumerate-next.parameters"></a><h4>Parameters</h4>
3339
3339
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3340
3340
  <colgroup>
3341
3341
  <col width="150px" class="parameters_name">
@@ -3350,8 +3350,8 @@ g_file_attribute_matcher_enumerate_next
3350
3350
  </table></div>
3351
3351
  </div>
3352
3352
  <div class="refsect3">
3353
- <a name="id-1.4.2.4.9.72.6"></a><h4>Returns</h4>
3354
- <p> a string containing the next attribute or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
3353
+ <a name="g-file-attribute-matcher-enumerate-next.returns"></a><h4>Returns</h4>
3354
+ <p> a string containing the next attribute or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
3355
3355
  no more attribute exist.</p>
3356
3356
  </div>
3357
3357
  </div>
@@ -3365,7 +3365,7 @@ equal to the format passed to <a class="link" href="GFileInfo.html#g-file-attrib
3365
3365
  The output however, might not be identical, as the matcher may
3366
3366
  decide to use a different order or omit needless parts.</p>
3367
3367
  <div class="refsect3">
3368
- <a name="id-1.4.2.4.9.73.5"></a><h4>Parameters</h4>
3368
+ <a name="g-file-attribute-matcher-to-string.parameters"></a><h4>Parameters</h4>
3369
3369
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3370
3370
  <colgroup>
3371
3371
  <col width="150px" class="parameters_name">
@@ -3380,10 +3380,10 @@ decide to use a different order or omit needless parts.</p>
3380
3380
  </table></div>
3381
3381
  </div>
3382
3382
  <div class="refsect3">
3383
- <a name="id-1.4.2.4.9.73.6"></a><h4>Returns</h4>
3383
+ <a name="g-file-attribute-matcher-to-string.returns"></a><h4>Returns</h4>
3384
3384
  <p> a string describing the attributes the matcher matches
3385
- against or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>matcher</code></em>
3386
- was <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
3385
+ against or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>matcher</code></em>
3386
+ was <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
3387
3387
  </div>
3388
3388
  <p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
3389
3389
  </div>
@@ -3400,7 +3400,7 @@ was <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">
3400
3400
  <a name="GFileType"></a><h3>enum GFileType</h3>
3401
3401
  <p>Indicates the file's on-disk type.</p>
3402
3402
  <div class="refsect3">
3403
- <a name="id-1.4.2.4.10.3.4"></a><h4>Members</h4>
3403
+ <a name="GFileType.members"></a><h4>Members</h4>
3404
3404
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
3405
3405
  <colgroup>
3406
3406
  <col width="300px" class="enum_members_name">
@@ -3697,7 +3697,7 @@ to copy).</p>
3697
3697
  </pre>
3698
3698
  <p>A key in the "access" namespace for getting read privileges.
3699
3699
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
3700
- This attribute will be <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to read the file.</p>
3700
+ This attribute will be <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to read the file.</p>
3701
3701
  </div>
3702
3702
  <hr>
3703
3703
  <div class="refsect2">
@@ -3706,7 +3706,7 @@ This attribute will be <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><co
3706
3706
  </pre>
3707
3707
  <p>A key in the "access" namespace for getting write privileges.
3708
3708
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
3709
- This attribute will be <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to write to the file.</p>
3709
+ This attribute will be <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to write to the file.</p>
3710
3710
  </div>
3711
3711
  <hr>
3712
3712
  <div class="refsect2">
@@ -3715,7 +3715,7 @@ This attribute will be <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><co
3715
3715
  </pre>
3716
3716
  <p>A key in the "access" namespace for getting execution privileges.
3717
3717
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
3718
- This attribute will be <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to execute the file.</p>
3718
+ This attribute will be <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to execute the file.</p>
3719
3719
  </div>
3720
3720
  <hr>
3721
3721
  <div class="refsect2">
@@ -3724,7 +3724,7 @@ This attribute will be <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><co
3724
3724
  </pre>
3725
3725
  <p>A key in the "access" namespace for checking deletion privileges.
3726
3726
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
3727
- This attribute will be <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to delete the file.</p>
3727
+ This attribute will be <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to delete the file.</p>
3728
3728
  </div>
3729
3729
  <hr>
3730
3730
  <div class="refsect2">
@@ -3733,7 +3733,7 @@ This attribute will be <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><co
3733
3733
  </pre>
3734
3734
  <p>A key in the "access" namespace for checking trashing privileges.
3735
3735
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
3736
- This attribute will be <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to move the file to
3736
+ This attribute will be <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to move the file to
3737
3737
  the trash.</p>
3738
3738
  </div>
3739
3739
  <hr>
@@ -3743,7 +3743,7 @@ the trash.</p>
3743
3743
  </pre>
3744
3744
  <p>A key in the "access" namespace for checking renaming privileges.
3745
3745
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
3746
- This attribute will be <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to rename the file.</p>
3746
+ This attribute will be <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to rename the file.</p>
3747
3747
  </div>
3748
3748
  <hr>
3749
3749
  <div class="refsect2">
@@ -4021,7 +4021,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
4021
4021
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT "unix::is-mountpoint" /* boolean */
4022
4022
  </pre>
4023
4023
  <p>A key in the "unix" namespace for checking if the file represents a
4024
- UNIX mount point. This attribute is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file is a UNIX mount
4024
+ UNIX mount point. This attribute is <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file is a UNIX mount
4025
4025
  point. This attribute is only available for UNIX file systems.
4026
4026
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
4027
4027
  </div>
@@ -4031,7 +4031,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
4031
4031
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE "dos::is-archive" /* boolean */
4032
4032
  </pre>
4033
4033
  <p>A key in the "dos" namespace for checking if the file's archive flag
4034
- is set. This attribute is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the archive flag is set. This attribute
4034
+ is set. This attribute is <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the archive flag is set. This attribute
4035
4035
  is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
4036
4036
  is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
4037
4037
  </div>
@@ -4041,7 +4041,7 @@ is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:C
4041
4041
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_SYSTEM "dos::is-system" /* boolean */
4042
4042
  </pre>
4043
4043
  <p>A key in the "dos" namespace for checking if the file's backup flag
4044
- is set. This attribute is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the backup flag is set. This attribute
4044
+ is set. This attribute is <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the backup flag is set. This attribute
4045
4045
  is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
4046
4046
  is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
4047
4047
  </div>
@@ -4086,7 +4086,7 @@ image. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttribut
4086
4086
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAILING_FAILED "thumbnail::failed" /* boolean */
4087
4087
  </pre>
4088
4088
  <p>A key in the "thumbnail" namespace for checking if thumbnailing failed.
4089
- This attribute is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if thumbnailing failed. Corresponding
4089
+ This attribute is <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if thumbnailing failed. Corresponding
4090
4090
  <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
4091
4091
  </div>
4092
4092
  <hr>
@@ -4095,9 +4095,9 @@ This attribute is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code cl
4095
4095
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID "thumbnail::is-valid" /* boolean */
4096
4096
  </pre>
4097
4097
  <p>A key in the "thumbnail" namespace for checking whether the thumbnail is outdated.
4098
- This attribute is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the thumbnail is up-to-date with the file it represents,
4099
- and <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the file has been modified since the thumbnail was generated.</p>
4100
- <p>If <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAILING-FAILED:CAPS" title="G_FILE_ATTRIBUTE_THUMBNAILING_FAILED"><code class="literal">G_FILE_ATTRIBUTE_THUMBNAILING_FAILED</code></a> is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and this attribute is <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>,
4098
+ This attribute is <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the thumbnail is up-to-date with the file it represents,
4099
+ and <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the file has been modified since the thumbnail was generated.</p>
4100
+ <p>If <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAILING-FAILED:CAPS" title="G_FILE_ATTRIBUTE_THUMBNAILING_FAILED"><code class="literal">G_FILE_ATTRIBUTE_THUMBNAILING_FAILED</code></a> is <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and this attribute is <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>,
4101
4101
  it indicates that thumbnailing may be attempted again and may succeed.</p>
4102
4102
  <p>Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
4103
4103
  <p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
@@ -4156,7 +4156,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
4156
4156
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_READONLY "filesystem::readonly" /* boolean */
4157
4157
  </pre>
4158
4158
  <p>A key in the "filesystem" namespace for checking if the file system
4159
- is read only. Is set to <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file system is read only.
4159
+ is read only. Is set to <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file system is read only.
4160
4160
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
4161
4161
  </div>
4162
4162
  <hr>
@@ -4239,6 +4239,6 @@ when displaying a directory or for a bookmarks menu.</p>
4239
4239
  </div>
4240
4240
  </div>
4241
4241
  <div class="footer">
4242
- <hr>Generated by GTK-Doc V1.24</div>
4242
+ <hr>Generated by GTK-Doc V1.25.1</div>
4243
4243
  </body>
4244
4244
  </html>