glib2 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +24 -12
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-variant.c +163 -12
- data/ext/glib2/rbglib.c +31 -8
- data/ext/glib2/rbglib.h +15 -1
- data/ext/glib2/rbglib2conversions.h +3 -0
- data/ext/glib2/rbglib_iochannel.c +0 -3
- data/ext/glib2/rbglib_iochannel_win32_socket.c +0 -1
- data/ext/glib2/rbglib_matchinfo.c +179 -0
- data/ext/glib2/rbglib_regex.c +484 -0
- data/ext/glib2/rbgobj_value.c +7 -1
- data/ext/glib2/rbgprivate.h +2 -0
- data/ext/glib2/rbgutil.c +7 -0
- data/ext/glib2/rbgutil.h +2 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2.rb +2 -1
- data/lib/glib2/regex.rb +29 -0
- data/lib/gnome2/rake/external-package.rb +6 -1
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/lib/gnome2/rake/package.rb +9 -0
- data/lib/gnome2/rake/windows-binary-build-task.rb +35 -11
- data/lib/mkmf-gnome2.rb +3 -1
- data/test/test-match-info.rb +113 -0
- data/test/test-regex.rb +320 -0
- 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/gettext.sh +1 -1
- data/vendor/local/bin/gio-querymodules.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 +2 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win64-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win64-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.def +993 -984
- 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-1.dll → 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/pcre-config +133 -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/gdatagrambased.h +144 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdtlsclientconnection.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsconnection.h +191 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsserverconnection.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +69 -13
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gliststore.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +25 -25
- data/vendor/local/include/glib-2.0/gio/gsocket.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +4 -1
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +13 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +2 -0
- data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +12 -4
- data/vendor/local/include/glib-2.0/glib/gmacros.h +46 -10
- data/vendor/local/include/glib-2.0/glib/gmain.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +7 -5
- data/vendor/local/include/glib-2.0/glib/gmessages.h +8 -8
- data/vendor/local/include/glib-2.0/glib/gnode.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +2 -9
- data/vendor/local/include/glib-2.0/glib/gsequence.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +15 -2
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +10 -57
- data/vendor/local/include/glib-2.0/glib/gtypes.h +61 -6
- data/vendor/local/include/glib-2.0/glib/gunicode.h +15 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +36 -57
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +59 -10
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +0 -7
- data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +0 -1
- data/vendor/local/include/glib-2.0/gobject/gobject.h +8 -4
- data/vendor/local/include/glib-2.0/gobject/gparam.h +5 -2
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +47 -26
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -0
- data/vendor/local/include/gmp.h +56 -24
- data/vendor/local/include/gnutls/gnutls.h +79 -39
- data/vendor/local/include/gnutls/pkcs11.h +6 -0
- data/vendor/local/include/gnutls/pkcs7.h +17 -4
- data/vendor/local/include/gnutls/x509.h +8 -0
- data/vendor/local/include/libintl.h +1 -1
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/rsa.h +72 -0
- data/vendor/local/include/nettle/sha3.h +4 -0
- data/vendor/local/include/nettle/version.h +8 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- 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/gio/modules/libgiognutls.la +3 -3
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -16
- 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/libgmp.la +4 -4
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +4 -4
- 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/libidn.la +1 -1
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +2 -2
- 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/libp11-kit.la +1 -1
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +1 -1
- 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/pkcs11/p11-kit-trust.la +1 -1
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- 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 +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libidn.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- data/vendor/local/lib/pkgconfig/libtasn1.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +3 -2
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +5918 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +716 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2922 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10455 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gettext/ABOUT-NLS +382 -413
- data/vendor/local/share/gettext/its/gschema.its +25 -0
- data/vendor/local/share/gettext/its/gschema.loc +10 -0
- 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 +22 -0
- 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.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.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- 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 +4 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +58 -64
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +75 -80
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +50 -51
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +72 -97
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +7 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +174 -160
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +127 -132
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +90 -92
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +43 -46
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +17 -26
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +12 -17
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +45 -52
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +14 -18
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +20 -21
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +41 -48
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +34 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +337 -258
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +23 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +44 -50
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +143 -158
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +59 -54
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +19 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +25 -27
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +48 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +34 -31
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +25 -28
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +105 -122
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +32 -39
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +40 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +17 -28
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +766 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +56 -75
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +468 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1521 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +208 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +16 -19
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +16 -17
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +204 -240
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +13 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +128 -145
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +75 -36
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +10 -13
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +41 -43
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +56 -44
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +20 -23
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +103 -118
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +39 -47
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +32 -44
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +80 -35
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +11 -15
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +138 -145
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +84 -94
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +54 -66
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +34 -42
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +26 -28
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +97 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +18 -23
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +49 -47
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +39 -56
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +30 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +46 -47
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +79 -74
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +325 -200
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -49
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +21 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +258 -162
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -9
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +470 -281
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +27 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +76 -85
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +118 -72
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +28 -33
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +26 -30
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +180 -62
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +51 -28
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +25 -31
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +63 -75
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +49 -54
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +406 -404
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +36 -38
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +30 -31
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +11 -14
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +172 -46
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +96 -37
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +64 -66
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +256 -63
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +150 -49
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +46 -51
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +21 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +21 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +26 -27
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +21 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +211 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +283 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +107 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +459 -8
- data/vendor/local/share/gtk-doc/html/gio/application.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +29 -172
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +187 -27
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +15 -34
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +16 -137
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +26 -87
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +37 -121
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +132 -176
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +19 -71
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +24 -908
- data/vendor/local/share/gtk-doc/html/gio/{ch33s06.html → ch34s06.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch33s07.html → ch34s07.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +94 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +141 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +201 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +199 -200
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +89 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +77 -87
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +19 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +43 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +47 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +20 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +9 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +147 -114
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +12 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +13 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2066 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +29 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +54 -75
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +27 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +194 -140
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -7
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -6
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +41 -45
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +204 -137
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +22 -44
- data/vendor/local/share/gtk-doc/html/gio/networking.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +20 -5
- data/vendor/local/share/gtk-doc/html/gio/registry.html +32 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/tls.html +12 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +16 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +7 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +12 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +46 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +80 -9
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +68 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +254 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +130 -144
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +19 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +33 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +22 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +89 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +384 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +100 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +83 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +14 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +49 -64
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +141 -156
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +32 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +24 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +28 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +108 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +98 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +89 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +93 -125
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +50 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +189 -171
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +99 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +172 -217
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +32 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +430 -451
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +53 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +12 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +167 -192
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +58 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +14 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +70 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +68 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +166 -183
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +33 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +80 -92
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +101 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +102 -75
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +133 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +192 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +107 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +69 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +12 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +199 -230
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +54 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +24 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +29 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +187 -173
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +13 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +104 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +62 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +26 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +15 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +13 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +210 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +95 -101
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +306 -268
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +373 -369
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +79 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +316 -319
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +12 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +44 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +20 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +44 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +21 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +200 -220
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +51 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +25 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +4 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +14 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +44 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +149 -149
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +11 -12
- data/vendor/local/share/gtk-doc/html/glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +36 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +53 -57
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +72 -77
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +34 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +22 -17
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +85 -135
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +80 -144
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +59 -75
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +20 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +68 -89
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +227 -218
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +48 -57
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +125 -96
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +78 -90
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +143 -138
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +226 -285
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +306 -289
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +450 -448
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +22 -23
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +11 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +32 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +134 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +4 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +89 -98
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +119 -112
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +199 -183
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +30 -30
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +32 -33
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +80 -32
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +73 -53
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +52 -50
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +255 -133
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +147 -111
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +65 -122
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +93 -79
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +80 -54
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +82 -87
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +126 -62
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +61 -54
- data/vendor/local/share/gtk-doc/html/gobject/index.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +98 -198
- data/vendor/local/share/gtk-doc/html/gobject/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +9 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +22 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -13
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +3 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +3 -18
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +3 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +22 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +7 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -4
- data/vendor/local/share/info/gmp.info +153 -158
- data/vendor/local/share/info/gmp.info-1 +131 -178
- data/vendor/local/share/info/gmp.info-2 +250 -193
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/license/gmp/AUTHORS +1 -1
- data/vendor/local/share/license/pcre/AUTHORS +45 -0
- data/vendor/local/share/license/pcre/COPYING +5 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/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/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.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/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.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/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
- data/vendor/local/share/man/man1/envsubst.1 +1 -1
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +23 -22
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +7 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_check_version.3 +1 -1
- data/vendor/local/share/man/man3/asn1_copy_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_create_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_coding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +1 -1
- data/vendor/local/share/man/man3/asn1_dup_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +1 -1
- data/vendor/local/share/man/man3/asn1_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2array.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_perror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_print_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_node_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_tag.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value_type.3 +1 -1
- data/vendor/local/share/man/man3/asn1_strerror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_write_value.3 +1 -1
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
- data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
- data/vendor/local/share/man/man3/gettext.3 +1 -1
- data/vendor/local/share/man/man3/ngettext.3 +1 -1
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2919 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- data/vendor/local/share/man/man3/textdomain.3 +1 -1
- metadata +233 -22
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/vendor/local/bin/libhogweed-4-1.dll +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +0 -1537
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +0 -679
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +0 -572
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +0 -561
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +0 -39
- data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +0 -46
- data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +0 -48
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +0 -161
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +0 -51
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GFile: GIO Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GIO Reference Manual">
|
8
8
|
<link rel="up" href="file_ops.html" title="File Operations">
|
9
9
|
<link rel="prev" href="file_ops.html" title="File Operations">
|
10
10
|
<link rel="next" href="gio-GFileAttribute.html" title="GFileAttribute">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</tr></table></div>
|
36
36
|
<div class="refsect1">
|
37
37
|
<a name="GFile.functions"></a><h2>Functions</h2>
|
38
|
-
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
39
39
|
<colgroup>
|
40
40
|
<col width="150px" class="functions_return">
|
41
41
|
<col class="functions_name">
|
@@ -1062,7 +1062,7 @@
|
|
1062
1062
|
</div>
|
1063
1063
|
<div class="refsect1">
|
1064
1064
|
<a name="GFile.other"></a><h2>Types and Values</h2>
|
1065
|
-
<div class="informaltable"><table width="100%" border="0">
|
1065
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1066
1066
|
<colgroup>
|
1067
1067
|
<col width="150px" class="name">
|
1068
1068
|
<col class="description">
|
@@ -1105,7 +1105,7 @@
|
|
1105
1105
|
</div>
|
1106
1106
|
<div class="refsect1">
|
1107
1107
|
<a name="GFile.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
1108
|
-
<pre class="screen"> GInterface
|
1108
|
+
<pre class="screen"> <a href="../gobject/GTypeModule.html">GInterface</a>
|
1109
1109
|
<span class="lineart">╰──</span> GFile
|
1110
1110
|
</pre>
|
1111
1111
|
</div>
|
@@ -1212,7 +1212,7 @@ a file or copying a file, a progress callback is used to pass how
|
|
1212
1212
|
far along that operation is to the application.</p>
|
1213
1213
|
<div class="refsect3">
|
1214
1214
|
<a name="id-1.4.2.2.9.2.5"></a><h4>Parameters</h4>
|
1215
|
-
<div class="informaltable"><table width="100%" border="0">
|
1215
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1216
1216
|
<colgroup>
|
1217
1217
|
<col width="150px" class="parameters_name">
|
1218
1218
|
<col class="parameters_description">
|
@@ -1251,7 +1251,7 @@ A <a class="link" href="GFile.html#GFileReadMoreCallback" title="GFileReadMoreCa
|
|
1251
1251
|
should be read, or <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1252
1252
|
<div class="refsect3">
|
1253
1253
|
<a name="id-1.4.2.2.9.3.5"></a><h4>Parameters</h4>
|
1254
|
-
<div class="informaltable"><table width="100%" border="0">
|
1254
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1255
1255
|
<colgroup>
|
1256
1256
|
<col width="150px" class="parameters_name">
|
1257
1257
|
<col class="parameters_description">
|
@@ -1279,7 +1279,6 @@ should be read, or <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code
|
|
1279
1279
|
<div class="refsect3">
|
1280
1280
|
<a name="id-1.4.2.2.9.3.6"></a><h4>Returns</h4>
|
1281
1281
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if more data should be read back. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1282
|
-
<p></p>
|
1283
1282
|
</div>
|
1284
1283
|
</div>
|
1285
1284
|
<hr>
|
@@ -1317,7 +1316,7 @@ ideally about once every 200ms.</p>
|
|
1317
1316
|
result. Always check the async result to get the final value.</p>
|
1318
1317
|
<div class="refsect3">
|
1319
1318
|
<a name="id-1.4.2.2.9.4.11"></a><h4>Parameters</h4>
|
1320
|
-
<div class="informaltable"><table width="100%" border="0">
|
1319
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1321
1320
|
<colgroup>
|
1322
1321
|
<col width="150px" class="parameters_name">
|
1323
1322
|
<col class="parameters_description">
|
@@ -1352,7 +1351,7 @@ result. Always check the async result to get the final value.</p>
|
|
1352
1351
|
</tbody>
|
1353
1352
|
</table></div>
|
1354
1353
|
</div>
|
1355
|
-
<p class="since">Since 2.38</p>
|
1354
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
1356
1355
|
</div>
|
1357
1356
|
<hr>
|
1358
1357
|
<div class="refsect2">
|
@@ -1365,7 +1364,7 @@ operation if <em class="parameter"><code>path</code></em>
|
|
1365
1364
|
is malformed.</p>
|
1366
1365
|
<div class="refsect3">
|
1367
1366
|
<a name="id-1.4.2.2.9.5.5"></a><h4>Parameters</h4>
|
1368
|
-
<div class="informaltable"><table width="100%" border="0">
|
1367
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1369
1368
|
<colgroup>
|
1370
1369
|
<col width="150px" class="parameters_name">
|
1371
1370
|
<col class="parameters_description">
|
@@ -1399,7 +1398,7 @@ operation if <em class="parameter"><code>uri</code></em>
|
|
1399
1398
|
not supported.</p>
|
1400
1399
|
<div class="refsect3">
|
1401
1400
|
<a name="id-1.4.2.2.9.6.5"></a><h4>Parameters</h4>
|
1402
|
-
<div class="informaltable"><table width="100%" border="0">
|
1401
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1403
1402
|
<colgroup>
|
1404
1403
|
<col width="150px" class="parameters_name">
|
1405
1404
|
<col class="parameters_description">
|
@@ -1442,7 +1441,7 @@ for you there. It is also always possible to use this function with
|
|
1442
1441
|
<a href="../glib/glib-Commandline-option-parser.html#GOptionContext"><span class="type">GOptionContext</span></a> arguments of type <a href="../glib/glib-Commandline-option-parser.html#G-OPTION-ARG-FILENAME:CAPS"><code class="literal">G_OPTION_ARG_FILENAME</code></a>.</p>
|
1443
1442
|
<div class="refsect3">
|
1444
1443
|
<a name="id-1.4.2.2.9.7.6"></a><h4>Parameters</h4>
|
1445
|
-
<div class="informaltable"><table width="100%" border="0">
|
1444
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1446
1445
|
<colgroup>
|
1447
1446
|
<col width="150px" class="parameters_name">
|
1448
1447
|
<col class="parameters_description">
|
@@ -1479,7 +1478,7 @@ other than the invocation of the current process.</p>
|
|
1479
1478
|
<p>See also <a class="link" href="GApplicationCommandLine.html#g-application-command-line-create-file-for-arg" title="g_application_command_line_create_file_for_arg ()"><code class="function">g_application_command_line_create_file_for_arg()</code></a>.</p>
|
1480
1479
|
<div class="refsect3">
|
1481
1480
|
<a name="id-1.4.2.2.9.8.8"></a><h4>Parameters</h4>
|
1482
|
-
<div class="informaltable"><table width="100%" border="0">
|
1481
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1483
1482
|
<colgroup>
|
1484
1483
|
<col width="150px" class="parameters_name">
|
1485
1484
|
<col class="parameters_description">
|
@@ -1504,7 +1503,7 @@ other than the invocation of the current process.</p>
|
|
1504
1503
|
<p> a new <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>. </p>
|
1505
1504
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1506
1505
|
</div>
|
1507
|
-
<p class="since">Since 2.36</p>
|
1506
|
+
<p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
|
1508
1507
|
</div>
|
1509
1508
|
<hr>
|
1510
1509
|
<div class="refsect2">
|
@@ -1524,7 +1523,7 @@ directory components. If it is <a href="../glib/glib-Standard-Macros.html#NULL:C
|
|
1524
1523
|
a temporary file could not be created.</p>
|
1525
1524
|
<div class="refsect3">
|
1526
1525
|
<a name="id-1.4.2.2.9.9.7"></a><h4>Parameters</h4>
|
1527
|
-
<div class="informaltable"><table width="100%" border="0">
|
1526
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1528
1527
|
<colgroup>
|
1529
1528
|
<col width="150px" class="parameters_name">
|
1530
1529
|
<col class="parameters_description">
|
@@ -1556,7 +1555,7 @@ name, as in <a href="../glib/glib-File-Utilities.html#g-file-open-tmp"><code cla
|
|
1556
1555
|
Free the returned object with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
|
1557
1556
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1558
1557
|
</div>
|
1559
|
-
<p class="since">Since 2.32</p>
|
1558
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
1560
1559
|
</div>
|
1561
1560
|
<hr>
|
1562
1561
|
<div class="refsect2">
|
@@ -1571,7 +1570,7 @@ the <em class="parameter"><code>parse_name</code></em>
|
|
1571
1570
|
cannot be parsed.</p>
|
1572
1571
|
<div class="refsect3">
|
1573
1572
|
<a name="id-1.4.2.2.9.10.5"></a><h4>Parameters</h4>
|
1574
|
-
<div class="informaltable"><table width="100%" border="0">
|
1573
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1575
1574
|
<colgroup>
|
1576
1575
|
<col width="150px" class="parameters_name">
|
1577
1576
|
<col class="parameters_description">
|
@@ -1601,7 +1600,7 @@ the actual file or directory represented by the <a class="link" href="GFile.html
|
|
1601
1600
|
<p>This call does no blocking I/O.</p>
|
1602
1601
|
<div class="refsect3">
|
1603
1602
|
<a name="id-1.4.2.2.9.11.6"></a><h4>Parameters</h4>
|
1604
|
-
<div class="informaltable"><table width="100%" border="0">
|
1603
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1605
1604
|
<colgroup>
|
1606
1605
|
<col width="150px" class="parameters_name">
|
1607
1606
|
<col class="parameters_description">
|
@@ -1631,7 +1630,7 @@ g_file_hash (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#
|
|
1631
1630
|
<p>Virtual: hash</p>
|
1632
1631
|
<div class="refsect3">
|
1633
1632
|
<a name="id-1.4.2.2.9.12.7"></a><h4>Parameters</h4>
|
1634
|
-
<div class="informaltable"><table width="100%" border="0">
|
1633
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1635
1634
|
<colgroup>
|
1636
1635
|
<col width="150px" class="parameters_name">
|
1637
1636
|
<col class="parameters_description">
|
@@ -1651,7 +1650,6 @@ is not a valid <a class="link" href="GFile.html" title="GFile"><span class="type
|
|
1651
1650
|
integer that can be used as hash value for the <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>.
|
1652
1651
|
This function is intended for easily hashing a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> to
|
1653
1652
|
add to a <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> or similar data structure.</p>
|
1654
|
-
<p></p>
|
1655
1653
|
</div>
|
1656
1654
|
</div>
|
1657
1655
|
<hr>
|
@@ -1667,7 +1665,7 @@ aliasing.</p>
|
|
1667
1665
|
<p>This call does no blocking I/O.</p>
|
1668
1666
|
<div class="refsect3">
|
1669
1667
|
<a name="id-1.4.2.2.9.13.7"></a><h4>Parameters</h4>
|
1670
|
-
<div class="informaltable"><table width="100%" border="0">
|
1668
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1671
1669
|
<colgroup>
|
1672
1670
|
<col width="150px" class="parameters_name">
|
1673
1671
|
<col class="parameters_description">
|
@@ -1692,7 +1690,6 @@ aliasing.</p>
|
|
1692
1690
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>file1</code></em>
|
1693
1691
|
and <em class="parameter"><code>file2</code></em>
|
1694
1692
|
are equal.</p>
|
1695
|
-
<p></p>
|
1696
1693
|
</div>
|
1697
1694
|
</div>
|
1698
1695
|
<hr>
|
@@ -1712,7 +1709,7 @@ attribute with <a class="link" href="GFile.html#g-file-query-info" title="g_file
|
|
1712
1709
|
<p>This call does no blocking I/O.</p>
|
1713
1710
|
<div class="refsect3">
|
1714
1711
|
<a name="id-1.4.2.2.9.14.8"></a><h4>Parameters</h4>
|
1715
|
-
<div class="informaltable"><table width="100%" border="0">
|
1712
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1716
1713
|
<colgroup>
|
1717
1714
|
<col width="150px" class="parameters_name">
|
1718
1715
|
<col class="parameters_description">
|
@@ -1738,11 +1735,12 @@ freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="fun
|
|
1738
1735
|
<a name="g-file-get-path"></a><h3>g_file_get_path ()</h3>
|
1739
1736
|
<pre class="programlisting"><span class="returnvalue">char</span> *
|
1740
1737
|
g_file_get_path (<em class="parameter"><code><a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> *file</code></em>);</pre>
|
1741
|
-
<p>Gets the local pathname for <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, if one exists
|
1738
|
+
<p>Gets the local pathname for <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, if one exists. If non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, this is
|
1739
|
+
guaranteed to be an absolute, canonical path. It might contain symlinks.</p>
|
1742
1740
|
<p>This call does no blocking I/O.</p>
|
1743
1741
|
<div class="refsect3">
|
1744
1742
|
<a name="id-1.4.2.2.9.15.6"></a><h4>Parameters</h4>
|
1745
|
-
<div class="informaltable"><table width="100%" border="0">
|
1743
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1746
1744
|
<colgroup>
|
1747
1745
|
<col width="150px" class="parameters_name">
|
1748
1746
|
<col class="parameters_description">
|
@@ -1773,7 +1771,7 @@ g_file_get_uri (<em class="parameter"><code><a class="link" href="GFile.html" ti
|
|
1773
1771
|
<p>This call does no blocking I/O.</p>
|
1774
1772
|
<div class="refsect3">
|
1775
1773
|
<a name="id-1.4.2.2.9.16.6"></a><h4>Parameters</h4>
|
1776
|
-
<div class="informaltable"><table width="100%" border="0">
|
1774
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1777
1775
|
<colgroup>
|
1778
1776
|
<col width="150px" class="parameters_name">
|
1779
1777
|
<col class="parameters_description">
|
@@ -1791,7 +1789,6 @@ g_file_get_uri (<em class="parameter"><code><a class="link" href="GFile.html" ti
|
|
1791
1789
|
<p> a string containing the <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>'s URI.
|
1792
1790
|
The returned string should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
1793
1791
|
when no longer needed.</p>
|
1794
|
-
<p></p>
|
1795
1792
|
</div>
|
1796
1793
|
</div>
|
1797
1794
|
<hr>
|
@@ -1813,7 +1810,7 @@ to UTF-8 the pathname is used, otherwise the IRI is used
|
|
1813
1810
|
<p>This call does no blocking I/O.</p>
|
1814
1811
|
<div class="refsect3">
|
1815
1812
|
<a name="id-1.4.2.2.9.17.8"></a><h4>Parameters</h4>
|
1816
|
-
<div class="informaltable"><table width="100%" border="0">
|
1813
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1817
1814
|
<colgroup>
|
1818
1815
|
<col width="150px" class="parameters_name">
|
1819
1816
|
<col class="parameters_description">
|
@@ -1831,7 +1828,6 @@ to UTF-8 the pathname is used, otherwise the IRI is used
|
|
1831
1828
|
<p> a string containing the <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>'s parse name.
|
1832
1829
|
The returned string should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
1833
1830
|
when no longer needed.</p>
|
1834
|
-
<p></p>
|
1835
1831
|
</div>
|
1836
1832
|
</div>
|
1837
1833
|
<hr>
|
@@ -1847,7 +1843,7 @@ file system, then <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code cl
|
|
1847
1843
|
<p>This call does no blocking I/O.</p>
|
1848
1844
|
<div class="refsect3">
|
1849
1845
|
<a name="id-1.4.2.2.9.18.6"></a><h4>Parameters</h4>
|
1850
|
-
<div class="informaltable"><table width="100%" border="0">
|
1846
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1851
1847
|
<colgroup>
|
1852
1848
|
<col width="150px" class="parameters_name">
|
1853
1849
|
<col class="parameters_description">
|
@@ -1883,11 +1879,11 @@ g_file_has_parent (<em class="parameter"><code><a class="link" href="GFile.html"
|
|
1883
1879
|
parent at all. If <em class="parameter"><code>parent</code></em>
|
1884
1880
|
is non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> is only returned
|
1885
1881
|
if <em class="parameter"><code>file</code></em>
|
1886
|
-
is
|
1882
|
+
is an immediate child of <em class="parameter"><code>parent</code></em>
|
1887
1883
|
.</p>
|
1888
1884
|
<div class="refsect3">
|
1889
1885
|
<a name="id-1.4.2.2.9.19.6"></a><h4>Parameters</h4>
|
1890
|
-
<div class="informaltable"><table width="100%" border="0">
|
1886
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1891
1887
|
<colgroup>
|
1892
1888
|
<col width="150px" class="parameters_name">
|
1893
1889
|
<col class="parameters_description">
|
@@ -1910,13 +1906,12 @@ if <em class="parameter"><code>file</code></em>
|
|
1910
1906
|
<div class="refsect3">
|
1911
1907
|
<a name="id-1.4.2.2.9.19.7"></a><h4>Returns</h4>
|
1912
1908
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>file</code></em>
|
1913
|
-
is
|
1914
|
-
(or any parent in
|
1915
|
-
case that <em class="parameter"><code>parent</code></em>
|
1909
|
+
is an immediate child of <em class="parameter"><code>parent</code></em>
|
1910
|
+
(or any parent in
|
1911
|
+
the case that <em class="parameter"><code>parent</code></em>
|
1916
1912
|
is <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).</p>
|
1917
|
-
<p></p>
|
1918
1913
|
</div>
|
1919
|
-
<p class="since">Since 2.24</p>
|
1914
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1920
1915
|
</div>
|
1921
1916
|
<hr>
|
1922
1917
|
<div class="refsect2">
|
@@ -1933,7 +1928,7 @@ for instance to create that file.</p>
|
|
1933
1928
|
<p>This call does no blocking I/O.</p>
|
1934
1929
|
<div class="refsect3">
|
1935
1930
|
<a name="id-1.4.2.2.9.20.7"></a><h4>Parameters</h4>
|
1936
|
-
<div class="informaltable"><table width="100%" border="0">
|
1931
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1937
1932
|
<colgroup>
|
1938
1933
|
<col width="150px" class="parameters_name">
|
1939
1934
|
<col class="parameters_description">
|
@@ -1980,7 +1975,7 @@ type a filename in the file selector.</p>
|
|
1980
1975
|
<p>This call does no blocking I/O.</p>
|
1981
1976
|
<div class="refsect3">
|
1982
1977
|
<a name="id-1.4.2.2.9.21.6"></a><h4>Parameters</h4>
|
1983
|
-
<div class="informaltable"><table width="100%" border="0">
|
1978
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1984
1979
|
<colgroup>
|
1985
1980
|
<col width="150px" class="parameters_name">
|
1986
1981
|
<col class="parameters_description">
|
@@ -2041,7 +2036,7 @@ of <em class="parameter"><code>prefix</code></em>
|
|
2041
2036
|
<p>Virtual: prefix_matches</p>
|
2042
2037
|
<div class="refsect3">
|
2043
2038
|
<a name="id-1.4.2.2.9.22.9"></a><h4>Parameters</h4>
|
2044
|
-
<div class="informaltable"><table width="100%" border="0">
|
2039
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2045
2040
|
<colgroup>
|
2046
2041
|
<col width="150px" class="parameters_name">
|
2047
2042
|
<col class="parameters_description">
|
@@ -2067,7 +2062,6 @@ of <em class="parameter"><code>prefix</code></em>
|
|
2067
2062
|
's parent, grandparent, etc is <em class="parameter"><code>prefix</code></em>
|
2068
2063
|
,
|
2069
2064
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2070
|
-
<p></p>
|
2071
2065
|
</div>
|
2072
2066
|
</div>
|
2073
2067
|
<hr>
|
@@ -2082,7 +2076,7 @@ g_file_get_relative_path (<em class="parameter"><code><a class="link" href="GFil
|
|
2082
2076
|
<p>This call does no blocking I/O.</p>
|
2083
2077
|
<div class="refsect3">
|
2084
2078
|
<a name="id-1.4.2.2.9.23.6"></a><h4>Parameters</h4>
|
2085
|
-
<div class="informaltable"><table width="100%" border="0">
|
2079
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2086
2080
|
<colgroup>
|
2087
2081
|
<col width="150px" class="parameters_name">
|
2088
2082
|
<col class="parameters_description">
|
@@ -2125,7 +2119,7 @@ g_file_resolve_relative_path (<em class="parameter"><code><a class="link" href="
|
|
2125
2119
|
<p>This call does no blocking I/O.</p>
|
2126
2120
|
<div class="refsect3">
|
2127
2121
|
<a name="id-1.4.2.2.9.24.6"></a><h4>Parameters</h4>
|
2128
|
-
<div class="informaltable"><table width="100%" border="0">
|
2122
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2129
2123
|
<colgroup>
|
2130
2124
|
<col width="150px" class="parameters_name">
|
2131
2125
|
<col class="parameters_description">
|
@@ -2170,7 +2164,7 @@ will return <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="
|
|
2170
2164
|
<p>This call does no blocking I/O.</p>
|
2171
2165
|
<div class="refsect3">
|
2172
2166
|
<a name="id-1.4.2.2.9.25.8"></a><h4>Parameters</h4>
|
2173
|
-
<div class="informaltable"><table width="100%" border="0">
|
2167
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2174
2168
|
<colgroup>
|
2175
2169
|
<col width="150px" class="parameters_name">
|
2176
2170
|
<col class="parameters_description">
|
@@ -2187,7 +2181,6 @@ will return <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="
|
|
2187
2181
|
<a name="id-1.4.2.2.9.25.9"></a><h4>Returns</h4>
|
2188
2182
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>file</code></em>
|
2189
2183
|
is native</p>
|
2190
|
-
<p></p>
|
2191
2184
|
</div>
|
2192
2185
|
</div>
|
2193
2186
|
<hr>
|
@@ -2200,7 +2193,7 @@ g_file_has_uri_scheme (<em class="parameter"><code><a class="link" href="GFile.h
|
|
2200
2193
|
<p>This call does no blocking I/O.</p>
|
2201
2194
|
<div class="refsect3">
|
2202
2195
|
<a name="id-1.4.2.2.9.26.6"></a><h4>Parameters</h4>
|
2203
|
-
<div class="informaltable"><table width="100%" border="0">
|
2196
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2204
2197
|
<colgroup>
|
2205
2198
|
<col width="150px" class="parameters_name">
|
2206
2199
|
<col class="parameters_description">
|
@@ -2225,7 +2218,6 @@ g_file_has_uri_scheme (<em class="parameter"><code><a class="link" href="GFile.h
|
|
2225
2218
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>'s backend supports the
|
2226
2219
|
given URI scheme, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if URI scheme is <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
|
2227
2220
|
not supported, or <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> is invalid.</p>
|
2228
|
-
<p></p>
|
2229
2221
|
</div>
|
2230
2222
|
</div>
|
2231
2223
|
<hr>
|
@@ -2240,7 +2232,7 @@ RFC 3986 decodes the scheme as:</p>
|
|
2240
2232
|
<tbody>
|
2241
2233
|
<tr>
|
2242
2234
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
2243
|
-
<td class="listing_code"><pre class="programlisting"
|
2235
|
+
<td class="listing_code"><pre class="programlisting">URI <span class="gtkdoc opt">=</span> scheme <span class="string">":"</span> hier<span class="gtkdoc opt">-</span>part <span class="gtkdoc opt">[</span> <span class="string">"?"</span> query <span class="gtkdoc opt">] [</span> <span class="string">"#"</span> fragment <span class="gtkdoc opt">]</span></pre></td>
|
2244
2236
|
</tr>
|
2245
2237
|
</tbody>
|
2246
2238
|
</table>
|
@@ -2251,7 +2243,7 @@ Common schemes include "file", "http", "ftp", etc.</p>
|
|
2251
2243
|
<p>This call does no blocking I/O.</p>
|
2252
2244
|
<div class="refsect3">
|
2253
2245
|
<a name="id-1.4.2.2.9.27.8"></a><h4>Parameters</h4>
|
2254
|
-
<div class="informaltable"><table width="100%" border="0">
|
2246
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2255
2247
|
<colgroup>
|
2256
2248
|
<col width="150px" class="parameters_name">
|
2257
2249
|
<col class="parameters_description">
|
@@ -2269,7 +2261,6 @@ Common schemes include "file", "http", "ftp", etc.</p>
|
|
2269
2261
|
<p> a string containing the URI scheme for the given
|
2270
2262
|
<a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>. The returned string should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
2271
2263
|
when no longer needed.</p>
|
2272
|
-
<p></p>
|
2273
2264
|
</div>
|
2274
2265
|
</div>
|
2275
2266
|
<hr>
|
@@ -2292,7 +2283,7 @@ on what kind of filesystem the file is on.</p>
|
|
2292
2283
|
<p>Virtual: read_fn</p>
|
2293
2284
|
<div class="refsect3">
|
2294
2285
|
<a name="id-1.4.2.2.9.28.8"></a><h4>Parameters</h4>
|
2295
|
-
<div class="informaltable"><table width="100%" border="0">
|
2286
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2296
2287
|
<colgroup>
|
2297
2288
|
<col width="150px" class="parameters_name">
|
2298
2289
|
<col class="parameters_description">
|
@@ -2343,7 +2334,7 @@ You can then call <a class="link" href="GFile.html#g-file-read-finish" title="g_
|
|
2343
2334
|
of the operation.</p>
|
2344
2335
|
<div class="refsect3">
|
2345
2336
|
<a name="id-1.4.2.2.9.29.7"></a><h4>Parameters</h4>
|
2346
|
-
<div class="informaltable"><table width="100%" border="0">
|
2337
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2347
2338
|
<colgroup>
|
2348
2339
|
<col width="150px" class="parameters_name">
|
2349
2340
|
<col class="parameters_description">
|
@@ -2392,7 +2383,7 @@ g_file_read_finish (<em class="parameter"><code><a class="link" href="GFile.html
|
|
2392
2383
|
<a class="link" href="GFile.html#g-file-read-async" title="g_file_read_async ()"><code class="function">g_file_read_async()</code></a>.</p>
|
2393
2384
|
<div class="refsect3">
|
2394
2385
|
<a name="id-1.4.2.2.9.30.5"></a><h4>Parameters</h4>
|
2395
|
-
<div class="informaltable"><table width="100%" border="0">
|
2386
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2396
2387
|
<colgroup>
|
2397
2388
|
<col width="150px" class="parameters_name">
|
2398
2389
|
<col class="parameters_description">
|
@@ -2450,7 +2441,7 @@ returned.</p>
|
|
2450
2441
|
possible too, and depend on what kind of filesystem the file is on.</p>
|
2451
2442
|
<div class="refsect3">
|
2452
2443
|
<a name="id-1.4.2.2.9.31.8"></a><h4>Parameters</h4>
|
2453
|
-
<div class="informaltable"><table width="100%" border="0">
|
2444
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2454
2445
|
<colgroup>
|
2455
2446
|
<col width="150px" class="parameters_name">
|
2456
2447
|
<col class="parameters_description">
|
@@ -2516,7 +2507,7 @@ be returned. Other errors are possible too, and depend on what kind
|
|
2516
2507
|
of filesystem the file is on.</p>
|
2517
2508
|
<div class="refsect3">
|
2518
2509
|
<a name="id-1.4.2.2.9.32.8"></a><h4>Parameters</h4>
|
2519
|
-
<div class="informaltable"><table width="100%" border="0">
|
2510
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2520
2511
|
<colgroup>
|
2521
2512
|
<col width="150px" class="parameters_name">
|
2522
2513
|
<col class="parameters_description">
|
@@ -2608,7 +2599,7 @@ file systems don't allow all file names, and may return an
|
|
2608
2599
|
possible too, and depend on what kind of filesystem the file is on.</p>
|
2609
2600
|
<div class="refsect3">
|
2610
2601
|
<a name="id-1.4.2.2.9.33.11"></a><h4>Parameters</h4>
|
2611
|
-
<div class="informaltable"><table width="100%" border="0">
|
2602
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2612
2603
|
<colgroup>
|
2613
2604
|
<col width="150px" class="parameters_name">
|
2614
2605
|
<col class="parameters_description">
|
@@ -2677,7 +2668,7 @@ You can then call <a class="link" href="GFile.html#g-file-append-to-finish" titl
|
|
2677
2668
|
of the operation.</p>
|
2678
2669
|
<div class="refsect3">
|
2679
2670
|
<a name="id-1.4.2.2.9.34.7"></a><h4>Parameters</h4>
|
2680
|
-
<div class="informaltable"><table width="100%" border="0">
|
2671
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2681
2672
|
<colgroup>
|
2682
2673
|
<col width="150px" class="parameters_name">
|
2683
2674
|
<col class="parameters_description">
|
@@ -2731,7 +2722,7 @@ g_file_append_to_finish (<em class="parameter"><code><a class="link" href="GFile
|
|
2731
2722
|
<a class="link" href="GFile.html#g-file-append-to-async" title="g_file_append_to_async ()"><code class="function">g_file_append_to_async()</code></a>.</p>
|
2732
2723
|
<div class="refsect3">
|
2733
2724
|
<a name="id-1.4.2.2.9.35.5"></a><h4>Parameters</h4>
|
2734
|
-
<div class="informaltable"><table width="100%" border="0">
|
2725
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2735
2726
|
<colgroup>
|
2736
2727
|
<col width="150px" class="parameters_name">
|
2737
2728
|
<col class="parameters_description">
|
@@ -2784,7 +2775,7 @@ You can then call <a class="link" href="GFile.html#g-file-create-finish" title="
|
|
2784
2775
|
of the operation.</p>
|
2785
2776
|
<div class="refsect3">
|
2786
2777
|
<a name="id-1.4.2.2.9.36.7"></a><h4>Parameters</h4>
|
2787
|
-
<div class="informaltable"><table width="100%" border="0">
|
2778
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2788
2779
|
<colgroup>
|
2789
2780
|
<col width="150px" class="parameters_name">
|
2790
2781
|
<col class="parameters_description">
|
@@ -2838,7 +2829,7 @@ g_file_create_finish (<em class="parameter"><code><a class="link" href="GFile.ht
|
|
2838
2829
|
<a class="link" href="GFile.html#g-file-create-async" title="g_file_create_async ()"><code class="function">g_file_create_async()</code></a>.</p>
|
2839
2830
|
<div class="refsect3">
|
2840
2831
|
<a name="id-1.4.2.2.9.37.5"></a><h4>Parameters</h4>
|
2841
|
-
<div class="informaltable"><table width="100%" border="0">
|
2832
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2842
2833
|
<colgroup>
|
2843
2834
|
<col width="150px" class="parameters_name">
|
2844
2835
|
<col class="parameters_description">
|
@@ -2892,7 +2883,7 @@ You can then call <a class="link" href="GFile.html#g-file-replace-finish" title=
|
|
2892
2883
|
of the operation.</p>
|
2893
2884
|
<div class="refsect3">
|
2894
2885
|
<a name="id-1.4.2.2.9.38.7"></a><h4>Parameters</h4>
|
2895
|
-
<div class="informaltable"><table width="100%" border="0">
|
2886
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2896
2887
|
<colgroup>
|
2897
2888
|
<col width="150px" class="parameters_name">
|
2898
2889
|
<col class="parameters_description">
|
@@ -2957,7 +2948,7 @@ g_file_replace_finish (<em class="parameter"><code><a class="link" href="GFile.h
|
|
2957
2948
|
<a class="link" href="GFile.html#g-file-replace-async" title="g_file_replace_async ()"><code class="function">g_file_replace_async()</code></a>.</p>
|
2958
2949
|
<div class="refsect3">
|
2959
2950
|
<a name="id-1.4.2.2.9.39.5"></a><h4>Parameters</h4>
|
2960
|
-
<div class="informaltable"><table width="100%" border="0">
|
2951
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2961
2952
|
<colgroup>
|
2962
2953
|
<col width="150px" class="parameters_name">
|
2963
2954
|
<col class="parameters_description">
|
@@ -3031,7 +3022,7 @@ returned. Other errors are possible too, and depend on what kind of
|
|
3031
3022
|
filesystem the file is on.</p>
|
3032
3023
|
<div class="refsect3">
|
3033
3024
|
<a name="id-1.4.2.2.9.40.9"></a><h4>Parameters</h4>
|
3034
|
-
<div class="informaltable"><table width="100%" border="0">
|
3025
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3035
3026
|
<colgroup>
|
3036
3027
|
<col width="150px" class="parameters_name">
|
3037
3028
|
<col class="parameters_description">
|
@@ -3097,7 +3088,7 @@ version of this call.</p>
|
|
3097
3088
|
then call <a class="link" href="GFile.html#g-file-query-info-finish" title="g_file_query_info_finish ()"><code class="function">g_file_query_info_finish()</code></a> to get the result of the operation.</p>
|
3098
3089
|
<div class="refsect3">
|
3099
3090
|
<a name="id-1.4.2.2.9.41.7"></a><h4>Parameters</h4>
|
3100
|
-
<div class="informaltable"><table width="100%" border="0">
|
3091
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3101
3092
|
<colgroup>
|
3102
3093
|
<col width="150px" class="parameters_name">
|
3103
3094
|
<col class="parameters_description">
|
@@ -3156,7 +3147,7 @@ g_file_query_info_finish (<em class="parameter"><code><a class="link" href="GFil
|
|
3156
3147
|
See <a class="link" href="GFile.html#g-file-query-info-async" title="g_file_query_info_async ()"><code class="function">g_file_query_info_async()</code></a>.</p>
|
3157
3148
|
<div class="refsect3">
|
3158
3149
|
<a name="id-1.4.2.2.9.42.5"></a><h4>Parameters</h4>
|
3159
|
-
<div class="informaltable"><table width="100%" border="0">
|
3150
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3160
3151
|
<colgroup>
|
3161
3152
|
<col width="150px" class="parameters_name">
|
3162
3153
|
<col class="parameters_description">
|
@@ -3216,7 +3207,7 @@ dialog. If you do this, you should make sure to also handle the errors
|
|
3216
3207
|
that can happen due to races when you execute the operation.</p>
|
3217
3208
|
<div class="refsect3">
|
3218
3209
|
<a name="id-1.4.2.2.9.43.8"></a><h4>Parameters</h4>
|
3219
|
-
<div class="informaltable"><table width="100%" border="0">
|
3210
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3220
3211
|
<colgroup>
|
3221
3212
|
<col width="150px" class="parameters_name">
|
3222
3213
|
<col class="parameters_description">
|
@@ -3241,7 +3232,6 @@ that can happen due to races when you execute the operation.</p>
|
|
3241
3232
|
<a name="id-1.4.2.2.9.43.9"></a><h4>Returns</h4>
|
3242
3233
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file exists (and can be detected without error),
|
3243
3234
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise (or if cancelled).</p>
|
3244
|
-
<p></p>
|
3245
3235
|
</div>
|
3246
3236
|
</div>
|
3247
3237
|
<hr>
|
@@ -3257,7 +3247,7 @@ implemented using <a class="link" href="GFile.html#g-file-query-info" title="g_f
|
|
3257
3247
|
a regular file, directory, or symlink.</p>
|
3258
3248
|
<div class="refsect3">
|
3259
3249
|
<a name="id-1.4.2.2.9.44.6"></a><h4>Parameters</h4>
|
3260
|
-
<div class="informaltable"><table width="100%" border="0">
|
3250
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3261
3251
|
<colgroup>
|
3262
3252
|
<col width="150px" class="parameters_name">
|
3263
3253
|
<col class="parameters_description">
|
@@ -3287,9 +3277,8 @@ a regular file, directory, or symlink.</p>
|
|
3287
3277
|
<a name="id-1.4.2.2.9.44.7"></a><h4>Returns</h4>
|
3288
3278
|
<p> The <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a> of the file and <a class="link" href="GFileInfo.html#G-FILE-TYPE-UNKNOWN:CAPS"><span class="type">G_FILE_TYPE_UNKNOWN</span></a>
|
3289
3279
|
if the file does not exist</p>
|
3290
|
-
<p></p>
|
3291
3280
|
</div>
|
3292
|
-
<p class="since">Since 2.18</p>
|
3281
|
+
<p class="since">Since: <a class="link" href="api-index-2-18.html#api-index-2.18">2.18</a></p>
|
3293
3282
|
</div>
|
3294
3283
|
<hr>
|
3295
3284
|
<div class="refsect2">
|
@@ -3327,7 +3316,7 @@ be returned. Other errors are possible too, and depend on what
|
|
3327
3316
|
kind of filesystem the file is on.</p>
|
3328
3317
|
<div class="refsect3">
|
3329
3318
|
<a name="id-1.4.2.2.9.45.8"></a><h4>Parameters</h4>
|
3330
|
-
<div class="informaltable"><table width="100%" border="0">
|
3319
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3331
3320
|
<colgroup>
|
3332
3321
|
<col width="150px" class="parameters_name">
|
3333
3322
|
<col class="parameters_description">
|
@@ -3388,7 +3377,7 @@ then call <a class="link" href="GFile.html#g-file-query-info-finish" title="g_fi
|
|
3388
3377
|
operation.</p>
|
3389
3378
|
<div class="refsect3">
|
3390
3379
|
<a name="id-1.4.2.2.9.46.7"></a><h4>Parameters</h4>
|
3391
|
-
<div class="informaltable"><table width="100%" border="0">
|
3380
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3392
3381
|
<colgroup>
|
3393
3382
|
<col width="150px" class="parameters_name">
|
3394
3383
|
<col class="parameters_description">
|
@@ -3442,7 +3431,7 @@ g_file_query_filesystem_info_finish (<em class="parameter"><code><a class="link"
|
|
3442
3431
|
See <a class="link" href="GFile.html#g-file-query-filesystem-info-async" title="g_file_query_filesystem_info_async ()"><code class="function">g_file_query_filesystem_info_async()</code></a>.</p>
|
3443
3432
|
<div class="refsect3">
|
3444
3433
|
<a name="id-1.4.2.2.9.47.5"></a><h4>Parameters</h4>
|
3445
|
-
<div class="informaltable"><table width="100%" border="0">
|
3434
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3446
3435
|
<colgroup>
|
3447
3436
|
<col width="150px" class="parameters_name">
|
3448
3437
|
<col class="parameters_description">
|
@@ -3491,7 +3480,7 @@ triggering the cancellable object from another thread. If the operation
|
|
3491
3480
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
3492
3481
|
<div class="refsect3">
|
3493
3482
|
<a name="id-1.4.2.2.9.48.6"></a><h4>Parameters</h4>
|
3494
|
-
<div class="informaltable"><table width="100%" border="0">
|
3483
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3495
3484
|
<colgroup>
|
3496
3485
|
<col width="150px" class="parameters_name">
|
3497
3486
|
<col class="parameters_description">
|
@@ -3558,7 +3547,7 @@ periodic progress updates while scanning. See the documentation for
|
|
3558
3547
|
callback will be invoked.</p>
|
3559
3548
|
<div class="refsect3">
|
3560
3549
|
<a name="id-1.4.2.2.9.49.9"></a><h4>Parameters</h4>
|
3561
|
-
<div class="informaltable"><table width="100%" border="0">
|
3550
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3562
3551
|
<colgroup>
|
3563
3552
|
<col width="150px" class="parameters_name">
|
3564
3553
|
<col class="parameters_description">
|
@@ -3619,9 +3608,8 @@ callback will be invoked.</p>
|
|
3619
3608
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, with the out parameters set.
|
3620
3609
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise, with <em class="parameter"><code>error</code></em>
|
3621
3610
|
set.</p>
|
3622
|
-
<p></p>
|
3623
3611
|
</div>
|
3624
|
-
<p class="since">Since 2.38</p>
|
3612
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
3625
3613
|
</div>
|
3626
3614
|
<hr>
|
3627
3615
|
<div class="refsect2">
|
@@ -3641,7 +3629,7 @@ g_file_measure_disk_usage_async (<em class="parameter"><code><a class="link" hre
|
|
3641
3629
|
there for more information.</p>
|
3642
3630
|
<div class="refsect3">
|
3643
3631
|
<a name="id-1.4.2.2.9.50.6"></a><h4>Parameters</h4>
|
3644
|
-
<div class="informaltable"><table width="100%" border="0">
|
3632
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3645
3633
|
<colgroup>
|
3646
3634
|
<col width="150px" class="parameters_name">
|
3647
3635
|
<col class="parameters_description">
|
@@ -3692,7 +3680,7 @@ there for more information.</p>
|
|
3692
3680
|
</tbody>
|
3693
3681
|
</table></div>
|
3694
3682
|
</div>
|
3695
|
-
<p class="since">Since 2.38</p>
|
3683
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
3696
3684
|
</div>
|
3697
3685
|
<hr>
|
3698
3686
|
<div class="refsect2">
|
@@ -3709,7 +3697,7 @@ g_file_measure_disk_usage_finish (<em class="parameter"><code><a class="link" hr
|
|
3709
3697
|
more information.</p>
|
3710
3698
|
<div class="refsect3">
|
3711
3699
|
<a name="id-1.4.2.2.9.51.5"></a><h4>Parameters</h4>
|
3712
|
-
<div class="informaltable"><table width="100%" border="0">
|
3700
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3713
3701
|
<colgroup>
|
3714
3702
|
<col width="150px" class="parameters_name">
|
3715
3703
|
<col class="parameters_description">
|
@@ -3754,9 +3742,8 @@ more information.</p>
|
|
3754
3742
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, with the out parameters set.
|
3755
3743
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise, with <em class="parameter"><code>error</code></em>
|
3756
3744
|
set.</p>
|
3757
|
-
<p></p>
|
3758
3745
|
</div>
|
3759
|
-
<p class="since">Since 2.38</p>
|
3746
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
3760
3747
|
</div>
|
3761
3748
|
<hr>
|
3762
3749
|
<div class="refsect2">
|
@@ -3777,7 +3764,7 @@ triggering the cancellable object from another thread. If the operation
|
|
3777
3764
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
3778
3765
|
<div class="refsect3">
|
3779
3766
|
<a name="id-1.4.2.2.9.52.7"></a><h4>Parameters</h4>
|
3780
|
-
<div class="informaltable"><table width="100%" border="0">
|
3767
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3781
3768
|
<colgroup>
|
3782
3769
|
<col width="150px" class="parameters_name">
|
3783
3770
|
<col class="parameters_description">
|
@@ -3830,7 +3817,7 @@ You can then call <a class="link" href="GFile.html#g-file-find-enclosing-mount-f
|
|
3830
3817
|
get the result of the operation.</p>
|
3831
3818
|
<div class="refsect3">
|
3832
3819
|
<a name="id-1.4.2.2.9.53.7"></a><h4>Parameters</h4>
|
3833
|
-
<div class="informaltable"><table width="100%" border="0">
|
3820
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3834
3821
|
<colgroup>
|
3835
3822
|
<col width="150px" class="parameters_name">
|
3836
3823
|
<col class="parameters_description">
|
@@ -3879,7 +3866,7 @@ g_file_find_enclosing_mount_finish (<em class="parameter"><code><a class="link"
|
|
3879
3866
|
See <a class="link" href="GFile.html#g-file-find-enclosing-mount-async" title="g_file_find_enclosing_mount_async ()"><code class="function">g_file_find_enclosing_mount_async()</code></a>.</p>
|
3880
3867
|
<div class="refsect3">
|
3881
3868
|
<a name="id-1.4.2.2.9.54.5"></a><h4>Parameters</h4>
|
3882
|
-
<div class="informaltable"><table width="100%" border="0">
|
3869
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3883
3870
|
<colgroup>
|
3884
3871
|
<col width="150px" class="parameters_name">
|
3885
3872
|
<col class="parameters_description">
|
@@ -3946,7 +3933,7 @@ be returned. If the file is not a directory, the <a class="link" href="gio-GIOEr
|
|
3946
3933
|
error will be returned. Other errors are possible too.</p>
|
3947
3934
|
<div class="refsect3">
|
3948
3935
|
<a name="id-1.4.2.2.9.55.8"></a><h4>Parameters</h4>
|
3949
|
-
<div class="informaltable"><table width="100%" border="0">
|
3936
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3950
3937
|
<colgroup>
|
3951
3938
|
<col width="150px" class="parameters_name">
|
3952
3939
|
<col class="parameters_description">
|
@@ -4011,7 +3998,7 @@ then call <a class="link" href="GFile.html#g-file-enumerate-children-finish" tit
|
|
4011
3998
|
the operation.</p>
|
4012
3999
|
<div class="refsect3">
|
4013
4000
|
<a name="id-1.4.2.2.9.56.7"></a><h4>Parameters</h4>
|
4014
|
-
<div class="informaltable"><table width="100%" border="0">
|
4001
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4015
4002
|
<colgroup>
|
4016
4003
|
<col width="150px" class="parameters_name">
|
4017
4004
|
<col class="parameters_description">
|
@@ -4070,7 +4057,7 @@ g_file_enumerate_children_finish (<em class="parameter"><code><a class="link" hr
|
|
4070
4057
|
See <a class="link" href="GFile.html#g-file-enumerate-children-async" title="g_file_enumerate_children_async ()"><code class="function">g_file_enumerate_children_async()</code></a>.</p>
|
4071
4058
|
<div class="refsect3">
|
4072
4059
|
<a name="id-1.4.2.2.9.57.5"></a><h4>Parameters</h4>
|
4073
|
-
<div class="informaltable"><table width="100%" border="0">
|
4060
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4074
4061
|
<colgroup>
|
4075
4062
|
<col width="150px" class="parameters_name">
|
4076
4063
|
<col class="parameters_description">
|
@@ -4127,7 +4114,7 @@ triggering the cancellable object from another thread. If the operation
|
|
4127
4114
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
4128
4115
|
<div class="refsect3">
|
4129
4116
|
<a name="id-1.4.2.2.9.58.9"></a><h4>Parameters</h4>
|
4130
|
-
<div class="informaltable"><table width="100%" border="0">
|
4117
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4131
4118
|
<colgroup>
|
4132
4119
|
<col width="150px" class="parameters_name">
|
4133
4120
|
<col class="parameters_description">
|
@@ -4186,7 +4173,7 @@ You can then call <a class="link" href="GFile.html#g-file-set-display-name-finis
|
|
4186
4173
|
the result of the operation.</p>
|
4187
4174
|
<div class="refsect3">
|
4188
4175
|
<a name="id-1.4.2.2.9.59.7"></a><h4>Parameters</h4>
|
4189
|
-
<div class="informaltable"><table width="100%" border="0">
|
4176
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4190
4177
|
<colgroup>
|
4191
4178
|
<col width="150px" class="parameters_name">
|
4192
4179
|
<col class="parameters_description">
|
@@ -4240,7 +4227,7 @@ g_file_set_display_name_finish (<em class="parameter"><code><a class="link" href
|
|
4240
4227
|
<a class="link" href="GFile.html#g-file-set-display-name-async" title="g_file_set_display_name_async ()"><code class="function">g_file_set_display_name_async()</code></a>.</p>
|
4241
4228
|
<div class="refsect3">
|
4242
4229
|
<a name="id-1.4.2.2.9.60.5"></a><h4>Parameters</h4>
|
4243
|
-
<div class="informaltable"><table width="100%" border="0">
|
4230
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4244
4231
|
<colgroup>
|
4245
4232
|
<col width="150px" class="parameters_name">
|
4246
4233
|
<col class="parameters_description">
|
@@ -4289,7 +4276,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
4289
4276
|
<p>Virtual: delete_file</p>
|
4290
4277
|
<div class="refsect3">
|
4291
4278
|
<a name="id-1.4.2.2.9.61.7"></a><h4>Parameters</h4>
|
4292
|
-
<div class="informaltable"><table width="100%" border="0">
|
4279
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4293
4280
|
<colgroup>
|
4294
4281
|
<col width="150px" class="parameters_name">
|
4295
4282
|
<col class="parameters_description">
|
@@ -4318,7 +4305,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
4318
4305
|
<div class="refsect3">
|
4319
4306
|
<a name="id-1.4.2.2.9.61.8"></a><h4>Returns</h4>
|
4320
4307
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file was deleted. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
4321
|
-
<p></p>
|
4322
4308
|
</div>
|
4323
4309
|
</div>
|
4324
4310
|
<hr>
|
@@ -4337,7 +4323,7 @@ only be deleted if it is empty. This has the same semantics as
|
|
4337
4323
|
<p>Virtual: delete_file_async</p>
|
4338
4324
|
<div class="refsect3">
|
4339
4325
|
<a name="id-1.4.2.2.9.62.6"></a><h4>Parameters</h4>
|
4340
|
-
<div class="informaltable"><table width="100%" border="0">
|
4326
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4341
4327
|
<colgroup>
|
4342
4328
|
<col width="150px" class="parameters_name">
|
4343
4329
|
<col class="parameters_description">
|
@@ -4374,7 +4360,7 @@ when the request is satisfied</p></td>
|
|
4374
4360
|
</tbody>
|
4375
4361
|
</table></div>
|
4376
4362
|
</div>
|
4377
|
-
<p class="since">Since 2.34</p>
|
4363
|
+
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
4378
4364
|
</div>
|
4379
4365
|
<hr>
|
4380
4366
|
<div class="refsect2">
|
@@ -4387,7 +4373,7 @@ g_file_delete_finish (<em class="parameter"><code><a class="link" href="GFile.ht
|
|
4387
4373
|
<p>Virtual: delete_file_finish</p>
|
4388
4374
|
<div class="refsect3">
|
4389
4375
|
<a name="id-1.4.2.2.9.63.6"></a><h4>Parameters</h4>
|
4390
|
-
<div class="informaltable"><table width="100%" border="0">
|
4376
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4391
4377
|
<colgroup>
|
4392
4378
|
<col width="150px" class="parameters_name">
|
4393
4379
|
<col class="parameters_description">
|
@@ -4415,9 +4401,8 @@ g_file_delete_finish (<em class="parameter"><code><a class="link" href="GFile.ht
|
|
4415
4401
|
<div class="refsect3">
|
4416
4402
|
<a name="id-1.4.2.2.9.63.7"></a><h4>Returns</h4>
|
4417
4403
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file was deleted. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
4418
|
-
<p></p>
|
4419
4404
|
</div>
|
4420
|
-
<p class="since">Since 2.34</p>
|
4405
|
+
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
4421
4406
|
</div>
|
4422
4407
|
<hr>
|
4423
4408
|
<div class="refsect2">
|
@@ -4438,7 +4423,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
4438
4423
|
<p>Virtual: trash</p>
|
4439
4424
|
<div class="refsect3">
|
4440
4425
|
<a name="id-1.4.2.2.9.64.7"></a><h4>Parameters</h4>
|
4441
|
-
<div class="informaltable"><table width="100%" border="0">
|
4426
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4442
4427
|
<colgroup>
|
4443
4428
|
<col width="150px" class="parameters_name">
|
4444
4429
|
<col class="parameters_description">
|
@@ -4467,7 +4452,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
4467
4452
|
<div class="refsect3">
|
4468
4453
|
<a name="id-1.4.2.2.9.64.8"></a><h4>Returns</h4>
|
4469
4454
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on successful trash, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
4470
|
-
<p></p>
|
4471
4455
|
</div>
|
4472
4456
|
</div>
|
4473
4457
|
<hr>
|
@@ -4484,7 +4468,7 @@ g_file_trash_async (<em class="parameter"><code><a class="link" href="GFile.html
|
|
4484
4468
|
<p>Virtual: trash_async</p>
|
4485
4469
|
<div class="refsect3">
|
4486
4470
|
<a name="id-1.4.2.2.9.65.6"></a><h4>Parameters</h4>
|
4487
|
-
<div class="informaltable"><table width="100%" border="0">
|
4471
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4488
4472
|
<colgroup>
|
4489
4473
|
<col width="150px" class="parameters_name">
|
4490
4474
|
<col class="parameters_description">
|
@@ -4521,7 +4505,7 @@ when the request is satisfied</p></td>
|
|
4521
4505
|
</tbody>
|
4522
4506
|
</table></div>
|
4523
4507
|
</div>
|
4524
|
-
<p class="since">Since 2.38</p>
|
4508
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
4525
4509
|
</div>
|
4526
4510
|
<hr>
|
4527
4511
|
<div class="refsect2">
|
@@ -4535,7 +4519,7 @@ g_file_trash_finish (<em class="parameter"><code><a class="link" href="GFile.htm
|
|
4535
4519
|
<p>Virtual: trash_finish</p>
|
4536
4520
|
<div class="refsect3">
|
4537
4521
|
<a name="id-1.4.2.2.9.66.6"></a><h4>Parameters</h4>
|
4538
|
-
<div class="informaltable"><table width="100%" border="0">
|
4522
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4539
4523
|
<colgroup>
|
4540
4524
|
<col width="150px" class="parameters_name">
|
4541
4525
|
<col class="parameters_description">
|
@@ -4563,9 +4547,8 @@ g_file_trash_finish (<em class="parameter"><code><a class="link" href="GFile.htm
|
|
4563
4547
|
<div class="refsect3">
|
4564
4548
|
<a name="id-1.4.2.2.9.66.7"></a><h4>Returns</h4>
|
4565
4549
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on successful trash, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
4566
|
-
<p></p>
|
4567
4550
|
</div>
|
4568
|
-
<p class="since">Since 2.38</p>
|
4551
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
4569
4552
|
</div>
|
4570
4553
|
<hr>
|
4571
4554
|
<div class="refsect2">
|
@@ -4616,7 +4599,7 @@ error is returned. If trying to overwrite a directory with a directory the
|
|
4616
4599
|
file), see <a class="link" href="GFile.html#g-file-dup" title="g_file_dup ()"><code class="function">g_file_dup()</code></a>.</p>
|
4617
4600
|
<div class="refsect3">
|
4618
4601
|
<a name="id-1.4.2.2.9.67.14"></a><h4>Parameters</h4>
|
4619
|
-
<div class="informaltable"><table width="100%" border="0">
|
4602
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4620
4603
|
<colgroup>
|
4621
4604
|
<col width="150px" class="parameters_name">
|
4622
4605
|
<col class="parameters_description">
|
@@ -4667,7 +4650,6 @@ progress information, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><
|
|
4667
4650
|
<div class="refsect3">
|
4668
4651
|
<a name="id-1.4.2.2.9.67.15"></a><h4>Returns</h4>
|
4669
4652
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
4670
|
-
<p></p>
|
4671
4653
|
</div>
|
4672
4654
|
</div>
|
4673
4655
|
<hr>
|
@@ -4696,9 +4678,10 @@ run in.</p>
|
|
4696
4678
|
<p>When the operation is finished, <em class="parameter"><code>callback</code></em>
|
4697
4679
|
will be called. You can then call
|
4698
4680
|
<a class="link" href="GFile.html#g-file-copy-finish" title="g_file_copy_finish ()"><code class="function">g_file_copy_finish()</code></a> to get the result of the operation.</p>
|
4681
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
4699
4682
|
<div class="refsect3">
|
4700
|
-
<a name="id-1.4.2.2.9.68.
|
4701
|
-
<div class="informaltable"><table width="100%" border="0">
|
4683
|
+
<a name="id-1.4.2.2.9.68.8"></a><h4>Parameters</h4>
|
4684
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4702
4685
|
<colgroup>
|
4703
4686
|
<col width="150px" class="parameters_name">
|
4704
4687
|
<col class="parameters_description">
|
@@ -4767,7 +4750,7 @@ g_file_copy_finish (<em class="parameter"><code><a class="link" href="GFile.html
|
|
4767
4750
|
<p>Finishes copying the file started with <a class="link" href="GFile.html#g-file-copy-async" title="g_file_copy_async ()"><code class="function">g_file_copy_async()</code></a>.</p>
|
4768
4751
|
<div class="refsect3">
|
4769
4752
|
<a name="id-1.4.2.2.9.69.5"></a><h4>Parameters</h4>
|
4770
|
-
<div class="informaltable"><table width="100%" border="0">
|
4753
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4771
4754
|
<colgroup>
|
4772
4755
|
<col width="150px" class="parameters_name">
|
4773
4756
|
<col class="parameters_description">
|
@@ -4795,7 +4778,6 @@ g_file_copy_finish (<em class="parameter"><code><a class="link" href="GFile.html
|
|
4795
4778
|
<div class="refsect3">
|
4796
4779
|
<a name="id-1.4.2.2.9.69.6"></a><h4>Returns</h4>
|
4797
4780
|
<p> a <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on error.</p>
|
4798
|
-
<p></p>
|
4799
4781
|
</div>
|
4800
4782
|
</div>
|
4801
4783
|
<hr>
|
@@ -4849,7 +4831,7 @@ the <a class="link" href="gio-GIOError.html#G-IO-ERROR-WOULD-RECURSE:CAPS"><code
|
|
4849
4831
|
move operation isn't available).</p>
|
4850
4832
|
<div class="refsect3">
|
4851
4833
|
<a name="id-1.4.2.2.9.70.13"></a><h4>Parameters</h4>
|
4852
|
-
<div class="informaltable"><table width="100%" border="0">
|
4834
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4853
4835
|
<colgroup>
|
4854
4836
|
<col width="150px" class="parameters_name">
|
4855
4837
|
<col class="parameters_description">
|
@@ -4900,7 +4882,6 @@ the callback function. </p></td>
|
|
4900
4882
|
<div class="refsect3">
|
4901
4883
|
<a name="id-1.4.2.2.9.70.14"></a><h4>Returns</h4>
|
4902
4884
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on successful move, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
4903
|
-
<p></p>
|
4904
4885
|
</div>
|
4905
4886
|
</div>
|
4906
4887
|
<hr>
|
@@ -4927,7 +4908,7 @@ triggering the cancellable object from another thread. If the operation
|
|
4927
4908
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
4928
4909
|
<div class="refsect3">
|
4929
4910
|
<a name="id-1.4.2.2.9.71.7"></a><h4>Parameters</h4>
|
4930
|
-
<div class="informaltable"><table width="100%" border="0">
|
4911
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4931
4912
|
<colgroup>
|
4932
4913
|
<col width="150px" class="parameters_name">
|
4933
4914
|
<col class="parameters_description">
|
@@ -4956,7 +4937,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
4956
4937
|
<div class="refsect3">
|
4957
4938
|
<a name="id-1.4.2.2.9.71.8"></a><h4>Returns</h4>
|
4958
4939
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on successful creation, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
4959
|
-
<p></p>
|
4960
4940
|
</div>
|
4961
4941
|
</div>
|
4962
4942
|
<hr>
|
@@ -4972,7 +4952,7 @@ g_file_make_directory_async (<em class="parameter"><code><a class="link" href="G
|
|
4972
4952
|
<p>Virtual: make_directory_async</p>
|
4973
4953
|
<div class="refsect3">
|
4974
4954
|
<a name="id-1.4.2.2.9.72.6"></a><h4>Parameters</h4>
|
4975
|
-
<div class="informaltable"><table width="100%" border="0">
|
4955
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4976
4956
|
<colgroup>
|
4977
4957
|
<col width="150px" class="parameters_name">
|
4978
4958
|
<col class="parameters_description">
|
@@ -5009,7 +4989,7 @@ when the request is satisfied</p></td>
|
|
5009
4989
|
</tbody>
|
5010
4990
|
</table></div>
|
5011
4991
|
</div>
|
5012
|
-
<p class="since">Since 2.38</p>
|
4992
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
5013
4993
|
</div>
|
5014
4994
|
<hr>
|
5015
4995
|
<div class="refsect2">
|
@@ -5023,7 +5003,7 @@ g_file_make_directory_finish (<em class="parameter"><code><a class="link" href="
|
|
5023
5003
|
<p>Virtual: make_directory_finish</p>
|
5024
5004
|
<div class="refsect3">
|
5025
5005
|
<a name="id-1.4.2.2.9.73.6"></a><h4>Parameters</h4>
|
5026
|
-
<div class="informaltable"><table width="100%" border="0">
|
5006
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5027
5007
|
<colgroup>
|
5028
5008
|
<col width="150px" class="parameters_name">
|
5029
5009
|
<col class="parameters_description">
|
@@ -5051,9 +5031,8 @@ g_file_make_directory_finish (<em class="parameter"><code><a class="link" href="
|
|
5051
5031
|
<div class="refsect3">
|
5052
5032
|
<a name="id-1.4.2.2.9.73.7"></a><h4>Returns</h4>
|
5053
5033
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on successful directory creation, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
5054
|
-
<p></p>
|
5055
5034
|
</div>
|
5056
|
-
<p class="since">Since 2.38</p>
|
5035
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
5057
5036
|
</div>
|
5058
5037
|
<hr>
|
5059
5038
|
<div class="refsect2">
|
@@ -5078,7 +5057,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5078
5057
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5079
5058
|
<div class="refsect3">
|
5080
5059
|
<a name="id-1.4.2.2.9.74.7"></a><h4>Parameters</h4>
|
5081
|
-
<div class="informaltable"><table width="100%" border="0">
|
5060
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5082
5061
|
<colgroup>
|
5083
5062
|
<col width="150px" class="parameters_name">
|
5084
5063
|
<col class="parameters_description">
|
@@ -5108,9 +5087,8 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5108
5087
|
<a name="id-1.4.2.2.9.74.8"></a><h4>Returns</h4>
|
5109
5088
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if all directories have been successfully created, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
5110
5089
|
otherwise.</p>
|
5111
|
-
<p></p>
|
5112
5090
|
</div>
|
5113
|
-
<p class="since">Since 2.18</p>
|
5091
|
+
<p class="since">Since: <a class="link" href="api-index-2-18.html#api-index-2.18">2.18</a></p>
|
5114
5092
|
</div>
|
5115
5093
|
<hr>
|
5116
5094
|
<div class="refsect2">
|
@@ -5130,7 +5108,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5130
5108
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5131
5109
|
<div class="refsect3">
|
5132
5110
|
<a name="id-1.4.2.2.9.75.6"></a><h4>Parameters</h4>
|
5133
|
-
<div class="informaltable"><table width="100%" border="0">
|
5111
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5134
5112
|
<colgroup>
|
5135
5113
|
<col width="150px" class="parameters_name">
|
5136
5114
|
<col class="parameters_description">
|
@@ -5164,7 +5142,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5164
5142
|
<div class="refsect3">
|
5165
5143
|
<a name="id-1.4.2.2.9.75.7"></a><h4>Returns</h4>
|
5166
5144
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on the creation of a new symlink, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
5167
|
-
<p></p>
|
5168
5145
|
</div>
|
5169
5146
|
</div>
|
5170
5147
|
<hr>
|
@@ -5185,7 +5162,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5185
5162
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5186
5163
|
<div class="refsect3">
|
5187
5164
|
<a name="id-1.4.2.2.9.76.7"></a><h4>Parameters</h4>
|
5188
|
-
<div class="informaltable"><table width="100%" border="0">
|
5165
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5189
5166
|
<colgroup>
|
5190
5167
|
<col width="150px" class="parameters_name">
|
5191
5168
|
<col class="parameters_description">
|
@@ -5216,7 +5193,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5216
5193
|
<p> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeInfoList"><span class="type">GFileAttributeInfoList</span></a> describing the settable attributes.
|
5217
5194
|
When you are done with it, release it with
|
5218
5195
|
<a class="link" href="gio-GFileAttribute.html#g-file-attribute-info-list-unref" title="g_file_attribute_info_list_unref ()"><code class="function">g_file_attribute_info_list_unref()</code></a></p>
|
5219
|
-
<p></p>
|
5220
5196
|
</div>
|
5221
5197
|
</div>
|
5222
5198
|
<hr>
|
@@ -5235,7 +5211,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5235
5211
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5236
5212
|
<div class="refsect3">
|
5237
5213
|
<a name="id-1.4.2.2.9.77.6"></a><h4>Parameters</h4>
|
5238
|
-
<div class="informaltable"><table width="100%" border="0">
|
5214
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5239
5215
|
<colgroup>
|
5240
5216
|
<col width="150px" class="parameters_name">
|
5241
5217
|
<col class="parameters_description">
|
@@ -5266,7 +5242,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5266
5242
|
<p> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeInfoList"><span class="type">GFileAttributeInfoList</span></a> describing the writable namespaces.
|
5267
5243
|
When you are done with it, release it with
|
5268
5244
|
<a class="link" href="gio-GFileAttribute.html#g-file-attribute-info-list-unref" title="g_file_attribute_info_list_unref ()"><code class="function">g_file_attribute_info_list_unref()</code></a></p>
|
5269
|
-
<p></p>
|
5270
5245
|
</div>
|
5271
5246
|
</div>
|
5272
5247
|
<hr>
|
@@ -5293,7 +5268,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5293
5268
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5294
5269
|
<div class="refsect3">
|
5295
5270
|
<a name="id-1.4.2.2.9.78.7"></a><h4>Parameters</h4>
|
5296
|
-
<div class="informaltable"><table width="100%" border="0">
|
5271
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5297
5272
|
<colgroup>
|
5298
5273
|
<col width="150px" class="parameters_name">
|
5299
5274
|
<col class="parameters_description">
|
@@ -5343,7 +5318,6 @@ itself if the type is a pointer type). </p></td>
|
|
5343
5318
|
<div class="refsect3">
|
5344
5319
|
<a name="id-1.4.2.2.9.78.8"></a><h4>Returns</h4>
|
5345
5320
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the attribute was set, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
5346
|
-
<p></p>
|
5347
5321
|
</div>
|
5348
5322
|
</div>
|
5349
5323
|
<hr>
|
@@ -5369,7 +5343,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5369
5343
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5370
5344
|
<div class="refsect3">
|
5371
5345
|
<a name="id-1.4.2.2.9.79.7"></a><h4>Parameters</h4>
|
5372
|
-
<div class="informaltable"><table width="100%" border="0">
|
5346
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5373
5347
|
<colgroup>
|
5374
5348
|
<col width="150px" class="parameters_name">
|
5375
5349
|
<col class="parameters_description">
|
@@ -5408,7 +5382,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5408
5382
|
<div class="refsect3">
|
5409
5383
|
<a name="id-1.4.2.2.9.79.8"></a><h4>Returns</h4>
|
5410
5384
|
<p> <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if there was any error, <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> otherwise.</p>
|
5411
|
-
<p></p>
|
5412
5385
|
</div>
|
5413
5386
|
</div>
|
5414
5387
|
<hr>
|
@@ -5433,7 +5406,7 @@ You can then call <a class="link" href="GFile.html#g-file-set-attributes-finish"
|
|
5433
5406
|
the result of the operation.</p>
|
5434
5407
|
<div class="refsect3">
|
5435
5408
|
<a name="id-1.4.2.2.9.80.7"></a><h4>Parameters</h4>
|
5436
|
-
<div class="informaltable"><table width="100%" border="0">
|
5409
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5437
5410
|
<colgroup>
|
5438
5411
|
<col width="150px" class="parameters_name">
|
5439
5412
|
<col class="parameters_description">
|
@@ -5491,7 +5464,7 @@ g_file_set_attributes_finish (<em class="parameter"><code><a class="link" href="
|
|
5491
5464
|
<p>Finishes setting an attribute started in <a class="link" href="GFile.html#g-file-set-attributes-async" title="g_file_set_attributes_async ()"><code class="function">g_file_set_attributes_async()</code></a>.</p>
|
5492
5465
|
<div class="refsect3">
|
5493
5466
|
<a name="id-1.4.2.2.9.81.5"></a><h4>Parameters</h4>
|
5494
|
-
<div class="informaltable"><table width="100%" border="0">
|
5467
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5495
5468
|
<colgroup>
|
5496
5469
|
<col width="150px" class="parameters_name">
|
5497
5470
|
<col class="parameters_description">
|
@@ -5524,7 +5497,6 @@ g_file_set_attributes_finish (<em class="parameter"><code><a class="link" href="
|
|
5524
5497
|
<div class="refsect3">
|
5525
5498
|
<a name="id-1.4.2.2.9.81.6"></a><h4>Returns</h4>
|
5526
5499
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the attributes were set correctly, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
5527
|
-
<p></p>
|
5528
5500
|
</div>
|
5529
5501
|
</div>
|
5530
5502
|
<hr>
|
@@ -5548,7 +5520,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5548
5520
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5549
5521
|
<div class="refsect3">
|
5550
5522
|
<a name="id-1.4.2.2.9.82.6"></a><h4>Parameters</h4>
|
5551
|
-
<div class="informaltable"><table width="100%" border="0">
|
5523
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5552
5524
|
<colgroup>
|
5553
5525
|
<col width="150px" class="parameters_name">
|
5554
5526
|
<col class="parameters_description">
|
@@ -5593,7 +5565,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5593
5565
|
<a name="id-1.4.2.2.9.82.7"></a><h4>Returns</h4>
|
5594
5566
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>attribute</code></em>
|
5595
5567
|
was successfully set, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
5596
|
-
<p></p>
|
5597
5568
|
</div>
|
5598
5569
|
</div>
|
5599
5570
|
<hr>
|
@@ -5618,7 +5589,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5618
5589
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5619
5590
|
<div class="refsect3">
|
5620
5591
|
<a name="id-1.4.2.2.9.83.6"></a><h4>Parameters</h4>
|
5621
|
-
<div class="informaltable"><table width="100%" border="0">
|
5592
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5622
5593
|
<colgroup>
|
5623
5594
|
<col width="150px" class="parameters_name">
|
5624
5595
|
<col class="parameters_description">
|
@@ -5665,7 +5636,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5665
5636
|
was successfully set to <em class="parameter"><code>value</code></em>
|
5666
5637
|
in the <em class="parameter"><code>file</code></em>
|
5667
5638
|
, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
5668
|
-
<p></p>
|
5669
5639
|
</div>
|
5670
5640
|
</div>
|
5671
5641
|
<hr>
|
@@ -5689,7 +5659,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5689
5659
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5690
5660
|
<div class="refsect3">
|
5691
5661
|
<a name="id-1.4.2.2.9.84.6"></a><h4>Parameters</h4>
|
5692
|
-
<div class="informaltable"><table width="100%" border="0">
|
5662
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5693
5663
|
<colgroup>
|
5694
5664
|
<col width="150px" class="parameters_name">
|
5695
5665
|
<col class="parameters_description">
|
@@ -5736,7 +5706,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5736
5706
|
was successfully set to <em class="parameter"><code>value</code></em>
|
5737
5707
|
in the <em class="parameter"><code>file</code></em>
|
5738
5708
|
, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
5739
|
-
<p></p>
|
5740
5709
|
</div>
|
5741
5710
|
</div>
|
5742
5711
|
<hr>
|
@@ -5760,7 +5729,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5760
5729
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5761
5730
|
<div class="refsect3">
|
5762
5731
|
<a name="id-1.4.2.2.9.85.6"></a><h4>Parameters</h4>
|
5763
|
-
<div class="informaltable"><table width="100%" border="0">
|
5732
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5764
5733
|
<colgroup>
|
5765
5734
|
<col width="150px" class="parameters_name">
|
5766
5735
|
<col class="parameters_description">
|
@@ -5807,7 +5776,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5807
5776
|
was successfully set to <em class="parameter"><code>value</code></em>
|
5808
5777
|
in the <em class="parameter"><code>file</code></em>
|
5809
5778
|
, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
5810
|
-
<p></p>
|
5811
5779
|
</div>
|
5812
5780
|
</div>
|
5813
5781
|
<hr>
|
@@ -5831,7 +5799,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5831
5799
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5832
5800
|
<div class="refsect3">
|
5833
5801
|
<a name="id-1.4.2.2.9.86.6"></a><h4>Parameters</h4>
|
5834
|
-
<div class="informaltable"><table width="100%" border="0">
|
5802
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5835
5803
|
<colgroup>
|
5836
5804
|
<col width="150px" class="parameters_name">
|
5837
5805
|
<col class="parameters_description">
|
@@ -5878,7 +5846,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5878
5846
|
was successfully set to <em class="parameter"><code>value</code></em>
|
5879
5847
|
in the <em class="parameter"><code>file</code></em>
|
5880
5848
|
, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
5881
|
-
<p></p>
|
5882
5849
|
</div>
|
5883
5850
|
</div>
|
5884
5851
|
<hr>
|
@@ -5902,7 +5869,7 @@ triggering the cancellable object from another thread. If the operation
|
|
5902
5869
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
5903
5870
|
<div class="refsect3">
|
5904
5871
|
<a name="id-1.4.2.2.9.87.6"></a><h4>Parameters</h4>
|
5905
|
-
<div class="informaltable"><table width="100%" border="0">
|
5872
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5906
5873
|
<colgroup>
|
5907
5874
|
<col width="150px" class="parameters_name">
|
5908
5875
|
<col class="parameters_description">
|
@@ -5947,7 +5914,6 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5947
5914
|
<a name="id-1.4.2.2.9.87.7"></a><h4>Returns</h4>
|
5948
5915
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>attribute</code></em>
|
5949
5916
|
was successfully set, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
5950
|
-
<p></p>
|
5951
5917
|
</div>
|
5952
5918
|
</div>
|
5953
5919
|
<hr>
|
@@ -5974,7 +5940,7 @@ You can then call <a class="link" href="GFile.html#g-file-mount-mountable-finish
|
|
5974
5940
|
the result of the operation.</p>
|
5975
5941
|
<div class="refsect3">
|
5976
5942
|
<a name="id-1.4.2.2.9.88.7"></a><h4>Parameters</h4>
|
5977
|
-
<div class="informaltable"><table width="100%" border="0">
|
5943
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5978
5944
|
<colgroup>
|
5979
5945
|
<col width="150px" class="parameters_name">
|
5980
5946
|
<col class="parameters_description">
|
@@ -6030,7 +5996,7 @@ g_file_mount_mountable_finish (<em class="parameter"><code><a class="link" href=
|
|
6030
5996
|
with <a class="link" href="GFile.html#g-file-mount-mountable" title="g_file_mount_mountable ()"><code class="function">g_file_mount_mountable()</code></a>.</p>
|
6031
5997
|
<div class="refsect3">
|
6032
5998
|
<a name="id-1.4.2.2.9.89.6"></a><h4>Parameters</h4>
|
6033
|
-
<div class="informaltable"><table width="100%" border="0">
|
5999
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6034
6000
|
<colgroup>
|
6035
6001
|
<col width="150px" class="parameters_name">
|
6036
6002
|
<col class="parameters_description">
|
@@ -6086,7 +6052,7 @@ You can then call <a class="link" href="GFile.html#g-file-unmount-mountable-fini
|
|
6086
6052
|
the result of the operation.</p>
|
6087
6053
|
<div class="refsect3">
|
6088
6054
|
<a name="id-1.4.2.2.9.90.8"></a><h4>Parameters</h4>
|
6089
|
-
<div class="informaltable"><table width="100%" border="0">
|
6055
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6090
6056
|
<colgroup>
|
6091
6057
|
<col width="150px" class="parameters_name">
|
6092
6058
|
<col class="parameters_description">
|
@@ -6141,7 +6107,7 @@ g_file_unmount_mountable_finish (<em class="parameter"><code><a class="link" hre
|
|
6141
6107
|
with <a class="link" href="GFile.html#g-file-unmount-mountable" title="g_file_unmount_mountable ()"><code class="function">g_file_unmount_mountable()</code></a>.</p>
|
6142
6108
|
<div class="refsect3">
|
6143
6109
|
<a name="id-1.4.2.2.9.91.7"></a><h4>Parameters</h4>
|
6144
|
-
<div class="informaltable"><table width="100%" border="0">
|
6110
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6145
6111
|
<colgroup>
|
6146
6112
|
<col width="150px" class="parameters_name">
|
6147
6113
|
<col class="parameters_description">
|
@@ -6170,7 +6136,6 @@ with <a class="link" href="GFile.html#g-file-unmount-mountable" title="g_file_un
|
|
6170
6136
|
<a name="id-1.4.2.2.9.91.8"></a><h4>Returns</h4>
|
6171
6137
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation finished successfully.
|
6172
6138
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
6173
|
-
<p></p>
|
6174
6139
|
</div>
|
6175
6140
|
</div>
|
6176
6141
|
<hr>
|
@@ -6195,7 +6160,7 @@ You can then call <a class="link" href="GFile.html#g-file-unmount-mountable-fini
|
|
6195
6160
|
the result of the operation.</p>
|
6196
6161
|
<div class="refsect3">
|
6197
6162
|
<a name="id-1.4.2.2.9.92.7"></a><h4>Parameters</h4>
|
6198
|
-
<div class="informaltable"><table width="100%" border="0">
|
6163
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6199
6164
|
<colgroup>
|
6200
6165
|
<col width="150px" class="parameters_name">
|
6201
6166
|
<col class="parameters_description">
|
@@ -6238,7 +6203,7 @@ when the request is satisfied, or <a href="../glib/glib-Standard-Macros.html#NUL
|
|
6238
6203
|
</tbody>
|
6239
6204
|
</table></div>
|
6240
6205
|
</div>
|
6241
|
-
<p class="since">Since 2.22</p>
|
6206
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
6242
6207
|
</div>
|
6243
6208
|
<hr>
|
6244
6209
|
<div class="refsect2">
|
@@ -6254,7 +6219,7 @@ see <a class="link" href="GFile.html#g-file-unmount-mountable-with-operation" ti
|
|
6254
6219
|
with <a class="link" href="GFile.html#g-file-unmount-mountable-with-operation" title="g_file_unmount_mountable_with_operation ()"><code class="function">g_file_unmount_mountable_with_operation()</code></a>.</p>
|
6255
6220
|
<div class="refsect3">
|
6256
6221
|
<a name="id-1.4.2.2.9.93.6"></a><h4>Parameters</h4>
|
6257
|
-
<div class="informaltable"><table width="100%" border="0">
|
6222
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6258
6223
|
<colgroup>
|
6259
6224
|
<col width="150px" class="parameters_name">
|
6260
6225
|
<col class="parameters_description">
|
@@ -6283,9 +6248,8 @@ with <a class="link" href="GFile.html#g-file-unmount-mountable-with-operation" t
|
|
6283
6248
|
<a name="id-1.4.2.2.9.93.7"></a><h4>Returns</h4>
|
6284
6249
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation finished successfully.
|
6285
6250
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
6286
|
-
<p></p>
|
6287
6251
|
</div>
|
6288
|
-
<p class="since">Since 2.22</p>
|
6252
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
6289
6253
|
</div>
|
6290
6254
|
<hr>
|
6291
6255
|
<div class="refsect2">
|
@@ -6312,7 +6276,7 @@ triggering the cancellable object from another thread. If the operation
|
|
6312
6276
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
6313
6277
|
<div class="refsect3">
|
6314
6278
|
<a name="id-1.4.2.2.9.94.7"></a><h4>Parameters</h4>
|
6315
|
-
<div class="informaltable"><table width="100%" border="0">
|
6279
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6316
6280
|
<colgroup>
|
6317
6281
|
<col width="150px" class="parameters_name">
|
6318
6282
|
<col class="parameters_description">
|
@@ -6366,7 +6330,7 @@ g_file_eject_mountable_finish (<em class="parameter"><code><a class="link" href=
|
|
6366
6330
|
<a class="link" href="GFile.html#g-file-eject-mountable" title="g_file_eject_mountable ()"><code class="function">g_file_eject_mountable()</code></a>.</p>
|
6367
6331
|
<div class="refsect3">
|
6368
6332
|
<a name="id-1.4.2.2.9.95.6"></a><h4>Parameters</h4>
|
6369
|
-
<div class="informaltable"><table width="100%" border="0">
|
6333
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6370
6334
|
<colgroup>
|
6371
6335
|
<col width="150px" class="parameters_name">
|
6372
6336
|
<col class="parameters_description">
|
@@ -6396,7 +6360,6 @@ g_file_eject_mountable_finish (<em class="parameter"><code><a class="link" href=
|
|
6396
6360
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>file</code></em>
|
6397
6361
|
was ejected successfully.
|
6398
6362
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
6399
|
-
<p></p>
|
6400
6363
|
</div>
|
6401
6364
|
</div>
|
6402
6365
|
<hr>
|
@@ -6421,7 +6384,7 @@ triggering the cancellable object from another thread. If the operation
|
|
6421
6384
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
6422
6385
|
<div class="refsect3">
|
6423
6386
|
<a name="id-1.4.2.2.9.96.6"></a><h4>Parameters</h4>
|
6424
|
-
<div class="informaltable"><table width="100%" border="0">
|
6387
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6425
6388
|
<colgroup>
|
6426
6389
|
<col width="150px" class="parameters_name">
|
6427
6390
|
<col class="parameters_description">
|
@@ -6464,7 +6427,7 @@ when the request is satisfied, or <a href="../glib/glib-Standard-Macros.html#NUL
|
|
6464
6427
|
</tbody>
|
6465
6428
|
</table></div>
|
6466
6429
|
</div>
|
6467
|
-
<p class="since">Since 2.22</p>
|
6430
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
6468
6431
|
</div>
|
6469
6432
|
<hr>
|
6470
6433
|
<div class="refsect2">
|
@@ -6478,7 +6441,7 @@ g_file_eject_mountable_with_operation_finish
|
|
6478
6441
|
<a class="link" href="GFile.html#g-file-eject-mountable-with-operation" title="g_file_eject_mountable_with_operation ()"><code class="function">g_file_eject_mountable_with_operation()</code></a>.</p>
|
6479
6442
|
<div class="refsect3">
|
6480
6443
|
<a name="id-1.4.2.2.9.97.5"></a><h4>Parameters</h4>
|
6481
|
-
<div class="informaltable"><table width="100%" border="0">
|
6444
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6482
6445
|
<colgroup>
|
6483
6446
|
<col width="150px" class="parameters_name">
|
6484
6447
|
<col class="parameters_description">
|
@@ -6508,9 +6471,8 @@ g_file_eject_mountable_with_operation_finish
|
|
6508
6471
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>file</code></em>
|
6509
6472
|
was ejected successfully.
|
6510
6473
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
6511
|
-
<p></p>
|
6512
6474
|
</div>
|
6513
|
-
<p class="since">Since 2.22</p>
|
6475
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
6514
6476
|
</div>
|
6515
6477
|
<hr>
|
6516
6478
|
<div class="refsect2">
|
@@ -6536,7 +6498,7 @@ You can then call <a class="link" href="GFile.html#g-file-mount-mountable-finish
|
|
6536
6498
|
the result of the operation.</p>
|
6537
6499
|
<div class="refsect3">
|
6538
6500
|
<a name="id-1.4.2.2.9.98.7"></a><h4>Parameters</h4>
|
6539
|
-
<div class="informaltable"><table width="100%" border="0">
|
6501
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6540
6502
|
<colgroup>
|
6541
6503
|
<col width="150px" class="parameters_name">
|
6542
6504
|
<col class="parameters_description">
|
@@ -6576,7 +6538,7 @@ the result of the operation.</p>
|
|
6576
6538
|
</tbody>
|
6577
6539
|
</table></div>
|
6578
6540
|
</div>
|
6579
|
-
<p class="since">Since 2.22</p>
|
6541
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
6580
6542
|
</div>
|
6581
6543
|
<hr>
|
6582
6544
|
<div class="refsect2">
|
@@ -6590,7 +6552,7 @@ g_file_start_mountable_finish (<em class="parameter"><code><a class="link" href=
|
|
6590
6552
|
with <a class="link" href="GFile.html#g-file-start-mountable" title="g_file_start_mountable ()"><code class="function">g_file_start_mountable()</code></a>.</p>
|
6591
6553
|
<div class="refsect3">
|
6592
6554
|
<a name="id-1.4.2.2.9.99.6"></a><h4>Parameters</h4>
|
6593
|
-
<div class="informaltable"><table width="100%" border="0">
|
6555
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6594
6556
|
<colgroup>
|
6595
6557
|
<col width="150px" class="parameters_name">
|
6596
6558
|
<col class="parameters_description">
|
@@ -6619,9 +6581,8 @@ with <a class="link" href="GFile.html#g-file-start-mountable" title="g_file_star
|
|
6619
6581
|
<a name="id-1.4.2.2.9.99.7"></a><h4>Returns</h4>
|
6620
6582
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation finished successfully. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
6621
6583
|
otherwise.</p>
|
6622
|
-
<p></p>
|
6623
6584
|
</div>
|
6624
|
-
<p class="since">Since 2.22</p>
|
6585
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
6625
6586
|
</div>
|
6626
6587
|
<hr>
|
6627
6588
|
<div class="refsect2">
|
@@ -6644,7 +6605,7 @@ You can then call <a class="link" href="GFile.html#g-file-stop-mountable-finish"
|
|
6644
6605
|
the result of the operation.</p>
|
6645
6606
|
<div class="refsect3">
|
6646
6607
|
<a name="id-1.4.2.2.9.100.7"></a><h4>Parameters</h4>
|
6647
|
-
<div class="informaltable"><table width="100%" border="0">
|
6608
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6648
6609
|
<colgroup>
|
6649
6610
|
<col width="150px" class="parameters_name">
|
6650
6611
|
<col class="parameters_description">
|
@@ -6687,7 +6648,7 @@ when the request is satisfied, or <a href="../glib/glib-Standard-Macros.html#NUL
|
|
6687
6648
|
</tbody>
|
6688
6649
|
</table></div>
|
6689
6650
|
</div>
|
6690
|
-
<p class="since">Since 2.22</p>
|
6651
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
6691
6652
|
</div>
|
6692
6653
|
<hr>
|
6693
6654
|
<div class="refsect2">
|
@@ -6701,7 +6662,7 @@ g_file_stop_mountable_finish (<em class="parameter"><code><a class="link" href="
|
|
6701
6662
|
with <a class="link" href="GFile.html#g-file-stop-mountable" title="g_file_stop_mountable ()"><code class="function">g_file_stop_mountable()</code></a>.</p>
|
6702
6663
|
<div class="refsect3">
|
6703
6664
|
<a name="id-1.4.2.2.9.101.6"></a><h4>Parameters</h4>
|
6704
|
-
<div class="informaltable"><table width="100%" border="0">
|
6665
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6705
6666
|
<colgroup>
|
6706
6667
|
<col width="150px" class="parameters_name">
|
6707
6668
|
<col class="parameters_description">
|
@@ -6730,9 +6691,8 @@ with <a class="link" href="GFile.html#g-file-stop-mountable" title="g_file_stop_
|
|
6730
6691
|
<a name="id-1.4.2.2.9.101.7"></a><h4>Returns</h4>
|
6731
6692
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation finished successfully.
|
6732
6693
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
6733
|
-
<p></p>
|
6734
6694
|
</div>
|
6735
|
-
<p class="since">Since 2.22</p>
|
6695
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
6736
6696
|
</div>
|
6737
6697
|
<hr>
|
6738
6698
|
<div class="refsect2">
|
@@ -6753,7 +6713,7 @@ You can then call <a class="link" href="GFile.html#g-file-mount-mountable-finish
|
|
6753
6713
|
the result of the operation.</p>
|
6754
6714
|
<div class="refsect3">
|
6755
6715
|
<a name="id-1.4.2.2.9.102.7"></a><h4>Parameters</h4>
|
6756
|
-
<div class="informaltable"><table width="100%" border="0">
|
6716
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6757
6717
|
<colgroup>
|
6758
6718
|
<col width="150px" class="parameters_name">
|
6759
6719
|
<col class="parameters_description">
|
@@ -6784,7 +6744,7 @@ when the request is satisfied, or <a href="../glib/glib-Standard-Macros.html#NUL
|
|
6784
6744
|
</tbody>
|
6785
6745
|
</table></div>
|
6786
6746
|
</div>
|
6787
|
-
<p class="since">Since 2.22</p>
|
6747
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
6788
6748
|
</div>
|
6789
6749
|
<hr>
|
6790
6750
|
<div class="refsect2">
|
@@ -6798,7 +6758,7 @@ g_file_poll_mountable_finish (<em class="parameter"><code><a class="link" href="
|
|
6798
6758
|
with <a class="link" href="GFile.html#g-file-poll-mountable" title="g_file_poll_mountable ()"><code class="function">g_file_poll_mountable()</code></a>.</p>
|
6799
6759
|
<div class="refsect3">
|
6800
6760
|
<a name="id-1.4.2.2.9.103.6"></a><h4>Parameters</h4>
|
6801
|
-
<div class="informaltable"><table width="100%" border="0">
|
6761
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6802
6762
|
<colgroup>
|
6803
6763
|
<col width="150px" class="parameters_name">
|
6804
6764
|
<col class="parameters_description">
|
@@ -6827,9 +6787,8 @@ with <a class="link" href="GFile.html#g-file-poll-mountable" title="g_file_poll_
|
|
6827
6787
|
<a name="id-1.4.2.2.9.103.7"></a><h4>Returns</h4>
|
6828
6788
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation finished successfully. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
6829
6789
|
otherwise.</p>
|
6830
|
-
<p></p>
|
6831
6790
|
</div>
|
6832
|
-
<p class="since">Since 2.22</p>
|
6791
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
6833
6792
|
</div>
|
6834
6793
|
<hr>
|
6835
6794
|
<div class="refsect2">
|
@@ -6856,7 +6815,7 @@ triggering the cancellable object from another thread. If the operation
|
|
6856
6815
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
6857
6816
|
<div class="refsect3">
|
6858
6817
|
<a name="id-1.4.2.2.9.104.7"></a><h4>Parameters</h4>
|
6859
|
-
<div class="informaltable"><table width="100%" border="0">
|
6818
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6860
6819
|
<colgroup>
|
6861
6820
|
<col width="150px" class="parameters_name">
|
6862
6821
|
<col class="parameters_description">
|
@@ -6910,7 +6869,7 @@ g_file_mount_enclosing_volume_finish (<em class="parameter"><code><a class="link
|
|
6910
6869
|
<p>Finishes a mount operation started by <a class="link" href="GFile.html#g-file-mount-enclosing-volume" title="g_file_mount_enclosing_volume ()"><code class="function">g_file_mount_enclosing_volume()</code></a>.</p>
|
6911
6870
|
<div class="refsect3">
|
6912
6871
|
<a name="id-1.4.2.2.9.105.5"></a><h4>Parameters</h4>
|
6913
|
-
<div class="informaltable"><table width="100%" border="0">
|
6872
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6914
6873
|
<colgroup>
|
6915
6874
|
<col width="150px" class="parameters_name">
|
6916
6875
|
<col class="parameters_description">
|
@@ -6940,7 +6899,6 @@ g_file_mount_enclosing_volume_finish (<em class="parameter"><code><a class="link
|
|
6940
6899
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful. If an error has occurred,
|
6941
6900
|
this function will return <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> and set <em class="parameter"><code>error</code></em>
|
6942
6901
|
appropriately if present.</p>
|
6943
|
-
<p></p>
|
6944
6902
|
</div>
|
6945
6903
|
</div>
|
6946
6904
|
<hr>
|
@@ -6966,7 +6924,7 @@ you must register individual watches with <a class="link" href="GFile.html#g-fil
|
|
6966
6924
|
<p>Virtual: monitor_dir</p>
|
6967
6925
|
<div class="refsect3">
|
6968
6926
|
<a name="id-1.4.2.2.9.106.8"></a><h4>Parameters</h4>
|
6969
|
-
<div class="informaltable"><table width="100%" border="0">
|
6927
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6970
6928
|
<colgroup>
|
6971
6929
|
<col width="150px" class="parameters_name">
|
6972
6930
|
<col class="parameters_description">
|
@@ -7031,7 +6989,7 @@ usage, and may not have any effect depending on the <a class="link" href="GFileM
|
|
7031
6989
|
backend and/or filesystem type.</p>
|
7032
6990
|
<div class="refsect3">
|
7033
6991
|
<a name="id-1.4.2.2.9.107.7"></a><h4>Parameters</h4>
|
7034
|
-
<div class="informaltable"><table width="100%" border="0">
|
6992
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7035
6993
|
<colgroup>
|
7036
6994
|
<col width="150px" class="parameters_name">
|
7037
6995
|
<col class="parameters_description">
|
@@ -7087,7 +7045,7 @@ triggering the cancellable object from another thread. If the operation
|
|
7087
7045
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
7088
7046
|
<div class="refsect3">
|
7089
7047
|
<a name="id-1.4.2.2.9.108.6"></a><h4>Parameters</h4>
|
7090
|
-
<div class="informaltable"><table width="100%" border="0">
|
7048
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7091
7049
|
<colgroup>
|
7092
7050
|
<col width="150px" class="parameters_name">
|
7093
7051
|
<col class="parameters_description">
|
@@ -7126,7 +7084,7 @@ or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">N
|
|
7126
7084
|
Free the returned object with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
|
7127
7085
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
7128
7086
|
</div>
|
7129
|
-
<p class="since">Since 2.18</p>
|
7087
|
+
<p class="since">Since: <a class="link" href="api-index-2-18.html#api-index-2.18">2.18</a></p>
|
7130
7088
|
</div>
|
7131
7089
|
<hr>
|
7132
7090
|
<div class="refsect2">
|
@@ -7150,7 +7108,7 @@ triggering the cancellable object from another thread. If the operation
|
|
7150
7108
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
7151
7109
|
<div class="refsect3">
|
7152
7110
|
<a name="id-1.4.2.2.9.109.6"></a><h4>Parameters</h4>
|
7153
|
-
<div class="informaltable"><table width="100%" border="0">
|
7111
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7154
7112
|
<colgroup>
|
7155
7113
|
<col width="150px" class="parameters_name">
|
7156
7114
|
<col class="parameters_description">
|
@@ -7197,7 +7155,6 @@ or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">N
|
|
7197
7155
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>file</code></em>
|
7198
7156
|
's contents were successfully loaded.
|
7199
7157
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if there were errors.</p>
|
7200
|
-
<p></p>
|
7201
7158
|
</div>
|
7202
7159
|
</div>
|
7203
7160
|
<hr>
|
@@ -7225,7 +7182,7 @@ triggering the cancellable object from another thread. If the operation
|
|
7225
7182
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
7226
7183
|
<div class="refsect3">
|
7227
7184
|
<a name="id-1.4.2.2.9.110.8"></a><h4>Parameters</h4>
|
7228
|
-
<div class="informaltable"><table width="100%" border="0">
|
7185
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7229
7186
|
<colgroup>
|
7230
7187
|
<col width="150px" class="parameters_name">
|
7231
7188
|
<col class="parameters_description">
|
@@ -7280,7 +7237,7 @@ set to the new entity tag for the <em class="parameter"><code>file</code></em>
|
|
7280
7237
|
.</p>
|
7281
7238
|
<div class="refsect3">
|
7282
7239
|
<a name="id-1.4.2.2.9.111.5"></a><h4>Parameters</h4>
|
7283
|
-
<div class="informaltable"><table width="100%" border="0">
|
7240
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7284
7241
|
<colgroup>
|
7285
7242
|
<col width="150px" class="parameters_name">
|
7286
7243
|
<col class="parameters_description">
|
@@ -7327,7 +7284,6 @@ or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">N
|
|
7327
7284
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the load was successful. If <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> and <em class="parameter"><code>error</code></em>
|
7328
7285
|
is
|
7329
7286
|
present, it will be set appropriately.</p>
|
7330
|
-
<p></p>
|
7331
7287
|
</div>
|
7332
7288
|
</div>
|
7333
7289
|
<hr>
|
@@ -7352,9 +7308,10 @@ both the <em class="parameter"><code>read_more_callback</code></em>
|
|
7352
7308
|
is not <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the operation can be cancelled by
|
7353
7309
|
triggering the cancellable object from another thread. If the operation
|
7354
7310
|
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned.</p>
|
7311
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
7355
7312
|
<div class="refsect3">
|
7356
|
-
<a name="id-1.4.2.2.9.112.
|
7357
|
-
<div class="informaltable"><table width="100%" border="0">
|
7313
|
+
<a name="id-1.4.2.2.9.112.8"></a><h4>Parameters</h4>
|
7314
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7358
7315
|
<colgroup>
|
7359
7316
|
<col width="150px" class="parameters_name">
|
7360
7317
|
<col class="parameters_description">
|
@@ -7410,7 +7367,7 @@ The returned <em class="parameter"><code>content</code></em>
|
|
7410
7367
|
needed.</p>
|
7411
7368
|
<div class="refsect3">
|
7412
7369
|
<a name="id-1.4.2.2.9.113.5"></a><h4>Parameters</h4>
|
7413
|
-
<div class="informaltable"><table width="100%" border="0">
|
7370
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7414
7371
|
<colgroup>
|
7415
7372
|
<col width="150px" class="parameters_name">
|
7416
7373
|
<col class="parameters_description">
|
@@ -7457,7 +7414,6 @@ or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">N
|
|
7457
7414
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the load was successful. If <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> and <em class="parameter"><code>error</code></em>
|
7458
7415
|
is
|
7459
7416
|
present, it will be set appropriately.</p>
|
7460
|
-
<p></p>
|
7461
7417
|
</div>
|
7462
7418
|
</div>
|
7463
7419
|
<hr>
|
@@ -7483,7 +7439,9 @@ or the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-WRONG-ETAG:CAPS"
|
|
7483
7439
|
<p>If <em class="parameter"><code>make_backup</code></em>
|
7484
7440
|
is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, this function will attempt to make a backup
|
7485
7441
|
of <em class="parameter"><code>file</code></em>
|
7486
|
-
|
7442
|
+
. Internally, it uses <a class="link" href="GFile.html#g-file-replace" title="g_file_replace ()"><code class="function">g_file_replace()</code></a>, so will try to replace the
|
7443
|
+
file contents in the safest way possible. For example, atomic renames are
|
7444
|
+
used when replacing local files’ contents.</p>
|
7487
7445
|
<p>If <em class="parameter"><code>cancellable</code></em>
|
7488
7446
|
is not <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the operation can be cancelled by
|
7489
7447
|
triggering the cancellable object from another thread. If the operation
|
@@ -7493,7 +7451,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
7493
7451
|
changed the next time it is saved over.</p>
|
7494
7452
|
<div class="refsect3">
|
7495
7453
|
<a name="id-1.4.2.2.9.114.9"></a><h4>Parameters</h4>
|
7496
|
-
<div class="informaltable"><table width="100%" border="0">
|
7454
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7497
7455
|
<colgroup>
|
7498
7456
|
<col width="150px" class="parameters_name">
|
7499
7457
|
<col class="parameters_description">
|
@@ -7558,7 +7516,6 @@ needed, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="li
|
|
7558
7516
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful. If an error has occurred, this function
|
7559
7517
|
will return <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> and set <em class="parameter"><code>error</code></em>
|
7560
7518
|
appropriately if present.</p>
|
7561
|
-
<p></p>
|
7562
7519
|
</div>
|
7563
7520
|
</div>
|
7564
7521
|
<hr>
|
@@ -7602,7 +7559,7 @@ for a <a href="../glib/glib-Byte-Arrays.html#GBytes"><span class="type">GBytes</
|
|
7602
7559
|
contents (without copying) for the duration of the call.</p>
|
7603
7560
|
<div class="refsect3">
|
7604
7561
|
<a name="id-1.4.2.2.9.115.9"></a><h4>Parameters</h4>
|
7605
|
-
<div class="informaltable"><table width="100%" border="0">
|
7562
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7606
7563
|
<colgroup>
|
7607
7564
|
<col width="150px" class="parameters_name">
|
7608
7565
|
<col class="parameters_description">
|
@@ -7684,7 +7641,7 @@ content without waiting for the callback.</p>
|
|
7684
7641
|
<a class="link" href="GFile.html#g-file-replace-contents-finish" title="g_file_replace_contents_finish ()"><code class="function">g_file_replace_contents_finish()</code></a>.</p>
|
7685
7642
|
<div class="refsect3">
|
7686
7643
|
<a name="id-1.4.2.2.9.116.6"></a><h4>Parameters</h4>
|
7687
|
-
<div class="informaltable"><table width="100%" border="0">
|
7644
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7688
7645
|
<colgroup>
|
7689
7646
|
<col width="150px" class="parameters_name">
|
7690
7647
|
<col class="parameters_description">
|
@@ -7735,7 +7692,7 @@ content without waiting for the callback.</p>
|
|
7735
7692
|
</tbody>
|
7736
7693
|
</table></div>
|
7737
7694
|
</div>
|
7738
|
-
<p class="since">Since 2.40</p>
|
7695
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
7739
7696
|
</div>
|
7740
7697
|
<hr>
|
7741
7698
|
<div class="refsect2">
|
@@ -7752,7 +7709,7 @@ g_file_replace_contents_finish (<em class="parameter"><code><a class="link" href
|
|
7752
7709
|
tag for the document, if present.</p>
|
7753
7710
|
<div class="refsect3">
|
7754
7711
|
<a name="id-1.4.2.2.9.117.5"></a><h4>Parameters</h4>
|
7755
|
-
<div class="informaltable"><table width="100%" border="0">
|
7712
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7756
7713
|
<colgroup>
|
7757
7714
|
<col width="150px" class="parameters_name">
|
7758
7715
|
<col class="parameters_description">
|
@@ -7787,7 +7744,6 @@ longer needed, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code cl
|
|
7787
7744
|
<div class="refsect3">
|
7788
7745
|
<a name="id-1.4.2.2.9.117.6"></a><h4>Returns</h4>
|
7789
7746
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on failure.</p>
|
7790
|
-
<p></p>
|
7791
7747
|
</div>
|
7792
7748
|
</div>
|
7793
7749
|
<hr>
|
@@ -7811,7 +7767,7 @@ all the metadata that is possible to copy is copied. This
|
|
7811
7767
|
is useful when implementing move by copy + delete source.</p>
|
7812
7768
|
<div class="refsect3">
|
7813
7769
|
<a name="id-1.4.2.2.9.118.6"></a><h4>Parameters</h4>
|
7814
|
-
<div class="informaltable"><table width="100%" border="0">
|
7770
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7815
7771
|
<colgroup>
|
7816
7772
|
<col width="150px" class="parameters_name">
|
7817
7773
|
<col class="parameters_description">
|
@@ -7851,7 +7807,6 @@ is useful when implementing move by copy + delete source.</p>
|
|
7851
7807
|
<a name="id-1.4.2.2.9.118.7"></a><h4>Returns</h4>
|
7852
7808
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the attributes were copied successfully,
|
7853
7809
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
7854
|
-
<p></p>
|
7855
7810
|
</div>
|
7856
7811
|
</div>
|
7857
7812
|
<hr>
|
@@ -7885,7 +7840,7 @@ not supported, so make sure you really need to do read and write
|
|
7885
7840
|
streaming, rather than just opening for reading or writing.</p>
|
7886
7841
|
<div class="refsect3">
|
7887
7842
|
<a name="id-1.4.2.2.9.119.9"></a><h4>Parameters</h4>
|
7888
|
-
<div class="informaltable"><table width="100%" border="0">
|
7843
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7889
7844
|
<colgroup>
|
7890
7845
|
<col width="150px" class="parameters_name">
|
7891
7846
|
<col class="parameters_description">
|
@@ -7923,7 +7878,7 @@ file, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="lite
|
|
7923
7878
|
Free the returned object with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
|
7924
7879
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
7925
7880
|
</div>
|
7926
|
-
<p class="since">Since 2.22</p>
|
7881
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
7927
7882
|
</div>
|
7928
7883
|
<hr>
|
7929
7884
|
<div class="refsect2">
|
@@ -7945,7 +7900,7 @@ You can then call <a class="link" href="GFile.html#g-file-create-readwrite-finis
|
|
7945
7900
|
the result of the operation.</p>
|
7946
7901
|
<div class="refsect3">
|
7947
7902
|
<a name="id-1.4.2.2.9.120.7"></a><h4>Parameters</h4>
|
7948
|
-
<div class="informaltable"><table width="100%" border="0">
|
7903
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7949
7904
|
<colgroup>
|
7950
7905
|
<col width="150px" class="parameters_name">
|
7951
7906
|
<col class="parameters_description">
|
@@ -7987,7 +7942,7 @@ when the request is satisfied. </p></td>
|
|
7987
7942
|
</tbody>
|
7988
7943
|
</table></div>
|
7989
7944
|
</div>
|
7990
|
-
<p class="since">Since 2.22</p>
|
7945
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
7991
7946
|
</div>
|
7992
7947
|
<hr>
|
7993
7948
|
<div class="refsect2">
|
@@ -8000,7 +7955,7 @@ g_file_create_readwrite_finish (<em class="parameter"><code><a class="link" href
|
|
8000
7955
|
<a class="link" href="GFile.html#g-file-create-readwrite-async" title="g_file_create_readwrite_async ()"><code class="function">g_file_create_readwrite_async()</code></a>.</p>
|
8001
7956
|
<div class="refsect3">
|
8002
7957
|
<a name="id-1.4.2.2.9.121.5"></a><h4>Parameters</h4>
|
8003
|
-
<div class="informaltable"><table width="100%" border="0">
|
7958
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
8004
7959
|
<colgroup>
|
8005
7960
|
<col width="150px" class="parameters_name">
|
8006
7961
|
<col class="parameters_description">
|
@@ -8031,7 +7986,7 @@ g_file_create_readwrite_finish (<em class="parameter"><code><a class="link" href
|
|
8031
7986
|
Free the returned object with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
|
8032
7987
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
8033
7988
|
</div>
|
8034
|
-
<p class="since">Since 2.22</p>
|
7989
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
8035
7990
|
</div>
|
8036
7991
|
<hr>
|
8037
7992
|
<div class="refsect2">
|
@@ -8057,7 +8012,7 @@ really need to do read and write streaming, rather than just opening
|
|
8057
8012
|
for reading or writing.</p>
|
8058
8013
|
<div class="refsect3">
|
8059
8014
|
<a name="id-1.4.2.2.9.122.7"></a><h4>Parameters</h4>
|
8060
|
-
<div class="informaltable"><table width="100%" border="0">
|
8015
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
8061
8016
|
<colgroup>
|
8062
8017
|
<col width="150px" class="parameters_name">
|
8063
8018
|
<col class="parameters_description">
|
@@ -8088,7 +8043,7 @@ for reading or writing.</p>
|
|
8088
8043
|
Free the returned object with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
|
8089
8044
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
8090
8045
|
</div>
|
8091
|
-
<p class="since">Since 2.22</p>
|
8046
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
8092
8047
|
</div>
|
8093
8048
|
<hr>
|
8094
8049
|
<div class="refsect2">
|
@@ -8109,7 +8064,7 @@ You can then call <a class="link" href="GFile.html#g-file-open-readwrite-finish"
|
|
8109
8064
|
the result of the operation.</p>
|
8110
8065
|
<div class="refsect3">
|
8111
8066
|
<a name="id-1.4.2.2.9.123.7"></a><h4>Parameters</h4>
|
8112
|
-
<div class="informaltable"><table width="100%" border="0">
|
8067
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
8113
8068
|
<colgroup>
|
8114
8069
|
<col width="150px" class="parameters_name">
|
8115
8070
|
<col class="parameters_description">
|
@@ -8146,7 +8101,7 @@ when the request is satisfied. </p></td>
|
|
8146
8101
|
</tbody>
|
8147
8102
|
</table></div>
|
8148
8103
|
</div>
|
8149
|
-
<p class="since">Since 2.22</p>
|
8104
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
8150
8105
|
</div>
|
8151
8106
|
<hr>
|
8152
8107
|
<div class="refsect2">
|
@@ -8159,7 +8114,7 @@ g_file_open_readwrite_finish (<em class="parameter"><code><a class="link" href="
|
|
8159
8114
|
<a class="link" href="GFile.html#g-file-open-readwrite-async" title="g_file_open_readwrite_async ()"><code class="function">g_file_open_readwrite_async()</code></a>.</p>
|
8160
8115
|
<div class="refsect3">
|
8161
8116
|
<a name="id-1.4.2.2.9.124.5"></a><h4>Parameters</h4>
|
8162
|
-
<div class="informaltable"><table width="100%" border="0">
|
8117
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
8163
8118
|
<colgroup>
|
8164
8119
|
<col width="150px" class="parameters_name">
|
8165
8120
|
<col class="parameters_description">
|
@@ -8190,7 +8145,7 @@ g_file_open_readwrite_finish (<em class="parameter"><code><a class="link" href="
|
|
8190
8145
|
Free the returned object with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
|
8191
8146
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
8192
8147
|
</div>
|
8193
|
-
<p class="since">Since 2.22</p>
|
8148
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
8194
8149
|
</div>
|
8195
8150
|
<hr>
|
8196
8151
|
<div class="refsect2">
|
@@ -8212,7 +8167,7 @@ supported, so make sure you really need to do read and write streaming,
|
|
8212
8167
|
rather than just opening for reading or writing.</p>
|
8213
8168
|
<div class="refsect3">
|
8214
8169
|
<a name="id-1.4.2.2.9.125.7"></a><h4>Parameters</h4>
|
8215
|
-
<div class="informaltable"><table width="100%" border="0">
|
8170
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
8216
8171
|
<colgroup>
|
8217
8172
|
<col width="150px" class="parameters_name">
|
8218
8173
|
<col class="parameters_description">
|
@@ -8260,7 +8215,7 @@ for the current <a class="link" href="GFile.html" title="GFile"><span class="typ
|
|
8260
8215
|
Free the returned object with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
|
8261
8216
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
8262
8217
|
</div>
|
8263
|
-
<p class="since">Since 2.22</p>
|
8218
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
8264
8219
|
</div>
|
8265
8220
|
<hr>
|
8266
8221
|
<div class="refsect2">
|
@@ -8285,7 +8240,7 @@ You can then call <a class="link" href="GFile.html#g-file-replace-readwrite-fini
|
|
8285
8240
|
the result of the operation.</p>
|
8286
8241
|
<div class="refsect3">
|
8287
8242
|
<a name="id-1.4.2.2.9.126.7"></a><h4>Parameters</h4>
|
8288
|
-
<div class="informaltable"><table width="100%" border="0">
|
8243
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
8289
8244
|
<colgroup>
|
8290
8245
|
<col width="150px" class="parameters_name">
|
8291
8246
|
<col class="parameters_description">
|
@@ -8338,7 +8293,7 @@ when the request is satisfied. </p></td>
|
|
8338
8293
|
</tbody>
|
8339
8294
|
</table></div>
|
8340
8295
|
</div>
|
8341
|
-
<p class="since">Since 2.22</p>
|
8296
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
8342
8297
|
</div>
|
8343
8298
|
<hr>
|
8344
8299
|
<div class="refsect2">
|
@@ -8351,7 +8306,7 @@ g_file_replace_readwrite_finish (<em class="parameter"><code><a class="link" hre
|
|
8351
8306
|
<a class="link" href="GFile.html#g-file-replace-readwrite-async" title="g_file_replace_readwrite_async ()"><code class="function">g_file_replace_readwrite_async()</code></a>.</p>
|
8352
8307
|
<div class="refsect3">
|
8353
8308
|
<a name="id-1.4.2.2.9.127.5"></a><h4>Parameters</h4>
|
8354
|
-
<div class="informaltable"><table width="100%" border="0">
|
8309
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
8355
8310
|
<colgroup>
|
8356
8311
|
<col width="150px" class="parameters_name">
|
8357
8312
|
<col class="parameters_description">
|
@@ -8382,7 +8337,7 @@ g_file_replace_readwrite_finish (<em class="parameter"><code><a class="link" hre
|
|
8382
8337
|
Free the returned object with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
|
8383
8338
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
8384
8339
|
</div>
|
8385
|
-
<p class="since">Since 2.22</p>
|
8340
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
8386
8341
|
</div>
|
8387
8342
|
<hr>
|
8388
8343
|
<div class="refsect2">
|
@@ -8397,7 +8352,7 @@ If this returns <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code cla
|
|
8397
8352
|
in a thread that has a thread-default context.</p>
|
8398
8353
|
<div class="refsect3">
|
8399
8354
|
<a name="id-1.4.2.2.9.128.5"></a><h4>Parameters</h4>
|
8400
|
-
<div class="informaltable"><table width="100%" border="0">
|
8355
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
8401
8356
|
<colgroup>
|
8402
8357
|
<col width="150px" class="parameters_name">
|
8403
8358
|
<col class="parameters_description">
|
@@ -8414,9 +8369,8 @@ If this returns <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code cla
|
|
8414
8369
|
<a name="id-1.4.2.2.9.128.6"></a><h4>Returns</h4>
|
8415
8370
|
<p> Whether or not <em class="parameter"><code>file</code></em>
|
8416
8371
|
supports thread-default contexts.</p>
|
8417
|
-
<p></p>
|
8418
8372
|
</div>
|
8419
|
-
<p class="since">Since 2.22</p>
|
8373
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
8420
8374
|
</div>
|
8421
8375
|
</div>
|
8422
8376
|
<div class="refsect1">
|
@@ -8865,7 +8819,7 @@ necessarily represent files or directories that currently exist.</p>
|
|
8865
8819
|
<p>An interface for writing VFS file handles.</p>
|
8866
8820
|
<div class="refsect3">
|
8867
8821
|
<a name="id-1.4.2.2.10.3.5"></a><h4>Members</h4>
|
8868
|
-
<div class="informaltable"><table width="100%" border="0">
|
8822
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
8869
8823
|
<colgroup>
|
8870
8824
|
<col width="300px" class="struct_members_name">
|
8871
8825
|
<col class="struct_members_description">
|
@@ -9405,7 +9359,7 @@ necessarily represent files or directories that currently exist.</p>
|
|
9405
9359
|
<p>Flags used when querying a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</p>
|
9406
9360
|
<div class="refsect3">
|
9407
9361
|
<a name="id-1.4.2.2.10.4.4"></a><h4>Members</h4>
|
9408
|
-
<div class="informaltable"><table width="100%" border="0">
|
9362
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
9409
9363
|
<colgroup>
|
9410
9364
|
<col width="300px" class="enum_members_name">
|
9411
9365
|
<col class="enum_members_description">
|
@@ -9436,7 +9390,7 @@ necessarily represent files or directories that currently exist.</p>
|
|
9436
9390
|
<p>Flags used when an operation may create a file.</p>
|
9437
9391
|
<div class="refsect3">
|
9438
9392
|
<a name="id-1.4.2.2.10.5.4"></a><h4>Members</h4>
|
9439
|
-
<div class="informaltable"><table width="100%" border="0">
|
9393
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
9440
9394
|
<colgroup>
|
9441
9395
|
<col width="300px" class="enum_members_name">
|
9442
9396
|
<col class="enum_members_description">
|
@@ -9482,7 +9436,7 @@ necessarily represent files or directories that currently exist.</p>
|
|
9482
9436
|
<p>Flags used when copying or moving files.</p>
|
9483
9437
|
<div class="refsect3">
|
9484
9438
|
<a name="id-1.4.2.2.10.6.4"></a><h4>Members</h4>
|
9485
|
-
<div class="informaltable"><table width="100%" border="0">
|
9439
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
9486
9440
|
<colgroup>
|
9487
9441
|
<col width="300px" class="enum_members_name">
|
9488
9442
|
<col class="enum_members_description">
|
@@ -9548,7 +9502,7 @@ necessarily represent files or directories that currently exist.</p>
|
|
9548
9502
|
<p>Flags used to set what a <a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="type">GFileMonitor</span></a> will watch for.</p>
|
9549
9503
|
<div class="refsect3">
|
9550
9504
|
<a name="id-1.4.2.2.10.7.4"></a><h4>Members</h4>
|
9551
|
-
<div class="informaltable"><table width="100%" border="0">
|
9505
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
9552
9506
|
<colgroup>
|
9553
9507
|
<col width="300px" class="enum_members_name">
|
9554
9508
|
<col class="enum_members_description">
|
@@ -9576,7 +9530,8 @@ necessarily represent files or directories that currently exist.</p>
|
|
9576
9530
|
by file renames (moves) and send a single G_FILE_MONITOR_EVENT_MOVED
|
9577
9531
|
event instead (NB: not supported on all backends; the default
|
9578
9532
|
behaviour -without specifying this flag- is to send single DELETED
|
9579
|
-
and CREATED events)
|
9533
|
+
and CREATED events). Deprecated since 2.44: use
|
9534
|
+
<a class="link" href="GFile.html#G-FILE-MONITOR-WATCH-MOVES:CAPS"><code class="literal">G_FILE_MONITOR_WATCH_MOVES</code></a> instead.</p>
|
9580
9535
|
</td>
|
9581
9536
|
<td class="enum_member_annotations"> </td>
|
9582
9537
|
</tr>
|
@@ -9588,6 +9543,16 @@ necessarily represent files or directories that currently exist.</p>
|
|
9588
9543
|
</td>
|
9589
9544
|
<td class="enum_member_annotations"> </td>
|
9590
9545
|
</tr>
|
9546
|
+
<tr>
|
9547
|
+
<td class="enum_member_name"><p><a name="G-FILE-MONITOR-WATCH-MOVES:CAPS"></a>G_FILE_MONITOR_WATCH_MOVES</p></td>
|
9548
|
+
<td class="enum_member_description">
|
9549
|
+
<p>Watch for rename operations on a
|
9550
|
+
monitored directory. This causes <a class="link" href="GFileMonitor.html#G-FILE-MONITOR-EVENT-RENAMED:CAPS"><code class="literal">G_FILE_MONITOR_EVENT_RENAMED</code></a>,
|
9551
|
+
<a class="link" href="GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED-IN:CAPS"><code class="literal">G_FILE_MONITOR_EVENT_MOVED_IN</code></a> and <a class="link" href="GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED-OUT:CAPS"><code class="literal">G_FILE_MONITOR_EVENT_MOVED_OUT</code></a>
|
9552
|
+
events to be emitted when possible. Since: 2.44.</p>
|
9553
|
+
</td>
|
9554
|
+
<td class="enum_member_annotations"> </td>
|
9555
|
+
</tr>
|
9591
9556
|
</tbody>
|
9592
9557
|
</table></div>
|
9593
9558
|
</div>
|
@@ -9598,7 +9563,7 @@ necessarily represent files or directories that currently exist.</p>
|
|
9598
9563
|
<p>Flags that can be used with <a class="link" href="GFile.html#g-file-measure-disk-usage" title="g_file_measure_disk_usage ()"><code class="function">g_file_measure_disk_usage()</code></a>.</p>
|
9599
9564
|
<div class="refsect3">
|
9600
9565
|
<a name="id-1.4.2.2.10.8.4"></a><h4>Members</h4>
|
9601
|
-
<div class="informaltable"><table width="100%" border="0">
|
9566
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
9602
9567
|
<colgroup>
|
9603
9568
|
<col width="300px" class="enum_members_name">
|
9604
9569
|
<col class="enum_members_description">
|
@@ -9642,7 +9607,7 @@ necessarily represent files or directories that currently exist.</p>
|
|
9642
9607
|
</tbody>
|
9643
9608
|
</table></div>
|
9644
9609
|
</div>
|
9645
|
-
<p class="since">Since 2.38</p>
|
9610
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
9646
9611
|
</div>
|
9647
9612
|
<hr>
|
9648
9613
|
<div class="refsect2">
|
@@ -9652,7 +9617,7 @@ previewed in a file manager. Returned as the value of the key
|
|
9652
9617
|
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW"><span class="type">G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</span></a>.</p>
|
9653
9618
|
<div class="refsect3">
|
9654
9619
|
<a name="id-1.4.2.2.10.9.4"></a><h4>Members</h4>
|
9655
|
-
<div class="informaltable"><table width="100%" border="0">
|
9620
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
9656
9621
|
<colgroup>
|
9657
9622
|
<col width="300px" class="enum_members_name">
|
9658
9623
|
<col class="enum_members_description">
|
@@ -9691,7 +9656,6 @@ previewed in a file manager. Returned as the value of the key
|
|
9691
9656
|
</div>
|
9692
9657
|
</div>
|
9693
9658
|
<div class="footer">
|
9694
|
-
<hr>
|
9695
|
-
Generated by GTK-Doc V1.21.1</div>
|
9659
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
9696
9660
|
</body>
|
9697
9661
|
</html>
|