glib2 3.0.9-x86-mingw32 → 3.1.0-x86-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 (418) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/ext/glib2/extconf.rb +0 -3
  4. data/ext/glib2/glib2.def +3 -0
  5. data/ext/glib2/rbglib.c +52 -20
  6. data/ext/glib2/rbglib.h +2 -2
  7. data/ext/glib2/rbglib_iochannel.c +1 -1
  8. data/ext/glib2/rbglib_mainloop.c +34 -11
  9. data/ext/glib2/rbglib_messages.c +21 -14
  10. data/ext/glib2/rbgobj_closure.c +65 -28
  11. data/ext/glib2/rbgobj_signal.c +38 -2
  12. data/ext/glib2/rbgobject.h +16 -0
  13. data/ext/glib2/rbgutil.c +6 -6
  14. data/lib/2.2/glib2.so +0 -0
  15. data/lib/2.3/glib2.so +0 -0
  16. data/lib/glib2.rb +8 -3
  17. data/lib/gnome2/rake/external-package.rb +24 -1
  18. data/lib/gnome2/rake/windows-binary-build-task.rb +339 -338
  19. data/vendor/local/bin/asn1Coding.exe +0 -0
  20. data/vendor/local/bin/asn1Decoding.exe +0 -0
  21. data/vendor/local/bin/asn1Parser.exe +0 -0
  22. data/vendor/local/bin/envsubst.exe +0 -0
  23. data/vendor/local/bin/gdbus.exe +0 -0
  24. data/vendor/local/bin/gettext.exe +0 -0
  25. data/vendor/local/bin/gio-querymodules.exe +0 -0
  26. data/vendor/local/bin/gio.exe +0 -0
  27. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  28. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  29. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  30. data/vendor/local/bin/glib-gettextize +1 -1
  31. data/vendor/local/bin/glib-mkenums +1 -1
  32. data/vendor/local/bin/gobject-query.exe +0 -0
  33. data/vendor/local/bin/gresource.exe +0 -0
  34. data/vendor/local/bin/gsettings.exe +0 -0
  35. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  36. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  37. data/vendor/local/bin/iconv.exe +0 -0
  38. data/vendor/local/bin/idn.exe +0 -0
  39. data/vendor/local/bin/libasprintf-0.dll +0 -0
  40. data/vendor/local/bin/libcharset-1.dll +0 -0
  41. data/vendor/local/bin/libffi-6.dll +0 -0
  42. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  43. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  44. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  45. data/vendor/local/bin/libgmp-10.dll +0 -0
  46. data/vendor/local/bin/libgnutls-30.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/libhogweed-4-2.dll +0 -0
  50. data/vendor/local/bin/libiconv-2.dll +0 -0
  51. data/vendor/local/bin/libidn-11.dll +0 -0
  52. data/vendor/local/bin/libintl-8.dll +0 -0
  53. data/vendor/local/bin/libnettle-6-2.dll +0 -0
  54. data/vendor/local/bin/libp11-kit-0.dll +0 -0
  55. data/vendor/local/bin/libpcre-1.dll +0 -0
  56. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  57. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  58. data/vendor/local/bin/libtasn1-6.dll +0 -0
  59. data/vendor/local/bin/nettle-hash.exe +0 -0
  60. data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
  61. data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
  62. data/vendor/local/bin/ngettext.exe +0 -0
  63. data/vendor/local/bin/p11-kit.exe +0 -0
  64. data/vendor/local/bin/pcregrep.exe +0 -0
  65. data/vendor/local/bin/pcretest.exe +0 -0
  66. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  67. data/vendor/local/bin/sexp-conv.exe +0 -0
  68. data/vendor/local/bin/trust.exe +0 -0
  69. data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -0
  70. data/vendor/local/include/glib-2.0/gio/gdrive.h +4 -0
  71. data/vendor/local/include/glib-2.0/gio/gfileinfo.h +9 -0
  72. data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
  73. data/vendor/local/include/glib-2.0/gio/gioenums.h +10 -10
  74. data/vendor/local/include/glib-2.0/gio/giotypes.h +1 -1
  75. data/vendor/local/include/glib-2.0/gio/gsettings.h +14 -0
  76. data/vendor/local/include/glib-2.0/gio/gvfs.h +36 -0
  77. data/vendor/local/include/glib-2.0/glib/gchecksum.h +1 -1
  78. data/vendor/local/include/glib-2.0/glib/ghmac.h +5 -0
  79. data/vendor/local/include/glib-2.0/glib/gkeyfile.h +6 -0
  80. data/vendor/local/include/glib-2.0/glib/gmacros.h +1 -1
  81. data/vendor/local/include/glib-2.0/glib/gmain.h +11 -0
  82. data/vendor/local/include/glib-2.0/glib/gmessages.h +211 -2
  83. data/vendor/local/include/glib-2.0/glib/gtypes.h +2 -1
  84. data/vendor/local/include/glib-2.0/glib/gunicode.h +23 -3
  85. data/vendor/local/include/glib-2.0/glib/gutils.h +10 -0
  86. data/vendor/local/include/glib-2.0/glib/gvariant.h +71 -2
  87. data/vendor/local/include/glib-2.0/glib/gvarianttype.h +0 -1
  88. data/vendor/local/include/glib-2.0/glib/gversionmacros.h +23 -0
  89. data/vendor/local/include/glib-2.0/gobject/gparam.h +2 -1
  90. data/vendor/local/include/glib-2.0/gobject/gsignal.h +1 -1
  91. data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +2 -0
  92. data/vendor/local/include/gmp.h +1 -1
  93. data/vendor/local/include/nettle/nettle-stdint.h +1 -1
  94. data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
  95. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  96. data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
  97. data/vendor/local/lib/glib-2.0/include/glibconfig.h +3 -2
  98. data/vendor/local/lib/libasprintf.a +0 -0
  99. data/vendor/local/lib/libasprintf.dll.a +0 -0
  100. data/vendor/local/lib/libcharset.a +0 -0
  101. data/vendor/local/lib/libcharset.dll.a +0 -0
  102. data/vendor/local/lib/libffi.a +0 -0
  103. data/vendor/local/lib/libffi.dll.a +0 -0
  104. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  105. data/vendor/local/lib/libgio-2.0.la +5 -5
  106. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  107. data/vendor/local/lib/libglib-2.0.la +5 -5
  108. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  109. data/vendor/local/lib/libgmodule-2.0.la +5 -5
  110. data/vendor/local/lib/libgmp.dll.a +0 -0
  111. data/vendor/local/lib/libgnutls.dll.a +0 -0
  112. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  113. data/vendor/local/lib/libgobject-2.0.la +5 -5
  114. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  115. data/vendor/local/lib/libgthread-2.0.la +5 -5
  116. data/vendor/local/lib/libhogweed.a +0 -0
  117. data/vendor/local/lib/libhogweed.dll.a +0 -0
  118. data/vendor/local/lib/libiconv.dll.a +0 -0
  119. data/vendor/local/lib/libidn.a +0 -0
  120. data/vendor/local/lib/libidn.dll.a +0 -0
  121. data/vendor/local/lib/libintl.a +0 -0
  122. data/vendor/local/lib/libintl.dll.a +0 -0
  123. data/vendor/local/lib/libnettle.a +0 -0
  124. data/vendor/local/lib/libnettle.dll.a +0 -0
  125. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  126. data/vendor/local/lib/libpcre.a +0 -0
  127. data/vendor/local/lib/libpcre.dll.a +0 -0
  128. data/vendor/local/lib/libpcrecpp.a +0 -0
  129. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  130. data/vendor/local/lib/libpcreposix.a +0 -0
  131. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  132. data/vendor/local/lib/libtasn1.a +0 -0
  133. data/vendor/local/lib/libtasn1.dll.a +0 -0
  134. data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
  135. data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
  136. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  137. data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
  138. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
  140. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  142. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  143. data/vendor/local/lib/pkgconfig/gnutls.pc +1 -1
  144. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
  145. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  146. data/vendor/local/share/bash-completion/completions/gsettings +3 -3
  147. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libglib-2.0.so.0.4800.1-gdb.py → libglib-2.0.so.0.5000.2-gdb.py} +1 -1
  148. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libgobject-2.0.so.0.4800.1-gdb.py → libgobject-2.0.so.0.5000.2-gdb.py} +1 -1
  149. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  150. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  151. data/vendor/local/share/glib-2.0/codegen/codegen.py +32 -22
  152. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  153. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  154. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  155. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  156. data/vendor/local/share/glib-2.0/codegen/codegen_main.py +3 -0
  157. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  158. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  159. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  160. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  161. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  162. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  163. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  164. data/vendor/local/share/glib-2.0/codegen/parser.py +8 -4
  165. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  166. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  167. data/vendor/local/share/glib-2.0/codegen/utils.py +8 -2
  168. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  169. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  170. data/vendor/local/share/glib-2.0/gdb/{glib.py → glib_gdb.py} +0 -0
  171. data/vendor/local/share/glib-2.0/gdb/{gobject.py → gobject_gdb.py} +3 -3
  172. data/vendor/local/share/gtk-doc/html/gio/GAction.html +1 -1
  173. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +1 -1
  174. data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +1 -1
  175. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +115 -8
  176. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +4 -4
  177. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +2 -1
  178. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +1 -1
  179. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +1 -1
  180. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +1 -1
  181. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +1 -1
  182. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +5 -5
  183. data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +1 -1
  184. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +6 -6
  185. data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +1 -1
  186. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +1 -1
  187. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +1 -1
  188. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +3 -3
  189. data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +8 -7
  190. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +44 -1
  191. data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +1 -1
  192. data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1 -1
  193. data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +1 -1
  194. data/vendor/local/share/gtk-doc/html/gio/GFile.html +25 -23
  195. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +1 -1
  196. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +1 -1
  197. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +18 -4
  198. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +5 -5
  199. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +14 -10
  200. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +1 -1
  201. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +1 -1
  202. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +1 -1
  203. data/vendor/local/share/gtk-doc/html/gio/GListModel.html +1 -1
  204. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +1 -1
  205. data/vendor/local/share/gtk-doc/html/gio/GMenu.html +14 -14
  206. data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +1 -1
  207. data/vendor/local/share/gtk-doc/html/gio/GMount.html +1 -1
  208. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +5 -5
  209. data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +1 -1
  210. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +1 -1
  211. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +1 -1
  212. data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +4 -4
  213. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +1 -1
  214. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +1 -1
  215. data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +1 -1
  216. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +2 -0
  217. data/vendor/local/share/gtk-doc/html/gio/GResource.html +32 -2
  218. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +1 -1
  219. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +234 -11
  220. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +1 -1
  221. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +3 -3
  222. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +10 -2
  223. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +1 -1
  224. data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +9 -9
  225. data/vendor/local/share/gtk-doc/html/gio/GTask.html +6 -6
  226. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +1 -1
  227. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +1 -1
  228. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +10 -9
  229. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +1 -1
  230. data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +3 -3
  231. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +1 -1
  232. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +222 -0
  233. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +1 -1
  234. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -2
  235. data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +2 -2
  236. data/vendor/local/share/gtk-doc/html/gio/api-index-2-50.html +79 -0
  237. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +44 -0
  238. data/vendor/local/share/gtk-doc/html/gio/ch33.html +2 -2
  239. data/vendor/local/share/gtk-doc/html/gio/ch35.html +1 -1
  240. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +1 -1
  241. data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +2 -2
  242. data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +18 -6
  243. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1 -1
  244. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +7 -4
  245. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +1 -1
  246. data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +3 -3
  247. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +10 -6
  249. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +14 -0
  251. data/vendor/local/share/gtk-doc/html/gio/gio.html +664 -0
  252. data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +19 -0
  253. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +6 -0
  254. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +7 -0
  255. data/vendor/local/share/gtk-doc/html/gio/index.html +5 -1
  256. data/vendor/local/share/gtk-doc/html/gio/pt02.html +3 -0
  257. data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +10 -9
  258. data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
  259. data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -0
  260. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +4 -2
  261. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +1 -1
  263. data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +1 -1
  264. data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +2 -2
  265. data/vendor/local/share/gtk-doc/html/glib/api-index-2-50.html +121 -0
  266. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
  267. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +110 -34
  268. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +1 -1
  269. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +10 -9
  270. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +4 -4
  271. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +10 -8
  272. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +8 -8
  273. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +1 -1
  274. data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +56 -2
  275. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +1 -1
  276. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +2 -2
  277. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +71 -50
  278. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +74 -17
  279. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +4 -4
  280. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +1 -1
  281. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +2 -2
  282. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +57 -0
  283. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +3 -3
  284. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +2 -2
  285. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +1009 -13
  286. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +84 -56
  288. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +3 -0
  289. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +1 -1
  290. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +4 -4
  291. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +1 -1
  292. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +2 -2
  293. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +27 -13
  294. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +36 -14
  295. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +4 -4
  296. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -1
  297. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +4 -4
  298. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +68 -5
  299. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +17 -4
  300. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +12 -23
  301. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +1 -1
  302. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -3
  303. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +1 -1
  304. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -2
  305. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +1 -1
  306. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +36 -2
  307. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +6 -6
  308. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +1 -1
  309. data/vendor/local/share/gtk-doc/html/glib/index.html +4 -4
  310. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +1 -1
  311. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +1 -1
  312. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +1 -1
  313. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +1 -1
  314. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +3 -3
  315. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +2 -2
  316. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +2 -2
  317. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +2 -2
  318. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +2 -2
  319. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +1 -1
  320. data/vendor/local/share/gtk-doc/html/gobject/index.html +1 -1
  321. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +1 -1
  322. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +12 -12
  324. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +15 -15
  325. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +2 -2
  326. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +2 -2
  327. data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
  328. data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
  329. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo +0 -0
  330. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  331. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo +0 -0
  332. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  333. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  334. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  335. data/vendor/local/share/locale/de/LC_MESSAGES/glib-networking.mo +0 -0
  336. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  337. data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
  338. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
  339. data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib-networking.mo +0 -0
  340. data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
  341. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib-networking.mo +0 -0
  342. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  343. data/vendor/local/share/locale/eo/LC_MESSAGES/glib-networking.mo +0 -0
  344. data/vendor/local/share/locale/es/LC_MESSAGES/glib-networking.mo +0 -0
  345. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  346. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  347. data/vendor/local/share/locale/fa/LC_MESSAGES/glib-networking.mo +0 -0
  348. data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
  349. data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
  350. data/vendor/local/share/locale/fr/LC_MESSAGES/glib-networking.mo +0 -0
  351. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  352. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  353. data/vendor/local/share/locale/gu/LC_MESSAGES/glib-networking.mo +0 -0
  354. data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
  355. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  356. data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
  357. data/vendor/local/share/locale/hu/LC_MESSAGES/glib-networking.mo +0 -0
  358. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  359. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  360. data/vendor/local/share/locale/it/LC_MESSAGES/glib-networking.mo +0 -0
  361. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  362. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  363. data/vendor/local/share/locale/km/LC_MESSAGES/glib-networking.mo +0 -0
  364. data/vendor/local/share/locale/kn/LC_MESSAGES/glib-networking.mo +0 -0
  365. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  366. data/vendor/local/share/locale/lt/LC_MESSAGES/glib-networking.mo +0 -0
  367. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  368. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  369. data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
  370. data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
  371. data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
  372. data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
  373. data/vendor/local/share/locale/nb/LC_MESSAGES/glib-networking.mo +0 -0
  374. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  375. data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
  376. data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
  377. data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
  378. data/vendor/local/share/locale/pa/LC_MESSAGES/glib-networking.mo +0 -0
  379. data/vendor/local/share/locale/pl/LC_MESSAGES/glib-networking.mo +0 -0
  380. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  381. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  382. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  383. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  384. data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
  385. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  386. data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
  387. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  388. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
  389. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo +0 -0
  390. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  391. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  392. data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
  393. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  394. data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
  395. data/vendor/local/share/locale/ug/LC_MESSAGES/glib-networking.mo +0 -0
  396. data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
  397. data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
  398. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
  399. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo +0 -0
  400. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  401. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo +0 -0
  402. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  403. data/vendor/local/share/man/man1/gapplication.1 +1 -1
  404. data/vendor/local/share/man/man1/gdbus-codegen.1 +8 -3
  405. data/vendor/local/share/man/man1/gdbus.1 +1 -1
  406. data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
  407. data/vendor/local/share/man/man1/gio.1 +583 -0
  408. data/vendor/local/share/man/man1/glib-compile-resources.1 +19 -1
  409. data/vendor/local/share/man/man1/glib-compile-schemas.1 +6 -1
  410. data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
  411. data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
  412. data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
  413. data/vendor/local/share/man/man1/gobject-query.1 +1 -1
  414. data/vendor/local/share/man/man1/gresource.1 +1 -1
  415. data/vendor/local/share/man/man1/gsettings.1 +9 -1
  416. data/vendor/local/share/man/man1/gtester-report.1 +1 -1
  417. data/vendor/local/share/man/man1/gtester.1 +1 -1
  418. metadata +12 -7
@@ -297,6 +297,22 @@
297
297
  <span class="returnvalue">void</span>
298
298
  </td>
299
299
  <td class="function_name">
300
+ <a class="link" href="GAppInfo.html#g-app-info-launch-default-for-uri-async" title="g_app_info_launch_default_for_uri_async ()">g_app_info_launch_default_for_uri_async</a> <span class="c_punctuation">()</span>
301
+ </td>
302
+ </tr>
303
+ <tr>
304
+ <td class="function_type">
305
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
306
+ </td>
307
+ <td class="function_name">
308
+ <a class="link" href="GAppInfo.html#g-app-info-launch-default-for-uri-finish" title="g_app_info_launch_default_for_uri_finish ()">g_app_info_launch_default_for_uri_finish</a> <span class="c_punctuation">()</span>
309
+ </td>
310
+ </tr>
311
+ <tr>
312
+ <td class="function_type">
313
+ <span class="returnvalue">void</span>
314
+ </td>
315
+ <td class="function_name">
300
316
  <a class="link" href="GAppInfo.html#g-app-launch-context-setenv" title="g_app_launch_context_setenv ()">g_app_launch_context_setenv</a> <span class="c_punctuation">()</span>
301
317
  </td>
302
318
  </tr>
@@ -402,7 +418,7 @@
402
418
  </div>
403
419
  <div class="refsect1">
404
420
  <a name="GAppInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
405
- <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
421
+ <pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
406
422
  <span class="lineart">╰──</span> GAppInfo
407
423
  <a href="../gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
408
424
  <span class="lineart">╰──</span> GAppLaunchContext
@@ -756,7 +772,8 @@ g_app_info_get_executable (<em class="parameter"><code><a class="link" href="GAp
756
772
  <a name="g-app-info-get-executable.returns"></a><h4>Returns</h4>
757
773
  <p> a string containing the <em class="parameter"><code>appinfo</code></em>
758
774
  's application
759
- binaries name</p>
775
+ binaries name. </p>
776
+ <p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
760
777
  </div>
761
778
  </div>
762
779
  <hr>
@@ -785,7 +802,8 @@ started.</p>
785
802
  <a name="g-app-info-get-commandline.returns"></a><h4>Returns</h4>
786
803
  <p> a string containing the <em class="parameter"><code>appinfo</code></em>
787
804
  's commandline,
788
- or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if this information is not available</p>
805
+ or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if this information is not available. </p>
806
+ <p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
789
807
  </div>
790
808
  <p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
791
809
  </div>
@@ -1182,8 +1200,9 @@ g_app_info_set_as_default_for_extension
1182
1200
  </tr>
1183
1201
  <tr>
1184
1202
  <td class="parameter_name"><p>extension</p></td>
1185
- <td class="parameter_description"><p>a string containing the file extension (without the dot).</p></td>
1186
- <td class="parameter_annotations"> </td>
1203
+ <td class="parameter_description"><p> a string containing the file extension
1204
+ (without the dot). </p></td>
1205
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></td>
1187
1206
  </tr>
1188
1207
  <tr>
1189
1208
  <td class="parameter_name"><p>error</p></td>
@@ -1602,8 +1621,8 @@ required.</p>
1602
1621
  </tr>
1603
1622
  <tr>
1604
1623
  <td class="parameter_name"><p>error</p></td>
1605
- <td class="parameter_description"><p>a <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.</p></td>
1606
- <td class="parameter_annotations"> </td>
1624
+ <td class="parameter_description"><p> return location for an error, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1625
+ <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>
1607
1626
  </tr>
1608
1627
  </tbody>
1609
1628
  </table></div>
@@ -1615,6 +1634,94 @@ required.</p>
1615
1634
  </div>
1616
1635
  <hr>
1617
1636
  <div class="refsect2">
1637
+ <a name="g-app-info-launch-default-for-uri-async"></a><h3>g_app_info_launch_default_for_uri_async ()</h3>
1638
+ <pre class="programlisting"><span class="returnvalue">void</span>
1639
+ g_app_info_launch_default_for_uri_async
1640
+ (<em class="parameter"><code>const <span class="type">char</span> *uri</code></em>,
1641
+ <em class="parameter"><code><a class="link" href="GAppInfo.html#GAppLaunchContext"><span class="type">GAppLaunchContext</span></a> *launch_context</code></em>,
1642
+ <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1643
+ <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1644
+ <em class="parameter"><code><a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
1645
+ <p>Async version of <a class="link" href="GAppInfo.html#g-app-info-launch-default-for-uri" title="g_app_info_launch_default_for_uri ()"><code class="function">g_app_info_launch_default_for_uri()</code></a>.</p>
1646
+ <p>This version is useful if you are interested in receiving
1647
+ error information in the case where the application is
1648
+ sandboxed and the portal may present an application chooser
1649
+ dialog to the user.</p>
1650
+ <div class="refsect3">
1651
+ <a name="g-app-info-launch-default-for-uri-async.parameters"></a><h4>Parameters</h4>
1652
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1653
+ <colgroup>
1654
+ <col width="150px" class="parameters_name">
1655
+ <col class="parameters_description">
1656
+ <col width="200px" class="parameters_annotations">
1657
+ </colgroup>
1658
+ <tbody>
1659
+ <tr>
1660
+ <td class="parameter_name"><p>uri</p></td>
1661
+ <td class="parameter_description"><p>the uri to show</p></td>
1662
+ <td class="parameter_annotations"> </td>
1663
+ </tr>
1664
+ <tr>
1665
+ <td class="parameter_name"><p>context</p></td>
1666
+ <td class="parameter_description"><p> an optional <a class="link" href="GAppInfo.html#GAppLaunchContext"><span class="type">GAppLaunchContext</span></a>
1667
+ cancellable: (allow-none): a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>. </p></td>
1668
+ <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>
1669
+ </tr>
1670
+ <tr>
1671
+ <td class="parameter_name"><p>callback</p></td>
1672
+ <td class="parameter_description"><p> a <span class="type">GASyncReadyCallback</span> to call when the request is done. </p></td>
1673
+ <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>
1674
+ </tr>
1675
+ <tr>
1676
+ <td class="parameter_name"><p>user_data</p></td>
1677
+ <td class="parameter_description"><p> data to pass to <em class="parameter"><code>callback</code></em>
1678
+ . </p></td>
1679
+ <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>
1680
+ </tr>
1681
+ </tbody>
1682
+ </table></div>
1683
+ </div>
1684
+ <p class="since">Since: <a class="link" href="api-index-2-50.html#api-index-2.50">2.50</a></p>
1685
+ </div>
1686
+ <hr>
1687
+ <div class="refsect2">
1688
+ <a name="g-app-info-launch-default-for-uri-finish"></a><h3>g_app_info_launch_default_for_uri_finish ()</h3>
1689
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1690
+ g_app_info_launch_default_for_uri_finish
1691
+ (<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
1692
+ <em class="parameter"><code><a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1693
+ <p>Finishes an asynchronous launch-default-for-uri operation.</p>
1694
+ <div class="refsect3">
1695
+ <a name="g-app-info-launch-default-for-uri-finish.parameters"></a><h4>Parameters</h4>
1696
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1697
+ <colgroup>
1698
+ <col width="150px" class="parameters_name">
1699
+ <col class="parameters_description">
1700
+ <col width="200px" class="parameters_annotations">
1701
+ </colgroup>
1702
+ <tbody>
1703
+ <tr>
1704
+ <td class="parameter_name"><p>result</p></td>
1705
+ <td class="parameter_description"><p>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a></p></td>
1706
+ <td class="parameter_annotations"> </td>
1707
+ </tr>
1708
+ <tr>
1709
+ <td class="parameter_name"><p>error</p></td>
1710
+ <td class="parameter_description"><p> return location for an error, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1711
+ <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>
1712
+ </tr>
1713
+ </tbody>
1714
+ </table></div>
1715
+ </div>
1716
+ <div class="refsect3">
1717
+ <a name="g-app-info-launch-default-for-uri-finish.returns"></a><h4>Returns</h4>
1718
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the launch was successful, <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
1719
+ is set</p>
1720
+ </div>
1721
+ <p class="since">Since: <a class="link" href="api-index-2-50.html#api-index-2.50">2.50</a></p>
1722
+ </div>
1723
+ <hr>
1724
+ <div class="refsect2">
1618
1725
  <a name="g-app-launch-context-setenv"></a><h3>g_app_launch_context_setenv ()</h3>
1619
1726
  <pre class="programlisting"><span class="returnvalue">void</span>
1620
1727
  g_app_launch_context_setenv (<em class="parameter"><code><a class="link" href="GAppInfo.html#GAppLaunchContext"><span class="type">GAppLaunchContext</span></a> *context</code></em>,
@@ -1846,7 +1953,7 @@ the application startup notification started in <a class="link" href="GAppInfo.h
1846
1953
  <pre class="programlisting"><a class="link" href="GAppInfo.html#GAppLaunchContext"><span class="returnvalue">GAppLaunchContext</span></a> *
1847
1954
  g_app_launch_context_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1848
1955
  <p>Creates a new application launch context. This is not normally used,
1849
- instead you instantiate a subclass of this, such as <span class="type">GdkAppLaunchContext</span>.</p>
1956
+ instead you instantiate a subclass of this, such as <a href="http://developer.gnome.org/gdk3/gdk4-Application-launching.html#GdkAppLaunchContext-struct"><span class="type">GdkAppLaunchContext</span></a>.</p>
1850
1957
  <div class="refsect3">
1851
1958
  <a name="g-app-launch-context-new.returns"></a><h4>Returns</h4>
1852
1959
  <p> a <a class="link" href="GAppInfo.html#GAppLaunchContext"><span class="type">GAppLaunchContext</span></a>.</p>
@@ -457,13 +457,13 @@ GApplication implements
457
457
  <p>A <a class="link" href="GApplication.html" title="GApplication"><span class="type">GApplication</span></a> is the foundation of an application. It wraps some
458
458
  low-level platform-specific services and is intended to act as the
459
459
  foundation for higher-level application classes such as
460
- <span class="type">GtkApplication</span> or <span class="type">MxApplication</span>. In general, you should not use
460
+ <a href="http://developer.gnome.org/gtk4/GtkApplication.html#GtkApplication-struct"><span class="type">GtkApplication</span></a> or <span class="type">MxApplication</span>. In general, you should not use
461
461
  this class outside of a higher level framework.</p>
462
462
  <p>GApplication provides convenient life cycle management by maintaining
463
463
  a "use count" for the primary application instance. The use count can
464
464
  be changed using <a class="link" href="GApplication.html#g-application-hold" title="g_application_hold ()"><code class="function">g_application_hold()</code></a> and <a class="link" href="GApplication.html#g-application-release" title="g_application_release ()"><code class="function">g_application_release()</code></a>. If
465
465
  it drops to zero, the application exits. Higher-level classes such as
466
- <span class="type">GtkApplication</span> employ the use count to ensure that the application
466
+ <a href="http://developer.gnome.org/gtk4/GtkApplication.html#GtkApplication-struct"><span class="type">GtkApplication</span></a> employ the use count to ensure that the application
467
467
  stays alive as long as it has any opened windows.</p>
468
468
  <p>Another feature that GApplication (optionally) provides is process
469
469
  uniqueness. Applications can make use of this functionality by
@@ -542,7 +542,7 @@ The environment is only added to the platform data if the
542
542
  <a class="link" href="GApplication.html#G-APPLICATION-SEND-ENVIRONMENT:CAPS"><code class="literal">G_APPLICATION_SEND_ENVIRONMENT</code></a> flag is set. <a class="link" href="GApplication.html" title="GApplication"><span class="type">GApplication</span></a> subclasses
543
543
  can add their own platform data by overriding the <em class="parameter"><code>add_platform_data</code></em>
544
544
 
545
- virtual function. For instance, <span class="type">GtkApplication</span> adds startup notification
545
+ virtual function. For instance, <a href="http://developer.gnome.org/gtk4/GtkApplication.html#GtkApplication-struct"><span class="type">GtkApplication</span></a> adds startup notification
546
546
  data in this way.</p>
547
547
  <p>To parse commandline arguments you may handle the
548
548
  <a class="link" href="GApplication.html#GApplication-command-line" title="The “command-line” signal"><span class="type">“command-line”</span></a> signal or override the <code class="function">local_command_line()</code>
@@ -886,7 +886,7 @@ the application ID after that point will not have an impact on the
886
886
  resource base path.</p>
887
887
  <p>As an example, if the application has an ID of "org.example.app" then
888
888
  the default resource base path will be "/org/example/app". If this
889
- is a <span class="type">GtkApplication</span> (and you have not manually changed the path)
889
+ is a <a href="http://developer.gnome.org/gtk4/GtkApplication.html#GtkApplication-struct"><span class="type">GtkApplication</span></a> (and you have not manually changed the path)
890
890
  then Gtk will then search for the menus of the application at
891
891
  "/org/example/app/gtk/menus.ui".</p>
892
892
  <p>See <a class="link" href="GResource.html" title="GResource"><span class="type">GResource</span></a> for more information about adding resources to your
@@ -548,7 +548,8 @@ long as <em class="parameter"><code>cmdline</code></em>
548
548
  </div>
549
549
  <div class="refsect3">
550
550
  <a name="g-application-command-line-get-cwd.returns"></a><h4>Returns</h4>
551
- <p> the current directory, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
551
+ <p> the current directory, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
552
+ <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="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
552
553
  </div>
553
554
  <p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
554
555
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
  <div class="refsect1">
116
116
  <a name="GAsyncInitable.object-hierarchy"></a><h2>Object Hierarchy</h2>
117
- <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
117
+ <pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
118
118
  <span class="lineart">╰──</span> GAsyncInitable
119
119
  </pre>
120
120
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
  <div class="refsect1">
108
108
  <a name="GAsyncResult.object-hierarchy"></a><h2>Object Hierarchy</h2>
109
- <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
109
+ <pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
110
110
  <span class="lineart">╰──</span> GAsyncResult
111
111
  </pre>
112
112
  </div>
@@ -795,7 +795,7 @@ like this.</p>
795
795
  19
796
796
  20
797
797
  21</pre></td>
798
- <td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// Make sure we don't do unnecessary work if already cancelled</span>
798
+ <td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// Make sure we don&apos;t do unnecessary work if already cancelled</span>
799
799
  <span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="GCancellable.html#g-cancellable-set-error-if-cancelled">g_cancellable_set_error_if_cancelled</a></span> <span class="gtkdoc opt">(</span>cancellable<span class="gtkdoc opt">,</span> error<span class="gtkdoc opt">))</span>
800
800
  <span class="keyword">return</span><span class="gtkdoc opt">;</span>
801
801
 
@@ -90,7 +90,7 @@
90
90
  </div>
91
91
  <div class="refsect1">
92
92
  <a name="GConverter.object-hierarchy"></a><h2>Object Hierarchy</h2>
93
- <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
93
+ <pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
94
94
  <span class="lineart">╰──</span> GConverter
95
95
  </pre>
96
96
  </div>
@@ -512,35 +512,35 @@ should only be accessed using the provided API.</p>
512
512
  <tr>
513
513
  <td class="enum_member_name"><p><a name="G-CREDENTIALS-TYPE-LINUX-UCRED:CAPS"></a>G_CREDENTIALS_TYPE_LINUX_UCRED</p></td>
514
514
  <td class="enum_member_description">
515
- <p>The native credentials type is a &lt;type&gt;struct ucred&lt;/type&gt;.</p>
515
+ <p>The native credentials type is a struct ucred.</p>
516
516
  </td>
517
517
  <td class="enum_member_annotations"> </td>
518
518
  </tr>
519
519
  <tr>
520
520
  <td class="enum_member_name"><p><a name="G-CREDENTIALS-TYPE-FREEBSD-CMSGCRED:CAPS"></a>G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED</p></td>
521
521
  <td class="enum_member_description">
522
- <p>The native credentials type is a &lt;type&gt;struct cmsgcred&lt;/type&gt;.</p>
522
+ <p>The native credentials type is a struct cmsgcred.</p>
523
523
  </td>
524
524
  <td class="enum_member_annotations"> </td>
525
525
  </tr>
526
526
  <tr>
527
527
  <td class="enum_member_name"><p><a name="G-CREDENTIALS-TYPE-OPENBSD-SOCKPEERCRED:CAPS"></a>G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED</p></td>
528
528
  <td class="enum_member_description">
529
- <p>The native credentials type is a &lt;type&gt;struct sockpeercred&lt;/type&gt;. Added in 2.30.</p>
529
+ <p>The native credentials type is a struct sockpeercred. Added in 2.30.</p>
530
530
  </td>
531
531
  <td class="enum_member_annotations"> </td>
532
532
  </tr>
533
533
  <tr>
534
534
  <td class="enum_member_name"><p><a name="G-CREDENTIALS-TYPE-SOLARIS-UCRED:CAPS"></a>G_CREDENTIALS_TYPE_SOLARIS_UCRED</p></td>
535
535
  <td class="enum_member_description">
536
- <p>The native credentials type is a &lt;type&gt;ucred_t&lt;/type&gt;. Added in 2.40.</p>
536
+ <p>The native credentials type is a ucred_t. Added in 2.40.</p>
537
537
  </td>
538
538
  <td class="enum_member_annotations"> </td>
539
539
  </tr>
540
540
  <tr>
541
541
  <td class="enum_member_name"><p><a name="G-CREDENTIALS-TYPE-NETBSD-UNPCBID:CAPS"></a>G_CREDENTIALS_TYPE_NETBSD_UNPCBID</p></td>
542
542
  <td class="enum_member_description">
543
- <p>The native credentials type is a &lt;type&gt;struct unpcbid&lt;/type&gt;.</p>
543
+ <p>The native credentials type is a struct unpcbid.</p>
544
544
  </td>
545
545
  <td class="enum_member_annotations"> </td>
546
546
  </tr>
@@ -98,7 +98,7 @@
98
98
  </div>
99
99
  <div class="refsect1">
100
100
  <a name="GDBusInterface.object-hierarchy"></a><h2>Object Hierarchy</h2>
101
- <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
101
+ <pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
102
102
  <span class="lineart">╰──</span> GDBusInterface
103
103
  </pre>
104
104
  </div>
@@ -800,10 +800,10 @@ Flags<span class="gtkdoc opt">:</span> none
800
800
  Version<span class="gtkdoc opt">:</span> <span class="number">0</span>
801
801
  Serial<span class="gtkdoc opt">:</span> <span class="number">4</span>
802
802
  Headers<span class="gtkdoc opt">:</span>
803
- path <span class="gtkdoc opt">-&gt;</span> objectpath <span class="string">'/org/gtk/GDBus/TestObject'</span>
804
- interface <span class="gtkdoc opt">-&gt;</span> <span class="string">'org.gtk.GDBus.TestInterface'</span>
805
- member <span class="gtkdoc opt">-&gt;</span> <span class="string">'GimmeStdout'</span>
806
- destination <span class="gtkdoc opt">-&gt;</span> <span class="string">':1.146'</span>
803
+ path <span class="gtkdoc opt">-&gt;</span> objectpath <span class="string">&apos;/org/gtk/GDBus/TestObject&apos;</span>
804
+ interface <span class="gtkdoc opt">-&gt;</span> <span class="string">&apos;org.gtk.GDBus.TestInterface&apos;</span>
805
+ member <span class="gtkdoc opt">-&gt;</span> <span class="string">&apos;GimmeStdout&apos;</span>
806
+ destination <span class="gtkdoc opt">-&gt;</span> <span class="string">&apos;:1.146&apos;</span>
807
807
  Body<span class="gtkdoc opt">: ()</span>
808
808
  UNIX File Descriptors<span class="gtkdoc opt">:</span>
809
809
  <span class="gtkdoc opt">(</span>none<span class="gtkdoc opt">)</span></pre></td>
@@ -836,8 +836,8 @@ Version<span class="gtkdoc opt">:</span> <span class="number">0</span>
836
836
  Serial<span class="gtkdoc opt">:</span> <span class="number">477</span>
837
837
  Headers<span class="gtkdoc opt">:</span>
838
838
  reply<span class="gtkdoc opt">-</span>serial <span class="gtkdoc opt">-&gt;</span> uint32 <span class="number">4</span>
839
- destination <span class="gtkdoc opt">-&gt;</span> <span class="string">':1.159'</span>
840
- sender <span class="gtkdoc opt">-&gt;</span> <span class="string">':1.146'</span>
839
+ destination <span class="gtkdoc opt">-&gt;</span> <span class="string">&apos;:1.159&apos;</span>
840
+ sender <span class="gtkdoc opt">-&gt;</span> <span class="string">&apos;:1.146&apos;</span>
841
841
  num<span class="gtkdoc opt">-</span>unix<span class="gtkdoc opt">-</span>fds <span class="gtkdoc opt">-&gt;</span> uint32 <span class="number">1</span>
842
842
  Body<span class="gtkdoc opt">: ()</span>
843
843
  UNIX File Descriptors<span class="gtkdoc opt">:</span>
@@ -112,7 +112,7 @@
112
112
  </div>
113
113
  <div class="refsect1">
114
114
  <a name="GDBusObject.object-hierarchy"></a><h2>Object Hierarchy</h2>
115
- <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
115
+ <pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
116
116
  <span class="lineart">╰──</span> GDBusObject
117
117
  </pre>
118
118
  </div>
@@ -130,7 +130,7 @@
130
130
  </div>
131
131
  <div class="refsect1">
132
132
  <a name="GDBusObjectManager.object-hierarchy"></a><h2>Object Hierarchy</h2>
133
- <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
133
+ <pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
134
134
  <span class="lineart">╰──</span> GDBusObjectManager
135
135
  </pre>
136
136
  </div>
@@ -381,7 +381,7 @@ that <em class="parameter"><code>manager</code></em>
381
381
  <div class="refsect3">
382
382
  <a name="GDBusProxyTypeFunc.returns"></a><h4>Returns</h4>
383
383
  <p> A <a href="../gobject-Type-Information.html#GType"><span class="type">GType</span></a> to use for the remote object. The returned type
384
- must be a <a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a>&lt;!-- --&gt;- or <a class="link" href="GDBusObjectProxy.html" title="GDBusObjectProxy"><span class="type">GDBusObjectProxy</span></a>&lt;!-- --&gt;-derived
384
+ must be a <a class="link" href="GDBusProxy.html" title="GDBusProxy"><span class="type">GDBusProxy</span></a> or <a class="link" href="GDBusObjectProxy.html" title="GDBusObjectProxy"><span class="type">GDBusObjectProxy</span></a> -derived
385
385
  type.</p>
386
386
  </div>
387
387
  <p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
@@ -176,7 +176,8 @@ well-known name of a D-Bus service, or below. For example, if a D-Bus service
176
176
  is available at the well-known name <code class="literal">net.example.ExampleService1</code>, the object
177
177
  manager should typically be exported at <code class="literal">/net/example/ExampleService1</code>, or
178
178
  below (to allow for multiple object managers in a service).</p>
179
- <p>It is not supported to export an object manager at the root path, <code class="literal">/</code>.</p>
179
+ <p>It is supported, but not recommended, to export an object manager at the root
180
+ path, <code class="literal">/</code>.</p>
180
181
  <p>See <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient"><span class="type">GDBusObjectManagerClient</span></a> for the client-side code that is
181
182
  intended to be used with <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer"><span class="type">GDBusObjectManagerServer</span></a> or any D-Bus
182
183
  object implementing the org.freedesktop.DBus.ObjectManager
@@ -204,8 +205,7 @@ signals being emitted.</p>
204
205
  </colgroup>
205
206
  <tbody><tr>
206
207
  <td class="parameter_name"><p>object_path</p></td>
207
- <td class="parameter_description"><p>The object path to export the manager object at, which should
208
- not be <code class="literal">/</code>.</p></td>
208
+ <td class="parameter_description"><p>The object path to export the manager object at.</p></td>
209
209
  <td class="parameter_annotations"> </td>
210
210
  </tr></tbody>
211
211
  </table></div>
@@ -115,7 +115,7 @@
115
115
  </div>
116
116
  <div class="refsect1">
117
117
  <a name="GDatagramBased.object-hierarchy"></a><h2>Object Hierarchy</h2>
118
- <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
118
+ <pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
119
119
  <span class="lineart">╰──</span> GDatagramBased
120
120
  </pre>
121
121
  </div>
@@ -175,12 +175,13 @@ said that I/O was possible. This can easily happen in case of a race
175
175
  condition in the application, but it can also happen for other reasons. For
176
176
  instance, on Windows a socket is always seen as writable until a write
177
177
  returns <a class="link" href="gio-GIOError.html#G-IO-ERROR-WOULD-BLOCK:CAPS"><code class="literal">G_IO_ERROR_WOULD_BLOCK</code></a>.</p>
178
- <p>As with <a class="link" href="GSocket.html" title="GSocket"><span class="type">GSocket</span></a>, <a href="GDatagramBased.html#GDatagramBased-struct"><span class="type">GDatagramBaseds</span></a> can be either connection oriented or
179
- connectionless. The interface does not cover connection establishment — use
180
- methods on the underlying type to establish a connection before sending and
181
- receiving data through the <a class="link" href="GDatagramBased.html" title="GDatagramBased"><span class="type">GDatagramBased</span></a> API. For connectionless socket
182
- types the target/source address is specified or received in each I/O
183
- operation.</p>
178
+ <p>As with <a class="link" href="GSocket.html" title="GSocket"><span class="type">GSocket</span></a>, <a href="GDatagramBased.html#GDatagramBased-struct"><span class="type">GDatagramBaseds</span></a> can be either connection oriented (for
179
+ example, SCTP) or connectionless (for example, UDP). <a href="GDatagramBased.html#GDatagramBased-struct"><span class="type">GDatagramBaseds</span></a> must be
180
+ datagram-based, not stream-based. The interface does not cover connection
181
+ establishment use methods on the underlying type to establish a connection
182
+ before sending and receiving data through the <a class="link" href="GDatagramBased.html" title="GDatagramBased"><span class="type">GDatagramBased</span></a> API. For
183
+ connectionless socket types the target/source address is specified or
184
+ received in each I/O operation.</p>
184
185
  <p>Like most other APIs in GLib, <a class="link" href="GDatagramBased.html" title="GDatagramBased"><span class="type">GDatagramBased</span></a> is not inherently thread safe.
185
186
  To use a <a class="link" href="GDatagramBased.html" title="GDatagramBased"><span class="type">GDatagramBased</span></a> concurrently from multiple threads, you must
186
187
  implement your own locking.</p>
@@ -167,6 +167,14 @@
167
167
  <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
168
168
  </td>
169
169
  <td class="function_name">
170
+ <a class="link" href="GDrive.html#g-drive-is-removable" title="g_drive_is_removable ()">g_drive_is_removable</a> <span class="c_punctuation">()</span>
171
+ </td>
172
+ </tr>
173
+ <tr>
174
+ <td class="function_type">
175
+ <a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
176
+ </td>
177
+ <td class="function_name">
170
178
  <a class="link" href="GDrive.html#g-drive-is-media-removable" title="g_drive_is_media_removable ()">g_drive_is_media_removable</a> <span class="c_punctuation">()</span>
171
179
  </td>
172
180
  </tr>
@@ -321,7 +329,7 @@
321
329
  </div>
322
330
  <div class="refsect1">
323
331
  <a name="GDrive.object-hierarchy"></a><h2>Object Hierarchy</h2>
324
- <pre class="screen"> <a href="/home/desrt/Install/jhbuild/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
332
+ <pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
325
333
  <span class="lineart">╰──</span> GDrive
326
334
  </pre>
327
335
  </div>
@@ -827,6 +835,35 @@ media changes, <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="li
827
835
  </div>
828
836
  <hr>
829
837
  <div class="refsect2">
838
+ <a name="g-drive-is-removable"></a><h3>g_drive_is_removable ()</h3>
839
+ <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
840
+ g_drive_is_removable (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
841
+ <p>Checks if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> and/or its media is considered removable by the user.
842
+ See <a class="link" href="GDrive.html#g-drive-is-media-removable" title="g_drive_is_media_removable ()"><code class="function">g_drive_is_media_removable()</code></a>.</p>
843
+ <div class="refsect3">
844
+ <a name="g-drive-is-removable.parameters"></a><h4>Parameters</h4>
845
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
846
+ <colgroup>
847
+ <col width="150px" class="parameters_name">
848
+ <col class="parameters_description">
849
+ <col width="200px" class="parameters_annotations">
850
+ </colgroup>
851
+ <tbody><tr>
852
+ <td class="parameter_name"><p>drive</p></td>
853
+ <td class="parameter_description"><p>a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a>.</p></td>
854
+ <td class="parameter_annotations"> </td>
855
+ </tr></tbody>
856
+ </table></div>
857
+ </div>
858
+ <div class="refsect3">
859
+ <a name="g-drive-is-removable.returns"></a><h4>Returns</h4>
860
+ <p> <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>drive</code></em>
861
+ and/or its media is considered removable, <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
862
+ </div>
863
+ <p class="since">Since: <a class="link" href="api-index-2-50.html#api-index-2.50">2.50</a></p>
864
+ </div>
865
+ <hr>
866
+ <div class="refsect2">
830
867
  <a name="g-drive-is-media-removable"></a><h3>g_drive_is_media_removable ()</h3>
831
868
  <pre class="programlisting"><a href="../glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
832
869
  g_drive_is_media_removable (<em class="parameter"><code><a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> *drive</code></em>);</pre>
@@ -1452,6 +1489,7 @@ or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</
1452
1489
 
1453
1490
  const gchar * (* get_sort_key) (GDrive *drive);
1454
1491
  GIcon * (* get_symbolic_icon) (GDrive *drive);
1492
+ gboolean (* is_removable) (GDrive *drive);
1455
1493
  };
1456
1494
  </pre>
1457
1495
  <p>Interface for creating <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> implementations.</p>
@@ -1621,6 +1659,11 @@ of identifiers which the <a class="link" href="GDrive.html" title="GDrive"><span
1621
1659
  <td class="struct_member_description"><p>Returns a symbolic <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a>. Since 2.34.</p></td>
1622
1660
  <td class="struct_member_annotations"> </td>
1623
1661
  </tr>
1662
+ <tr>
1663
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="GDriveIface.is-removable"></a>is_removable</code></em> ()</p></td>
1664
+ <td class="struct_member_description"><p>Returns <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> and/or its media is considered removable by the user. Since 2.50.</p></td>
1665
+ <td class="struct_member_annotations"> </td>
1666
+ </tr>
1624
1667
  </tbody>
1625
1668
  </table></div>
1626
1669
  </div>