glib2 3.1.1-x86-mingw32 → 3.1.2-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (657) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -2
  3. data/ext/glib2/extconf.rb +4 -2
  4. data/ext/glib2/glib2.def +4 -0
  5. data/ext/glib2/rbglib-bytes.c +78 -0
  6. data/ext/glib2/rbglib.c +1 -0
  7. data/ext/glib2/rbglib.h +2 -2
  8. data/ext/glib2/rbglib_datetime.c +4 -0
  9. data/ext/glib2/rbglib_timezone.c +4 -0
  10. data/ext/glib2/rbgobj_boxed.c +7 -7
  11. data/ext/glib2/rbgobj_enums.c +4 -4
  12. data/ext/glib2/rbgobj_flags.c +4 -4
  13. data/ext/glib2/rbgobj_object.c +6 -6
  14. data/ext/glib2/rbgobj_type.c +18 -1
  15. data/ext/glib2/rbgobj_typeinterface.c +2 -2
  16. data/ext/glib2/rbgobject.h +5 -1
  17. data/ext/glib2/rbgprivate.h +2 -1
  18. data/lib/2.2/glib2.so +0 -0
  19. data/lib/2.3/glib2.so +0 -0
  20. data/lib/2.4/glib2.so +0 -0
  21. data/lib/gnome2/rake/package-task.rb +4 -2
  22. data/lib/mkmf-gnome2.rb +7 -118
  23. data/test/test-bytes.rb +36 -0
  24. data/test/test-date-time.rb +5 -1
  25. data/test/test-match-info.rb +7 -1
  26. data/test/test-regex.rb +7 -1
  27. data/test/test-time-zone.rb +7 -1
  28. data/test/test-type-interface.rb +38 -0
  29. data/test/test-variant-type.rb +2 -0
  30. data/test/test_key_file.rb +6 -2
  31. data/vendor/local/bin/asn1Coding.exe +0 -0
  32. data/vendor/local/bin/asn1Decoding.exe +0 -0
  33. data/vendor/local/bin/asn1Parser.exe +0 -0
  34. data/vendor/local/bin/envsubst.exe +0 -0
  35. data/vendor/local/bin/gdbus.exe +0 -0
  36. data/vendor/local/bin/gettext.exe +0 -0
  37. data/vendor/local/bin/gio-querymodules.exe +0 -0
  38. data/vendor/local/bin/gio.exe +0 -0
  39. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  40. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  41. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  42. data/vendor/local/bin/glib-gettextize +2 -2
  43. data/vendor/local/bin/glib-mkenums +29 -1
  44. data/vendor/local/bin/gobject-query.exe +0 -0
  45. data/vendor/local/bin/gresource.exe +0 -0
  46. data/vendor/local/bin/gsettings.exe +0 -0
  47. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  48. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  49. data/vendor/local/bin/iconv.exe +0 -0
  50. data/vendor/local/bin/idn.exe +0 -0
  51. data/vendor/local/bin/libasprintf-0.dll +0 -0
  52. data/vendor/local/bin/libcharset-1.dll +0 -0
  53. data/vendor/local/bin/libffi-6.dll +0 -0
  54. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  55. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  56. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  57. data/vendor/local/bin/libgmp-10.dll +0 -0
  58. data/vendor/local/bin/libgnutls-30.dll +0 -0
  59. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  60. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  61. data/vendor/local/bin/libhogweed-4-2.dll +0 -0
  62. data/vendor/local/bin/libiconv-2.dll +0 -0
  63. data/vendor/local/bin/libidn-11.dll +0 -0
  64. data/vendor/local/bin/libintl-8.dll +0 -0
  65. data/vendor/local/bin/libnettle-6-2.dll +0 -0
  66. data/vendor/local/bin/libp11-kit-0.dll +0 -0
  67. data/vendor/local/bin/libpcre-1.dll +0 -0
  68. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  69. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  70. data/vendor/local/bin/libtasn1-6.dll +0 -0
  71. data/vendor/local/bin/nettle-hash.exe +0 -0
  72. data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
  73. data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
  74. data/vendor/local/bin/ngettext.exe +0 -0
  75. data/vendor/local/bin/p11-kit.exe +0 -0
  76. data/vendor/local/bin/pcregrep.exe +0 -0
  77. data/vendor/local/bin/pcretest.exe +0 -0
  78. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  79. data/vendor/local/bin/sexp-conv.exe +0 -0
  80. data/vendor/local/bin/trust.exe +0 -0
  81. data/vendor/local/include/glib-2.0/gio/gappinfo.h +1 -2
  82. data/vendor/local/include/glib-2.0/gio/gcontenttype.h +3 -0
  83. data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +2 -2
  84. data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +1 -1
  85. data/vendor/local/include/glib-2.0/gio/gfileinfo.h +23 -10
  86. data/vendor/local/include/glib-2.0/gio/gioenums.h +1 -1
  87. data/vendor/local/include/glib-2.0/gio/giotypes.h +3 -3
  88. data/vendor/local/include/glib-2.0/gio/gsubprocesslauncher.h +1 -1
  89. data/vendor/local/include/glib-2.0/glib.h +1 -0
  90. data/vendor/local/include/glib-2.0/glib/gatomic.h +8 -0
  91. data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +2 -3
  92. data/vendor/local/include/glib-2.0/glib/gcharset.h +7 -8
  93. data/vendor/local/include/glib-2.0/glib/gchecksum.h +3 -1
  94. data/vendor/local/include/glib-2.0/glib/gdatetime.h +2 -4
  95. data/vendor/local/include/glib-2.0/glib/gerror.h +7 -8
  96. data/vendor/local/include/glib-2.0/glib/gfileutils.h +7 -8
  97. data/vendor/local/include/glib-2.0/glib/gkeyfile.h +7 -8
  98. data/vendor/local/include/glib-2.0/glib/gmain.h +4 -4
  99. data/vendor/local/include/glib-2.0/glib/gmarkup.h +7 -8
  100. data/vendor/local/include/glib-2.0/glib/gregex.h +2 -3
  101. data/vendor/local/include/glib-2.0/glib/gshell.h +7 -9
  102. data/vendor/local/include/glib-2.0/glib/gspawn.h +7 -9
  103. data/vendor/local/include/glib-2.0/glib/gstdio.h +7 -8
  104. data/vendor/local/include/glib-2.0/glib/gtestutils.h +1 -1
  105. data/vendor/local/include/glib-2.0/glib/gunicode.h +13 -16
  106. data/vendor/local/include/glib-2.0/glib/guuid.h +42 -0
  107. data/vendor/local/include/glib-2.0/glib/gversionmacros.h +24 -0
  108. data/vendor/local/include/glib-2.0/gmodule.h +3 -1
  109. data/vendor/local/include/glib-2.0/gobject/gclosure.h +5 -5
  110. data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -3
  111. data/vendor/local/include/glib-2.0/gobject/gtype.h +13 -8
  112. data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
  113. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  114. data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
  115. data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
  116. data/vendor/local/lib/libasprintf.dll.a +0 -0
  117. data/vendor/local/lib/libcharset.dll.a +0 -0
  118. data/vendor/local/lib/libffi.dll.a +0 -0
  119. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  120. data/vendor/local/lib/libgio-2.0.la +3 -3
  121. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  122. data/vendor/local/lib/libglib-2.0.la +3 -3
  123. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  124. data/vendor/local/lib/libgmodule-2.0.la +3 -3
  125. data/vendor/local/lib/libgmp.dll.a +0 -0
  126. data/vendor/local/lib/libgnutls.dll.a +0 -0
  127. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  128. data/vendor/local/lib/libgobject-2.0.la +3 -3
  129. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  130. data/vendor/local/lib/libgthread-2.0.la +3 -3
  131. data/vendor/local/lib/libhogweed.dll.a +0 -0
  132. data/vendor/local/lib/libiconv.dll.a +0 -0
  133. data/vendor/local/lib/libidn.dll.a +0 -0
  134. data/vendor/local/lib/libintl.dll.a +0 -0
  135. data/vendor/local/lib/libnettle.dll.a +0 -0
  136. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  137. data/vendor/local/lib/libpcre.dll.a +0 -0
  138. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  139. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  140. data/vendor/local/lib/libtasn1.dll.a +0 -0
  141. data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
  142. data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
  143. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  144. data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
  145. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  146. data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
  147. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  148. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  149. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  150. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  151. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  152. data/vendor/local/share/aclocal/glib-gettext.m4 +48 -1
  153. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libglib-2.0.so.0.5000.2-gdb.py → libglib-2.0.so.0.5200.1-gdb.py} +0 -0
  154. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libgobject-2.0.so.0.5000.2-gdb.py → libgobject-2.0.so.0.5200.1-gdb.py} +0 -0
  155. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  156. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  157. data/vendor/local/share/glib-2.0/codegen/codegen.py +9 -7
  158. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  159. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  160. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  161. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  162. data/vendor/local/share/glib-2.0/codegen/codegen_main.py +9 -3
  163. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  164. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  165. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  166. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  167. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  168. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  169. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  170. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  171. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  172. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  173. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  174. data/vendor/local/share/glib-2.0/gdb/glib_gdb.py +0 -0
  175. data/vendor/local/share/glib-2.0/gdb/gobject_gdb.py +0 -0
  176. data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +1 -1
  177. data/vendor/local/share/glib-2.0/valgrind/glib.supp +493 -0
  178. data/vendor/local/share/gtk-doc/html/gio/GAction.html +5 -5
  179. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +6 -6
  180. data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +1 -1
  181. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +15 -13
  182. data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +1 -1
  183. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +9 -9
  184. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +2 -2
  185. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +2 -2
  186. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +1 -1
  187. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +4 -4
  188. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +1 -1
  189. data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +1 -1
  190. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +7 -7
  191. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +1 -1
  192. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +1 -1
  193. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +1 -1
  194. data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +1 -1
  195. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +3 -3
  196. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +64 -62
  197. data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +2 -2
  198. data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +1 -1
  199. data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +1 -1
  200. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +5 -5
  201. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +85 -21
  202. data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +1 -1
  203. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +1 -1
  204. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +15 -15
  205. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +2 -2
  206. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +1 -1
  207. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +1 -1
  208. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +30 -30
  209. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +6 -5
  210. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +15 -15
  211. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +9 -9
  212. data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +2 -2
  213. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +14 -14
  214. data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +2 -2
  215. data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +4 -4
  216. data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +2 -2
  217. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +1 -1
  218. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +2 -2
  219. data/vendor/local/share/gtk-doc/html/gio/GFile.html +110 -110
  220. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +1 -1
  221. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +8 -8
  222. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +3 -3
  223. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +1 -1
  224. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +84 -68
  225. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +3 -3
  226. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +1 -1
  228. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +1 -1
  229. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +1 -1
  230. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +1 -1
  231. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +1 -1
  232. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +4 -4
  233. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +4 -4
  234. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +1 -1
  235. data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +1 -1
  236. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +1 -1
  237. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +11 -11
  239. data/vendor/local/share/gtk-doc/html/gio/GListModel.html +1 -1
  240. data/vendor/local/share/gtk-doc/html/gio/GListStore.html +1 -1
  241. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +3 -3
  242. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +3 -3
  243. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +4 -4
  244. data/vendor/local/share/gtk-doc/html/gio/GMenu.html +28 -28
  245. data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +6 -6
  246. data/vendor/local/share/gtk-doc/html/gio/GMount.html +16 -16
  247. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +1 -1
  248. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +1 -1
  249. data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +3 -3
  250. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +1 -1
  251. data/vendor/local/share/gtk-doc/html/gio/GNotification.html +6 -6
  252. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +18 -18
  253. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +5 -5
  254. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +3 -3
  255. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +3 -3
  256. data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +1 -1
  257. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +3 -3
  258. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +3 -3
  259. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +3 -3
  260. data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +9 -9
  262. data/vendor/local/share/gtk-doc/html/gio/GResource.html +6 -6
  263. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +3 -3
  264. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +7 -7
  265. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +3 -3
  266. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +6 -6
  267. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +1 -1
  268. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +12 -12
  269. data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +1 -1
  270. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +1 -1
  271. data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +3 -3
  272. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +25 -25
  273. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +1 -1
  274. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +11 -11
  275. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +4 -4
  276. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +3 -3
  277. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +1 -1
  278. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +14 -14
  279. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +2 -2
  280. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +1 -1
  281. data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +8 -8
  282. data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +3 -1
  283. data/vendor/local/share/gtk-doc/html/gio/GTask.html +10 -10
  284. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +1 -1
  285. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +1 -1
  286. data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +1 -1
  288. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +1 -1
  289. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +1 -1
  290. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +3 -3
  291. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +2 -2
  292. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +4 -4
  293. data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +60 -30
  294. data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +1 -1
  295. data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +5 -5
  296. data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +3 -3
  297. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +2 -2
  298. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +9 -9
  299. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +1 -1
  300. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +3 -3
  301. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +2 -2
  302. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +1 -1
  303. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +1 -1
  304. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +1 -1
  305. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +1 -1
  306. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +9 -9
  307. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +1 -1
  308. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +2 -2
  309. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +1 -1
  310. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +3 -5
  311. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +9 -1
  312. data/vendor/local/share/gtk-doc/html/gio/application.html +1 -1
  313. data/vendor/local/share/gtk-doc/html/gio/async.html +1 -1
  314. data/vendor/local/share/gtk-doc/html/gio/ch01.html +1 -1
  315. data/vendor/local/share/gtk-doc/html/gio/ch02.html +1 -1
  316. data/vendor/local/share/gtk-doc/html/gio/ch03.html +1 -1
  317. data/vendor/local/share/gtk-doc/html/gio/ch32.html +1 -1
  318. data/vendor/local/share/gtk-doc/html/gio/ch33.html +1 -1
  319. data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +1 -1
  320. data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +1 -1
  321. data/vendor/local/share/gtk-doc/html/gio/ch34.html +1 -1
  322. data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +1 -1
  323. data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +1 -1
  324. data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +1 -1
  325. data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +1 -1
  326. data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +1 -1
  327. data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +1 -1
  328. data/vendor/local/share/gtk-doc/html/gio/ch35.html +1 -1
  329. data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +1 -1
  330. data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +1 -1
  331. data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +1 -1
  332. data/vendor/local/share/gtk-doc/html/gio/conversion.html +1 -1
  333. data/vendor/local/share/gtk-doc/html/gio/data-models.html +1 -1
  334. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +1 -1
  335. data/vendor/local/share/gtk-doc/html/gio/extending.html +1 -1
  336. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +1 -1
  337. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +1 -1
  338. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +1 -1
  339. data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +1 -1
  340. data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +18 -5
  341. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +1 -1
  342. data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +1 -1
  343. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +1 -1
  344. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +1 -1
  345. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +20 -11
  346. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +2 -2
  347. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +1 -1
  348. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +7 -7
  349. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +1 -1
  350. data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +1 -1
  351. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +59 -7
  352. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +1 -1
  353. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +1 -1
  354. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +3 -3
  355. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +1 -1
  356. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +1 -1
  357. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +4 -4
  358. data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +1 -1
  359. data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +2 -2
  360. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +1 -1
  361. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +1 -1
  362. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +5 -5
  363. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +13 -13
  364. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +1 -1
  365. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +4 -4
  366. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +11 -11
  367. data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +1 -1
  368. data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +6 -6
  369. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +1 -1
  370. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +1 -1
  371. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +8 -5
  372. data/vendor/local/share/gtk-doc/html/gio/gio.html +1 -1
  373. data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +9 -1
  374. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +1 -1
  375. data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +1 -1
  376. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +1 -1
  377. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +1 -1
  378. data/vendor/local/share/gtk-doc/html/gio/icons.html +1 -1
  379. data/vendor/local/share/gtk-doc/html/gio/index.html +2 -20
  380. data/vendor/local/share/gtk-doc/html/gio/migrating.html +1 -1
  381. data/vendor/local/share/gtk-doc/html/gio/networking.html +1 -1
  382. data/vendor/local/share/gtk-doc/html/gio/permissions.html +1 -1
  383. data/vendor/local/share/gtk-doc/html/gio/pt01.html +1 -1
  384. data/vendor/local/share/gtk-doc/html/gio/pt02.html +1 -1
  385. data/vendor/local/share/gtk-doc/html/gio/registry.html +1 -1
  386. data/vendor/local/share/gtk-doc/html/gio/resolver.html +1 -1
  387. data/vendor/local/share/gtk-doc/html/gio/resources.html +1 -1
  388. data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +1 -1
  389. data/vendor/local/share/gtk-doc/html/gio/settings.html +1 -1
  390. data/vendor/local/share/gtk-doc/html/gio/streaming.html +1 -1
  391. data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +1 -1
  392. data/vendor/local/share/gtk-doc/html/gio/testing.html +1 -1
  393. data/vendor/local/share/gtk-doc/html/gio/tls.html +1 -1
  394. data/vendor/local/share/gtk-doc/html/gio/tools.html +1 -1
  395. data/vendor/local/share/gtk-doc/html/gio/types.html +1 -1
  396. data/vendor/local/share/gtk-doc/html/gio/utils.html +1 -1
  397. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +1 -1
  398. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +3 -5
  399. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +13 -1
  400. data/vendor/local/share/gtk-doc/html/glib/deprecated.html +1 -1
  401. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +1 -1
  402. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +2 -2
  403. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +1 -1
  404. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +1 -1
  405. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +1 -1
  406. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +3 -1
  407. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +1 -1
  408. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +19 -19
  409. data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +1 -1
  410. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +1 -1
  411. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +1 -1
  412. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +3 -3
  413. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +1 -1
  414. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +20 -20
  415. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +8 -1
  416. data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +4 -3
  417. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +1 -1
  418. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +1 -1
  419. data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +1 -1
  420. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +1 -1
  421. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +1 -1
  422. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +10 -6
  423. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +2 -2
  424. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +19 -11
  425. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +4 -4
  426. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +2 -2
  427. data/vendor/local/share/gtk-doc/html/glib/glib-GUuid.html +134 -0
  428. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +93 -30
  429. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +4 -4
  430. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +2 -2
  431. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +9 -6
  432. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +1 -1
  433. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +1 -1
  434. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +8 -8
  435. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +7 -7
  436. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +33 -24
  437. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +11 -11
  438. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +1 -1
  439. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +6 -6
  440. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +3 -3
  441. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +4 -4
  442. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +13 -7
  443. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +6 -6
  444. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +1 -1
  445. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +1 -1
  446. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +15 -15
  447. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +4 -4
  448. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +6 -6
  449. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +1 -1
  450. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +1 -1
  451. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +2 -2
  452. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +1 -1
  453. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +3 -3
  454. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +1 -1
  455. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
  456. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +1 -1
  457. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +1 -1
  458. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +8 -8
  459. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +1 -1
  460. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +9 -7
  461. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +28 -21
  462. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +1 -1
  463. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +3 -3
  464. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +1 -1
  465. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +1 -1
  466. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +1 -1
  467. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -1
  468. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +9 -10
  469. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +62 -10
  470. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +5 -5
  471. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +3 -3
  472. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +8 -8
  473. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +1 -1
  474. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +1 -1
  475. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +1 -1
  476. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +1 -1
  477. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +1 -1
  478. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
  479. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +1 -1
  480. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +1 -1
  481. data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +1 -1
  482. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +1 -1
  483. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +1 -1
  484. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +1 -1
  485. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +4 -1
  486. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +6 -0
  487. data/vendor/local/share/gtk-doc/html/glib/glib.html +1 -1
  488. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +1 -1
  489. data/vendor/local/share/gtk-doc/html/glib/gtester.html +1 -1
  490. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +1 -1
  491. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +1 -1
  492. data/vendor/local/share/gtk-doc/html/glib/index.html +5 -28
  493. data/vendor/local/share/gtk-doc/html/glib/tools.html +1 -1
  494. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +3 -3
  495. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +1 -1
  496. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +1 -1
  497. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +1 -3
  498. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +1 -1
  499. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +1 -1
  500. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +1 -1
  501. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +1 -1
  502. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +1 -1
  503. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +2 -2
  504. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +7 -1
  505. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +7 -1
  506. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +1 -1
  507. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +53 -53
  508. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +1 -1
  509. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +1 -1
  510. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +2 -2
  511. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +19 -19
  512. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +17 -17
  513. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +15 -15
  514. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +25 -17
  515. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +4 -4
  516. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +1 -1
  517. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +1 -1
  518. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +1 -1
  519. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +1 -1
  520. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +1 -1
  521. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +1 -1
  522. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +1 -1
  523. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +1 -1
  524. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +1 -1
  525. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +1 -1
  526. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +1 -1
  527. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +1 -1
  528. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +1 -1
  529. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +1 -1
  530. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +1 -1
  531. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +1 -1
  532. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +1 -1
  533. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +1 -1
  534. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +1 -1
  535. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +1 -1
  536. data/vendor/local/share/gtk-doc/html/gobject/index.html +2 -24
  537. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +1 -1
  538. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +1 -1
  539. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +1 -1
  540. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +1 -1
  541. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +1 -1
  542. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +1 -1
  543. data/vendor/local/share/gtk-doc/html/gobject/signal.html +1 -1
  544. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +1 -1
  545. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +1 -1
  546. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +1 -1
  547. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +1 -1
  548. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +1 -1
  549. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  550. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  551. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  552. data/vendor/local/share/locale/es/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/fr/LC_MESSAGES/glib20.mo +0 -0
  555. data/vendor/local/share/locale/fur/LC_MESSAGES/glib20.mo +0 -0
  556. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  557. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  558. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  559. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  560. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  561. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  562. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  563. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  564. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  565. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  566. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  567. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  568. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  569. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  570. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  571. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  572. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  573. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  574. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  575. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  576. data/vendor/local/share/man/man1/gapplication.1 +2 -2
  577. data/vendor/local/share/man/man1/gdbus-codegen.1 +18 -4
  578. data/vendor/local/share/man/man1/gdbus.1 +2 -2
  579. data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
  580. data/vendor/local/share/man/man1/gio.1 +2 -2
  581. data/vendor/local/share/man/man1/glib-compile-resources.1 +10 -2
  582. data/vendor/local/share/man/man1/glib-compile-schemas.1 +2 -2
  583. data/vendor/local/share/man/man1/glib-genmarshal.1 +7 -2
  584. data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
  585. data/vendor/local/share/man/man1/glib-mkenums.1 +7 -2
  586. data/vendor/local/share/man/man1/gobject-query.1 +2 -2
  587. data/vendor/local/share/man/man1/gresource.1 +2 -2
  588. data/vendor/local/share/man/man1/gsettings.1 +2 -2
  589. data/vendor/local/share/man/man1/gtester-report.1 +2 -2
  590. data/vendor/local/share/man/man1/gtester.1 +2 -2
  591. metadata +26 -71
  592. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +0 -147
  593. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +0 -156
  594. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +0 -1082
  595. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +0 -217
  596. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +0 -1651
  597. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +0 -718
  598. data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +0 -693
  599. data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +0 -717
  600. data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +0 -271
  601. data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +0 -274
  602. data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +0 -188
  603. data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +0 -364
  604. data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +0 -63
  605. data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +0 -214
  606. data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +0 -211
  607. data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +0 -283
  608. data/vendor/local/share/gtk-doc/html/gio/api-index-2-50.html +0 -79
  609. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +0 -321
  610. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +0 -166
  611. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +0 -306
  612. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +0 -561
  613. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +0 -356
  614. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +0 -107
  615. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +0 -118
  616. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +0 -85
  617. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +0 -188
  618. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +0 -422
  619. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +0 -388
  620. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +0 -121
  621. data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +0 -251
  622. data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +0 -342
  623. data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +0 -115
  624. data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +0 -115
  625. data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +0 -121
  626. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +0 -391
  627. data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +0 -161
  628. data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +0 -41
  629. data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +0 -116
  630. data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +0 -68
  631. data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +0 -68
  632. data/vendor/local/share/gtk-doc/html/glib/api-index-2-50.html +0 -121
  633. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +0 -415
  634. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +0 -156
  635. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +0 -645
  636. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +0 -79
  637. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +0 -49
  638. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +0 -45
  639. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +0 -42
  640. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +0 -34
  641. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +0 -42
  642. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +0 -67
  643. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +0 -195
  644. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +0 -41
  645. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +0 -68
  646. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +0 -79
  647. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +0 -57
  648. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +0 -50
  649. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +0 -75
  650. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +0 -172
  651. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +0 -38
  652. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +0 -34
  653. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +0 -60
  654. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +0 -34
  655. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +0 -38
  656. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +0 -38
  657. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +0 -131
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GFileDescriptorBased: GIO Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="streaming.html" title="Streaming I/O">
9
9
  <link rel="prev" href="GFileIOStream.html" title="GFileIOStream">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GFileEnumerator: GIO Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="file_ops.html" title="File Operations">
9
9
  <link rel="prev" href="GFileInfo.html" title="GFileInfo">
@@ -292,12 +292,12 @@ out<span class="gtkdoc opt">:</span>
292
292
  <tr>
293
293
  <td class="parameter_name"><p>out_info</p></td>
294
294
  <td class="parameter_description"><p> Output location for the next <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
295
- <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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
295
+ <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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
296
296
  </tr>
297
297
  <tr>
298
298
  <td class="parameter_name"><p>out_child</p></td>
299
299
  <td class="parameter_description"><p> Output location for the next <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></td>
300
- <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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
300
+ <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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
301
301
  </tr>
302
302
  <tr>
303
303
  <td class="parameter_name"><p>cancellable</p></td>
@@ -349,7 +349,7 @@ be unset.</p>
349
349
  <tr>
350
350
  <td class="parameter_name"><p>cancellable</p></td>
351
351
  <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>
352
- <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>
352
+ <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>
353
353
  </tr>
354
354
  <tr>
355
355
  <td class="parameter_name"><p>error</p></td>
@@ -396,7 +396,7 @@ sure resources are released as early as possible.</p>
396
396
  <tr>
397
397
  <td class="parameter_name"><p>cancellable</p></td>
398
398
  <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>
399
- <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>
399
+ <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>
400
400
  </tr>
401
401
  <tr>
402
402
  <td class="parameter_name"><p>error</p></td>
@@ -459,13 +459,13 @@ priority is <a href="../glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT:CAPS"><
459
459
  </tr>
460
460
  <tr>
461
461
  <td class="parameter_name"><p>io_priority</p></td>
462
- <td class="parameter_description"><p>the <a class="link" href="GAsyncResult.html#io-priority" title="I/O Priority">I/O priority</a> of the request </p></td>
462
+ <td class="parameter_description"><p>the <a class="link" href="GAsyncResult.html#io-priority" title="I/O Priority">I/O priority</a> of the request</p></td>
463
463
  <td class="parameter_annotations"> </td>
464
464
  </tr>
465
465
  <tr>
466
466
  <td class="parameter_name"><p>cancellable</p></td>
467
467
  <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>
468
- <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>
468
+ <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>
469
469
  </tr>
470
470
  <tr>
471
471
  <td class="parameter_name"><p>callback</p></td>
@@ -562,7 +562,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
562
562
  <tr>
563
563
  <td class="parameter_name"><p>cancellable</p></td>
564
564
  <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>
565
- <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>
565
+ <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>
566
566
  </tr>
567
567
  <tr>
568
568
  <td class="parameter_name"><p>callback</p></td>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GFileIOStream: GIO Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="streaming.html" title="Streaming I/O">
9
9
  <link rel="prev" href="GFileOutputStream.html" title="GFileOutputStream">
@@ -206,7 +206,7 @@ be returned.</p>
206
206
  <tr>
207
207
  <td class="parameter_name"><p>cancellable</p></td>
208
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
- <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>
209
+ <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>
210
210
  </tr>
211
211
  <tr>
212
212
  <td class="parameter_name"><p>error</p></td>
@@ -268,7 +268,7 @@ finish the operation with <a class="link" href="GFileIOStream.html#g-file-io-str
268
268
  <tr>
269
269
  <td class="parameter_name"><p>cancellable</p></td>
270
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
- <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>
271
+ <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>
272
272
  </tr>
273
273
  <tr>
274
274
  <td class="parameter_name"><p>callback</p></td>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GFileIcon: GIO Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="icons.html" title="Icons">
9
9
  <link rel="prev" href="GIcon.html" title="GIcon">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GFileInfo: GIO Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="file_ops.html" title="File Operations">
9
9
  <link rel="prev" href="gio-GFileAttribute.html" title="GFileAttribute">
@@ -672,6 +672,10 @@
672
672
  </tr>
673
673
  <tr>
674
674
  <td class="define_keyword">#define</td>
675
+ <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION">G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</a></td>
676
+ </tr>
677
+ <tr>
678
+ <td class="define_keyword">#define</td>
675
679
  <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_ICON">G_FILE_ATTRIBUTE_STANDARD_ICON</a></td>
676
680
  </tr>
677
681
  <tr>
@@ -768,27 +772,27 @@
768
772
  </tr>
769
773
  <tr>
770
774
  <td class="define_keyword">#define</td>
771
- <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-POLL:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL</a></td>
775
+ <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START</a></td>
772
776
  </tr>
773
777
  <tr>
774
778
  <td class="define_keyword">#define</td>
775
- <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-IS-MEDIA-CHECK-AUTOMATIC:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC">G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC</a></td>
779
+ <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START-DEGRADED:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED</a></td>
776
780
  </tr>
777
781
  <tr>
778
782
  <td class="define_keyword">#define</td>
779
- <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START</a></td>
783
+ <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-STOP:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP</a></td>
780
784
  </tr>
781
785
  <tr>
782
786
  <td class="define_keyword">#define</td>
783
- <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START-DEGRADED:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED</a></td>
787
+ <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-START-STOP-TYPE:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE">G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE</a></td>
784
788
  </tr>
785
789
  <tr>
786
790
  <td class="define_keyword">#define</td>
787
- <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-STOP:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP</a></td>
791
+ <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-POLL:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL</a></td>
788
792
  </tr>
789
793
  <tr>
790
794
  <td class="define_keyword">#define</td>
791
- <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-START-STOP-TYPE:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE">G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE</a></td>
795
+ <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-IS-MEDIA-CHECK-AUTOMATIC:CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC">G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC</a></td>
792
796
  </tr>
793
797
  <tr>
794
798
  <td class="define_keyword">#define</td>
@@ -920,6 +924,10 @@
920
924
  </tr>
921
925
  <tr>
922
926
  <td class="define_keyword">#define</td>
927
+ <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW">G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</a></td>
928
+ </tr>
929
+ <tr>
930
+ <td class="define_keyword">#define</td>
923
931
  <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-REMOTE:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE">G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE</a></td>
924
932
  </tr>
925
933
  <tr>
@@ -936,19 +944,15 @@
936
944
  </tr>
937
945
  <tr>
938
946
  <td class="define_keyword">#define</td>
939
- <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS" title="G_FILE_ATTRIBUTE_TRASH_DELETION_DATE">G_FILE_ATTRIBUTE_TRASH_DELETION_DATE</a></td>
940
- </tr>
941
- <tr>
942
- <td class="define_keyword">#define</td>
943
947
  <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS" title="G_FILE_ATTRIBUTE_TRASH_ORIG_PATH">G_FILE_ATTRIBUTE_TRASH_ORIG_PATH</a></td>
944
948
  </tr>
945
949
  <tr>
946
950
  <td class="define_keyword">#define</td>
947
- <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW">G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</a></td>
951
+ <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS" title="G_FILE_ATTRIBUTE_TRASH_DELETION_DATE">G_FILE_ATTRIBUTE_TRASH_DELETION_DATE</a></td>
948
952
  </tr>
949
953
  <tr>
950
954
  <td class="define_keyword">#define</td>
951
- <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION">G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</a></td>
955
+ <td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-RECENT-MODIFIED:CAPS" title="G_FILE_ATTRIBUTE_RECENT_MODIFIED">G_FILE_ATTRIBUTE_RECENT_MODIFIED</a></td>
952
956
  </tr>
953
957
  </tbody>
954
958
  </table></div>
@@ -3380,7 +3384,7 @@ decide to use a different order or omit needless parts.</p>
3380
3384
  <tbody><tr>
3381
3385
  <td class="parameter_name"><p>matcher</p></td>
3382
3386
  <td class="parameter_description"><p> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>. </p></td>
3383
- <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>
3387
+ <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>
3384
3388
  </tr></tbody>
3385
3389
  </table></div>
3386
3390
  </div>
@@ -3578,6 +3582,19 @@ encoding selected for the filesystem it is in then the copy name will not be set
3578
3582
  </div>
3579
3583
  <hr>
3580
3584
  <div class="refsect2">
3585
+ <a name="G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</h3>
3586
+ <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION "standard::description" /* string */
3587
+ </pre>
3588
+ <p>A key in the "standard" namespace for getting the description of the file.
3589
+ The description is a utf8 string that describes the file, generally containing
3590
+ the filename, but can also contain furter information. Example descriptions
3591
+ could be "filename (on hostname)" for a remote file or "filename (in trash)"
3592
+ for a file in the trash. This is useful for instance as the window title
3593
+ when displaying a directory or for a bookmarks menu.</p>
3594
+ <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-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
3595
+ </div>
3596
+ <hr>
3597
+ <div class="refsect2">
3581
3598
  <a name="G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_ICON</h3>
3582
3599
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_ICON "standard::icon" /* object (GIcon) */
3583
3600
  </pre>
@@ -3801,25 +3818,6 @@ file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttribute
3801
3818
  </div>
3802
3819
  <hr>
3803
3820
  <div class="refsect2">
3804
- <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-POLL:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL</h3>
3805
- <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL "mountable::can-poll" /* boolean */
3806
- </pre>
3807
- <p>A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be polled.
3808
- 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>
3809
- <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
3810
- </div>
3811
- <hr>
3812
- <div class="refsect2">
3813
- <a name="G-FILE-ATTRIBUTE-MOUNTABLE-IS-MEDIA-CHECK-AUTOMATIC:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC</h3>
3814
- <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC "mountable::is-media-check-automatic" /* boolean */
3815
- </pre>
3816
- <p>A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE)
3817
- is automatically polled for media.
3818
- 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>
3819
- <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
3820
- </div>
3821
- <hr>
3822
- <div class="refsect2">
3823
3821
  <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START</h3>
3824
3822
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START "mountable::can-start" /* boolean */
3825
3823
  </pre>
@@ -3857,20 +3855,39 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
3857
3855
  </div>
3858
3856
  <hr>
3859
3857
  <div class="refsect2">
3858
+ <a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-POLL:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL</h3>
3859
+ <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL "mountable::can-poll" /* boolean */
3860
+ </pre>
3861
+ <p>A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be polled.
3862
+ 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>
3863
+ <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
3864
+ </div>
3865
+ <hr>
3866
+ <div class="refsect2">
3867
+ <a name="G-FILE-ATTRIBUTE-MOUNTABLE-IS-MEDIA-CHECK-AUTOMATIC:CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC</h3>
3868
+ <pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC "mountable::is-media-check-automatic" /* boolean */
3869
+ </pre>
3870
+ <p>A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE)
3871
+ is automatically polled for media.
3872
+ 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>
3873
+ <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
3874
+ </div>
3875
+ <hr>
3876
+ <div class="refsect2">
3860
3877
  <a name="G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_MODIFIED</h3>
3861
3878
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED "time::modified" /* uint64 */
3862
3879
  </pre>
3863
3880
  <p>A key in the "time" namespace for getting the time the file was last
3864
3881
  modified. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
3865
- <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the UNIX time since the
3866
- file was modified.</p>
3882
+ <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the time since the
3883
+ file was modified, in seconds since the UNIX epoch.</p>
3867
3884
  </div>
3868
3885
  <hr>
3869
3886
  <div class="refsect2">
3870
3887
  <a name="G-FILE-ATTRIBUTE-TIME-MODIFIED-USEC:CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC</h3>
3871
3888
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC "time::modified-usec" /* uint32 */
3872
3889
  </pre>
3873
- <p>A key in the "time" namespace for getting the miliseconds of the time
3890
+ <p>A key in the "time" namespace for getting the microseconds of the time
3874
3891
  the file was last modified. This should be used in conjunction with
3875
3892
  <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED"><span class="type">G_FILE_ATTRIBUTE_TIME_MODIFIED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
3876
3893
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
@@ -3882,8 +3899,8 @@ the file was last modified. This should be used in conjunction with
3882
3899
  </pre>
3883
3900
  <p>A key in the "time" namespace for getting the time the file was last
3884
3901
  accessed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
3885
- <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the UNIX time since the
3886
- file was last accessed.</p>
3902
+ <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the time since the
3903
+ file was last accessed, in seconds since the UNIX epoch.</p>
3887
3904
  </div>
3888
3905
  <hr>
3889
3906
  <div class="refsect2">
@@ -3902,7 +3919,8 @@ the file was last accessed. This should be used in conjunction with
3902
3919
  </pre>
3903
3920
  <p>A key in the "time" namespace for getting the time the file was last
3904
3921
  changed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>,
3905
- and contains the UNIX time since the file was last changed.</p>
3922
+ and contains the time since the file was last changed, in seconds since the
3923
+ UNIX epoch.</p>
3906
3924
  <p>This corresponds to the traditional UNIX ctime.</p>
3907
3925
  </div>
3908
3926
  <hr>
@@ -3922,7 +3940,8 @@ the file was last changed. This should be used in conjunction with
3922
3940
  </pre>
3923
3941
  <p>A key in the "time" namespace for getting the time the file was created.
3924
3942
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>,
3925
- and contains the UNIX time since the file was created.</p>
3943
+ and contains the time since the file was created, in seconds since the UNIX
3944
+ epoch.</p>
3926
3945
  <p>This corresponds to the NTFS ctime.</p>
3927
3946
  </div>
3928
3947
  <hr>
@@ -4166,6 +4185,16 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
4166
4185
  </div>
4167
4186
  <hr>
4168
4187
  <div class="refsect2">
4188
+ <a name="G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</h3>
4189
+ <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW "filesystem::use-preview" /* uint32 (GFilesystemPreviewType) */
4190
+ </pre>
4191
+ <p>A key in the "filesystem" namespace for hinting a file manager
4192
+ application whether it should preview (e.g. thumbnail) files on the
4193
+ file system. The value for this key contain a
4194
+ <a class="link" href="GFile.html#GFilesystemPreviewType" title="enum GFilesystemPreviewType"><span class="type">GFilesystemPreviewType</span></a>.</p>
4195
+ </div>
4196
+ <hr>
4197
+ <div class="refsect2">
4169
4198
  <a name="G-FILE-ATTRIBUTE-FILESYSTEM-REMOTE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE</h3>
4170
4199
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE "filesystem::remote" /* boolean */
4171
4200
  </pre>
@@ -4198,53 +4227,40 @@ available if GLib has been built with SELinux support.</p>
4198
4227
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count" /* uint32 */
4199
4228
  </pre>
4200
4229
  <p>A key in the "trash" namespace. When requested against
4201
- "trash:///" returns the number of (toplevel) items in the trash folder.
4230
+ <code class="literal">trash:///</code> returns the number of (toplevel) items in the trash folder.
4202
4231
  Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
4203
4232
  </div>
4204
4233
  <hr>
4205
4234
  <div class="refsect2">
4206
- <a name="G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_DELETION_DATE</h3>
4207
- <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_DELETION_DATE "trash::deletion-date" /* string */
4208
- </pre>
4209
- <p>A key in the "trash" namespace. When requested against
4210
- items in "trash:///", will return the date and time when the file
4211
- was trashed. The format of the returned string is YYYY-MM-DDThh:mm:ss.
4212
- Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
4213
- <p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
4214
- </div>
4215
- <hr>
4216
- <div class="refsect2">
4217
4235
  <a name="G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_ORIG_PATH</h3>
4218
4236
  <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ORIG_PATH "trash::orig-path" /* byte string */
4219
4237
  </pre>
4220
4238
  <p>A key in the "trash" namespace. When requested against
4221
- items in "trash:///", will return the original path to the file before it
4239
+ items in <code class="literal">trash:///</code>, will return the original path to the file before it
4222
4240
  was trashed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
4223
4241
  <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.</p>
4224
4242
  <p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
4225
4243
  </div>
4226
4244
  <hr>
4227
4245
  <div class="refsect2">
4228
- <a name="G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</h3>
4229
- <pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW "filesystem::use-preview" /* uint32 (GFilesystemPreviewType) */
4246
+ <a name="G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_DELETION_DATE</h3>
4247
+ <pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_DELETION_DATE "trash::deletion-date" /* string */
4230
4248
  </pre>
4231
- <p>A key in the "filesystem" namespace for hinting a file manager
4232
- application whether it should preview (e.g. thumbnail) files on the
4233
- file system. The value for this key contain a
4234
- <a class="link" href="GFile.html#GFilesystemPreviewType" title="enum GFilesystemPreviewType"><span class="type">GFilesystemPreviewType</span></a>.</p>
4249
+ <p>A key in the "trash" namespace. When requested against
4250
+ items in <code class="literal">trash:///</code>, will return the date and time when the file
4251
+ was trashed. The format of the returned string is YYYY-MM-DDThh:mm:ss.
4252
+ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
4253
+ <p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
4235
4254
  </div>
4236
4255
  <hr>
4237
4256
  <div class="refsect2">
4238
- <a name="G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</h3>
4239
- <pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION "standard::description" /* string */
4257
+ <a name="G-FILE-ATTRIBUTE-RECENT-MODIFIED:CAPS"></a><h3>G_FILE_ATTRIBUTE_RECENT_MODIFIED</h3>
4258
+ <pre class="programlisting">#define G_FILE_ATTRIBUTE_RECENT_MODIFIED "recent::modified" /* int64 (time_t) */
4240
4259
  </pre>
4241
- <p>A key in the "standard" namespace for getting the description of the file.
4242
- The description is a utf8 string that describes the file, generally containing
4243
- the filename, but can also contain furter information. Example descriptions
4244
- could be "filename (on hostname)" for a remote file or "filename (in trash)"
4245
- for a file in the trash. This is useful for instance as the window title
4246
- when displaying a directory or for a bookmarks menu.</p>
4247
- <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-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
4260
+ <p>A key in the "recent" namespace for getting time, when the metadata for the
4261
+ file in <code class="literal">recent:///</code> was last changed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
4262
+ <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INT64</code></a>.</p>
4263
+ <p class="since">Since: <a class="link" href="api-index-2-52.html#api-index-2.52">2.52</a></p>
4248
4264
  </div>
4249
4265
  </div>
4250
4266
  <div class="refsect1">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GFileInputStream: GIO Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="streaming.html" title="Streaming I/O">
9
9
  <link rel="prev" href="GSimpleIOStream.html" title="GSimpleIOStream">
@@ -147,7 +147,7 @@ any other operations on the stream will fail with <a class="link" href="gio-GIOE
147
147
  <tr>
148
148
  <td class="parameter_name"><p>cancellable</p></td>
149
149
  <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>
150
- <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>
150
+ <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>
151
151
  </tr>
152
152
  <tr>
153
153
  <td class="parameter_name"><p>error</p></td>
@@ -212,7 +212,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
212
212
  <tr>
213
213
  <td class="parameter_name"><p>cancellable</p></td>
214
214
  <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>
215
- <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>
215
+ <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>
216
216
  </tr>
217
217
  <tr>
218
218
  <td class="parameter_name"><p>callback</p></td>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GFileMonitor: GIO Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="GIO Reference Manual">
8
8
  <link rel="up" href="file_mon.html" title="File System Monitoring">
9
9
  <link rel="prev" href="file_mon.html" title="File System Monitoring">
@@ -489,7 +489,7 @@ old path, and <em class="parameter"><code>other_file</code></em>
489
489
  <tr>
490
490
  <td class="parameter_name"><p>other_file</p></td>
491
491
  <td class="parameter_description"><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"><span class="type">NULL</span></a>. </p></td>
492
- <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>
492
+ <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>
493
493
  </tr>
494
494
  <tr>
495
495
  <td class="parameter_name"><p>event_type</p></td>