glib2 3.0.9-x86-mingw32 → 3.1.0-x86-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-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
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -2,7 +2,7 @@
|
|
2
2
|
.\" Title: gdbus-codegen
|
3
3
|
.\" Author: David Zeuthen <zeuthen@gmail.com>
|
4
4
|
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
5
|
-
.\" Date:
|
5
|
+
.\" Date: 11/07/2016
|
6
6
|
.\" Manual: User Commands
|
7
7
|
.\" Source: GIO
|
8
8
|
.\" Language: English
|
@@ -31,7 +31,7 @@
|
|
31
31
|
gdbus-codegen \- D\-Bus code and documentation generator
|
32
32
|
.SH "SYNOPSIS"
|
33
33
|
.HP \w'\fBgdbus\-codegen\fR\ 'u
|
34
|
-
\fBgdbus\-codegen\fR [\fB\-h\fR,\ \fB\-\-help\fR] [\fB\-\-interface\-prefix\fR\ \fIorg\&.project\&.Prefix\fR] [\fB\-\-generate\-c\-code\fR\ \fIOUTFILES\fR] [\fB\-\-c\-namespace\fR\ \fIYourProject\fR] [\fB\-\-c\-generate\-object\-manager\fR] [\fB\-\-generate\-docbook\fR\ \fIOUTFILES\fR] [\fB\-\-xml\-files\fR\ \fIFILE\fR] [\fB\-\-annotate\fR\ \fIELEMENT\fR\ \fIKEY\fR\ \fIVALUE\fR]... FILE [FILE...]
|
34
|
+
\fBgdbus\-codegen\fR [\fB\-h\fR,\ \fB\-\-help\fR] [\fB\-\-interface\-prefix\fR\ \fIorg\&.project\&.Prefix\fR] [\fB\-\-generate\-c\-code\fR\ \fIOUTFILES\fR] [\fB\-\-c\-namespace\fR\ \fIYourProject\fR] [\fB\-\-c\-generate\-object\-manager\fR] [\fB\-\-c\-generate\-autocleanup\fR\ none|objects|all] [\fB\-\-generate\-docbook\fR\ \fIOUTFILES\fR] [\fB\-\-xml\-files\fR\ \fIFILE\fR] [\fB\-\-annotate\fR\ \fIELEMENT\fR\ \fIKEY\fR\ \fIVALUE\fR]... FILE [FILE...]
|
35
35
|
.SH "DESCRIPTION"
|
36
36
|
.PP
|
37
37
|
\fBgdbus\-codegen\fR
|
@@ -142,6 +142,11 @@ or
|
|
142
142
|
If this option is passed, suitable #GDBusObject, #GDBusObjectProxy, #GDBusObjectSkeleton and #GDBusObjectManagerClient subclasses are generated\&.
|
143
143
|
.RE
|
144
144
|
.PP
|
145
|
+
\fB\-\-c\-generate\-autocleanup\fR none|objects|all
|
146
|
+
.RS 4
|
147
|
+
This option influences what types autocleanup functions are generated for\&. \*(Aqnone\*(Aq means to not generate any autocleanup functions\&. \*(Aqobjects\*(Aq means to generate them for object types, and \*(Aqall\*(Aq means to generate them for object types and interfaces\&. The default is \*(Aqobjects\*(Aq due to a corner case in backwards compatibility with a few projects, but you should likely switch your project to use \*(Aqall\*(Aq\&. This option was added in GLib 2\&.50\&.
|
148
|
+
.RE
|
149
|
+
.PP
|
145
150
|
\fB\-\-annotate\fR \fIELEMENT\fR \fIKEY\fR \fIVALUE\fR
|
146
151
|
.RS 4
|
147
152
|
Used to inject D\-Bus annotations into the given XML files\&. It can be used with interfaces, methods, signals, properties and arguments in the following way:
|
@@ -547,7 +552,7 @@ Instead of using the generic #GDBusProxy facilities, one can use the generated m
|
|
547
552
|
\fBmy_app_frobber_call_hello_world()\fR
|
548
553
|
to invoke the
|
549
554
|
\fBnet\&.Corp\&.MyApp\&.Frobber\&.HelloWorld()\fR
|
550
|
-
D\-Bus method, connect to the
|
555
|
+
D\-Bus method, connect to the
|
551
556
|
\fB::notification\fR
|
552
557
|
GObject signal to receive the
|
553
558
|
\fBnet\&.Corp\&.MyApp\&.Frobber::Notication\fR
|
@@ -0,0 +1,583 @@
|
|
1
|
+
'\" t
|
2
|
+
.\" Title: gio
|
3
|
+
.\" Author: Matthias Clasen <mclasen@redhat.com>
|
4
|
+
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
5
|
+
.\" Date: 11/07/2016
|
6
|
+
.\" Manual: User Commands
|
7
|
+
.\" Source: GIO
|
8
|
+
.\" Language: English
|
9
|
+
.\"
|
10
|
+
.TH "GIO" "1" "" "GIO" "User Commands"
|
11
|
+
.\" -----------------------------------------------------------------
|
12
|
+
.\" * Define some portability stuff
|
13
|
+
.\" -----------------------------------------------------------------
|
14
|
+
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
15
|
+
.\" http://bugs.debian.org/507673
|
16
|
+
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
17
|
+
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
18
|
+
.ie \n(.g .ds Aq \(aq
|
19
|
+
.el .ds Aq '
|
20
|
+
.\" -----------------------------------------------------------------
|
21
|
+
.\" * set default formatting
|
22
|
+
.\" -----------------------------------------------------------------
|
23
|
+
.\" disable hyphenation
|
24
|
+
.nh
|
25
|
+
.\" disable justification (adjust text to left margin only)
|
26
|
+
.ad l
|
27
|
+
.\" -----------------------------------------------------------------
|
28
|
+
.\" * MAIN CONTENT STARTS HERE *
|
29
|
+
.\" -----------------------------------------------------------------
|
30
|
+
.SH "NAME"
|
31
|
+
gio \- GIO commandline tool
|
32
|
+
.SH "SYNOPSIS"
|
33
|
+
.HP \w'\fBgio\fR\ 'u
|
34
|
+
\fBgio\fR help [\fICOMMAND\fR]
|
35
|
+
.HP \w'\fBgio\fR\ 'u
|
36
|
+
\fBgio\fR version
|
37
|
+
.HP \w'\fBgio\fR\ 'u
|
38
|
+
\fBgio\fR cat \fILOCATION\fR...
|
39
|
+
.HP \w'\fBgio\fR\ 'u
|
40
|
+
\fBgio\fR copy [\fIOPTION\fR...] \fISOURCE\fR... \fIDESTINATION\fR
|
41
|
+
.HP \w'\fBgio\fR\ 'u
|
42
|
+
\fBgio\fR info [\fIOPTION\fR...] \fILOCATION\fR...
|
43
|
+
.HP \w'\fBgio\fR\ 'u
|
44
|
+
\fBgio\fR list [\fIOPTION\fR...] [\fILOCATION\fR...]
|
45
|
+
.HP \w'\fBgio\fR\ 'u
|
46
|
+
\fBgio\fR mime \fIMIMETYPE\fR [\fIHANDLER\fR]
|
47
|
+
.HP \w'\fBgio\fR\ 'u
|
48
|
+
\fBgio\fR mkdir [\fIOPTION\fR...] \fILOCATION\fR...
|
49
|
+
.HP \w'\fBgio\fR\ 'u
|
50
|
+
\fBgio\fR monitor [\fIOPTION\fR...] [\fILOCATION\fR...]
|
51
|
+
.HP \w'\fBgio\fR\ 'u
|
52
|
+
\fBgio\fR mount [\fIOPTION\fR...] [\fILOCATION\fR...]
|
53
|
+
.HP \w'\fBgio\fR\ 'u
|
54
|
+
\fBgio\fR move [\fIOPTION\fR...] \fISOURCE\fR... \fIDESTINATION\fR
|
55
|
+
.HP \w'\fBgio\fR\ 'u
|
56
|
+
\fBgio\fR open \fILOCATION\fR...
|
57
|
+
.HP \w'\fBgio\fR\ 'u
|
58
|
+
\fBgio\fR rename \fILOCATION\fR \fINAME\fR
|
59
|
+
.HP \w'\fBgio\fR\ 'u
|
60
|
+
\fBgio\fR remove [\fIOPTION\fR...] \fILOCATION\fR...
|
61
|
+
.HP \w'\fBgio\fR\ 'u
|
62
|
+
\fBgio\fR save [\fIOPTION\fR...] \fIDESTINATION\fR
|
63
|
+
.HP \w'\fBgio\fR\ 'u
|
64
|
+
\fBgio\fR set [\fIOPTION\fR...] \fILOCATION\fR \fIATTRIBUTE\fR \fIVALUE\fR...
|
65
|
+
.HP \w'\fBgio\fR\ 'u
|
66
|
+
\fBgio\fR trash [\fIOPTION\fR...] [\fILOCATION\fR...]
|
67
|
+
.HP \w'\fBgio\fR\ 'u
|
68
|
+
\fBgio\fR tree [\fIOPTION\fR...] [\fILOCATION\fR...]
|
69
|
+
.SH "DESCRIPTION"
|
70
|
+
.PP
|
71
|
+
\fBgio\fR
|
72
|
+
is a utility that makes many of the GIO features available from the commandline\&. In doing so, it provides commands that are similar to traditional utilities, but let you use GIO locations instead of local files: for example you can use something like
|
73
|
+
smb://server/resource/file\&.txt
|
74
|
+
as location\&.
|
75
|
+
.SH "COMMANDS"
|
76
|
+
.PP
|
77
|
+
\fBhelp\fR [\fICOMMAND\fR]
|
78
|
+
.RS 4
|
79
|
+
Displays a short synopsis of the available commands or provides detailed help on a specific command\&.
|
80
|
+
.RE
|
81
|
+
.PP
|
82
|
+
\fBversion\fR
|
83
|
+
.RS 4
|
84
|
+
Prints the GLib version to which
|
85
|
+
\fBgio\fR
|
86
|
+
belongs\&.
|
87
|
+
.RE
|
88
|
+
.PP
|
89
|
+
\fBcat\fR \fILOCATION\fR...
|
90
|
+
.RS 4
|
91
|
+
Concatenates the given files and prints them to the standard output\&.
|
92
|
+
.sp
|
93
|
+
The cat command works just like the traditional cat utility\&.
|
94
|
+
.sp
|
95
|
+
Note: just pipe through cat if you need its formatting options like \-n, \-T or other\&.
|
96
|
+
.RE
|
97
|
+
.PP
|
98
|
+
\fBcopy\fR [\fIOPTION\fR...] \fISOURCE\fR... \fIDESTINATION\fR
|
99
|
+
.RS 4
|
100
|
+
Copies one or more files from
|
101
|
+
\fISOURCE\fR
|
102
|
+
to
|
103
|
+
\fIDESTINATION\fR\&. If more than one source is specified, the destination must be a directory\&.
|
104
|
+
.sp
|
105
|
+
The copy command is similar to the traditional cp utility\&.
|
106
|
+
.sp
|
107
|
+
.it 1 an-trap
|
108
|
+
.nr an-no-space-flag 1
|
109
|
+
.nr an-break-flag 1
|
110
|
+
.br
|
111
|
+
.ps +1
|
112
|
+
\fBOptions\fR
|
113
|
+
.RS 4
|
114
|
+
.PP
|
115
|
+
\fB\-T\fR, \fB\-\-no\-target\-directory\fR
|
116
|
+
.RS 4
|
117
|
+
Don\*(Aqt copy into
|
118
|
+
\fIDESTINATION\fR
|
119
|
+
even if it is a directory\&.
|
120
|
+
.RE
|
121
|
+
.PP
|
122
|
+
\fB\-p\fR, \fB\-\-progress\fR
|
123
|
+
.RS 4
|
124
|
+
Show progress\&.
|
125
|
+
.RE
|
126
|
+
.PP
|
127
|
+
\fB\-i\fR, \fB\-\-interactive\fR
|
128
|
+
.RS 4
|
129
|
+
Prompt for confirmation before overwriting files\&.
|
130
|
+
.RE
|
131
|
+
.PP
|
132
|
+
\fB\-\-preserve\fR
|
133
|
+
.RS 4
|
134
|
+
Preserve all attributes of copied files\&.
|
135
|
+
.RE
|
136
|
+
.PP
|
137
|
+
\fB\-b\fR, \fB\-\-backup\fR
|
138
|
+
.RS 4
|
139
|
+
Create backups of existing destination files\&.
|
140
|
+
.RE
|
141
|
+
.PP
|
142
|
+
\fB\-P\fR, \fB\-\-no\-dereference\fR
|
143
|
+
.RS 4
|
144
|
+
Never follow symbolic links\&.
|
145
|
+
.RE
|
146
|
+
.RE
|
147
|
+
.RE
|
148
|
+
.PP
|
149
|
+
\fBinfo\fR [\fIOPTION\fR...] \fILOCATION\fR...
|
150
|
+
.RS 4
|
151
|
+
Shows information about the given locations\&.
|
152
|
+
.sp
|
153
|
+
The info command is similar to the traditional ls utility\&.
|
154
|
+
.sp
|
155
|
+
.it 1 an-trap
|
156
|
+
.nr an-no-space-flag 1
|
157
|
+
.nr an-break-flag 1
|
158
|
+
.br
|
159
|
+
.ps +1
|
160
|
+
\fBOptions\fR
|
161
|
+
.RS 4
|
162
|
+
.PP
|
163
|
+
\fB\-w\fR, \fB\-\-query\-writable\fR
|
164
|
+
.RS 4
|
165
|
+
List writable attributes\&.
|
166
|
+
.RE
|
167
|
+
.PP
|
168
|
+
\fB\-f\fR, \fB\-\-filesystem\fR
|
169
|
+
.RS 4
|
170
|
+
Show information about the filesystem that the given locations reside on\&.
|
171
|
+
.RE
|
172
|
+
.PP
|
173
|
+
\fB\-a\fR \fB\-\-attributes=\fR\fB\fIATTRIBUTES\fR\fR
|
174
|
+
.RS 4
|
175
|
+
The attributes to get\&.
|
176
|
+
.sp
|
177
|
+
Attributes can be specified with their GIO name, e\&.g\&. standard::icon, or just by namespace, e\&.g\&. unix, or by \*(Aq*\*(Aq, which matches all attributes\&. Several attributes or groups of attributes can be specified, separated by comma\&.
|
178
|
+
.sp
|
179
|
+
By default, all attributes are listed\&.
|
180
|
+
.RE
|
181
|
+
.PP
|
182
|
+
\fB\-n\fR, \fB\-\-nofollow\-symlinks\fR
|
183
|
+
.RS 4
|
184
|
+
Don\*(Aqt follow symbolic links\&.
|
185
|
+
.RE
|
186
|
+
.RE
|
187
|
+
.RE
|
188
|
+
.PP
|
189
|
+
\fBlist\fR [\fIOPTION\fR...] [\fILOCATION\fR...]
|
190
|
+
.RS 4
|
191
|
+
Lists the contents of the given locations\&. If no location is given, the contents of the current directory are shown\&.
|
192
|
+
.sp
|
193
|
+
The list command is similar to the traditional ls utility\&.
|
194
|
+
.sp
|
195
|
+
.it 1 an-trap
|
196
|
+
.nr an-no-space-flag 1
|
197
|
+
.nr an-break-flag 1
|
198
|
+
.br
|
199
|
+
.ps +1
|
200
|
+
\fBOptions\fR
|
201
|
+
.RS 4
|
202
|
+
.PP
|
203
|
+
\fB\-a\fR \fB\-\-attributes=\fR\fB\fIATTRIBUTES\fR\fR
|
204
|
+
.RS 4
|
205
|
+
The attributes to get\&.
|
206
|
+
.sp
|
207
|
+
Attributes can be specified with their GIO name, e\&.g\&. standard::icon, or just by namespace, e\&.g\&. unix, or by \*(Aq*\*(Aq, which matches all attributes\&. Several attributes or groups of attributes can be specified, separated by comma\&.
|
208
|
+
.sp
|
209
|
+
By default, all attributes are listed\&.
|
210
|
+
.RE
|
211
|
+
.PP
|
212
|
+
\fB\-h\fR, \fB\-\-hidden\fR
|
213
|
+
.RS 4
|
214
|
+
Show hidden files\&.
|
215
|
+
.RE
|
216
|
+
.PP
|
217
|
+
\fB\-l\fR, \fB\-\-long\fR
|
218
|
+
.RS 4
|
219
|
+
Use a long listing format\&.
|
220
|
+
.RE
|
221
|
+
.PP
|
222
|
+
\fB\-n\fR, \fB\-\-nofollow\-symlinks\fR
|
223
|
+
.RS 4
|
224
|
+
Don\*(Aqt follow symbolic links\&.
|
225
|
+
.RE
|
226
|
+
.PP
|
227
|
+
\fB\-u\fR, \fB\-\-print\-uris\fR
|
228
|
+
.RS 4
|
229
|
+
Print full URIs\&.
|
230
|
+
.RE
|
231
|
+
.RE
|
232
|
+
.RE
|
233
|
+
.PP
|
234
|
+
\fBmime\fR \fIMIMETYPE\fR [\fIHANDLER\fR]
|
235
|
+
.RS 4
|
236
|
+
If no handler is given, the mime command lists the registered and recommended applications for the mimetype\&. If a handler is given, it is set as the default handler for the mimetype\&.
|
237
|
+
.sp
|
238
|
+
Handlers must be specified by their desktop file name, including the extension\&. Example: org\&.gnome\&.gedit\&.desktop\&.
|
239
|
+
.RE
|
240
|
+
.PP
|
241
|
+
\fBmkdir\fR [\fIOPTION\fR...] \fILOCATION\fR...
|
242
|
+
.RS 4
|
243
|
+
Creates directories\&.
|
244
|
+
.sp
|
245
|
+
The mkdir command is similar to the traditional mkdir utility\&.
|
246
|
+
.sp
|
247
|
+
.it 1 an-trap
|
248
|
+
.nr an-no-space-flag 1
|
249
|
+
.nr an-break-flag 1
|
250
|
+
.br
|
251
|
+
.ps +1
|
252
|
+
\fBOptions\fR
|
253
|
+
.RS 4
|
254
|
+
.PP
|
255
|
+
\fB\-p\fR, \fB\-\-parent\fR
|
256
|
+
.RS 4
|
257
|
+
Create parent directories when necessary\&.
|
258
|
+
.RE
|
259
|
+
.RE
|
260
|
+
.RE
|
261
|
+
.PP
|
262
|
+
\fBmonitor\fR [\fIOPTION\fR...] [\fILOCATION\fR...]
|
263
|
+
.RS 4
|
264
|
+
Monitors files or directories for changes, such as creation deletion, content and attribute changes, and mount and unmount operations affecting the monitored locations\&.
|
265
|
+
.sp
|
266
|
+
The monitor command uses the GIO file monitoring APIs to do its job\&. GIO has different implementations for different platforms\&. The most common implementation on Linux uses inotify\&.
|
267
|
+
.sp
|
268
|
+
.it 1 an-trap
|
269
|
+
.nr an-no-space-flag 1
|
270
|
+
.nr an-break-flag 1
|
271
|
+
.br
|
272
|
+
.ps +1
|
273
|
+
\fBOptions\fR
|
274
|
+
.RS 4
|
275
|
+
.PP
|
276
|
+
\fB\-d\fR, \fB\-\-dir=\fR\fB\fILOCATION\fR\fR
|
277
|
+
.RS 4
|
278
|
+
Monitor the given location as a directory\&. Normally, the file type is used to determine whether to monitor a file or directory\&.
|
279
|
+
.RE
|
280
|
+
.PP
|
281
|
+
\fB\-f\fR, \fB\-\-file=\fR\fB\fILOCATION\fR\fR
|
282
|
+
.RS 4
|
283
|
+
Monitor the given location as a file\&. Normally, the file type is used to determine whether to monitor a file or directory\&.
|
284
|
+
.RE
|
285
|
+
.PP
|
286
|
+
\fB\-D\fR, \fB\-\-direct=\fR\fB\fILOCATION\fR\fR
|
287
|
+
.RS 4
|
288
|
+
Monitor the file directly\&. This allows to capture changes made via hardlinks\&.
|
289
|
+
.RE
|
290
|
+
.PP
|
291
|
+
\fB\-s\fR, \fB\-\-silent=\fR\fB\fILOCATION\fR\fR
|
292
|
+
.RS 4
|
293
|
+
Monitor the file directly, but don\*(Aqt report changes\&.
|
294
|
+
.RE
|
295
|
+
.PP
|
296
|
+
\fB\-n\fR, \fB\-\-no\-moves\fR
|
297
|
+
.RS 4
|
298
|
+
Report moves and renames as simple deleted/created events\&.
|
299
|
+
.RE
|
300
|
+
.PP
|
301
|
+
\fB\-m\fR, \fB\-\-mounts\fR
|
302
|
+
.RS 4
|
303
|
+
Watch for mount events\&.
|
304
|
+
.RE
|
305
|
+
.RE
|
306
|
+
.RE
|
307
|
+
.PP
|
308
|
+
\fBmount\fR [\fIOPTION\fR...] [\fILOCATION\fR...]
|
309
|
+
.RS 4
|
310
|
+
Provides commandline access to various aspects of GIOs mounting functionality\&.
|
311
|
+
.sp
|
312
|
+
Mounting refers to the traditional concept of arranging multiple file systems and devices in a single tree, rooted at /\&. Classical mounting happens in the kernel and is controlle by the mount utility\&. GIO expands this concept by introducing mount daemons that can make file systems available to GIO applications without kernel involvement\&.
|
313
|
+
.sp
|
314
|
+
GIO mounts can require authentication, and the mount command may ask for user IDs, passwords, and so on, when required\&.
|
315
|
+
.sp
|
316
|
+
.it 1 an-trap
|
317
|
+
.nr an-no-space-flag 1
|
318
|
+
.nr an-break-flag 1
|
319
|
+
.br
|
320
|
+
.ps +1
|
321
|
+
\fBOptions\fR
|
322
|
+
.RS 4
|
323
|
+
.PP
|
324
|
+
\fB\-m\fR, \fB\-\-mountable\fR
|
325
|
+
.RS 4
|
326
|
+
Mount as mountable\&.
|
327
|
+
.RE
|
328
|
+
.PP
|
329
|
+
\fB\-d\fR, \fB\-\-device=\fR\fB\fIDEVICE\fR\fR
|
330
|
+
.RS 4
|
331
|
+
Mount volume with device file\&.
|
332
|
+
.RE
|
333
|
+
.PP
|
334
|
+
\fB\-u\fR, \fB\-\-unmount\fR
|
335
|
+
.RS 4
|
336
|
+
Unmount the location\&.
|
337
|
+
.RE
|
338
|
+
.PP
|
339
|
+
\fB\-e\fR, \fB\-\-eject\fR
|
340
|
+
.RS 4
|
341
|
+
Eject the location\&.
|
342
|
+
.RE
|
343
|
+
.PP
|
344
|
+
\fB\-s\fR, \fB\-\-unmount\-scheme=\fR\fB\fISCHEME\fR\fR
|
345
|
+
.RS 4
|
346
|
+
Unmount all mounts with the given scheme\&.
|
347
|
+
.RE
|
348
|
+
.PP
|
349
|
+
\fB\-f\fR, \fB\-\-force\fR
|
350
|
+
.RS 4
|
351
|
+
Ignore outstanding file operations when unmounting or ejecting\&.
|
352
|
+
.RE
|
353
|
+
.PP
|
354
|
+
\fB\-a\fR, \fB\-\-anonymous\fR
|
355
|
+
.RS 4
|
356
|
+
Use an anonymous user when authenticating\&.
|
357
|
+
.RE
|
358
|
+
.PP
|
359
|
+
\fB\-l\fR, \fB\-\-list\fR
|
360
|
+
.RS 4
|
361
|
+
List all GIO mounts\&.
|
362
|
+
.RE
|
363
|
+
.PP
|
364
|
+
\fB\-o\fR, \fB\-\-monitor\fR
|
365
|
+
.RS 4
|
366
|
+
Monitor mount\-related events\&.
|
367
|
+
.RE
|
368
|
+
.PP
|
369
|
+
\fB\-i\fR, \fB\-\-detail\fR
|
370
|
+
.RS 4
|
371
|
+
Show extra information\&.
|
372
|
+
.RE
|
373
|
+
.RE
|
374
|
+
.RE
|
375
|
+
.PP
|
376
|
+
\fBmove\fR [\fIOPTION\fR...] \fISOURCE\fR... \fIDESTINATION\fR
|
377
|
+
.RS 4
|
378
|
+
Moves one or more files from
|
379
|
+
\fISOURCE\fR
|
380
|
+
to
|
381
|
+
\fIDESTINATION\fR\&. If more than one source is specified, the destination must be a directory\&.
|
382
|
+
.sp
|
383
|
+
The move command is similar to the traditional mv utility\&.
|
384
|
+
.RE
|
385
|
+
.PP
|
386
|
+
\fBopen\fR \fILOCATION\fR...
|
387
|
+
.RS 4
|
388
|
+
Opens files with the default application that is registered to handle files of this type\&.
|
389
|
+
.sp
|
390
|
+
GIO obtains this information from the shared\-mime\-info database, with per\-user overrides stored in
|
391
|
+
\fB$XDG_DATA_HOME\fR/applications/mimeapps\&.list\&.
|
392
|
+
.sp
|
393
|
+
The mime command can be used to change the default handler for a mimetype\&.
|
394
|
+
.RE
|
395
|
+
.PP
|
396
|
+
\fBrename\fR \fILOCATION\fR \fINAME\fR
|
397
|
+
.RS 4
|
398
|
+
Renames a file\&.
|
399
|
+
.sp
|
400
|
+
The rename command is similar to the traditional rename utility\&.
|
401
|
+
.RE
|
402
|
+
.PP
|
403
|
+
\fBremove\fR [\fIOPTION\fR...] \fILOCATION\fR...
|
404
|
+
.RS 4
|
405
|
+
Deletes each given file\&.
|
406
|
+
.sp
|
407
|
+
This command removes files irreversibly\&. If you want a reversible way to remove files, see the trash command\&.
|
408
|
+
.sp
|
409
|
+
Note that not all URI schemes that are supported by GIO may allow deletion of files\&.
|
410
|
+
.sp
|
411
|
+
The remove command is similar to the traditional rm utility\&.
|
412
|
+
.sp
|
413
|
+
.it 1 an-trap
|
414
|
+
.nr an-no-space-flag 1
|
415
|
+
.nr an-break-flag 1
|
416
|
+
.br
|
417
|
+
.ps +1
|
418
|
+
\fBOptions\fR
|
419
|
+
.RS 4
|
420
|
+
.PP
|
421
|
+
\fB\-f\fR, \fB\-\-force\fR
|
422
|
+
.RS 4
|
423
|
+
Ignore non\-existent and non\-deletable files\&.
|
424
|
+
.RE
|
425
|
+
.RE
|
426
|
+
.RE
|
427
|
+
.PP
|
428
|
+
\fBsave\fR [\fIOPTION\fR...] \fIDESTINATION\fR
|
429
|
+
.RS 4
|
430
|
+
Reads from standard input and saves the data to the given location\&.
|
431
|
+
.sp
|
432
|
+
This is similar to just redirecting output to a file using traditional shell syntax, but the save command allows saving to location that GIO can write to\&.
|
433
|
+
.sp
|
434
|
+
.it 1 an-trap
|
435
|
+
.nr an-no-space-flag 1
|
436
|
+
.nr an-break-flag 1
|
437
|
+
.br
|
438
|
+
.ps +1
|
439
|
+
\fBOptions\fR
|
440
|
+
.RS 4
|
441
|
+
.PP
|
442
|
+
\fB\-b\fR, \fB\-\-backup\fR
|
443
|
+
.RS 4
|
444
|
+
Backup existing destination files\&.
|
445
|
+
.RE
|
446
|
+
.PP
|
447
|
+
\fB\-c\fR, \fB\-\-create\fR
|
448
|
+
.RS 4
|
449
|
+
Only create the destination if it doesn\*(Aqt exist yet\&.
|
450
|
+
.RE
|
451
|
+
.PP
|
452
|
+
\fB\-a\fR, \fB\-\-append\fR
|
453
|
+
.RS 4
|
454
|
+
Append to the end of the file\&.
|
455
|
+
.RE
|
456
|
+
.PP
|
457
|
+
\fB\-p\fR, \fB\-\-private\fR
|
458
|
+
.RS 4
|
459
|
+
When creating, restrict access to the current user\&.
|
460
|
+
.RE
|
461
|
+
.PP
|
462
|
+
\fB\-u\fR, \fB\-\-unlink\fR
|
463
|
+
.RS 4
|
464
|
+
When replacing, replace as if the destination did not exist\&.
|
465
|
+
.RE
|
466
|
+
.PP
|
467
|
+
\fB\-v\fR, \fB\-\-print\-etag\fR
|
468
|
+
.RS 4
|
469
|
+
Print the new etag in the end\&.
|
470
|
+
.RE
|
471
|
+
.PP
|
472
|
+
\fB\-e\fR, \fB\-\-etag=\fR\fB\fIETAG\fR\fR
|
473
|
+
.RS 4
|
474
|
+
The etag of the file that is overwritten\&.
|
475
|
+
.RE
|
476
|
+
.RE
|
477
|
+
.RE
|
478
|
+
.PP
|
479
|
+
\fBset\fR \fILOCATION\fR \fIATTRIBUTE\fR \fIVALUE\fR...
|
480
|
+
.RS 4
|
481
|
+
Allows to set a file attribute on a file\&.
|
482
|
+
.sp
|
483
|
+
File attributes can be specified with their GIO name, e\&.g standard::icon\&. Note that not all GIO file attributes are writable\&. Use the \-\-query\-writable option of the info command to list writable file attributes\&.
|
484
|
+
.sp
|
485
|
+
If the
|
486
|
+
\fITYPE\fR
|
487
|
+
is unset,
|
488
|
+
\fIVALUE\fR
|
489
|
+
does not have to be specified\&. If the type is stringv, multiple values can be given\&.
|
490
|
+
.sp
|
491
|
+
.it 1 an-trap
|
492
|
+
.nr an-no-space-flag 1
|
493
|
+
.nr an-break-flag 1
|
494
|
+
.br
|
495
|
+
.ps +1
|
496
|
+
\fBOptions\fR
|
497
|
+
.RS 4
|
498
|
+
.PP
|
499
|
+
\fB\-t\fR, \fB\-\-type=\fR\fB\fITYPE\fR\fR
|
500
|
+
.RS 4
|
501
|
+
Specifies the type of the attribute\&. Supported types are string, stringv, bytestring, boolean, uint32, int32, uint64, int64 and unset\&.
|
502
|
+
.sp
|
503
|
+
If the type is not specified, string is assumed\&.
|
504
|
+
.RE
|
505
|
+
.PP
|
506
|
+
\fB\-n\fR, \fB\-\-nofollow\-symlinks\fR
|
507
|
+
.RS 4
|
508
|
+
Don\*(Aqt follow symbolic links\&.
|
509
|
+
.RE
|
510
|
+
.RE
|
511
|
+
.RE
|
512
|
+
.PP
|
513
|
+
\fBtrash\fR [\fIOPTION\fR...] [\fILOCATION\fR...]
|
514
|
+
.RS 4
|
515
|
+
Sends files or directories to the "Trashcan"\&. This can be a different folder depending on where the file is located, and not all file systems support this concept\&. In the common case that the file lives inside a users home directory, the trash folder is
|
516
|
+
\fB$XDG_DATA_HOME\fR/Trash\&.
|
517
|
+
.sp
|
518
|
+
Note that moving files to the trash does not free up space on the file system until the "Trashcan" is emptied\&. If you are interested in deleting a file irreversibly, see the remove command\&.
|
519
|
+
.sp
|
520
|
+
Inspecting and emptying the "Trashcan" is normally supported by graphical file managers such as nautilus, but you can also see the trash with the command: gio list trash://\&.
|
521
|
+
.sp
|
522
|
+
.it 1 an-trap
|
523
|
+
.nr an-no-space-flag 1
|
524
|
+
.nr an-break-flag 1
|
525
|
+
.br
|
526
|
+
.ps +1
|
527
|
+
\fBOptions\fR
|
528
|
+
.RS 4
|
529
|
+
.PP
|
530
|
+
\fB\-f\fR, \fB\-\-force\fR
|
531
|
+
.RS 4
|
532
|
+
Ignore non\-existent and non\-deletable files\&.
|
533
|
+
.RE
|
534
|
+
.PP
|
535
|
+
\fB\-\-empty\fR
|
536
|
+
.RS 4
|
537
|
+
Empty the trash\&.
|
538
|
+
.RE
|
539
|
+
.RE
|
540
|
+
.RE
|
541
|
+
.PP
|
542
|
+
\fBtree\fR [\fIOPTION\fR...] [\fILOCATION\fR...]
|
543
|
+
.RS 4
|
544
|
+
Lists the contents of the given locations recursively, in a tree\-like format\&. If no location is given, it defaults to the current directory\&.
|
545
|
+
.sp
|
546
|
+
The tree command is similar to the traditional tree utility\&.
|
547
|
+
.sp
|
548
|
+
.it 1 an-trap
|
549
|
+
.nr an-no-space-flag 1
|
550
|
+
.nr an-break-flag 1
|
551
|
+
.br
|
552
|
+
.ps +1
|
553
|
+
\fBOptions\fR
|
554
|
+
.RS 4
|
555
|
+
.PP
|
556
|
+
\fB\-h\fR, \fB\-\-hidden\fR
|
557
|
+
.RS 4
|
558
|
+
Show hidden files\&.
|
559
|
+
.RE
|
560
|
+
.PP
|
561
|
+
\fB\-h\fR, \fB\-\-hidden\fR
|
562
|
+
.RS 4
|
563
|
+
Show hidden files\&.
|
564
|
+
.RE
|
565
|
+
.PP
|
566
|
+
\fB\-l\fR, \fB\-\-follow\-symlinks\fR
|
567
|
+
.RS 4
|
568
|
+
Follow symbolic links\&.
|
569
|
+
.RE
|
570
|
+
.RE
|
571
|
+
.RE
|
572
|
+
.SH "EXIT STATUS"
|
573
|
+
.PP
|
574
|
+
On success 0 is returned, a non\-zero failure code otherwise\&.
|
575
|
+
.SH "SEE ALSO"
|
576
|
+
.PP
|
577
|
+
\fBcat\fR(1),
|
578
|
+
\fBcp\fR(1),
|
579
|
+
\fBls\fR(1),
|
580
|
+
\fBmkdir\fR(1),
|
581
|
+
\fBmv\fR(1),
|
582
|
+
\fBrm\fR(1),
|
583
|
+
\fBtree\fR(1)\&.
|