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.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/ext/glib2/extconf.rb +0 -3
- data/ext/glib2/glib2.def +3 -0
- data/ext/glib2/rbglib.c +52 -20
- data/ext/glib2/rbglib.h +2 -2
- data/ext/glib2/rbglib_iochannel.c +1 -1
- data/ext/glib2/rbglib_mainloop.c +34 -11
- data/ext/glib2/rbglib_messages.c +21 -14
- data/ext/glib2/rbgobj_closure.c +65 -28
- data/ext/glib2/rbgobj_signal.c +38 -2
- data/ext/glib2/rbgobject.h +16 -0
- data/ext/glib2/rbgutil.c +6 -6
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2.rb +8 -3
- data/lib/gnome2/rake/external-package.rb +24 -1
- data/lib/gnome2/rake/windows-binary-build-task.rb +339 -338
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/gio.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +1 -1
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/libnettle-6-2.dll +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -0
- data/vendor/local/include/glib-2.0/gio/gdrive.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +9 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +10 -10
- data/vendor/local/include/glib-2.0/gio/giotypes.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettings.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gvfs.h +36 -0
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +1 -1
- data/vendor/local/include/glib-2.0/glib/ghmac.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +6 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gmain.h +11 -0
- data/vendor/local/include/glib-2.0/glib/gmessages.h +211 -2
- data/vendor/local/include/glib-2.0/glib/gtypes.h +2 -1
- data/vendor/local/include/glib-2.0/glib/gunicode.h +23 -3
- data/vendor/local/include/glib-2.0/glib/gutils.h +10 -0
- data/vendor/local/include/glib-2.0/glib/gvariant.h +71 -2
- data/vendor/local/include/glib-2.0/glib/gvarianttype.h +0 -1
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +23 -0
- data/vendor/local/include/glib-2.0/gobject/gparam.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +1 -1
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +2 -0
- data/vendor/local/include/gmp.h +1 -1
- data/vendor/local/include/nettle/nettle-stdint.h +1 -1
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +3 -2
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/share/bash-completion/completions/gsettings +3 -3
- 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
- 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
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +32 -22
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.py +3 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.py +8 -4
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.py +8 -2
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/{glib.py → glib_gdb.py} +0 -0
- data/vendor/local/share/glib-2.0/gdb/{gobject.py → gobject_gdb.py} +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +115 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +2 -1
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +8 -7
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +44 -1
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +25 -23
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +18 -4
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +14 -10
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +2 -0
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +32 -2
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +234 -11
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +10 -2
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +10 -9
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +222 -0
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-50.html +79 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +44 -0
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +18 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +7 -4
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +10 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +14 -0
- data/vendor/local/share/gtk-doc/html/gio/gio.html +664 -0
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +19 -0
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +6 -0
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +7 -0
- data/vendor/local/share/gtk-doc/html/gio/index.html +5 -1
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +3 -0
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +10 -9
- data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -0
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +4 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-50.html +121 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +110 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +10 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +10 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +56 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +71 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +74 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +57 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +1009 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +84 -56
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +3 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +27 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +36 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +68 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +17 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +12 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +36 -2
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +1 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +4 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +12 -12
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +15 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +2 -2
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +2 -2
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/gapplication.1 +1 -1
- data/vendor/local/share/man/man1/gdbus-codegen.1 +8 -3
- data/vendor/local/share/man/man1/gdbus.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
- data/vendor/local/share/man/man1/gio.1 +583 -0
- data/vendor/local/share/man/man1/glib-compile-resources.1 +19 -1
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +6 -1
- data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
- data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
- data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
- data/vendor/local/share/man/man1/gobject-query.1 +1 -1
- data/vendor/local/share/man/man1/gresource.1 +1 -1
- data/vendor/local/share/man/man1/gsettings.1 +9 -1
- data/vendor/local/share/man/man1/gtester-report.1 +1 -1
- data/vendor/local/share/man/man1/gtester.1 +1 -1
- 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="
|
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
|
1186
|
-
|
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>
|
1606
|
-
<td class="parameter_annotations">
|
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
|
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="
|
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="
|
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
|
798
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// Make sure we don'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="
|
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
|
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
|
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
|
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
|
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
|
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="
|
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">-></span> objectpath <span class="string"
|
804
|
-
interface <span class="gtkdoc opt">-></span> <span class="string"
|
805
|
-
member <span class="gtkdoc opt">-></span> <span class="string"
|
806
|
-
destination <span class="gtkdoc opt">-></span> <span class="string"
|
803
|
+
path <span class="gtkdoc opt">-></span> objectpath <span class="string">'/org/gtk/GDBus/TestObject'</span>
|
804
|
+
interface <span class="gtkdoc opt">-></span> <span class="string">'org.gtk.GDBus.TestInterface'</span>
|
805
|
+
member <span class="gtkdoc opt">-></span> <span class="string">'GimmeStdout'</span>
|
806
|
+
destination <span class="gtkdoc opt">-></span> <span class="string">':1.146'</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">-></span> uint32 <span class="number">4</span>
|
839
|
-
destination <span class="gtkdoc opt">-></span> <span class="string"
|
840
|
-
sender <span class="gtkdoc opt">-></span> <span class="string"
|
839
|
+
destination <span class="gtkdoc opt">-></span> <span class="string">':1.159'</span>
|
840
|
+
sender <span class="gtkdoc opt">-></span> <span class="string">':1.146'</span>
|
841
841
|
num<span class="gtkdoc opt">-</span>unix<span class="gtkdoc opt">-</span>fds <span class="gtkdoc opt">-></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="
|
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="
|
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
|
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
|
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
|
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="
|
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
|
179
|
-
connectionless
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
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="
|
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>
|