glib2 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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-win64-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win64-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.win64/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.win64/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
@@ -142,7 +142,7 @@
|
|
142
142
|
</div>
|
143
143
|
<div class="refsect1">
|
144
144
|
<a name="GDtlsClientConnection.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
145
|
-
<pre class="screen"> <a href="
|
145
|
+
<pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
|
146
146
|
<span class="lineart">╰──</span> GDtlsClientConnection
|
147
147
|
</pre>
|
148
148
|
</div>
|
@@ -310,7 +310,7 @@
|
|
310
310
|
</div>
|
311
311
|
<div class="refsect1">
|
312
312
|
<a name="GDtlsConnection.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
313
|
-
<pre class="screen"> <a href="
|
313
|
+
<pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
|
314
314
|
<span class="lineart">╰──</span> GDtlsConnection
|
315
315
|
</pre>
|
316
316
|
</div>
|
@@ -87,7 +87,7 @@
|
|
87
87
|
</div>
|
88
88
|
<div class="refsect1">
|
89
89
|
<a name="GDtlsServerConnection.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
90
|
-
<pre class="screen"> <a href="
|
90
|
+
<pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
|
91
91
|
<span class="lineart">╰──</span> GDtlsServerConnection
|
92
92
|
</pre>
|
93
93
|
</div>
|
@@ -1105,7 +1105,7 @@
|
|
1105
1105
|
</div>
|
1106
1106
|
<div class="refsect1">
|
1107
1107
|
<a name="GFile.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
1108
|
-
<pre class="screen"> <a href="
|
1108
|
+
<pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
|
1109
1109
|
<span class="lineart">╰──</span> GFile
|
1110
1110
|
</pre>
|
1111
1111
|
</div>
|
@@ -1372,9 +1372,9 @@ operation if <em class="parameter"><code>path</code></em>
|
|
1372
1372
|
</colgroup>
|
1373
1373
|
<tbody><tr>
|
1374
1374
|
<td class="parameter_name"><p>path</p></td>
|
1375
|
-
<td class="parameter_description"><p>a string containing a relative or absolute path.
|
1376
|
-
The string must be encoded in the glib filename encoding
|
1377
|
-
<td class="parameter_annotations">
|
1375
|
+
<td class="parameter_description"><p> a string containing a relative or absolute path.
|
1376
|
+
The string must be encoded in the glib filename encoding. </p></td>
|
1377
|
+
<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>
|
1378
1378
|
</tr></tbody>
|
1379
1379
|
</table></div>
|
1380
1380
|
</div>
|
@@ -1492,8 +1492,8 @@ other than the invocation of the current process.</p>
|
|
1492
1492
|
</tr>
|
1493
1493
|
<tr>
|
1494
1494
|
<td class="parameter_name"><p>cwd</p></td>
|
1495
|
-
<td class="parameter_description"><p>the current working directory of the commandline</p></td>
|
1496
|
-
<td class="parameter_annotations">
|
1495
|
+
<td class="parameter_description"><p> the current working directory of the commandline. </p></td>
|
1496
|
+
<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>
|
1497
1497
|
</tr>
|
1498
1498
|
</tbody>
|
1499
1499
|
</table></div>
|
@@ -1724,10 +1724,10 @@ attribute with <a class="link" href="GFile.html#g-file-query-info" title="g_file
|
|
1724
1724
|
</div>
|
1725
1725
|
<div class="refsect3">
|
1726
1726
|
<a name="g-file-get-basename.returns"></a><h4>Returns</h4>
|
1727
|
-
<p> string containing the <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>'s
|
1728
|
-
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if given <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> is invalid. The returned string
|
1729
|
-
freed with <a href="../glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer needed. </p>
|
1730
|
-
<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>]</span></p>
|
1727
|
+
<p> string containing the <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>'s
|
1728
|
+
base name, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if given <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> is invalid. The returned string
|
1729
|
+
should be freed with <a href="../glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer needed. </p>
|
1730
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<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></p>
|
1731
1731
|
</div>
|
1732
1732
|
</div>
|
1733
1733
|
<hr>
|
@@ -1755,10 +1755,10 @@ guaranteed to be an absolute, canonical path. It might contain symlinks.</p>
|
|
1755
1755
|
</div>
|
1756
1756
|
<div class="refsect3">
|
1757
1757
|
<a name="g-file-get-path.returns"></a><h4>Returns</h4>
|
1758
|
-
<p> string containing the <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>'s path,
|
1759
|
-
if no such path exists. The returned string should be freed
|
1758
|
+
<p> string containing the <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>'s path,
|
1759
|
+
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such path exists. The returned string should be freed
|
1760
1760
|
with <a href="../glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer needed. </p>
|
1761
|
-
<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>]</span></p>
|
1761
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<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></p>
|
1762
1762
|
</div>
|
1763
1763
|
</div>
|
1764
1764
|
<hr>
|
@@ -1942,8 +1942,8 @@ for instance to create that file.</p>
|
|
1942
1942
|
</tr>
|
1943
1943
|
<tr>
|
1944
1944
|
<td class="parameter_name"><p>name</p></td>
|
1945
|
-
<td class="parameter_description"><p>string containing the child's basename</p></td>
|
1946
|
-
<td class="parameter_annotations">
|
1945
|
+
<td class="parameter_description"><p> string containing the child's basename. </p></td>
|
1946
|
+
<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>
|
1947
1947
|
</tr>
|
1948
1948
|
</tbody>
|
1949
1949
|
</table></div>
|
@@ -2098,14 +2098,15 @@ g_file_get_relative_path (<em class="parameter"><code><a class="link" href="GFil
|
|
2098
2098
|
</div>
|
2099
2099
|
<div class="refsect3">
|
2100
2100
|
<a name="g-file-get-relative-path.returns"></a><h4>Returns</h4>
|
2101
|
-
<p> string with the relative path from
|
2101
|
+
<p> string with the relative path from
|
2102
|
+
<em class="parameter"><code>descendant</code></em>
|
2102
2103
|
to <em class="parameter"><code>parent</code></em>
|
2103
2104
|
, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>descendant</code></em>
|
2104
2105
|
doesn't have <em class="parameter"><code>parent</code></em>
|
2105
2106
|
as
|
2106
2107
|
prefix. The returned string should be freed with <a href="../glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when
|
2107
2108
|
no longer needed. </p>
|
2108
|
-
<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>]</span></p>
|
2109
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<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></p>
|
2109
2110
|
</div>
|
2110
2111
|
</div>
|
2111
2112
|
<hr>
|
@@ -2133,8 +2134,8 @@ g_file_resolve_relative_path (<em class="parameter"><code><a class="link" href="
|
|
2133
2134
|
</tr>
|
2134
2135
|
<tr>
|
2135
2136
|
<td class="parameter_name"><p>relative_path</p></td>
|
2136
|
-
<td class="parameter_description"><p>a given relative path string</p></td>
|
2137
|
-
<td class="parameter_annotations">
|
2137
|
+
<td class="parameter_description"><p> a given relative path string. </p></td>
|
2138
|
+
<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>
|
2138
2139
|
</tr>
|
2139
2140
|
</tbody>
|
2140
2141
|
</table></div>
|
@@ -5122,8 +5123,9 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5122
5123
|
</tr>
|
5123
5124
|
<tr>
|
5124
5125
|
<td class="parameter_name"><p>symlink_value</p></td>
|
5125
|
-
<td class="parameter_description"><p>a string with the path for the target
|
5126
|
-
|
5126
|
+
<td class="parameter_description"><p> a string with the path for the target
|
5127
|
+
of the new symlink. </p></td>
|
5128
|
+
<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>
|
5127
5129
|
</tr>
|
5128
5130
|
<tr>
|
5129
5131
|
<td class="parameter_name"><p>cancellable</p></td>
|
@@ -9525,7 +9527,7 @@ necessarily represent files or directories that currently exist.</p>
|
|
9525
9527
|
by file renames (moves) and send a single G_FILE_MONITOR_EVENT_MOVED
|
9526
9528
|
event instead (NB: not supported on all backends; the default
|
9527
9529
|
behaviour -without specifying this flag- is to send single DELETED
|
9528
|
-
and CREATED events). Deprecated since 2.
|
9530
|
+
and CREATED events). Deprecated since 2.46: use
|
9529
9531
|
<a class="link" href="GFile.html#G-FILE-MONITOR-WATCH-MOVES:CAPS"><code class="literal">G_FILE_MONITOR_WATCH_MOVES</code></a> instead.</p>
|
9530
9532
|
</td>
|
9531
9533
|
<td class="enum_member_annotations"> </td>
|
@@ -9544,7 +9546,7 @@ necessarily represent files or directories that currently exist.</p>
|
|
9544
9546
|
<p>Watch for rename operations on a
|
9545
9547
|
monitored directory. This causes <a class="link" href="GFileMonitor.html#G-FILE-MONITOR-EVENT-RENAMED:CAPS"><code class="literal">G_FILE_MONITOR_EVENT_RENAMED</code></a>,
|
9546
9548
|
<a class="link" href="GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED-IN:CAPS"><code class="literal">G_FILE_MONITOR_EVENT_MOVED_IN</code></a> and <a class="link" href="GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED-OUT:CAPS"><code class="literal">G_FILE_MONITOR_EVENT_MOVED_OUT</code></a>
|
9547
|
-
events to be emitted when possible. Since: 2.
|
9549
|
+
events to be emitted when possible. Since: 2.46.</p>
|
9548
9550
|
</td>
|
9549
9551
|
<td class="enum_member_annotations"> </td>
|
9550
9552
|
</tr>
|
@@ -72,7 +72,7 @@
|
|
72
72
|
</div>
|
73
73
|
<div class="refsect1">
|
74
74
|
<a name="GFileDescriptorBased.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
75
|
-
<pre class="screen"> <a href="
|
75
|
+
<pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
|
76
76
|
<span class="lineart">╰──</span> GFileDescriptorBased
|
77
77
|
</pre>
|
78
78
|
</div>
|
@@ -220,7 +220,7 @@ use correctly from C programs. With <a class="link" href="GFileEnumerator.html#
|
|
220
220
|
the gboolean return value signifies "end of iteration or error", which
|
221
221
|
requires allocation of a temporary <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.</p>
|
222
222
|
<p>In contrast, with this function, a <a href="../glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> return from
|
223
|
-
<code class="function">
|
223
|
+
<a class="link" href="GFileEnumerator.html#g-file-enumerator-iterate" title="g_file_enumerator_iterate ()"><code class="function">g_file_enumerator_iterate()</code></a> *always* means
|
224
224
|
"error". End of iteration is signaled by <em class="parameter"><code>out_info</code></em>
|
225
225
|
or <em class="parameter"><code>out_child</code></em>
|
226
226
|
being <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
@@ -920,6 +920,10 @@
|
|
920
920
|
</tr>
|
921
921
|
<tr>
|
922
922
|
<td class="define_keyword">#define</td>
|
923
|
+
<td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-REMOTE:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE">G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE</a></td>
|
924
|
+
</tr>
|
925
|
+
<tr>
|
926
|
+
<td class="define_keyword">#define</td>
|
923
927
|
<td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS" title="G_FILE_ATTRIBUTE_GVFS_BACKEND">G_FILE_ATTRIBUTE_GVFS_BACKEND</a></td>
|
924
928
|
</tr>
|
925
929
|
<tr>
|
@@ -951,7 +955,7 @@
|
|
951
955
|
</div>
|
952
956
|
<div class="refsect1">
|
953
957
|
<a name="GFileInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
954
|
-
<pre class="screen"> <a href="
|
958
|
+
<pre class="screen"> <a href="../gobject/gobject-Boxed-Types.html">GBoxed</a>
|
955
959
|
<span class="lineart">╰──</span> GFileAttributeMatcher
|
956
960
|
<a href="../gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
957
961
|
<span class="lineart">╰──</span> GFileInfo
|
@@ -2300,7 +2304,8 @@ g_file_info_get_name (<em class="parameter"><code><a class="link" href="GFileInf
|
|
2300
2304
|
</div>
|
2301
2305
|
<div class="refsect3">
|
2302
2306
|
<a name="g-file-info-get-name.returns"></a><h4>Returns</h4>
|
2303
|
-
<p> a string containing the file name
|
2307
|
+
<p> a string containing the file name. </p>
|
2308
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
2304
2309
|
</div>
|
2305
2310
|
</div>
|
2306
2311
|
<hr>
|
@@ -2781,8 +2786,8 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS" ti
|
|
2781
2786
|
</tr>
|
2782
2787
|
<tr>
|
2783
2788
|
<td class="parameter_name"><p>name</p></td>
|
2784
|
-
<td class="parameter_description"><p>a string containing a name
|
2785
|
-
<td class="parameter_annotations">
|
2789
|
+
<td class="parameter_description"><p> a string containing a name. </p></td>
|
2790
|
+
<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>
|
2786
2791
|
</tr>
|
2787
2792
|
</tbody>
|
2788
2793
|
</table></div>
|
@@ -4161,6 +4166,15 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
|
|
4161
4166
|
</div>
|
4162
4167
|
<hr>
|
4163
4168
|
<div class="refsect2">
|
4169
|
+
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-REMOTE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE</h3>
|
4170
|
+
<pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE "filesystem::remote" /* boolean */
|
4171
|
+
</pre>
|
4172
|
+
<p>A key in the "filesystem" namespace for checking if the file system
|
4173
|
+
is remote. Is set to <a href="../glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file system is remote.
|
4174
|
+
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
|
4175
|
+
</div>
|
4176
|
+
<hr>
|
4177
|
+
<div class="refsect2">
|
4164
4178
|
<a name="G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS"></a><h3>G_FILE_ATTRIBUTE_GVFS_BACKEND</h3>
|
4165
4179
|
<pre class="programlisting">#define G_FILE_ATTRIBUTE_GVFS_BACKEND "gvfs::backend" /* string */
|
4166
4180
|
</pre>
|
@@ -369,7 +369,7 @@ thread that the monitor was created in.</p>
|
|
369
369
|
<td class="enum_member_description">
|
370
370
|
<p>the file was renamed within the
|
371
371
|
current directory -- only sent if the <a class="link" href="GFile.html#G-FILE-MONITOR-WATCH-MOVES:CAPS"><code class="literal">G_FILE_MONITOR_WATCH_MOVES</code></a>
|
372
|
-
flag is set. Since: 2.
|
372
|
+
flag is set. Since: 2.46.</p>
|
373
373
|
</td>
|
374
374
|
<td class="enum_member_annotations"> </td>
|
375
375
|
</tr>
|
@@ -378,7 +378,7 @@ thread that the monitor was created in.</p>
|
|
378
378
|
<td class="enum_member_description">
|
379
379
|
<p>the file was moved into the
|
380
380
|
monitored directory from another location -- only sent if the
|
381
|
-
<a class="link" href="GFile.html#G-FILE-MONITOR-WATCH-MOVES:CAPS"><code class="literal">G_FILE_MONITOR_WATCH_MOVES</code></a> flag is set. Since: 2.
|
381
|
+
<a class="link" href="GFile.html#G-FILE-MONITOR-WATCH-MOVES:CAPS"><code class="literal">G_FILE_MONITOR_WATCH_MOVES</code></a> flag is set. Since: 2.46.</p>
|
382
382
|
</td>
|
383
383
|
<td class="enum_member_annotations"> </td>
|
384
384
|
</tr>
|
@@ -387,7 +387,7 @@ thread that the monitor was created in.</p>
|
|
387
387
|
<td class="enum_member_description">
|
388
388
|
<p>the file was moved out of the
|
389
389
|
monitored directory to another location -- only sent if the
|
390
|
-
<a class="link" href="GFile.html#G-FILE-MONITOR-WATCH-MOVES:CAPS"><code class="literal">G_FILE_MONITOR_WATCH_MOVES</code></a> flag is set. Since: 2.
|
390
|
+
<a class="link" href="GFile.html#G-FILE-MONITOR-WATCH-MOVES:CAPS"><code class="literal">G_FILE_MONITOR_WATCH_MOVES</code></a> flag is set. Since: 2.46</p>
|
391
391
|
</td>
|
392
392
|
<td class="enum_member_annotations"> </td>
|
393
393
|
</tr>
|
@@ -433,7 +433,7 @@ user_function (<a class="link" href="GFileMonitor.html" title="GFileMonitor"><sp
|
|
433
433
|
<a href="../glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
434
434
|
<p>Emitted when <em class="parameter"><code>file</code></em>
|
435
435
|
has been changed.</p>
|
436
|
-
<p>If using <code class="literal">
|
436
|
+
<p>If using <a class="link" href="GFile.html#G-FILE-MONITOR-WATCH-MOVES:CAPS"><code class="literal">G_FILE_MONITOR_WATCH_MOVES</code></a> on a directory monitor, and
|
437
437
|
the information is available (and if supported by the backend),
|
438
438
|
<em class="parameter"><code>event_type</code></em>
|
439
439
|
may be <a class="link" href="GFileMonitor.html#G-FILE-MONITOR-EVENT-RENAMED:CAPS"><code class="literal">G_FILE_MONITOR_EVENT_RENAMED</code></a>,
|
@@ -458,7 +458,7 @@ equivalent to <a class="link" href="GFileMonitor.html#G-FILE-MONITOR-EVENT-CREAT
|
|
458
458
|
<a class="link" href="GFileMonitor.html#G-FILE-MONITOR-EVENT-DELETED:CAPS"><code class="literal">G_FILE_MONITOR_EVENT_DELETED</code></a>, with extra information.
|
459
459
|
<a class="link" href="GFileMonitor.html#G-FILE-MONITOR-EVENT-RENAMED:CAPS"><code class="literal">G_FILE_MONITOR_EVENT_RENAMED</code></a> is equivalent to a delete/create
|
460
460
|
pair. This is exactly how the events will be reported in the case
|
461
|
-
that the <code class="literal">
|
461
|
+
that the <a class="link" href="GFile.html#G-FILE-MONITOR-WATCH-MOVES:CAPS"><code class="literal">G_FILE_MONITOR_WATCH_MOVES</code></a> flag is not in use.</p>
|
462
462
|
<p>If using the deprecated flag <a class="link" href="GFile.html#G-FILE-MONITOR-SEND-MOVED:CAPS"><code class="literal">G_FILE_MONITOR_SEND_MOVED</code></a> flag and <em class="parameter"><code>event_type</code></em>
|
463
463
|
is
|
464
464
|
<a class="link" href="GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED:CAPS"><span class="type">G_FILE_MONITOR_EVENT_MOVED</span></a>, <em class="parameter"><code>file</code></em>
|
@@ -197,8 +197,8 @@ shared library when in use.</p>
|
|
197
197
|
</colgroup>
|
198
198
|
<tbody><tr>
|
199
199
|
<td class="parameter_name"><p>filename</p></td>
|
200
|
-
<td class="parameter_description"><p>filename of the shared library module
|
201
|
-
<td class="parameter_annotations">
|
200
|
+
<td class="parameter_description"><p> filename of the shared library module. </p></td>
|
201
|
+
<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>
|
202
202
|
</tr></tbody>
|
203
203
|
</table></div>
|
204
204
|
</div>
|
@@ -317,8 +317,9 @@ which allows delayed/lazy loading of modules.</p>
|
|
317
317
|
</colgroup>
|
318
318
|
<tbody><tr>
|
319
319
|
<td class="parameter_name"><p>dirname</p></td>
|
320
|
-
<td class="parameter_description"><p>pathname for a directory containing modules
|
321
|
-
|
320
|
+
<td class="parameter_description"><p> pathname for a directory containing modules
|
321
|
+
to load. </p></td>
|
322
|
+
<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>
|
322
323
|
</tr></tbody>
|
323
324
|
</table></div>
|
324
325
|
</div>
|
@@ -355,8 +356,9 @@ which allows delayed/lazy loading of modules.</p>
|
|
355
356
|
<tbody>
|
356
357
|
<tr>
|
357
358
|
<td class="parameter_name"><p>dirname</p></td>
|
358
|
-
<td class="parameter_description"><p>pathname for a directory containing modules
|
359
|
-
|
359
|
+
<td class="parameter_description"><p> pathname for a directory containing modules
|
360
|
+
to load. </p></td>
|
361
|
+
<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>
|
360
362
|
</tr>
|
361
363
|
<tr>
|
362
364
|
<td class="parameter_name"><p>scope</p></td>
|
@@ -402,8 +404,9 @@ use <a class="link" href="GIOModule.html#g-io-modules-load-all-in-directory" tit
|
|
402
404
|
</colgroup>
|
403
405
|
<tbody><tr>
|
404
406
|
<td class="parameter_name"><p>dirname</p></td>
|
405
|
-
<td class="parameter_description"><p>pathname for a directory containing modules
|
406
|
-
|
407
|
+
<td class="parameter_description"><p> pathname for a directory containing modules
|
408
|
+
to scan. </p></td>
|
409
|
+
<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>
|
407
410
|
</tr></tbody>
|
408
411
|
</table></div>
|
409
412
|
</div>
|
@@ -436,8 +439,9 @@ use <a class="link" href="GIOModule.html#g-io-modules-load-all-in-directory" tit
|
|
436
439
|
<tbody>
|
437
440
|
<tr>
|
438
441
|
<td class="parameter_name"><p>dirname</p></td>
|
439
|
-
<td class="parameter_description"><p>pathname for a directory containing modules
|
440
|
-
|
442
|
+
<td class="parameter_description"><p> pathname for a directory containing modules
|
443
|
+
to scan. </p></td>
|
444
|
+
<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>
|
441
445
|
</tr>
|
442
446
|
<tr>
|
443
447
|
<td class="parameter_name"><p>scope</p></td>
|
@@ -115,7 +115,7 @@
|
|
115
115
|
</div>
|
116
116
|
<div class="refsect1">
|
117
117
|
<a name="GIcon.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> GIcon
|
120
120
|
</pre>
|
121
121
|
</div>
|
@@ -212,7 +212,7 @@ g_inet_socket_address_new_from_string (<em class="parameter"><code>const <span c
|
|
212
212
|
.</p>
|
213
213
|
<p>If <em class="parameter"><code>address</code></em>
|
214
214
|
is an IPv6 address, it can also contain a scope ID
|
215
|
-
(separated from the address by a "
|
215
|
+
(separated from the address by a <code class="literal">%</code>).</p>
|
216
216
|
<div class="refsect3">
|
217
217
|
<a name="g-inet-socket-address-new-from-string.parameters"></a><h4>Parameters</h4>
|
218
218
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -99,7 +99,7 @@
|
|
99
99
|
</div>
|
100
100
|
<div class="refsect1">
|
101
101
|
<a name="GInitable.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
102
|
-
<pre class="screen"> <a href="
|
102
|
+
<pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
|
103
103
|
<span class="lineart">╰──</span> GInitable
|
104
104
|
</pre>
|
105
105
|
</div>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</div>
|
123
123
|
<div class="refsect1">
|
124
124
|
<a name="GListModel.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
125
|
-
<pre class="screen"> <a href="
|
125
|
+
<pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
|
126
126
|
<span class="lineart">╰──</span> GListModel
|
127
127
|
</pre>
|
128
128
|
</div>
|
@@ -90,7 +90,7 @@
|
|
90
90
|
</div>
|
91
91
|
<div class="refsect1">
|
92
92
|
<a name="GLoadableIcon.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> GLoadableIcon
|
95
95
|
</pre>
|
96
96
|
</div>
|
@@ -1040,15 +1040,15 @@ format, this would look something like the following:</p>
|
|
1040
1040
|
9
|
1041
1041
|
10
|
1042
1042
|
11</pre></td>
|
1043
|
-
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt"><</span>menu id<span class="gtkdoc opt">=</span><span class="string"
|
1043
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt"><</span>menu id<span class="gtkdoc opt">=</span><span class="string">'edit-menu'</span><span class="gtkdoc opt">></span>
|
1044
1044
|
<span class="gtkdoc opt"><</span>section<span class="gtkdoc opt">></span>
|
1045
|
-
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string"
|
1046
|
-
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string"
|
1045
|
+
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string">'Undo'</span><span class="gtkdoc opt">/></span>
|
1046
|
+
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string">'Redo'</span><span class="gtkdoc opt">/></span>
|
1047
1047
|
<span class="gtkdoc opt"></</span>section<span class="gtkdoc opt">></span>
|
1048
1048
|
<span class="gtkdoc opt"><</span>section<span class="gtkdoc opt">></span>
|
1049
|
-
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string"
|
1050
|
-
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string"
|
1051
|
-
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string"
|
1049
|
+
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string">'Cut'</span><span class="gtkdoc opt">/></span>
|
1050
|
+
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string">'Copy'</span><span class="gtkdoc opt">/></span>
|
1051
|
+
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string">'Paste'</span><span class="gtkdoc opt">/></span>
|
1052
1052
|
<span class="gtkdoc opt"></</span>section<span class="gtkdoc opt">></span>
|
1053
1053
|
<span class="gtkdoc opt"></</span>menu<span class="gtkdoc opt">></span></pre></td>
|
1054
1054
|
</tr>
|
@@ -1082,18 +1082,18 @@ purpose of understanding what is really going on).</p>
|
|
1082
1082
|
13
|
1083
1083
|
14
|
1084
1084
|
15</pre></td>
|
1085
|
-
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt"><</span>menu id<span class="gtkdoc opt">=</span><span class="string"
|
1085
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt"><</span>menu id<span class="gtkdoc opt">=</span><span class="string">'edit-menu'</span><span class="gtkdoc opt">></span>
|
1086
1086
|
<span class="gtkdoc opt"><</span>item<span class="gtkdoc opt">></span>
|
1087
|
-
<span class="gtkdoc opt"><</span>link name<span class="gtkdoc opt">=</span><span class="string"
|
1088
|
-
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string"
|
1089
|
-
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string"
|
1087
|
+
<span class="gtkdoc opt"><</span>link name<span class="gtkdoc opt">=</span><span class="string">'section'</span><span class="gtkdoc opt">></span>
|
1088
|
+
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string">'Undo'</span><span class="gtkdoc opt">/></span>
|
1089
|
+
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string">'Redo'</span><span class="gtkdoc opt">/></span>
|
1090
1090
|
<span class="gtkdoc opt"></</span>link<span class="gtkdoc opt">></span>
|
1091
1091
|
<span class="gtkdoc opt"></</span>item<span class="gtkdoc opt">></span>
|
1092
1092
|
<span class="gtkdoc opt"><</span>item<span class="gtkdoc opt">></span>
|
1093
|
-
<span class="gtkdoc opt"><</span>link name<span class="gtkdoc opt">=</span><span class="string"
|
1094
|
-
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string"
|
1095
|
-
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string"
|
1096
|
-
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string"
|
1093
|
+
<span class="gtkdoc opt"><</span>link name<span class="gtkdoc opt">=</span><span class="string">'section'</span><span class="gtkdoc opt">></span>
|
1094
|
+
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string">'Cut'</span><span class="gtkdoc opt">/></span>
|
1095
|
+
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string">'Copy'</span><span class="gtkdoc opt">/></span>
|
1096
|
+
<span class="gtkdoc opt"><</span>item label<span class="gtkdoc opt">=</span><span class="string">'Paste'</span><span class="gtkdoc opt">/></span>
|
1097
1097
|
<span class="gtkdoc opt"></</span>link<span class="gtkdoc opt">></span>
|
1098
1098
|
<span class="gtkdoc opt"></</span>item<span class="gtkdoc opt">></span>
|
1099
1099
|
<span class="gtkdoc opt"></</span>menu<span class="gtkdoc opt">></span></pre></td>
|
@@ -319,7 +319,7 @@ in the <a class="link" href="GMenuModel.html#G-MENU-ATTRIBUTE-ACTION:CAPS" title
|
|
319
319
|
identifies an action in an action group. Which action group(s) provide
|
320
320
|
actions depends on the context in which the menu model is used.
|
321
321
|
E.g. when the model is exported as the application menu of a
|
322
|
-
<span class="type">GtkApplication</span>, actions can be application-wide or window-specific
|
322
|
+
<a href="http://developer.gnome.org/gtk4/GtkApplication.html#GtkApplication-struct"><span class="type">GtkApplication</span></a>, actions can be application-wide or window-specific
|
323
323
|
(and thus come from two different action groups). By convention, the
|
324
324
|
application-wide actions have names that start with "app.", while the
|
325
325
|
names of window-specific actions start with "win.".</p>
|
@@ -316,7 +316,7 @@
|
|
316
316
|
</div>
|
317
317
|
<div class="refsect1">
|
318
318
|
<a name="GMount.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
319
|
-
<pre class="screen"> <a href="
|
319
|
+
<pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
|
320
320
|
<span class="lineart">╰──</span> GMount
|
321
321
|
</pre>
|
322
322
|
</div>
|