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
@@ -130,7 +130,7 @@
|
|
130
130
|
<span class="lineart">├──</span> <a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor">GVolumeMonitor</a>
|
131
131
|
<span class="lineart">├──</span> <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
|
132
132
|
<span class="lineart">╰──</span> <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor">GZlibDecompressor</a>
|
133
|
-
<a href="
|
133
|
+
<a href="../gobject/GTypeModule.html">GInterface</a>
|
134
134
|
<span class="lineart">├──</span> <a class="link" href="GAction.html" title="GAction">GAction</a>
|
135
135
|
<span class="lineart">├──</span> <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
|
136
136
|
<span class="lineart">├──</span> <a class="link" href="GActionMap.html" title="GActionMap">GActionMap</a>
|
@@ -167,7 +167,7 @@
|
|
167
167
|
<span class="lineart">├──</span> <a class="link" href="GTlsFileDatabase.html" title="GTlsFileDatabase">GTlsFileDatabase</a>
|
168
168
|
<span class="lineart">├──</span> <a class="link" href="GTlsServerConnection.html" title="GTlsServerConnection">GTlsServerConnection</a>
|
169
169
|
<span class="lineart">╰──</span> <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
|
170
|
-
<a href="
|
170
|
+
<a href="../gobject/gobject-Boxed-Types.html">GBoxed</a>
|
171
171
|
<span class="lineart">├──</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo">GDBusAnnotationInfo</a>
|
172
172
|
<span class="lineart">├──</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo">GDBusArgInfo</a>
|
173
173
|
<span class="lineart">├──</span> <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo">GDBusInterfaceInfo</a>
|
@@ -221,6 +221,7 @@
|
|
221
221
|
<sub name="gdbus-codegen" link="gdbus-codegen.html"/>
|
222
222
|
<sub name="gresource" link="gresource-tool.html"/>
|
223
223
|
<sub name="gapplication" link="gapplication-tool.html"/>
|
224
|
+
<sub name="gio" link="gio.html"/>
|
224
225
|
</sub>
|
225
226
|
<sub name="GIO Testing" link="testing.html">
|
226
227
|
<sub name="GTestDBus" link="GTestDBus.html"/>
|
@@ -271,6 +272,7 @@
|
|
271
272
|
<sub name="Index of new symbols in 2.44" link="api-index-2-44.html"/>
|
272
273
|
<sub name="Index of new symbols in 2.46" link="api-index-2-46.html"/>
|
273
274
|
<sub name="Index of new symbols in 2.48" link="api-index-2-48.html"/>
|
275
|
+
<sub name="Index of new symbols in 2.50" link="api-index-2-50.html"/>
|
274
276
|
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
275
277
|
</chapters>
|
276
278
|
<functions>
|
@@ -567,6 +569,7 @@
|
|
567
569
|
<keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_USED" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USED:CAPS" since="2.32"/>
|
568
570
|
<keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_TYPE" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-TYPE:CAPS"/>
|
569
571
|
<keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_READONLY" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-READONLY:CAPS"/>
|
572
|
+
<keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-REMOTE:CAPS"/>
|
570
573
|
<keyword type="macro" name="G_FILE_ATTRIBUTE_GVFS_BACKEND" link="GFileInfo.html#G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS"/>
|
571
574
|
<keyword type="macro" name="G_FILE_ATTRIBUTE_SELINUX_CONTEXT" link="GFileInfo.html#G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS"/>
|
572
575
|
<keyword type="macro" name="G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT" link="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS"/>
|
@@ -1036,6 +1039,8 @@
|
|
1036
1039
|
<keyword type="function" name="g_app_info_get_fallback_for_type ()" link="GAppInfo.html#g-app-info-get-fallback-for-type" since="2.28"/>
|
1037
1040
|
<keyword type="function" name="g_app_info_get_recommended_for_type ()" link="GAppInfo.html#g-app-info-get-recommended-for-type" since="2.28"/>
|
1038
1041
|
<keyword type="function" name="g_app_info_launch_default_for_uri ()" link="GAppInfo.html#g-app-info-launch-default-for-uri"/>
|
1042
|
+
<keyword type="function" name="g_app_info_launch_default_for_uri_async ()" link="GAppInfo.html#g-app-info-launch-default-for-uri-async" since="2.50"/>
|
1043
|
+
<keyword type="function" name="g_app_info_launch_default_for_uri_finish ()" link="GAppInfo.html#g-app-info-launch-default-for-uri-finish" since="2.50"/>
|
1039
1044
|
<keyword type="function" name="g_app_launch_context_setenv ()" link="GAppInfo.html#g-app-launch-context-setenv" since="2.32"/>
|
1040
1045
|
<keyword type="function" name="g_app_launch_context_unsetenv ()" link="GAppInfo.html#g-app-launch-context-unsetenv" since="2.32"/>
|
1041
1046
|
<keyword type="function" name="g_app_launch_context_get_environment ()" link="GAppInfo.html#g-app-launch-context-get-environment" since="2.32"/>
|
@@ -1177,6 +1182,7 @@
|
|
1177
1182
|
<keyword type="function" name="g_drive_poll_for_media_finish ()" link="GDrive.html#g-drive-poll-for-media-finish"/>
|
1178
1183
|
<keyword type="function" name="g_drive_has_media ()" link="GDrive.html#g-drive-has-media"/>
|
1179
1184
|
<keyword type="function" name="g_drive_is_media_check_automatic ()" link="GDrive.html#g-drive-is-media-check-automatic"/>
|
1185
|
+
<keyword type="function" name="g_drive_is_removable ()" link="GDrive.html#g-drive-is-removable" since="2.50"/>
|
1180
1186
|
<keyword type="function" name="g_drive_is_media_removable ()" link="GDrive.html#g-drive-is-media-removable"/>
|
1181
1187
|
<keyword type="function" name="g_drive_eject ()" link="GDrive.html#g-drive-eject" deprecated="2.22: Use g_drive_eject_with_operation() instead."/>
|
1182
1188
|
<keyword type="function" name="g_drive_eject_finish ()" link="GDrive.html#g-drive-eject-finish" deprecated="2.22: Use g_drive_eject_with_operation_finish() instead."/>
|
@@ -2358,8 +2364,12 @@
|
|
2358
2364
|
<keyword type="function" name="g_settings_set_boolean ()" link="GSettings.html#g-settings-set-boolean" since="2.26"/>
|
2359
2365
|
<keyword type="function" name="g_settings_get_int ()" link="GSettings.html#g-settings-get-int" since="2.26"/>
|
2360
2366
|
<keyword type="function" name="g_settings_set_int ()" link="GSettings.html#g-settings-set-int" since="2.26"/>
|
2367
|
+
<keyword type="function" name="g_settings_get_int64 ()" link="GSettings.html#g-settings-get-int64" since="2.50"/>
|
2368
|
+
<keyword type="function" name="g_settings_set_int64 ()" link="GSettings.html#g-settings-set-int64" since="2.50"/>
|
2361
2369
|
<keyword type="function" name="g_settings_get_uint ()" link="GSettings.html#g-settings-get-uint" since="2.30"/>
|
2362
2370
|
<keyword type="function" name="g_settings_set_uint ()" link="GSettings.html#g-settings-set-uint" since="2.30"/>
|
2371
|
+
<keyword type="function" name="g_settings_get_uint64 ()" link="GSettings.html#g-settings-get-uint64" since="2.50"/>
|
2372
|
+
<keyword type="function" name="g_settings_set_uint64 ()" link="GSettings.html#g-settings-set-uint64" since="2.50"/>
|
2363
2373
|
<keyword type="function" name="g_settings_get_double ()" link="GSettings.html#g-settings-get-double" since="2.26"/>
|
2364
2374
|
<keyword type="function" name="g_settings_set_double ()" link="GSettings.html#g-settings-set-double" since="2.26"/>
|
2365
2375
|
<keyword type="function" name="g_settings_get_string ()" link="GSettings.html#g-settings-get-string" since="2.26"/>
|
@@ -2759,6 +2769,7 @@
|
|
2759
2769
|
<keyword type="function" name="g_notification_add_button_with_target_value ()" link="GNotification.html#g-notification-add-button-with-target-value" since="2.40"/>
|
2760
2770
|
<keyword type="struct" name="GNotification" link="GNotification.html#GNotification-struct"/>
|
2761
2771
|
<keyword type="enum" name="enum GNotificationPriority" link="GNotification.html#GNotificationPriority" since="2.42"/>
|
2772
|
+
<keyword type="function" name="GVfsFileLookupFunc ()" link="GVfs.html#GVfsFileLookupFunc" since="2.50"/>
|
2762
2773
|
<keyword type="function" name="g_vfs_get_file_for_path ()" link="GVfs.html#g-vfs-get-file-for-path"/>
|
2763
2774
|
<keyword type="function" name="g_vfs_get_file_for_uri ()" link="GVfs.html#g-vfs-get-file-for-uri"/>
|
2764
2775
|
<keyword type="function" name="g_vfs_parse_name ()" link="GVfs.html#g-vfs-parse-name"/>
|
@@ -2766,6 +2777,8 @@
|
|
2766
2777
|
<keyword type="function" name="g_vfs_get_local ()" link="GVfs.html#g-vfs-get-local"/>
|
2767
2778
|
<keyword type="function" name="g_vfs_is_active ()" link="GVfs.html#g-vfs-is-active"/>
|
2768
2779
|
<keyword type="function" name="g_vfs_get_supported_uri_schemes ()" link="GVfs.html#g-vfs-get-supported-uri-schemes"/>
|
2780
|
+
<keyword type="function" name="g_vfs_register_uri_scheme ()" link="GVfs.html#g-vfs-register-uri-scheme" since="2.50"/>
|
2781
|
+
<keyword type="function" name="g_vfs_unregister_uri_scheme ()" link="GVfs.html#g-vfs-unregister-uri-scheme" since="2.50"/>
|
2769
2782
|
<keyword type="struct" name="GVfs" link="GVfs.html#GVfs-struct"/>
|
2770
2783
|
<keyword type="macro" name="G_VFS_EXTENSION_POINT_NAME" link="GVfs.html#G-VFS-EXTENSION-POINT-NAME:CAPS"/>
|
2771
2784
|
<keyword type="function" name="g_io_module_new ()" link="GIOModule.html#g-io-module-new"/>
|
@@ -3440,6 +3453,7 @@
|
|
3440
3453
|
<keyword type="member" name="GDriveIface.eject-with-operation-finish" link="GDrive.html#GDriveIface.eject-with-operation-finish"/>
|
3441
3454
|
<keyword type="member" name="GDriveIface.get-sort-key" link="GDrive.html#GDriveIface.get-sort-key"/>
|
3442
3455
|
<keyword type="member" name="GDriveIface.get-symbolic-icon" link="GDrive.html#GDriveIface.get-symbolic-icon"/>
|
3456
|
+
<keyword type="member" name="GDriveIface.is-removable" link="GDrive.html#GDriveIface.is-removable"/>
|
3443
3457
|
<keyword type="member" name="GIconIface.hash" link="GIcon.html#GIconIface.hash"/>
|
3444
3458
|
<keyword type="member" name="GIconIface.equal" link="GIcon.html#GIconIface.equal"/>
|
3445
3459
|
<keyword type="member" name="GIconIface.to-tokens" link="GIcon.html#GIconIface.to-tokens"/>
|
@@ -0,0 +1,664 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>gio: GIO Reference Manual</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
|
+
<link rel="home" href="index.html" title="GIO Reference Manual">
|
8
|
+
<link rel="up" href="tools.html" title="GIO Tools">
|
9
|
+
<link rel="prev" href="gapplication-tool.html" title="gapplication">
|
10
|
+
<link rel="next" href="testing.html" title="GIO Testing">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="tools.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="gapplication-tool.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="testing.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="refentry">
|
23
|
+
<a name="gio"></a><div class="titlepage"></div>
|
24
|
+
<div class="refnamediv"><table width="100%"><tr>
|
25
|
+
<td valign="top">
|
26
|
+
<h2><span class="refentrytitle">gio</span></h2>
|
27
|
+
<p>gio — GIO commandline tool</p>
|
28
|
+
</td>
|
29
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
30
|
+
</tr></table></div>
|
31
|
+
<div class="refsynopsisdiv">
|
32
|
+
<h2>Synopsis</h2>
|
33
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> help [<em class="replaceable"><code>COMMAND</code></em>]</p></div>
|
34
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> version </p></div>
|
35
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> cat <em class="replaceable"><code>LOCATION</code></em>... </p></div>
|
36
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> copy [<em class="replaceable"><code>OPTION</code></em>...] <em class="replaceable"><code>SOURCE</code></em>... <em class="replaceable"><code>DESTINATION</code></em> </p></div>
|
37
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> info [<em class="replaceable"><code>OPTION</code></em>...] <em class="replaceable"><code>LOCATION</code></em>... </p></div>
|
38
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> list [<em class="replaceable"><code>OPTION</code></em>...] [<em class="replaceable"><code>LOCATION</code></em>...]</p></div>
|
39
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> mime <em class="replaceable"><code>MIMETYPE</code></em> [<em class="replaceable"><code>HANDLER</code></em>]</p></div>
|
40
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> mkdir [<em class="replaceable"><code>OPTION</code></em>...] <em class="replaceable"><code>LOCATION</code></em>... </p></div>
|
41
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> monitor [<em class="replaceable"><code>OPTION</code></em>...] [<em class="replaceable"><code>LOCATION</code></em>...]</p></div>
|
42
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> mount [<em class="replaceable"><code>OPTION</code></em>...] [<em class="replaceable"><code>LOCATION</code></em>...]</p></div>
|
43
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> move [<em class="replaceable"><code>OPTION</code></em>...] <em class="replaceable"><code>SOURCE</code></em>... <em class="replaceable"><code>DESTINATION</code></em> </p></div>
|
44
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> open <em class="replaceable"><code>LOCATION</code></em>... </p></div>
|
45
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> rename <em class="replaceable"><code>LOCATION</code></em> <em class="replaceable"><code>NAME</code></em> </p></div>
|
46
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> remove [<em class="replaceable"><code>OPTION</code></em>...] <em class="replaceable"><code>LOCATION</code></em>... </p></div>
|
47
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> save [<em class="replaceable"><code>OPTION</code></em>...] <em class="replaceable"><code>DESTINATION</code></em> </p></div>
|
48
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> set [<em class="replaceable"><code>OPTION</code></em>...] <em class="replaceable"><code>LOCATION</code></em> <em class="replaceable"><code>ATTRIBUTE</code></em> <em class="replaceable"><code>VALUE</code></em>... </p></div>
|
49
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> trash [<em class="replaceable"><code>OPTION</code></em>...] [<em class="replaceable"><code>LOCATION</code></em>...]</p></div>
|
50
|
+
<div class="cmdsynopsis"><p><code class="command">gio</code> tree [<em class="replaceable"><code>OPTION</code></em>...] [<em class="replaceable"><code>LOCATION</code></em>...]</p></div>
|
51
|
+
</div>
|
52
|
+
<div class="refsect1">
|
53
|
+
<a name="id-1.4.26.10.5"></a><h2>Description</h2>
|
54
|
+
<p><span class="command"><strong>gio</strong></span> is a utility that makes many of the GIO
|
55
|
+
features available from the commandline. In doing so, it provides
|
56
|
+
commands that are similar to traditional utilities, but let you
|
57
|
+
use GIO locations instead of local files: for example you can use
|
58
|
+
something like <code class="filename">smb://server/resource/file.txt</code>
|
59
|
+
as location.</p>
|
60
|
+
</div>
|
61
|
+
<div class="refsect1">
|
62
|
+
<a name="id-1.4.26.10.6"></a><h2>Commands</h2>
|
63
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
64
|
+
<colgroup>
|
65
|
+
<col align="left" valign="top">
|
66
|
+
<col>
|
67
|
+
</colgroup>
|
68
|
+
<tbody>
|
69
|
+
<tr>
|
70
|
+
<td><p><span class="term">
|
71
|
+
<span class="command"><strong>help</strong></span>
|
72
|
+
[<em class="replaceable"><code>COMMAND</code></em>]
|
73
|
+
</span></p></td>
|
74
|
+
<td><p>Displays a short synopsis of the available commands or provides
|
75
|
+
detailed help on a specific command.</p></td>
|
76
|
+
</tr>
|
77
|
+
<tr>
|
78
|
+
<td><p><span class="term">
|
79
|
+
<span class="command"><strong>version</strong></span>
|
80
|
+
</span></p></td>
|
81
|
+
<td><p>Prints the GLib version to which <span class="command"><strong>gio</strong></span>
|
82
|
+
belongs.</p></td>
|
83
|
+
</tr>
|
84
|
+
<tr>
|
85
|
+
<td><p><span class="term">
|
86
|
+
<span class="command"><strong>cat</strong></span>
|
87
|
+
<em class="replaceable"><code>LOCATION</code></em>...
|
88
|
+
</span></p></td>
|
89
|
+
<td>
|
90
|
+
<p>Concatenates the given files and prints them to the standard
|
91
|
+
output.</p>
|
92
|
+
<p>The cat command works just like the traditional cat utility.</p>
|
93
|
+
<p>Note: just pipe through cat if you need its formatting options
|
94
|
+
like -n, -T or other.</p>
|
95
|
+
</td>
|
96
|
+
</tr>
|
97
|
+
<tr>
|
98
|
+
<td><p><span class="term">
|
99
|
+
<span class="command"><strong>copy</strong></span>
|
100
|
+
[<em class="replaceable"><code>OPTION</code></em>...]
|
101
|
+
<em class="replaceable"><code>SOURCE</code></em>...
|
102
|
+
<em class="replaceable"><code>DESTINATION</code></em>
|
103
|
+
</span></p></td>
|
104
|
+
<td>
|
105
|
+
<p>Copies one or more files from <em class="replaceable"><code>SOURCE</code></em>
|
106
|
+
to <em class="replaceable"><code>DESTINATION</code></em>. If more than one source
|
107
|
+
is specified, the destination must be a directory.</p>
|
108
|
+
<p>The copy command is similar to the traditional cp utility.</p>
|
109
|
+
<div class="refsect3">
|
110
|
+
<a name="id-1.4.26.10.6.2.4.2.3"></a><h4>Options</h4>
|
111
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
112
|
+
<colgroup>
|
113
|
+
<col align="left" valign="top">
|
114
|
+
<col>
|
115
|
+
</colgroup>
|
116
|
+
<tbody>
|
117
|
+
<tr>
|
118
|
+
<td><p><span class="term"><code class="option">-T</code>, <code class="option">--no-target-directory</code></span></p></td>
|
119
|
+
<td><p>Don't copy into <em class="replaceable"><code>DESTINATION</code></em> even if it is a directory.</p></td>
|
120
|
+
</tr>
|
121
|
+
<tr>
|
122
|
+
<td><p><span class="term"><code class="option">-p</code>, <code class="option">--progress</code></span></p></td>
|
123
|
+
<td><p>Show progress.</p></td>
|
124
|
+
</tr>
|
125
|
+
<tr>
|
126
|
+
<td><p><span class="term"><code class="option">-i</code>, <code class="option">--interactive</code></span></p></td>
|
127
|
+
<td><p>Prompt for confirmation before overwriting files.</p></td>
|
128
|
+
</tr>
|
129
|
+
<tr>
|
130
|
+
<td><p><span class="term"><code class="option">--preserve</code></span></p></td>
|
131
|
+
<td><p>Preserve all attributes of copied files.</p></td>
|
132
|
+
</tr>
|
133
|
+
<tr>
|
134
|
+
<td><p><span class="term"><code class="option">-b</code>, <code class="option">--backup</code></span></p></td>
|
135
|
+
<td><p>Create backups of existing destination files.</p></td>
|
136
|
+
</tr>
|
137
|
+
<tr>
|
138
|
+
<td><p><span class="term"><code class="option">-P</code>, <code class="option">--no-dereference</code></span></p></td>
|
139
|
+
<td><p>Never follow symbolic links.</p></td>
|
140
|
+
</tr>
|
141
|
+
</tbody>
|
142
|
+
</table></div>
|
143
|
+
</div>
|
144
|
+
</td>
|
145
|
+
</tr>
|
146
|
+
<tr>
|
147
|
+
<td><p><span class="term">
|
148
|
+
<span class="command"><strong>info</strong></span>
|
149
|
+
[<em class="replaceable"><code>OPTION</code></em>...]
|
150
|
+
<em class="replaceable"><code>LOCATION</code></em>...
|
151
|
+
</span></p></td>
|
152
|
+
<td>
|
153
|
+
<p>Shows information about the given locations.</p>
|
154
|
+
<p>The info command is similar to the traditional ls utility.</p>
|
155
|
+
<div class="refsect3">
|
156
|
+
<a name="id-1.4.26.10.6.2.5.2.3"></a><h4>Options</h4>
|
157
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
158
|
+
<colgroup>
|
159
|
+
<col align="left" valign="top">
|
160
|
+
<col>
|
161
|
+
</colgroup>
|
162
|
+
<tbody>
|
163
|
+
<tr>
|
164
|
+
<td><p><span class="term"><code class="option">-w</code>, <code class="option">--query-writable</code></span></p></td>
|
165
|
+
<td><p>List writable attributes.</p></td>
|
166
|
+
</tr>
|
167
|
+
<tr>
|
168
|
+
<td><p><span class="term"><code class="option">-f</code>, <code class="option">--filesystem</code></span></p></td>
|
169
|
+
<td><p>Show information about the filesystem that the given
|
170
|
+
locations reside on.</p></td>
|
171
|
+
</tr>
|
172
|
+
<tr>
|
173
|
+
<td><p><span class="term"><code class="option">-a</code> <code class="option">--attributes=<em class="replaceable"><code>ATTRIBUTES</code></em></code></span></p></td>
|
174
|
+
<td>
|
175
|
+
<p>The attributes to get.</p>
|
176
|
+
<p>Attributes can be specified with their GIO name, e.g.
|
177
|
+
standard::icon, or just by namespace, e.g. unix, or by '*',
|
178
|
+
which matches all attributes. Several attributes or groups
|
179
|
+
of attributes can be specified, separated by comma.</p>
|
180
|
+
<p>By default, all attributes are listed.</p>
|
181
|
+
</td>
|
182
|
+
</tr>
|
183
|
+
<tr>
|
184
|
+
<td><p><span class="term"><code class="option">-n</code>, <code class="option">--nofollow-symlinks</code></span></p></td>
|
185
|
+
<td><p>Don't follow symbolic links.</p></td>
|
186
|
+
</tr>
|
187
|
+
</tbody>
|
188
|
+
</table></div>
|
189
|
+
</div>
|
190
|
+
</td>
|
191
|
+
</tr>
|
192
|
+
<tr>
|
193
|
+
<td><p><span class="term">
|
194
|
+
<span class="command"><strong>list</strong></span>
|
195
|
+
[<em class="replaceable"><code>OPTION</code></em>...]
|
196
|
+
[<em class="replaceable"><code>LOCATION</code></em>...]
|
197
|
+
</span></p></td>
|
198
|
+
<td>
|
199
|
+
<p>Lists the contents of the given locations. If no location is
|
200
|
+
given, the contents of the current directory are shown.</p>
|
201
|
+
<p>The list command is similar to the traditional ls utility.</p>
|
202
|
+
<div class="refsect3">
|
203
|
+
<a name="id-1.4.26.10.6.2.6.2.3"></a><h4>Options</h4>
|
204
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
205
|
+
<colgroup>
|
206
|
+
<col align="left" valign="top">
|
207
|
+
<col>
|
208
|
+
</colgroup>
|
209
|
+
<tbody>
|
210
|
+
<tr>
|
211
|
+
<td><p><span class="term"><code class="option">-a</code> <code class="option">--attributes=<em class="replaceable"><code>ATTRIBUTES</code></em></code></span></p></td>
|
212
|
+
<td>
|
213
|
+
<p>The attributes to get.</p>
|
214
|
+
<p>Attributes can be specified with their GIO name, e.g.
|
215
|
+
standard::icon, or just by namespace, e.g. unix, or by '*',
|
216
|
+
which matches all attributes. Several attributes or groups
|
217
|
+
of attributes can be specified, separated by comma.</p>
|
218
|
+
<p>By default, all attributes are listed.</p>
|
219
|
+
</td>
|
220
|
+
</tr>
|
221
|
+
<tr>
|
222
|
+
<td><p><span class="term"><code class="option">-h</code>, <code class="option">--hidden</code></span></p></td>
|
223
|
+
<td><p>Show hidden files.</p></td>
|
224
|
+
</tr>
|
225
|
+
<tr>
|
226
|
+
<td><p><span class="term"><code class="option">-l</code>, <code class="option">--long</code></span></p></td>
|
227
|
+
<td><p>Use a long listing format.</p></td>
|
228
|
+
</tr>
|
229
|
+
<tr>
|
230
|
+
<td><p><span class="term"><code class="option">-n</code>, <code class="option">--nofollow-symlinks</code></span></p></td>
|
231
|
+
<td><p>Don't follow symbolic links.</p></td>
|
232
|
+
</tr>
|
233
|
+
<tr>
|
234
|
+
<td><p><span class="term"><code class="option">-u</code>, <code class="option">--print-uris</code></span></p></td>
|
235
|
+
<td><p>Print full URIs.</p></td>
|
236
|
+
</tr>
|
237
|
+
</tbody>
|
238
|
+
</table></div>
|
239
|
+
</div>
|
240
|
+
</td>
|
241
|
+
</tr>
|
242
|
+
<tr>
|
243
|
+
<td><p><span class="term">
|
244
|
+
<span class="command"><strong>mime</strong></span>
|
245
|
+
<em class="replaceable"><code>MIMETYPE</code></em>
|
246
|
+
[<em class="replaceable"><code>HANDLER</code></em>]
|
247
|
+
</span></p></td>
|
248
|
+
<td>
|
249
|
+
<p>If no handler is given, the mime command lists the
|
250
|
+
registered and recommended applications for the mimetype.
|
251
|
+
If a handler is given, it is set as the default handler for
|
252
|
+
the mimetype.</p>
|
253
|
+
<p>Handlers must be specified by their desktop file name,
|
254
|
+
including the extension. Example: org.gnome.gedit.desktop.</p>
|
255
|
+
</td>
|
256
|
+
</tr>
|
257
|
+
<tr>
|
258
|
+
<td><p><span class="term">
|
259
|
+
<span class="command"><strong>mkdir</strong></span>
|
260
|
+
[<em class="replaceable"><code>OPTION</code></em>...]
|
261
|
+
<em class="replaceable"><code>LOCATION</code></em>...
|
262
|
+
</span></p></td>
|
263
|
+
<td>
|
264
|
+
<p>Creates directories.</p>
|
265
|
+
<p>The mkdir command is similar to the traditional mkdir utility.</p>
|
266
|
+
<div class="refsect3">
|
267
|
+
<a name="id-1.4.26.10.6.2.8.2.3"></a><h4>Options</h4>
|
268
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
269
|
+
<colgroup>
|
270
|
+
<col align="left" valign="top">
|
271
|
+
<col>
|
272
|
+
</colgroup>
|
273
|
+
<tbody><tr>
|
274
|
+
<td><p><span class="term"><code class="option">-p</code>, <code class="option">--parent</code></span></p></td>
|
275
|
+
<td><p>Create parent directories when necessary.</p></td>
|
276
|
+
</tr></tbody>
|
277
|
+
</table></div>
|
278
|
+
</div>
|
279
|
+
</td>
|
280
|
+
</tr>
|
281
|
+
<tr>
|
282
|
+
<td><p><span class="term">
|
283
|
+
<span class="command"><strong>monitor</strong></span>
|
284
|
+
[<em class="replaceable"><code>OPTION</code></em>...]
|
285
|
+
[<em class="replaceable"><code>LOCATION</code></em>...]
|
286
|
+
</span></p></td>
|
287
|
+
<td>
|
288
|
+
<p>Monitors files or directories for changes, such as creation
|
289
|
+
deletion, content and attribute changes, and mount and unmount
|
290
|
+
operations affecting the monitored locations.</p>
|
291
|
+
<p>The monitor command uses the GIO file monitoring APIs to do
|
292
|
+
its job. GIO has different implementations for different platforms.
|
293
|
+
The most common implementation on Linux uses inotify.</p>
|
294
|
+
<div class="refsect3">
|
295
|
+
<a name="id-1.4.26.10.6.2.9.2.3"></a><h4>Options</h4>
|
296
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
297
|
+
<colgroup>
|
298
|
+
<col align="left" valign="top">
|
299
|
+
<col>
|
300
|
+
</colgroup>
|
301
|
+
<tbody>
|
302
|
+
<tr>
|
303
|
+
<td><p><span class="term"><code class="option">-d</code>, <code class="option">--dir=<em class="replaceable"><code>LOCATION</code></em></code></span></p></td>
|
304
|
+
<td><p>Monitor the given location as a directory. Normally,
|
305
|
+
the file type is used to determine whether to monitor a file or directory.</p></td>
|
306
|
+
</tr>
|
307
|
+
<tr>
|
308
|
+
<td><p><span class="term"><code class="option">-f</code>, <code class="option">--file=<em class="replaceable"><code>LOCATION</code></em></code></span></p></td>
|
309
|
+
<td><p>Monitor the given location as a file. Normally,
|
310
|
+
the file type is used to determine whether to monitor a file or directory.</p></td>
|
311
|
+
</tr>
|
312
|
+
<tr>
|
313
|
+
<td><p><span class="term"><code class="option">-D</code>, <code class="option">--direct=<em class="replaceable"><code>LOCATION</code></em></code></span></p></td>
|
314
|
+
<td><p>Monitor the file directly. This allows to capture changes made via hardlinks.</p></td>
|
315
|
+
</tr>
|
316
|
+
<tr>
|
317
|
+
<td><p><span class="term"><code class="option">-s</code>, <code class="option">--silent=<em class="replaceable"><code>LOCATION</code></em></code></span></p></td>
|
318
|
+
<td><p>Monitor the file directly, but don't report changes.</p></td>
|
319
|
+
</tr>
|
320
|
+
<tr>
|
321
|
+
<td><p><span class="term"><code class="option">-n</code>, <code class="option">--no-moves</code></span></p></td>
|
322
|
+
<td><p>Report moves and renames as simple deleted/created events.</p></td>
|
323
|
+
</tr>
|
324
|
+
<tr>
|
325
|
+
<td><p><span class="term"><code class="option">-m</code>, <code class="option">--mounts</code></span></p></td>
|
326
|
+
<td><p>Watch for mount events.</p></td>
|
327
|
+
</tr>
|
328
|
+
</tbody>
|
329
|
+
</table></div>
|
330
|
+
</div>
|
331
|
+
</td>
|
332
|
+
</tr>
|
333
|
+
<tr>
|
334
|
+
<td><p><span class="term">
|
335
|
+
<span class="command"><strong>mount</strong></span>
|
336
|
+
[<em class="replaceable"><code>OPTION</code></em>...]
|
337
|
+
[<em class="replaceable"><code>LOCATION</code></em>...]
|
338
|
+
</span></p></td>
|
339
|
+
<td>
|
340
|
+
<p>Provides commandline access to various aspects of GIOs mounting
|
341
|
+
functionality.</p>
|
342
|
+
<p>Mounting refers to the traditional concept of arranging multiple
|
343
|
+
file systems and devices in a single tree, rooted at /. Classical
|
344
|
+
mounting happens in the kernel and is controlle by the mount utility.
|
345
|
+
GIO expands this concept by introducing mount daemons that can make
|
346
|
+
file systems available to GIO applications without kernel
|
347
|
+
involvement.</p>
|
348
|
+
<p>GIO mounts can require authentication, and the mount command
|
349
|
+
may ask for user IDs, passwords, and so on, when required.</p>
|
350
|
+
<div class="refsect3">
|
351
|
+
<a name="id-1.4.26.10.6.2.10.2.4"></a><h4>Options</h4>
|
352
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
353
|
+
<colgroup>
|
354
|
+
<col align="left" valign="top">
|
355
|
+
<col>
|
356
|
+
</colgroup>
|
357
|
+
<tbody>
|
358
|
+
<tr>
|
359
|
+
<td><p><span class="term"><code class="option">-m</code>, <code class="option">--mountable</code></span></p></td>
|
360
|
+
<td><p>Mount as mountable.</p></td>
|
361
|
+
</tr>
|
362
|
+
<tr>
|
363
|
+
<td><p><span class="term"><code class="option">-d</code>, <code class="option">--device=<em class="replaceable"><code>DEVICE</code></em></code></span></p></td>
|
364
|
+
<td><p>Mount volume with device file.</p></td>
|
365
|
+
</tr>
|
366
|
+
<tr>
|
367
|
+
<td><p><span class="term"><code class="option">-u</code>, <code class="option">--unmount</code></span></p></td>
|
368
|
+
<td><p>Unmount the location.</p></td>
|
369
|
+
</tr>
|
370
|
+
<tr>
|
371
|
+
<td><p><span class="term"><code class="option">-e</code>, <code class="option">--eject</code></span></p></td>
|
372
|
+
<td><p>Eject the location.</p></td>
|
373
|
+
</tr>
|
374
|
+
<tr>
|
375
|
+
<td><p><span class="term"><code class="option">-s</code>, <code class="option">--unmount-scheme=<em class="replaceable"><code>SCHEME</code></em></code></span></p></td>
|
376
|
+
<td><p>Unmount all mounts with the given scheme.</p></td>
|
377
|
+
</tr>
|
378
|
+
<tr>
|
379
|
+
<td><p><span class="term"><code class="option">-f</code>, <code class="option">--force</code></span></p></td>
|
380
|
+
<td><p>Ignore outstanding file operations when unmounting or ejecting.</p></td>
|
381
|
+
</tr>
|
382
|
+
<tr>
|
383
|
+
<td><p><span class="term"><code class="option">-a</code>, <code class="option">--anonymous</code></span></p></td>
|
384
|
+
<td><p>Use an anonymous user when authenticating.</p></td>
|
385
|
+
</tr>
|
386
|
+
<tr>
|
387
|
+
<td><p><span class="term"><code class="option">-l</code>, <code class="option">--list</code></span></p></td>
|
388
|
+
<td><p>List all GIO mounts.</p></td>
|
389
|
+
</tr>
|
390
|
+
<tr>
|
391
|
+
<td><p><span class="term"><code class="option">-o</code>, <code class="option">--monitor</code></span></p></td>
|
392
|
+
<td><p>Monitor mount-related events.</p></td>
|
393
|
+
</tr>
|
394
|
+
<tr>
|
395
|
+
<td><p><span class="term"><code class="option">-i</code>, <code class="option">--detail</code></span></p></td>
|
396
|
+
<td><p>Show extra information.</p></td>
|
397
|
+
</tr>
|
398
|
+
</tbody>
|
399
|
+
</table></div>
|
400
|
+
</div>
|
401
|
+
</td>
|
402
|
+
</tr>
|
403
|
+
<tr>
|
404
|
+
<td><p><span class="term">
|
405
|
+
<span class="command"><strong>move</strong></span>
|
406
|
+
[<em class="replaceable"><code>OPTION</code></em>...]
|
407
|
+
<em class="replaceable"><code>SOURCE</code></em>...
|
408
|
+
<em class="replaceable"><code>DESTINATION</code></em>
|
409
|
+
</span></p></td>
|
410
|
+
<td>
|
411
|
+
<p>Moves one or more files from <em class="replaceable"><code>SOURCE</code></em>
|
412
|
+
to <em class="replaceable"><code>DESTINATION</code></em>. If more than one source
|
413
|
+
is specified, the destination must be a directory.</p>
|
414
|
+
<p>The move command is similar to the traditional mv utility.</p>
|
415
|
+
</td>
|
416
|
+
</tr>
|
417
|
+
<tr>
|
418
|
+
<td><p><span class="term">
|
419
|
+
<span class="command"><strong>open</strong></span>
|
420
|
+
<em class="replaceable"><code>LOCATION</code></em>...
|
421
|
+
</span></p></td>
|
422
|
+
<td>
|
423
|
+
<p>Opens files with the default application that is registered
|
424
|
+
to handle files of this type.</p>
|
425
|
+
<p>GIO obtains this information from the shared-mime-info
|
426
|
+
database, with per-user overrides stored in
|
427
|
+
<code class="filename"><code class="envar">$XDG_DATA_HOME</code>/applications/mimeapps.list</code>.</p>
|
428
|
+
<p>The mime command can be used to change the default handler for
|
429
|
+
a mimetype.</p>
|
430
|
+
</td>
|
431
|
+
</tr>
|
432
|
+
<tr>
|
433
|
+
<td><p><span class="term">
|
434
|
+
<span class="command"><strong>rename</strong></span>
|
435
|
+
<em class="replaceable"><code>LOCATION</code></em>
|
436
|
+
<em class="replaceable"><code>NAME</code></em>
|
437
|
+
</span></p></td>
|
438
|
+
<td>
|
439
|
+
<p>Renames a file.</p>
|
440
|
+
<p>The rename command is similar to the traditional rename utility.</p>
|
441
|
+
</td>
|
442
|
+
</tr>
|
443
|
+
<tr>
|
444
|
+
<td><p><span class="term">
|
445
|
+
<span class="command"><strong>remove</strong></span>
|
446
|
+
[<em class="replaceable"><code>OPTION</code></em>...]
|
447
|
+
<em class="replaceable"><code>LOCATION</code></em>...
|
448
|
+
</span></p></td>
|
449
|
+
<td>
|
450
|
+
<p>Deletes each given file.</p>
|
451
|
+
<p>This command removes files irreversibly. If you want a reversible
|
452
|
+
way to remove files, see the trash command.</p>
|
453
|
+
<p>Note that not all URI schemes that are supported by GIO may
|
454
|
+
allow deletion of files.</p>
|
455
|
+
<p> The remove command is similar to the traditional rm utility.</p>
|
456
|
+
<div class="refsect3">
|
457
|
+
<a name="id-1.4.26.10.6.2.14.2.5"></a><h4>Options</h4>
|
458
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
459
|
+
<colgroup>
|
460
|
+
<col align="left" valign="top">
|
461
|
+
<col>
|
462
|
+
</colgroup>
|
463
|
+
<tbody><tr>
|
464
|
+
<td><p><span class="term"><code class="option">-f</code>, <code class="option">--force</code></span></p></td>
|
465
|
+
<td><p>Ignore non-existent and non-deletable files.</p></td>
|
466
|
+
</tr></tbody>
|
467
|
+
</table></div>
|
468
|
+
</div>
|
469
|
+
</td>
|
470
|
+
</tr>
|
471
|
+
<tr>
|
472
|
+
<td><p><span class="term">
|
473
|
+
<span class="command"><strong>save</strong></span>
|
474
|
+
[<em class="replaceable"><code>OPTION</code></em>...]
|
475
|
+
<em class="replaceable"><code>DESTINATION</code></em>
|
476
|
+
</span></p></td>
|
477
|
+
<td>
|
478
|
+
<p>Reads from standard input and saves the data to the given
|
479
|
+
location.</p>
|
480
|
+
<p>This is similar to just redirecting output to a file using
|
481
|
+
traditional shell syntax, but the save command allows saving to
|
482
|
+
location that GIO can write to.</p>
|
483
|
+
<div class="refsect3">
|
484
|
+
<a name="id-1.4.26.10.6.2.15.2.3"></a><h4>Options</h4>
|
485
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
486
|
+
<colgroup>
|
487
|
+
<col align="left" valign="top">
|
488
|
+
<col>
|
489
|
+
</colgroup>
|
490
|
+
<tbody>
|
491
|
+
<tr>
|
492
|
+
<td><p><span class="term"><code class="option">-b</code>, <code class="option">--backup</code></span></p></td>
|
493
|
+
<td><p>Backup existing destination files.</p></td>
|
494
|
+
</tr>
|
495
|
+
<tr>
|
496
|
+
<td><p><span class="term"><code class="option">-c</code>, <code class="option">--create</code></span></p></td>
|
497
|
+
<td><p>Only create the destination if it doesn't exist yet.</p></td>
|
498
|
+
</tr>
|
499
|
+
<tr>
|
500
|
+
<td><p><span class="term"><code class="option">-a</code>, <code class="option">--append</code></span></p></td>
|
501
|
+
<td><p>Append to the end of the file.</p></td>
|
502
|
+
</tr>
|
503
|
+
<tr>
|
504
|
+
<td><p><span class="term"><code class="option">-p</code>, <code class="option">--private</code></span></p></td>
|
505
|
+
<td><p>When creating, restrict access to the current user.</p></td>
|
506
|
+
</tr>
|
507
|
+
<tr>
|
508
|
+
<td><p><span class="term"><code class="option">-u</code>, <code class="option">--unlink</code></span></p></td>
|
509
|
+
<td><p>When replacing, replace as if the destination did not exist.</p></td>
|
510
|
+
</tr>
|
511
|
+
<tr>
|
512
|
+
<td><p><span class="term"><code class="option">-v</code>, <code class="option">--print-etag</code></span></p></td>
|
513
|
+
<td><p>Print the new etag in the end.</p></td>
|
514
|
+
</tr>
|
515
|
+
<tr>
|
516
|
+
<td><p><span class="term"><code class="option">-e</code>, <code class="option">--etag=<em class="replaceable"><code>ETAG</code></em></code></span></p></td>
|
517
|
+
<td><p>The etag of the file that is overwritten.</p></td>
|
518
|
+
</tr>
|
519
|
+
</tbody>
|
520
|
+
</table></div>
|
521
|
+
</div>
|
522
|
+
</td>
|
523
|
+
</tr>
|
524
|
+
<tr>
|
525
|
+
<td><p><span class="term">
|
526
|
+
<span class="command"><strong>set</strong></span>
|
527
|
+
<em class="replaceable"><code>LOCATION</code></em>
|
528
|
+
<em class="replaceable"><code>ATTRIBUTE</code></em>
|
529
|
+
<em class="replaceable"><code>VALUE</code></em>...
|
530
|
+
</span></p></td>
|
531
|
+
<td>
|
532
|
+
<p>Allows to set a file attribute on a file.</p>
|
533
|
+
<p>File attributes can be specified with their GIO name, e.g
|
534
|
+
standard::icon. Note that not all GIO file attributes are writable.
|
535
|
+
Use the --query-writable option of the info command to list
|
536
|
+
writable file attributes.</p>
|
537
|
+
<p>If the <em class="replaceable"><code>TYPE</code></em> is unset,
|
538
|
+
<em class="replaceable"><code>VALUE</code></em> does not have to be specified.
|
539
|
+
If the type is stringv, multiple values can be given.</p>
|
540
|
+
<div class="refsect3">
|
541
|
+
<a name="id-1.4.26.10.6.2.16.2.4"></a><h4>Options</h4>
|
542
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
543
|
+
<colgroup>
|
544
|
+
<col align="left" valign="top">
|
545
|
+
<col>
|
546
|
+
</colgroup>
|
547
|
+
<tbody>
|
548
|
+
<tr>
|
549
|
+
<td><p><span class="term"><code class="option">-t</code>, <code class="option">--type=<em class="replaceable"><code>TYPE</code></em></code></span></p></td>
|
550
|
+
<td>
|
551
|
+
<p>Specifies the type of the attribute. Supported
|
552
|
+
types are string, stringv, bytestring, boolean, uint32, int32,
|
553
|
+
uint64, int64 and unset.</p>
|
554
|
+
<p>If the type is not specified, string is assumed.</p>
|
555
|
+
</td>
|
556
|
+
</tr>
|
557
|
+
<tr>
|
558
|
+
<td><p><span class="term"><code class="option">-n</code>, <code class="option">--nofollow-symlinks</code></span></p></td>
|
559
|
+
<td><p>Don't follow symbolic links.</p></td>
|
560
|
+
</tr>
|
561
|
+
</tbody>
|
562
|
+
</table></div>
|
563
|
+
</div>
|
564
|
+
</td>
|
565
|
+
</tr>
|
566
|
+
<tr>
|
567
|
+
<td><p><span class="term">
|
568
|
+
<span class="command"><strong>trash</strong></span>
|
569
|
+
[<em class="replaceable"><code>OPTION</code></em>...]
|
570
|
+
[<em class="replaceable"><code>LOCATION</code></em>...]
|
571
|
+
</span></p></td>
|
572
|
+
<td>
|
573
|
+
<p>Sends files or directories to the "Trashcan". This can be a
|
574
|
+
different folder depending on where the file is located, and not
|
575
|
+
all file systems support this concept. In the common case that the
|
576
|
+
file lives inside a users home directory, the trash folder is
|
577
|
+
<code class="filename"><code class="envar">$XDG_DATA_HOME</code>/Trash</code>.</p>
|
578
|
+
<p>Note that moving files to the trash does not free up space on
|
579
|
+
the file system until the "Trashcan" is emptied. If you are interested
|
580
|
+
in deleting a file irreversibly, see the remove command.</p>
|
581
|
+
<p>Inspecting and emptying the "Trashcan" is normally supported by
|
582
|
+
graphical file managers such as nautilus, but you can also see the
|
583
|
+
trash with the command: gio list trash://.</p>
|
584
|
+
<div class="refsect3">
|
585
|
+
<a name="id-1.4.26.10.6.2.17.2.4"></a><h4>Options</h4>
|
586
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
587
|
+
<colgroup>
|
588
|
+
<col align="left" valign="top">
|
589
|
+
<col>
|
590
|
+
</colgroup>
|
591
|
+
<tbody>
|
592
|
+
<tr>
|
593
|
+
<td><p><span class="term"><code class="option">-f</code>, <code class="option">--force</code></span></p></td>
|
594
|
+
<td><p>Ignore non-existent and non-deletable files.</p></td>
|
595
|
+
</tr>
|
596
|
+
<tr>
|
597
|
+
<td><p><span class="term"><code class="option">--empty</code></span></p></td>
|
598
|
+
<td><p>Empty the trash.</p></td>
|
599
|
+
</tr>
|
600
|
+
</tbody>
|
601
|
+
</table></div>
|
602
|
+
</div>
|
603
|
+
</td>
|
604
|
+
</tr>
|
605
|
+
<tr>
|
606
|
+
<td><p><span class="term">
|
607
|
+
<span class="command"><strong>tree</strong></span>
|
608
|
+
[<em class="replaceable"><code>OPTION</code></em>...]
|
609
|
+
[<em class="replaceable"><code>LOCATION</code></em>...]
|
610
|
+
</span></p></td>
|
611
|
+
<td>
|
612
|
+
<p>Lists the contents of the given locations recursively, in a
|
613
|
+
tree-like format. If no location is given, it defaults to the current
|
614
|
+
directory.</p>
|
615
|
+
<p>The tree command is similar to the traditional tree utility.</p>
|
616
|
+
<div class="refsect3">
|
617
|
+
<a name="id-1.4.26.10.6.2.18.2.3"></a><h4>Options</h4>
|
618
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
619
|
+
<colgroup>
|
620
|
+
<col align="left" valign="top">
|
621
|
+
<col>
|
622
|
+
</colgroup>
|
623
|
+
<tbody>
|
624
|
+
<tr>
|
625
|
+
<td><p><span class="term"><code class="option">-h</code>, <code class="option">--hidden</code></span></p></td>
|
626
|
+
<td><p>Show hidden files.</p></td>
|
627
|
+
</tr>
|
628
|
+
<tr>
|
629
|
+
<td><p><span class="term"><code class="option">-h</code>, <code class="option">--hidden</code></span></p></td>
|
630
|
+
<td><p>Show hidden files.</p></td>
|
631
|
+
</tr>
|
632
|
+
<tr>
|
633
|
+
<td><p><span class="term"><code class="option">-l</code>, <code class="option">--follow-symlinks</code></span></p></td>
|
634
|
+
<td><p>Follow symbolic links.</p></td>
|
635
|
+
</tr>
|
636
|
+
</tbody>
|
637
|
+
</table></div>
|
638
|
+
</div>
|
639
|
+
</td>
|
640
|
+
</tr>
|
641
|
+
</tbody>
|
642
|
+
</table></div>
|
643
|
+
</div>
|
644
|
+
<div class="refsect1">
|
645
|
+
<a name="id-1.4.26.10.7"></a><h2>Exit status</h2>
|
646
|
+
<p>On success 0 is returned, a non-zero failure code otherwise.</p>
|
647
|
+
</div>
|
648
|
+
<div class="refsect1">
|
649
|
+
<a name="id-1.4.26.10.8"></a><h2>See Also</h2>
|
650
|
+
<p>
|
651
|
+
<span class="citerefentry"><span class="refentrytitle">cat</span>(1)</span>,
|
652
|
+
<span class="citerefentry"><span class="refentrytitle">cp</span>(1)</span>,
|
653
|
+
<span class="citerefentry"><span class="refentrytitle">ls</span>(1)</span>,
|
654
|
+
<span class="citerefentry"><span class="refentrytitle">mkdir</span>(1)</span>,
|
655
|
+
<span class="citerefentry"><span class="refentrytitle">mv</span>(1)</span>,
|
656
|
+
<span class="citerefentry"><span class="refentrytitle">rm</span>(1)</span>,
|
657
|
+
<span class="citerefentry"><span class="refentrytitle">tree</span>(1)</span>.
|
658
|
+
</p>
|
659
|
+
</div>
|
660
|
+
</div>
|
661
|
+
<div class="footer">
|
662
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
663
|
+
</body>
|
664
|
+
</html>
|