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>GFileInfo: 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="gio-GFileAttribute.html" title="GFileAttribute">
|
10
10
|
<link rel="next" href="GFileEnumerator.html" title="GFileEnumerator">
|
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">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
</tr></table></div>
|
35
35
|
<div class="refsect1">
|
36
36
|
<a name="GFileInfo.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
37
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
38
38
|
<colgroup>
|
39
39
|
<col width="150px" class="functions_return">
|
40
40
|
<col class="functions_name">
|
@@ -612,7 +612,7 @@
|
|
612
612
|
</div>
|
613
613
|
<a name="GFileAttributeMatcher"></a><div class="refsect1">
|
614
614
|
<a name="GFileInfo.other"></a><h2>Types and Values</h2>
|
615
|
-
<div class="informaltable"><table width="100%" border="0">
|
615
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
616
616
|
<colgroup>
|
617
617
|
<col width="150px" class="name">
|
618
618
|
<col class="description">
|
@@ -652,6 +652,10 @@
|
|
652
652
|
</tr>
|
653
653
|
<tr>
|
654
654
|
<td class="define_keyword">#define</td>
|
655
|
+
<td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-VOLATILE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE">G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE</a></td>
|
656
|
+
</tr>
|
657
|
+
<tr>
|
658
|
+
<td class="define_keyword">#define</td>
|
655
659
|
<td class="function_name"><a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_NAME">G_FILE_ATTRIBUTE_STANDARD_NAME</a></td>
|
656
660
|
</tr>
|
657
661
|
<tr>
|
@@ -947,7 +951,7 @@
|
|
947
951
|
</div>
|
948
952
|
<div class="refsect1">
|
949
953
|
<a name="GFileInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
950
|
-
<pre class="screen"> GBoxed
|
954
|
+
<pre class="screen"> <a href="../gobject/gobject-Boxed-Types.html">GBoxed</a>
|
951
955
|
<span class="lineart">╰──</span> GFileAttributeMatcher
|
952
956
|
<a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
953
957
|
<span class="lineart">╰──</span> GFileInfo
|
@@ -990,7 +994,6 @@ g_file_info_new (<em class="parameter"><code><span class="type">void</span></cod
|
|
990
994
|
<div class="refsect3">
|
991
995
|
<a name="id-1.4.2.4.9.2.5"></a><h4>Returns</h4>
|
992
996
|
<p> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</p>
|
993
|
-
<p></p>
|
994
997
|
</div>
|
995
998
|
</div>
|
996
999
|
<hr>
|
@@ -1001,7 +1004,7 @@ g_file_info_dup (<em class="parameter"><code><a class="link" href="GFileInfo.htm
|
|
1001
1004
|
<p>Duplicates a file info structure.</p>
|
1002
1005
|
<div class="refsect3">
|
1003
1006
|
<a name="id-1.4.2.4.9.3.5"></a><h4>Parameters</h4>
|
1004
|
-
<div class="informaltable"><table width="100%" border="0">
|
1007
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1005
1008
|
<colgroup>
|
1006
1009
|
<col width="150px" class="parameters_name">
|
1007
1010
|
<col class="parameters_description">
|
@@ -1027,13 +1030,14 @@ g_file_info_dup (<em class="parameter"><code><a class="link" href="GFileInfo.htm
|
|
1027
1030
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1028
1031
|
g_file_info_copy_into (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *src_info</code></em>,
|
1029
1032
|
<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *dest_info</code></em>);</pre>
|
1030
|
-
<p>
|
1031
|
-
|
1033
|
+
<p>First clears all of the <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a> of <em class="parameter"><code>dest_info</code></em>
|
1034
|
+
,
|
1035
|
+
and then copies all of the file attributes from <em class="parameter"><code>src_info</code></em>
|
1032
1036
|
to <em class="parameter"><code>dest_info</code></em>
|
1033
1037
|
.</p>
|
1034
1038
|
<div class="refsect3">
|
1035
1039
|
<a name="id-1.4.2.4.9.4.5"></a><h4>Parameters</h4>
|
1036
|
-
<div class="informaltable"><table width="100%" border="0">
|
1040
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1037
1041
|
<colgroup>
|
1038
1042
|
<col width="150px" class="parameters_name">
|
1039
1043
|
<col class="parameters_description">
|
@@ -1064,7 +1068,7 @@ g_file_info_has_attribute (<em class="parameter"><code><a class="link" href="GFi
|
|
1064
1068
|
.</p>
|
1065
1069
|
<div class="refsect3">
|
1066
1070
|
<a name="id-1.4.2.4.9.5.5"></a><h4>Parameters</h4>
|
1067
|
-
<div class="informaltable"><table width="100%" border="0">
|
1071
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1068
1072
|
<colgroup>
|
1069
1073
|
<col width="150px" class="parameters_name">
|
1070
1074
|
<col class="parameters_description">
|
@@ -1090,7 +1094,6 @@ g_file_info_has_attribute (<em class="parameter"><code><a class="link" href="GFi
|
|
1090
1094
|
has an attribute named <em class="parameter"><code>attribute</code></em>
|
1091
1095
|
,
|
1092
1096
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1093
|
-
<p></p>
|
1094
1097
|
</div>
|
1095
1098
|
</div>
|
1096
1099
|
<hr>
|
@@ -1104,7 +1107,7 @@ specified <em class="parameter"><code>name_space</code></em>
|
|
1104
1107
|
.</p>
|
1105
1108
|
<div class="refsect3">
|
1106
1109
|
<a name="id-1.4.2.4.9.6.5"></a><h4>Parameters</h4>
|
1107
|
-
<div class="informaltable"><table width="100%" border="0">
|
1110
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1108
1111
|
<colgroup>
|
1109
1112
|
<col width="150px" class="parameters_name">
|
1110
1113
|
<col class="parameters_description">
|
@@ -1130,9 +1133,8 @@ specified <em class="parameter"><code>name_space</code></em>
|
|
1130
1133
|
has an attribute in <em class="parameter"><code>name_space</code></em>
|
1131
1134
|
,
|
1132
1135
|
<a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1133
|
-
<p></p>
|
1134
1136
|
</div>
|
1135
|
-
<p class="since">Since 2.22</p>
|
1137
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
1136
1138
|
</div>
|
1137
1139
|
<hr>
|
1138
1140
|
<div class="refsect2">
|
@@ -1143,7 +1145,7 @@ g_file_info_list_attributes (<em class="parameter"><code><a class="link" href="G
|
|
1143
1145
|
<p>Lists the file info structure's attributes.</p>
|
1144
1146
|
<div class="refsect3">
|
1145
1147
|
<a name="id-1.4.2.4.9.7.5"></a><h4>Parameters</h4>
|
1146
|
-
<div class="informaltable"><table width="100%" border="0">
|
1148
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1147
1149
|
<colgroup>
|
1148
1150
|
<col width="150px" class="parameters_name">
|
1149
1151
|
<col class="parameters_description">
|
@@ -1157,8 +1159,9 @@ g_file_info_list_attributes (<em class="parameter"><code><a class="link" href="G
|
|
1157
1159
|
</tr>
|
1158
1160
|
<tr>
|
1159
1161
|
<td class="parameter_name"><p>name_space</p></td>
|
1160
|
-
<td class="parameter_description"><p>a file attribute key's namespace
|
1161
|
-
|
1162
|
+
<td class="parameter_description"><p> a file attribute key's namespace, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to list
|
1163
|
+
all attributes. </p></td>
|
1164
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1162
1165
|
</tr>
|
1163
1166
|
</tbody>
|
1164
1167
|
</table></div>
|
@@ -1181,7 +1184,7 @@ g_file_info_get_attribute_type (<em class="parameter"><code><a class="link" href
|
|
1181
1184
|
<p>Gets the attribute type for an attribute key.</p>
|
1182
1185
|
<div class="refsect3">
|
1183
1186
|
<a name="id-1.4.2.4.9.8.5"></a><h4>Parameters</h4>
|
1184
|
-
<div class="informaltable"><table width="100%" border="0">
|
1187
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1185
1188
|
<colgroup>
|
1186
1189
|
<col width="150px" class="parameters_name">
|
1187
1190
|
<col class="parameters_description">
|
@@ -1206,7 +1209,6 @@ g_file_info_get_attribute_type (<em class="parameter"><code><a class="link" href
|
|
1206
1209
|
<p> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> for the given <em class="parameter"><code>attribute</code></em>
|
1207
1210
|
, or
|
1208
1211
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INVALID:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INVALID</code></a> if the key is not set.</p>
|
1209
|
-
<p></p>
|
1210
1212
|
</div>
|
1211
1213
|
</div>
|
1212
1214
|
<hr>
|
@@ -1220,7 +1222,7 @@ g_file_info_remove_attribute (<em class="parameter"><code><a class="link" href="
|
|
1220
1222
|
if it exists.</p>
|
1221
1223
|
<div class="refsect3">
|
1222
1224
|
<a name="id-1.4.2.4.9.9.5"></a><h4>Parameters</h4>
|
1223
|
-
<div class="informaltable"><table width="100%" border="0">
|
1225
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1224
1226
|
<colgroup>
|
1225
1227
|
<col width="150px" class="parameters_name">
|
1226
1228
|
<col class="parameters_description">
|
@@ -1252,7 +1254,7 @@ This escapes things as needed to make the string valid
|
|
1252
1254
|
utf8.</p>
|
1253
1255
|
<div class="refsect3">
|
1254
1256
|
<a name="id-1.4.2.4.9.10.5"></a><h4>Parameters</h4>
|
1255
|
-
<div class="informaltable"><table width="100%" border="0">
|
1257
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1256
1258
|
<colgroup>
|
1257
1259
|
<col width="150px" class="parameters_name">
|
1258
1260
|
<col class="parameters_description">
|
@@ -1277,7 +1279,6 @@ utf8.</p>
|
|
1277
1279
|
<p> a UTF-8 string associated with the given <em class="parameter"><code>attribute</code></em>
|
1278
1280
|
.
|
1279
1281
|
When you're done with the string it must be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
1280
|
-
<p></p>
|
1281
1282
|
</div>
|
1282
1283
|
</div>
|
1283
1284
|
<hr>
|
@@ -1292,7 +1293,7 @@ g_file_info_get_attribute_data (<em class="parameter"><code><a class="link" href
|
|
1292
1293
|
<p>Gets the attribute type, value and status for an attribute key.</p>
|
1293
1294
|
<div class="refsect3">
|
1294
1295
|
<a name="id-1.4.2.4.9.11.5"></a><h4>Parameters</h4>
|
1295
|
-
<div class="informaltable"><table width="100%" border="0">
|
1296
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1296
1297
|
<colgroup>
|
1297
1298
|
<col width="150px" class="parameters_name">
|
1298
1299
|
<col class="parameters_description">
|
@@ -1312,17 +1313,18 @@ g_file_info_get_attribute_data (<em class="parameter"><code><a class="link" href
|
|
1312
1313
|
<tr>
|
1313
1314
|
<td class="parameter_name"><p>type</p></td>
|
1314
1315
|
<td class="parameter_description"><p> return location for the attribute type, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1315
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
1316
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1316
1317
|
</tr>
|
1317
1318
|
<tr>
|
1318
1319
|
<td class="parameter_name"><p>value_pp</p></td>
|
1319
|
-
<td class="parameter_description"><p> return location for the
|
1320
|
-
|
1320
|
+
<td class="parameter_description"><p> return location for the
|
1321
|
+
attribute value, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>; the attribute value will not be <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1322
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][not nullable]</span></td>
|
1321
1323
|
</tr>
|
1322
1324
|
<tr>
|
1323
1325
|
<td class="parameter_name"><p>status</p></td>
|
1324
1326
|
<td class="parameter_description"><p> return location for the attribute status, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1325
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
1327
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1326
1328
|
</tr>
|
1327
1329
|
</tbody>
|
1328
1330
|
</table></div>
|
@@ -1345,7 +1347,7 @@ g_file_info_get_attribute_status (<em class="parameter"><code><a class="link" hr
|
|
1345
1347
|
<p>Gets the attribute status for an attribute key.</p>
|
1346
1348
|
<div class="refsect3">
|
1347
1349
|
<a name="id-1.4.2.4.9.12.5"></a><h4>Parameters</h4>
|
1348
|
-
<div class="informaltable"><table width="100%" border="0">
|
1350
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1349
1351
|
<colgroup>
|
1350
1352
|
<col width="150px" class="parameters_name">
|
1351
1353
|
<col class="parameters_description">
|
@@ -1370,7 +1372,6 @@ g_file_info_get_attribute_status (<em class="parameter"><code><a class="link" hr
|
|
1370
1372
|
<p> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> for the given <em class="parameter"><code>attribute</code></em>
|
1371
1373
|
, or
|
1372
1374
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-UNSET:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STATUS_UNSET</code></a> if the key is invalid.</p>
|
1373
|
-
<p></p>
|
1374
1375
|
</div>
|
1375
1376
|
</div>
|
1376
1377
|
<hr>
|
@@ -1383,7 +1384,7 @@ g_file_info_get_attribute_string (<em class="parameter"><code><a class="link" hr
|
|
1383
1384
|
not contain a string, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
|
1384
1385
|
<div class="refsect3">
|
1385
1386
|
<a name="id-1.4.2.4.9.13.5"></a><h4>Parameters</h4>
|
1386
|
-
<div class="informaltable"><table width="100%" border="0">
|
1387
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1387
1388
|
<colgroup>
|
1388
1389
|
<col width="150px" class="parameters_name">
|
1389
1390
|
<col class="parameters_description">
|
@@ -1408,7 +1409,6 @@ not contain a string, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><cod
|
|
1408
1409
|
<p> the contents of the <em class="parameter"><code>attribute</code></em>
|
1409
1410
|
value as a UTF-8 string, or
|
1410
1411
|
<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.</p>
|
1411
|
-
<p></p>
|
1412
1412
|
</div>
|
1413
1413
|
</div>
|
1414
1414
|
<hr>
|
@@ -1421,7 +1421,7 @@ g_file_info_get_attribute_stringv (<em class="parameter"><code><a class="link" h
|
|
1421
1421
|
not contain a stringv, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
|
1422
1422
|
<div class="refsect3">
|
1423
1423
|
<a name="id-1.4.2.4.9.14.5"></a><h4>Parameters</h4>
|
1424
|
-
<div class="informaltable"><table width="100%" border="0">
|
1424
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1425
1425
|
<colgroup>
|
1426
1426
|
<col width="150px" class="parameters_name">
|
1427
1427
|
<col class="parameters_description">
|
@@ -1448,7 +1448,7 @@ value as a stringv, or
|
|
1448
1448
|
<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. Do not free. These returned strings are UTF-8. </p>
|
1449
1449
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1450
1450
|
</div>
|
1451
|
-
<p class="since">Since 2.22</p>
|
1451
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
1452
1452
|
</div>
|
1453
1453
|
<hr>
|
1454
1454
|
<div class="refsect2">
|
@@ -1460,7 +1460,7 @@ g_file_info_get_attribute_byte_string (<em class="parameter"><code><a class="lin
|
|
1460
1460
|
not contain a byte string, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
|
1461
1461
|
<div class="refsect3">
|
1462
1462
|
<a name="id-1.4.2.4.9.15.5"></a><h4>Parameters</h4>
|
1463
|
-
<div class="informaltable"><table width="100%" border="0">
|
1463
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1464
1464
|
<colgroup>
|
1465
1465
|
<col width="150px" class="parameters_name">
|
1466
1466
|
<col class="parameters_description">
|
@@ -1485,7 +1485,6 @@ not contain a byte string, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
|
1485
1485
|
<p> the contents of the <em class="parameter"><code>attribute</code></em>
|
1486
1486
|
value as a byte string, or
|
1487
1487
|
<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.</p>
|
1488
|
-
<p></p>
|
1489
1488
|
</div>
|
1490
1489
|
</div>
|
1491
1490
|
<hr>
|
@@ -1498,7 +1497,7 @@ g_file_info_get_attribute_boolean (<em class="parameter"><code><a class="link" h
|
|
1498
1497
|
contain a boolean value, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.</p>
|
1499
1498
|
<div class="refsect3">
|
1500
1499
|
<a name="id-1.4.2.4.9.16.5"></a><h4>Parameters</h4>
|
1501
|
-
<div class="informaltable"><table width="100%" border="0">
|
1500
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1502
1501
|
<colgroup>
|
1503
1502
|
<col width="150px" class="parameters_name">
|
1504
1503
|
<col class="parameters_description">
|
@@ -1521,7 +1520,6 @@ contain a boolean value, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS">
|
|
1521
1520
|
<div class="refsect3">
|
1522
1521
|
<a name="id-1.4.2.4.9.16.6"></a><h4>Returns</h4>
|
1523
1522
|
<p> the boolean value contained within the attribute.</p>
|
1524
|
-
<p></p>
|
1525
1523
|
</div>
|
1526
1524
|
</div>
|
1527
1525
|
<hr>
|
@@ -1535,7 +1533,7 @@ attribute does not contain an unsigned 32-bit integer, or is invalid,
|
|
1535
1533
|
0 will be returned.</p>
|
1536
1534
|
<div class="refsect3">
|
1537
1535
|
<a name="id-1.4.2.4.9.17.5"></a><h4>Parameters</h4>
|
1538
|
-
<div class="informaltable"><table width="100%" border="0">
|
1536
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1539
1537
|
<colgroup>
|
1540
1538
|
<col width="150px" class="parameters_name">
|
1541
1539
|
<col class="parameters_description">
|
@@ -1558,7 +1556,6 @@ attribute does not contain an unsigned 32-bit integer, or is invalid,
|
|
1558
1556
|
<div class="refsect3">
|
1559
1557
|
<a name="id-1.4.2.4.9.17.6"></a><h4>Returns</h4>
|
1560
1558
|
<p> an unsigned 32-bit integer from the attribute.</p>
|
1561
|
-
<p></p>
|
1562
1559
|
</div>
|
1563
1560
|
</div>
|
1564
1561
|
<hr>
|
@@ -1572,7 +1569,7 @@ attribute does not contain a signed 32-bit integer, or is invalid,
|
|
1572
1569
|
0 will be returned.</p>
|
1573
1570
|
<div class="refsect3">
|
1574
1571
|
<a name="id-1.4.2.4.9.18.5"></a><h4>Parameters</h4>
|
1575
|
-
<div class="informaltable"><table width="100%" border="0">
|
1572
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1576
1573
|
<colgroup>
|
1577
1574
|
<col width="150px" class="parameters_name">
|
1578
1575
|
<col class="parameters_description">
|
@@ -1595,7 +1592,6 @@ attribute does not contain a signed 32-bit integer, or is invalid,
|
|
1595
1592
|
<div class="refsect3">
|
1596
1593
|
<a name="id-1.4.2.4.9.18.6"></a><h4>Returns</h4>
|
1597
1594
|
<p> a signed 32-bit integer from the attribute.</p>
|
1598
|
-
<p></p>
|
1599
1595
|
</div>
|
1600
1596
|
</div>
|
1601
1597
|
<hr>
|
@@ -1609,7 +1605,7 @@ attribute does not contain an unsigned 64-bit integer, or is invalid,
|
|
1609
1605
|
0 will be returned.</p>
|
1610
1606
|
<div class="refsect3">
|
1611
1607
|
<a name="id-1.4.2.4.9.19.5"></a><h4>Parameters</h4>
|
1612
|
-
<div class="informaltable"><table width="100%" border="0">
|
1608
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1613
1609
|
<colgroup>
|
1614
1610
|
<col width="150px" class="parameters_name">
|
1615
1611
|
<col class="parameters_description">
|
@@ -1632,7 +1628,6 @@ attribute does not contain an unsigned 64-bit integer, or is invalid,
|
|
1632
1628
|
<div class="refsect3">
|
1633
1629
|
<a name="id-1.4.2.4.9.19.6"></a><h4>Returns</h4>
|
1634
1630
|
<p> a unsigned 64-bit integer from the attribute.</p>
|
1635
|
-
<p></p>
|
1636
1631
|
</div>
|
1637
1632
|
</div>
|
1638
1633
|
<hr>
|
@@ -1646,7 +1641,7 @@ attribute does not contain an signed 64-bit integer, or is invalid,
|
|
1646
1641
|
0 will be returned.</p>
|
1647
1642
|
<div class="refsect3">
|
1648
1643
|
<a name="id-1.4.2.4.9.20.5"></a><h4>Parameters</h4>
|
1649
|
-
<div class="informaltable"><table width="100%" border="0">
|
1644
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1650
1645
|
<colgroup>
|
1651
1646
|
<col width="150px" class="parameters_name">
|
1652
1647
|
<col class="parameters_description">
|
@@ -1669,7 +1664,6 @@ attribute does not contain an signed 64-bit integer, or is invalid,
|
|
1669
1664
|
<div class="refsect3">
|
1670
1665
|
<a name="id-1.4.2.4.9.20.6"></a><h4>Returns</h4>
|
1671
1666
|
<p> a signed 64-bit integer from the attribute.</p>
|
1672
|
-
<p></p>
|
1673
1667
|
</div>
|
1674
1668
|
</div>
|
1675
1669
|
<hr>
|
@@ -1682,7 +1676,7 @@ g_file_info_get_attribute_object (<em class="parameter"><code><a class="link" hr
|
|
1682
1676
|
not contain a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
|
1683
1677
|
<div class="refsect3">
|
1684
1678
|
<a name="id-1.4.2.4.9.21.5"></a><h4>Parameters</h4>
|
1685
|
-
<div class="informaltable"><table width="100%" border="0">
|
1679
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1686
1680
|
<colgroup>
|
1687
1681
|
<col width="150px" class="parameters_name">
|
1688
1682
|
<col class="parameters_description">
|
@@ -1724,7 +1718,7 @@ attribute, use <code class="literal">G_ATTRIBUTE_TYPE_INVALID</code> for <em cla
|
|
1724
1718
|
.</p>
|
1725
1719
|
<div class="refsect3">
|
1726
1720
|
<a name="id-1.4.2.4.9.22.5"></a><h4>Parameters</h4>
|
1727
|
-
<div class="informaltable"><table width="100%" border="0">
|
1721
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1728
1722
|
<colgroup>
|
1729
1723
|
<col width="150px" class="parameters_name">
|
1730
1724
|
<col class="parameters_description">
|
@@ -1748,8 +1742,8 @@ attribute, use <code class="literal">G_ATTRIBUTE_TYPE_INVALID</code> for <em cla
|
|
1748
1742
|
</tr>
|
1749
1743
|
<tr>
|
1750
1744
|
<td class="parameter_name"><p>value_p</p></td>
|
1751
|
-
<td class="parameter_description"><p>pointer to the value</p></td>
|
1752
|
-
<td class="parameter_annotations">
|
1745
|
+
<td class="parameter_description"><p> pointer to the value. </p></td>
|
1746
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
1753
1747
|
</tr>
|
1754
1748
|
</tbody>
|
1755
1749
|
</table></div>
|
@@ -1771,7 +1765,7 @@ is returned and <em class="parameter"><code>info</code></em>
|
|
1771
1765
|
is unchanged.</p>
|
1772
1766
|
<div class="refsect3">
|
1773
1767
|
<a name="id-1.4.2.4.9.23.6"></a><h4>Parameters</h4>
|
1774
|
-
<div class="informaltable"><table width="100%" border="0">
|
1768
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1775
1769
|
<colgroup>
|
1776
1770
|
<col width="150px" class="parameters_name">
|
1777
1771
|
<col class="parameters_description">
|
@@ -1799,9 +1793,8 @@ is returned and <em class="parameter"><code>info</code></em>
|
|
1799
1793
|
<div class="refsect3">
|
1800
1794
|
<a name="id-1.4.2.4.9.23.7"></a><h4>Returns</h4>
|
1801
1795
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the status was changed, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the key was not set.</p>
|
1802
|
-
<p></p>
|
1803
1796
|
</div>
|
1804
|
-
<p class="since">Since 2.22</p>
|
1797
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
1805
1798
|
</div>
|
1806
1799
|
<hr>
|
1807
1800
|
<div class="refsect2">
|
@@ -1816,7 +1809,7 @@ g_file_info_set_attribute_string (<em class="parameter"><code><a class="link" hr
|
|
1816
1809
|
if possible.</p>
|
1817
1810
|
<div class="refsect3">
|
1818
1811
|
<a name="id-1.4.2.4.9.24.5"></a><h4>Parameters</h4>
|
1819
|
-
<div class="informaltable"><table width="100%" border="0">
|
1812
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1820
1813
|
<colgroup>
|
1821
1814
|
<col width="150px" class="parameters_name">
|
1822
1815
|
<col class="parameters_description">
|
@@ -1856,7 +1849,7 @@ if possible.</p>
|
|
1856
1849
|
<p>Sinze: 2.22</p>
|
1857
1850
|
<div class="refsect3">
|
1858
1851
|
<a name="id-1.4.2.4.9.25.6"></a><h4>Parameters</h4>
|
1859
|
-
<div class="informaltable"><table width="100%" border="0">
|
1852
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1860
1853
|
<colgroup>
|
1861
1854
|
<col width="150px" class="parameters_name">
|
1862
1855
|
<col class="parameters_description">
|
@@ -1895,7 +1888,7 @@ g_file_info_set_attribute_byte_string (<em class="parameter"><code><a class="lin
|
|
1895
1888
|
if possible.</p>
|
1896
1889
|
<div class="refsect3">
|
1897
1890
|
<a name="id-1.4.2.4.9.26.5"></a><h4>Parameters</h4>
|
1898
|
-
<div class="informaltable"><table width="100%" border="0">
|
1891
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1899
1892
|
<colgroup>
|
1900
1893
|
<col width="150px" class="parameters_name">
|
1901
1894
|
<col class="parameters_description">
|
@@ -1934,7 +1927,7 @@ g_file_info_set_attribute_boolean (<em class="parameter"><code><a class="link" h
|
|
1934
1927
|
if possible.</p>
|
1935
1928
|
<div class="refsect3">
|
1936
1929
|
<a name="id-1.4.2.4.9.27.5"></a><h4>Parameters</h4>
|
1937
|
-
<div class="informaltable"><table width="100%" border="0">
|
1930
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1938
1931
|
<colgroup>
|
1939
1932
|
<col width="150px" class="parameters_name">
|
1940
1933
|
<col class="parameters_description">
|
@@ -1973,7 +1966,7 @@ g_file_info_set_attribute_uint32 (<em class="parameter"><code><a class="link" hr
|
|
1973
1966
|
if possible.</p>
|
1974
1967
|
<div class="refsect3">
|
1975
1968
|
<a name="id-1.4.2.4.9.28.5"></a><h4>Parameters</h4>
|
1976
|
-
<div class="informaltable"><table width="100%" border="0">
|
1969
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1977
1970
|
<colgroup>
|
1978
1971
|
<col width="150px" class="parameters_name">
|
1979
1972
|
<col class="parameters_description">
|
@@ -2012,7 +2005,7 @@ g_file_info_set_attribute_int32 (<em class="parameter"><code><a class="link" hre
|
|
2012
2005
|
if possible.</p>
|
2013
2006
|
<div class="refsect3">
|
2014
2007
|
<a name="id-1.4.2.4.9.29.5"></a><h4>Parameters</h4>
|
2015
|
-
<div class="informaltable"><table width="100%" border="0">
|
2008
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2016
2009
|
<colgroup>
|
2017
2010
|
<col width="150px" class="parameters_name">
|
2018
2011
|
<col class="parameters_description">
|
@@ -2051,7 +2044,7 @@ g_file_info_set_attribute_uint64 (<em class="parameter"><code><a class="link" hr
|
|
2051
2044
|
if possible.</p>
|
2052
2045
|
<div class="refsect3">
|
2053
2046
|
<a name="id-1.4.2.4.9.30.5"></a><h4>Parameters</h4>
|
2054
|
-
<div class="informaltable"><table width="100%" border="0">
|
2047
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2055
2048
|
<colgroup>
|
2056
2049
|
<col width="150px" class="parameters_name">
|
2057
2050
|
<col class="parameters_description">
|
@@ -2090,7 +2083,7 @@ g_file_info_set_attribute_int64 (<em class="parameter"><code><a class="link" hre
|
|
2090
2083
|
if possible.</p>
|
2091
2084
|
<div class="refsect3">
|
2092
2085
|
<a name="id-1.4.2.4.9.31.5"></a><h4>Parameters</h4>
|
2093
|
-
<div class="informaltable"><table width="100%" border="0">
|
2086
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2094
2087
|
<colgroup>
|
2095
2088
|
<col width="150px" class="parameters_name">
|
2096
2089
|
<col class="parameters_description">
|
@@ -2129,7 +2122,7 @@ g_file_info_set_attribute_object (<em class="parameter"><code><a class="link" hr
|
|
2129
2122
|
if possible.</p>
|
2130
2123
|
<div class="refsect3">
|
2131
2124
|
<a name="id-1.4.2.4.9.32.5"></a><h4>Parameters</h4>
|
2132
|
-
<div class="informaltable"><table width="100%" border="0">
|
2125
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2133
2126
|
<colgroup>
|
2134
2127
|
<col width="150px" class="parameters_name">
|
2135
2128
|
<col class="parameters_description">
|
@@ -2164,7 +2157,7 @@ g_file_info_clear_status (<em class="parameter"><code><a class="link" href="GFil
|
|
2164
2157
|
.</p>
|
2165
2158
|
<div class="refsect3">
|
2166
2159
|
<a name="id-1.4.2.4.9.33.5"></a><h4>Parameters</h4>
|
2167
|
-
<div class="informaltable"><table width="100%" border="0">
|
2160
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2168
2161
|
<colgroup>
|
2169
2162
|
<col width="150px" class="parameters_name">
|
2170
2163
|
<col class="parameters_description">
|
@@ -2187,7 +2180,7 @@ g_file_info_get_file_type (<em class="parameter"><code><a class="link" href="GFi
|
|
2187
2180
|
This is different from the file's content type, see <a class="link" href="GFileInfo.html#g-file-info-get-content-type" title="g_file_info_get_content_type ()"><code class="function">g_file_info_get_content_type()</code></a>.</p>
|
2188
2181
|
<div class="refsect3">
|
2189
2182
|
<a name="id-1.4.2.4.9.34.5"></a><h4>Parameters</h4>
|
2190
|
-
<div class="informaltable"><table width="100%" border="0">
|
2183
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2191
2184
|
<colgroup>
|
2192
2185
|
<col width="150px" class="parameters_name">
|
2193
2186
|
<col class="parameters_description">
|
@@ -2203,7 +2196,6 @@ This is different from the file's content type, see <a class="link" href="GFileI
|
|
2203
2196
|
<div class="refsect3">
|
2204
2197
|
<a name="id-1.4.2.4.9.34.6"></a><h4>Returns</h4>
|
2205
2198
|
<p> a <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a> for the given file.</p>
|
2206
|
-
<p></p>
|
2207
2199
|
</div>
|
2208
2200
|
</div>
|
2209
2201
|
<hr>
|
@@ -2214,7 +2206,7 @@ g_file_info_get_is_hidden (<em class="parameter"><code><a class="link" href="GFi
|
|
2214
2206
|
<p>Checks if a file is hidden.</p>
|
2215
2207
|
<div class="refsect3">
|
2216
2208
|
<a name="id-1.4.2.4.9.35.5"></a><h4>Parameters</h4>
|
2217
|
-
<div class="informaltable"><table width="100%" border="0">
|
2209
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2218
2210
|
<colgroup>
|
2219
2211
|
<col width="150px" class="parameters_name">
|
2220
2212
|
<col class="parameters_description">
|
@@ -2230,7 +2222,6 @@ g_file_info_get_is_hidden (<em class="parameter"><code><a class="link" href="GFi
|
|
2230
2222
|
<div class="refsect3">
|
2231
2223
|
<a name="id-1.4.2.4.9.35.6"></a><h4>Returns</h4>
|
2232
2224
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file is a hidden file, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2233
|
-
<p></p>
|
2234
2225
|
</div>
|
2235
2226
|
</div>
|
2236
2227
|
<hr>
|
@@ -2241,7 +2232,7 @@ g_file_info_get_is_backup (<em class="parameter"><code><a class="link" href="GFi
|
|
2241
2232
|
<p>Checks if a file is a backup file.</p>
|
2242
2233
|
<div class="refsect3">
|
2243
2234
|
<a name="id-1.4.2.4.9.36.5"></a><h4>Parameters</h4>
|
2244
|
-
<div class="informaltable"><table width="100%" border="0">
|
2235
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2245
2236
|
<colgroup>
|
2246
2237
|
<col width="150px" class="parameters_name">
|
2247
2238
|
<col class="parameters_description">
|
@@ -2257,7 +2248,6 @@ g_file_info_get_is_backup (<em class="parameter"><code><a class="link" href="GFi
|
|
2257
2248
|
<div class="refsect3">
|
2258
2249
|
<a name="id-1.4.2.4.9.36.6"></a><h4>Returns</h4>
|
2259
2250
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if file is a backup file, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2260
|
-
<p></p>
|
2261
2251
|
</div>
|
2262
2252
|
</div>
|
2263
2253
|
<hr>
|
@@ -2268,7 +2258,7 @@ g_file_info_get_is_symlink (<em class="parameter"><code><a class="link" href="GF
|
|
2268
2258
|
<p>Checks if a file is a symlink.</p>
|
2269
2259
|
<div class="refsect3">
|
2270
2260
|
<a name="id-1.4.2.4.9.37.5"></a><h4>Parameters</h4>
|
2271
|
-
<div class="informaltable"><table width="100%" border="0">
|
2261
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2272
2262
|
<colgroup>
|
2273
2263
|
<col width="150px" class="parameters_name">
|
2274
2264
|
<col class="parameters_description">
|
@@ -2285,7 +2275,6 @@ g_file_info_get_is_symlink (<em class="parameter"><code><a class="link" href="GF
|
|
2285
2275
|
<a name="id-1.4.2.4.9.37.6"></a><h4>Returns</h4>
|
2286
2276
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the given <em class="parameter"><code>info</code></em>
|
2287
2277
|
is a symlink.</p>
|
2288
|
-
<p></p>
|
2289
2278
|
</div>
|
2290
2279
|
</div>
|
2291
2280
|
<hr>
|
@@ -2296,7 +2285,7 @@ g_file_info_get_name (<em class="parameter"><code><a class="link" href="GFileInf
|
|
2296
2285
|
<p>Gets the name for a file.</p>
|
2297
2286
|
<div class="refsect3">
|
2298
2287
|
<a name="id-1.4.2.4.9.38.5"></a><h4>Parameters</h4>
|
2299
|
-
<div class="informaltable"><table width="100%" border="0">
|
2288
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2300
2289
|
<colgroup>
|
2301
2290
|
<col width="150px" class="parameters_name">
|
2302
2291
|
<col class="parameters_description">
|
@@ -2312,7 +2301,6 @@ g_file_info_get_name (<em class="parameter"><code><a class="link" href="GFileInf
|
|
2312
2301
|
<div class="refsect3">
|
2313
2302
|
<a name="id-1.4.2.4.9.38.6"></a><h4>Returns</h4>
|
2314
2303
|
<p> a string containing the file name.</p>
|
2315
|
-
<p></p>
|
2316
2304
|
</div>
|
2317
2305
|
</div>
|
2318
2306
|
<hr>
|
@@ -2323,7 +2311,7 @@ g_file_info_get_display_name (<em class="parameter"><code><a class="link" href="
|
|
2323
2311
|
<p>Gets a display name for a file.</p>
|
2324
2312
|
<div class="refsect3">
|
2325
2313
|
<a name="id-1.4.2.4.9.39.5"></a><h4>Parameters</h4>
|
2326
|
-
<div class="informaltable"><table width="100%" border="0">
|
2314
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2327
2315
|
<colgroup>
|
2328
2316
|
<col width="150px" class="parameters_name">
|
2329
2317
|
<col class="parameters_description">
|
@@ -2339,7 +2327,6 @@ g_file_info_get_display_name (<em class="parameter"><code><a class="link" href="
|
|
2339
2327
|
<div class="refsect3">
|
2340
2328
|
<a name="id-1.4.2.4.9.39.6"></a><h4>Returns</h4>
|
2341
2329
|
<p> a string containing the display name.</p>
|
2342
|
-
<p></p>
|
2343
2330
|
</div>
|
2344
2331
|
</div>
|
2345
2332
|
<hr>
|
@@ -2350,7 +2337,7 @@ g_file_info_get_edit_name (<em class="parameter"><code><a class="link" href="GFi
|
|
2350
2337
|
<p>Gets the edit name for a file.</p>
|
2351
2338
|
<div class="refsect3">
|
2352
2339
|
<a name="id-1.4.2.4.9.40.5"></a><h4>Parameters</h4>
|
2353
|
-
<div class="informaltable"><table width="100%" border="0">
|
2340
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2354
2341
|
<colgroup>
|
2355
2342
|
<col width="150px" class="parameters_name">
|
2356
2343
|
<col class="parameters_description">
|
@@ -2366,7 +2353,6 @@ g_file_info_get_edit_name (<em class="parameter"><code><a class="link" href="GFi
|
|
2366
2353
|
<div class="refsect3">
|
2367
2354
|
<a name="id-1.4.2.4.9.40.6"></a><h4>Returns</h4>
|
2368
2355
|
<p> a string containing the edit name.</p>
|
2369
|
-
<p></p>
|
2370
2356
|
</div>
|
2371
2357
|
</div>
|
2372
2358
|
<hr>
|
@@ -2377,7 +2363,7 @@ g_file_info_get_icon (<em class="parameter"><code><a class="link" href="GFileInf
|
|
2377
2363
|
<p>Gets the icon for a file.</p>
|
2378
2364
|
<div class="refsect3">
|
2379
2365
|
<a name="id-1.4.2.4.9.41.5"></a><h4>Parameters</h4>
|
2380
|
-
<div class="informaltable"><table width="100%" border="0">
|
2366
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2381
2367
|
<colgroup>
|
2382
2368
|
<col width="150px" class="parameters_name">
|
2383
2369
|
<col class="parameters_description">
|
@@ -2405,7 +2391,7 @@ g_file_info_get_symbolic_icon (<em class="parameter"><code><a class="link" href=
|
|
2405
2391
|
<p>Gets the symbolic icon for a file.</p>
|
2406
2392
|
<div class="refsect3">
|
2407
2393
|
<a name="id-1.4.2.4.9.42.5"></a><h4>Parameters</h4>
|
2408
|
-
<div class="informaltable"><table width="100%" border="0">
|
2394
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2409
2395
|
<colgroup>
|
2410
2396
|
<col width="150px" class="parameters_name">
|
2411
2397
|
<col class="parameters_description">
|
@@ -2424,7 +2410,7 @@ g_file_info_get_symbolic_icon (<em class="parameter"><code><a class="link" href=
|
|
2424
2410
|
. </p>
|
2425
2411
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2426
2412
|
</div>
|
2427
|
-
<p class="since">Since 2.34</p>
|
2413
|
+
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
2428
2414
|
</div>
|
2429
2415
|
<hr>
|
2430
2416
|
<div class="refsect2">
|
@@ -2434,7 +2420,7 @@ g_file_info_get_content_type (<em class="parameter"><code><a class="link" href="
|
|
2434
2420
|
<p>Gets the file's content type.</p>
|
2435
2421
|
<div class="refsect3">
|
2436
2422
|
<a name="id-1.4.2.4.9.43.5"></a><h4>Parameters</h4>
|
2437
|
-
<div class="informaltable"><table width="100%" border="0">
|
2423
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2438
2424
|
<colgroup>
|
2439
2425
|
<col width="150px" class="parameters_name">
|
2440
2426
|
<col class="parameters_description">
|
@@ -2450,7 +2436,6 @@ g_file_info_get_content_type (<em class="parameter"><code><a class="link" href="
|
|
2450
2436
|
<div class="refsect3">
|
2451
2437
|
<a name="id-1.4.2.4.9.43.6"></a><h4>Returns</h4>
|
2452
2438
|
<p> a string containing the file's content type.</p>
|
2453
|
-
<p></p>
|
2454
2439
|
</div>
|
2455
2440
|
</div>
|
2456
2441
|
<hr>
|
@@ -2461,7 +2446,7 @@ g_file_info_get_size (<em class="parameter"><code><a class="link" href="GFileInf
|
|
2461
2446
|
<p>Gets the file's size.</p>
|
2462
2447
|
<div class="refsect3">
|
2463
2448
|
<a name="id-1.4.2.4.9.44.5"></a><h4>Parameters</h4>
|
2464
|
-
<div class="informaltable"><table width="100%" border="0">
|
2449
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2465
2450
|
<colgroup>
|
2466
2451
|
<col width="150px" class="parameters_name">
|
2467
2452
|
<col class="parameters_description">
|
@@ -2477,7 +2462,6 @@ g_file_info_get_size (<em class="parameter"><code><a class="link" href="GFileInf
|
|
2477
2462
|
<div class="refsect3">
|
2478
2463
|
<a name="id-1.4.2.4.9.44.6"></a><h4>Returns</h4>
|
2479
2464
|
<p> a <a href="../glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> containing the file's size.</p>
|
2480
|
-
<p></p>
|
2481
2465
|
</div>
|
2482
2466
|
</div>
|
2483
2467
|
<hr>
|
@@ -2492,7 +2476,7 @@ in <em class="parameter"><code>result</code></em>
|
|
2492
2476
|
.</p>
|
2493
2477
|
<div class="refsect3">
|
2494
2478
|
<a name="id-1.4.2.4.9.45.5"></a><h4>Parameters</h4>
|
2495
|
-
<div class="informaltable"><table width="100%" border="0">
|
2479
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2496
2480
|
<colgroup>
|
2497
2481
|
<col width="150px" class="parameters_name">
|
2498
2482
|
<col class="parameters_description">
|
@@ -2521,7 +2505,7 @@ g_file_info_get_symlink_target (<em class="parameter"><code><a class="link" href
|
|
2521
2505
|
<p>Gets the symlink target for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</p>
|
2522
2506
|
<div class="refsect3">
|
2523
2507
|
<a name="id-1.4.2.4.9.46.5"></a><h4>Parameters</h4>
|
2524
|
-
<div class="informaltable"><table width="100%" border="0">
|
2508
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2525
2509
|
<colgroup>
|
2526
2510
|
<col width="150px" class="parameters_name">
|
2527
2511
|
<col class="parameters_description">
|
@@ -2537,7 +2521,6 @@ g_file_info_get_symlink_target (<em class="parameter"><code><a class="link" href
|
|
2537
2521
|
<div class="refsect3">
|
2538
2522
|
<a name="id-1.4.2.4.9.46.6"></a><h4>Returns</h4>
|
2539
2523
|
<p> a string containing the symlink target.</p>
|
2540
|
-
<p></p>
|
2541
2524
|
</div>
|
2542
2525
|
</div>
|
2543
2526
|
<hr>
|
@@ -2549,7 +2532,7 @@ g_file_info_get_etag (<em class="parameter"><code><a class="link" href="GFileInf
|
|
2549
2532
|
<a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>. See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ETAG-VALUE:CAPS" title="G_FILE_ATTRIBUTE_ETAG_VALUE"><code class="literal">G_FILE_ATTRIBUTE_ETAG_VALUE</code></a>.</p>
|
2550
2533
|
<div class="refsect3">
|
2551
2534
|
<a name="id-1.4.2.4.9.47.5"></a><h4>Parameters</h4>
|
2552
|
-
<div class="informaltable"><table width="100%" border="0">
|
2535
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2553
2536
|
<colgroup>
|
2554
2537
|
<col width="150px" class="parameters_name">
|
2555
2538
|
<col class="parameters_description">
|
@@ -2565,7 +2548,6 @@ g_file_info_get_etag (<em class="parameter"><code><a class="link" href="GFileInf
|
|
2565
2548
|
<div class="refsect3">
|
2566
2549
|
<a name="id-1.4.2.4.9.47.6"></a><h4>Returns</h4>
|
2567
2550
|
<p> a string containing the value of the "etag:value" attribute.</p>
|
2568
|
-
<p></p>
|
2569
2551
|
</div>
|
2570
2552
|
</div>
|
2571
2553
|
<hr>
|
@@ -2577,7 +2559,7 @@ g_file_info_get_sort_order (<em class="parameter"><code><a class="link" href="GF
|
|
2577
2559
|
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</code></a>.</p>
|
2578
2560
|
<div class="refsect3">
|
2579
2561
|
<a name="id-1.4.2.4.9.48.5"></a><h4>Parameters</h4>
|
2580
|
-
<div class="informaltable"><table width="100%" border="0">
|
2562
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2581
2563
|
<colgroup>
|
2582
2564
|
<col width="150px" class="parameters_name">
|
2583
2565
|
<col class="parameters_description">
|
@@ -2593,7 +2575,6 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CA
|
|
2593
2575
|
<div class="refsect3">
|
2594
2576
|
<a name="id-1.4.2.4.9.48.6"></a><h4>Returns</h4>
|
2595
2577
|
<p> a <a href="../glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> containing the value of the "standard::sort_order" attribute.</p>
|
2596
|
-
<p></p>
|
2597
2578
|
</div>
|
2598
2579
|
</div>
|
2599
2580
|
<hr>
|
@@ -2606,7 +2587,7 @@ available in G_FILE_ATTRIBUTE_TRASH_DELETION_DATE. If the
|
|
2606
2587
|
G_FILE_ATTRIBUTE_TRASH_DELETION_DATE attribute is unset, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p>
|
2607
2588
|
<div class="refsect3">
|
2608
2589
|
<a name="id-1.4.2.4.9.49.5"></a><h4>Parameters</h4>
|
2609
|
-
<div class="informaltable"><table width="100%" border="0">
|
2590
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2610
2591
|
<colgroup>
|
2611
2592
|
<col width="150px" class="parameters_name">
|
2612
2593
|
<col class="parameters_description">
|
@@ -2622,9 +2603,8 @@ G_FILE_ATTRIBUTE_TRASH_DELETION_DATE attribute is unset, <a href="../glib/glib-S
|
|
2622
2603
|
<div class="refsect3">
|
2623
2604
|
<a name="id-1.4.2.4.9.49.6"></a><h4>Returns</h4>
|
2624
2605
|
<p> a <a href="../glib/glib-GDateTime.html#GDateTime"><span class="type">GDateTime</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
2625
|
-
<p></p>
|
2626
2606
|
</div>
|
2627
|
-
<p class="since">Since 2.36</p>
|
2607
|
+
<p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
|
2628
2608
|
</div>
|
2629
2609
|
<hr>
|
2630
2610
|
<div class="refsect2">
|
@@ -2637,7 +2617,7 @@ g_file_info_set_attribute_mask (<em class="parameter"><code><a class="link" href
|
|
2637
2617
|
to match specific attribute types.</p>
|
2638
2618
|
<div class="refsect3">
|
2639
2619
|
<a name="id-1.4.2.4.9.50.5"></a><h4>Parameters</h4>
|
2640
|
-
<div class="informaltable"><table width="100%" border="0">
|
2620
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2641
2621
|
<colgroup>
|
2642
2622
|
<col width="150px" class="parameters_name">
|
2643
2623
|
<col class="parameters_description">
|
@@ -2667,7 +2647,7 @@ g_file_info_unset_attribute_mask (<em class="parameter"><code><a class="link" hr
|
|
2667
2647
|
is set.</p>
|
2668
2648
|
<div class="refsect3">
|
2669
2649
|
<a name="id-1.4.2.4.9.51.5"></a><h4>Parameters</h4>
|
2670
|
-
<div class="informaltable"><table width="100%" border="0">
|
2650
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2671
2651
|
<colgroup>
|
2672
2652
|
<col width="150px" class="parameters_name">
|
2673
2653
|
<col class="parameters_description">
|
@@ -2692,7 +2672,7 @@ g_file_info_set_file_type (<em class="parameter"><code><a class="link" href="GFi
|
|
2692
2672
|
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_TYPE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_TYPE</code></a>.</p>
|
2693
2673
|
<div class="refsect3">
|
2694
2674
|
<a name="id-1.4.2.4.9.52.5"></a><h4>Parameters</h4>
|
2695
|
-
<div class="informaltable"><table width="100%" border="0">
|
2675
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2696
2676
|
<colgroup>
|
2697
2677
|
<col width="150px" class="parameters_name">
|
2698
2678
|
<col class="parameters_description">
|
@@ -2724,7 +2704,7 @@ g_file_info_set_is_hidden (<em class="parameter"><code><a class="link" href="GFi
|
|
2724
2704
|
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</code></a>.</p>
|
2725
2705
|
<div class="refsect3">
|
2726
2706
|
<a name="id-1.4.2.4.9.53.5"></a><h4>Parameters</h4>
|
2727
|
-
<div class="informaltable"><table width="100%" border="0">
|
2707
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2728
2708
|
<colgroup>
|
2729
2709
|
<col width="150px" class="parameters_name">
|
2730
2710
|
<col class="parameters_description">
|
@@ -2756,7 +2736,7 @@ g_file_info_set_is_symlink (<em class="parameter"><code><a class="link" href="GF
|
|
2756
2736
|
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</code></a>.</p>
|
2757
2737
|
<div class="refsect3">
|
2758
2738
|
<a name="id-1.4.2.4.9.54.5"></a><h4>Parameters</h4>
|
2759
|
-
<div class="informaltable"><table width="100%" border="0">
|
2739
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2760
2740
|
<colgroup>
|
2761
2741
|
<col width="150px" class="parameters_name">
|
2762
2742
|
<col class="parameters_description">
|
@@ -2787,7 +2767,7 @@ g_file_info_set_name (<em class="parameter"><code><a class="link" href="GFileInf
|
|
2787
2767
|
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_NAME"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_NAME</code></a>.</p>
|
2788
2768
|
<div class="refsect3">
|
2789
2769
|
<a name="id-1.4.2.4.9.55.5"></a><h4>Parameters</h4>
|
2790
|
-
<div class="informaltable"><table width="100%" border="0">
|
2770
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2791
2771
|
<colgroup>
|
2792
2772
|
<col width="150px" class="parameters_name">
|
2793
2773
|
<col class="parameters_description">
|
@@ -2818,7 +2798,7 @@ g_file_info_set_display_name (<em class="parameter"><code><a class="link" href="
|
|
2818
2798
|
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</code></a>.</p>
|
2819
2799
|
<div class="refsect3">
|
2820
2800
|
<a name="id-1.4.2.4.9.56.5"></a><h4>Parameters</h4>
|
2821
|
-
<div class="informaltable"><table width="100%" border="0">
|
2801
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2822
2802
|
<colgroup>
|
2823
2803
|
<col width="150px" class="parameters_name">
|
2824
2804
|
<col class="parameters_description">
|
@@ -2849,7 +2829,7 @@ g_file_info_set_edit_name (<em class="parameter"><code><a class="link" href="GFi
|
|
2849
2829
|
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</code></a>.</p>
|
2850
2830
|
<div class="refsect3">
|
2851
2831
|
<a name="id-1.4.2.4.9.57.5"></a><h4>Parameters</h4>
|
2852
|
-
<div class="informaltable"><table width="100%" border="0">
|
2832
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2853
2833
|
<colgroup>
|
2854
2834
|
<col width="150px" class="parameters_name">
|
2855
2835
|
<col class="parameters_description">
|
@@ -2880,7 +2860,7 @@ g_file_info_set_icon (<em class="parameter"><code><a class="link" href="GFileInf
|
|
2880
2860
|
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_ICON"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_ICON</code></a>.</p>
|
2881
2861
|
<div class="refsect3">
|
2882
2862
|
<a name="id-1.4.2.4.9.58.5"></a><h4>Parameters</h4>
|
2883
|
-
<div class="informaltable"><table width="100%" border="0">
|
2863
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2884
2864
|
<colgroup>
|
2885
2865
|
<col width="150px" class="parameters_name">
|
2886
2866
|
<col class="parameters_description">
|
@@ -2911,7 +2891,7 @@ g_file_info_set_symbolic_icon (<em class="parameter"><code><a class="link" href=
|
|
2911
2891
|
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMBOLIC-ICON:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON</code></a>.</p>
|
2912
2892
|
<div class="refsect3">
|
2913
2893
|
<a name="id-1.4.2.4.9.59.5"></a><h4>Parameters</h4>
|
2914
|
-
<div class="informaltable"><table width="100%" border="0">
|
2894
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2915
2895
|
<colgroup>
|
2916
2896
|
<col width="150px" class="parameters_name">
|
2917
2897
|
<col class="parameters_description">
|
@@ -2931,7 +2911,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMBOLIC-ICON
|
|
2931
2911
|
</tbody>
|
2932
2912
|
</table></div>
|
2933
2913
|
</div>
|
2934
|
-
<p class="since">Since 2.34</p>
|
2914
|
+
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
2935
2915
|
</div>
|
2936
2916
|
<hr>
|
2937
2917
|
<div class="refsect2">
|
@@ -2943,7 +2923,7 @@ g_file_info_set_content_type (<em class="parameter"><code><a class="link" href="
|
|
2943
2923
|
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</code></a>.</p>
|
2944
2924
|
<div class="refsect3">
|
2945
2925
|
<a name="id-1.4.2.4.9.60.5"></a><h4>Parameters</h4>
|
2946
|
-
<div class="informaltable"><table width="100%" border="0">
|
2926
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2947
2927
|
<colgroup>
|
2948
2928
|
<col width="150px" class="parameters_name">
|
2949
2929
|
<col class="parameters_description">
|
@@ -2974,7 +2954,7 @@ g_file_info_set_size (<em class="parameter"><code><a class="link" href="GFileInf
|
|
2974
2954
|
to the given size.</p>
|
2975
2955
|
<div class="refsect3">
|
2976
2956
|
<a name="id-1.4.2.4.9.61.5"></a><h4>Parameters</h4>
|
2977
|
-
<div class="informaltable"><table width="100%" border="0">
|
2957
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2978
2958
|
<colgroup>
|
2979
2959
|
<col width="150px" class="parameters_name">
|
2980
2960
|
<col class="parameters_description">
|
@@ -3005,7 +2985,7 @@ g_file_info_set_modification_time (<em class="parameter"><code><a class="link" h
|
|
3005
2985
|
info to the given time value.</p>
|
3006
2986
|
<div class="refsect3">
|
3007
2987
|
<a name="id-1.4.2.4.9.62.5"></a><h4>Parameters</h4>
|
3008
|
-
<div class="informaltable"><table width="100%" border="0">
|
2988
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3009
2989
|
<colgroup>
|
3010
2990
|
<col width="150px" class="parameters_name">
|
3011
2991
|
<col class="parameters_description">
|
@@ -3036,7 +3016,7 @@ g_file_info_set_symlink_target (<em class="parameter"><code><a class="link" href
|
|
3036
3016
|
to the given symlink target.</p>
|
3037
3017
|
<div class="refsect3">
|
3038
3018
|
<a name="id-1.4.2.4.9.63.5"></a><h4>Parameters</h4>
|
3039
|
-
<div class="informaltable"><table width="100%" border="0">
|
3019
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3040
3020
|
<colgroup>
|
3041
3021
|
<col width="150px" class="parameters_name">
|
3042
3022
|
<col class="parameters_description">
|
@@ -3067,7 +3047,7 @@ g_file_info_set_sort_order (<em class="parameter"><code><a class="link" href="GF
|
|
3067
3047
|
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</code></a>.</p>
|
3068
3048
|
<div class="refsect3">
|
3069
3049
|
<a name="id-1.4.2.4.9.64.5"></a><h4>Parameters</h4>
|
3070
|
-
<div class="informaltable"><table width="100%" border="0">
|
3050
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3071
3051
|
<colgroup>
|
3072
3052
|
<col width="150px" class="parameters_name">
|
3073
3053
|
<col class="parameters_description">
|
@@ -3116,7 +3096,7 @@ namespace and all keys in the unix namespace.</p></li>
|
|
3116
3096
|
</div>
|
3117
3097
|
<div class="refsect3">
|
3118
3098
|
<a name="id-1.4.2.4.9.65.7"></a><h4>Parameters</h4>
|
3119
|
-
<div class="informaltable"><table width="100%" border="0">
|
3099
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3120
3100
|
<colgroup>
|
3121
3101
|
<col width="150px" class="parameters_name">
|
3122
3102
|
<col class="parameters_description">
|
@@ -3132,7 +3112,6 @@ namespace and all keys in the unix namespace.</p></li>
|
|
3132
3112
|
<div class="refsect3">
|
3133
3113
|
<a name="id-1.4.2.4.9.65.8"></a><h4>Returns</h4>
|
3134
3114
|
<p> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a></p>
|
3135
|
-
<p></p>
|
3136
3115
|
</div>
|
3137
3116
|
</div>
|
3138
3117
|
<hr>
|
@@ -3143,7 +3122,7 @@ g_file_attribute_matcher_ref (<em class="parameter"><code><a class="link" href="
|
|
3143
3122
|
<p>References a file attribute matcher.</p>
|
3144
3123
|
<div class="refsect3">
|
3145
3124
|
<a name="id-1.4.2.4.9.66.5"></a><h4>Parameters</h4>
|
3146
|
-
<div class="informaltable"><table width="100%" border="0">
|
3125
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3147
3126
|
<colgroup>
|
3148
3127
|
<col width="150px" class="parameters_name">
|
3149
3128
|
<col class="parameters_description">
|
@@ -3159,7 +3138,6 @@ g_file_attribute_matcher_ref (<em class="parameter"><code><a class="link" href="
|
|
3159
3138
|
<div class="refsect3">
|
3160
3139
|
<a name="id-1.4.2.4.9.66.6"></a><h4>Returns</h4>
|
3161
3140
|
<p> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</p>
|
3162
|
-
<p></p>
|
3163
3141
|
</div>
|
3164
3142
|
</div>
|
3165
3143
|
<hr>
|
@@ -3180,7 +3158,7 @@ is a limitation of the current implementation, but may be fixed
|
|
3180
3158
|
in the future.</p>
|
3181
3159
|
<div class="refsect3">
|
3182
3160
|
<a name="id-1.4.2.4.9.67.6"></a><h4>Parameters</h4>
|
3183
|
-
<div class="informaltable"><table width="100%" border="0">
|
3161
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3184
3162
|
<colgroup>
|
3185
3163
|
<col width="150px" class="parameters_name">
|
3186
3164
|
<col class="parameters_description">
|
@@ -3206,7 +3184,6 @@ in the future.</p>
|
|
3206
3184
|
<em class="parameter"><code>matcher</code></em>
|
3207
3185
|
that are not matched by <em class="parameter"><code>subtract</code></em>
|
3208
3186
|
</p>
|
3209
|
-
<p></p>
|
3210
3187
|
</div>
|
3211
3188
|
</div>
|
3212
3189
|
<hr>
|
@@ -3220,7 +3197,7 @@ the <em class="parameter"><code>matcher</code></em>
|
|
3220
3197
|
is automatically freed.</p>
|
3221
3198
|
<div class="refsect3">
|
3222
3199
|
<a name="id-1.4.2.4.9.68.5"></a><h4>Parameters</h4>
|
3223
|
-
<div class="informaltable"><table width="100%" border="0">
|
3200
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3224
3201
|
<colgroup>
|
3225
3202
|
<col width="150px" class="parameters_name">
|
3226
3203
|
<col class="parameters_description">
|
@@ -3245,7 +3222,7 @@ the matcher was created with the "*" matching string, this function
|
|
3245
3222
|
will always return <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
3246
3223
|
<div class="refsect3">
|
3247
3224
|
<a name="id-1.4.2.4.9.69.5"></a><h4>Parameters</h4>
|
3248
|
-
<div class="informaltable"><table width="100%" border="0">
|
3225
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3249
3226
|
<colgroup>
|
3250
3227
|
<col width="150px" class="parameters_name">
|
3251
3228
|
<col class="parameters_description">
|
@@ -3270,7 +3247,6 @@ will always return <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code c
|
|
3270
3247
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>attribute</code></em>
|
3271
3248
|
matches <em class="parameter"><code>matcher</code></em>
|
3272
3249
|
. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
3273
|
-
<p></p>
|
3274
3250
|
</div>
|
3275
3251
|
</div>
|
3276
3252
|
<hr>
|
@@ -3283,7 +3259,7 @@ g_file_attribute_matcher_matches_only (<em class="parameter"><code><a class="lin
|
|
3283
3259
|
returns <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if "*" was used when creating the matcher.</p>
|
3284
3260
|
<div class="refsect3">
|
3285
3261
|
<a name="id-1.4.2.4.9.70.5"></a><h4>Parameters</h4>
|
3286
|
-
<div class="informaltable"><table width="100%" border="0">
|
3262
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3287
3263
|
<colgroup>
|
3288
3264
|
<col width="150px" class="parameters_name">
|
3289
3265
|
<col class="parameters_description">
|
@@ -3307,7 +3283,6 @@ returns <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="lite
|
|
3307
3283
|
<a name="id-1.4.2.4.9.70.6"></a><h4>Returns</h4>
|
3308
3284
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the matcher only matches <em class="parameter"><code>attribute</code></em>
|
3309
3285
|
. <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
3310
|
-
<p></p>
|
3311
3286
|
</div>
|
3312
3287
|
</div>
|
3313
3288
|
<hr>
|
@@ -3325,7 +3300,7 @@ using "*" and namespace is anything.)</p>
|
|
3325
3300
|
<p>TODO: this is awkwardly worded.</p>
|
3326
3301
|
<div class="refsect3">
|
3327
3302
|
<a name="id-1.4.2.4.9.71.6"></a><h4>Parameters</h4>
|
3328
|
-
<div class="informaltable"><table width="100%" border="0">
|
3303
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3329
3304
|
<colgroup>
|
3330
3305
|
<col width="150px" class="parameters_name">
|
3331
3306
|
<col class="parameters_description">
|
@@ -3350,7 +3325,6 @@ using "*" and namespace is anything.)</p>
|
|
3350
3325
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the matcher matches all of the entries
|
3351
3326
|
in the given <em class="parameter"><code>ns</code></em>
|
3352
3327
|
, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
3353
|
-
<p></p>
|
3354
3328
|
</div>
|
3355
3329
|
</div>
|
3356
3330
|
<hr>
|
@@ -3362,7 +3336,7 @@ g_file_attribute_matcher_enumerate_next
|
|
3362
3336
|
<p>Gets the next matched attribute from a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</p>
|
3363
3337
|
<div class="refsect3">
|
3364
3338
|
<a name="id-1.4.2.4.9.72.5"></a><h4>Parameters</h4>
|
3365
|
-
<div class="informaltable"><table width="100%" border="0">
|
3339
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3366
3340
|
<colgroup>
|
3367
3341
|
<col width="150px" class="parameters_name">
|
3368
3342
|
<col class="parameters_description">
|
@@ -3379,7 +3353,6 @@ g_file_attribute_matcher_enumerate_next
|
|
3379
3353
|
<a name="id-1.4.2.4.9.72.6"></a><h4>Returns</h4>
|
3380
3354
|
<p> a string containing the next attribute or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
3381
3355
|
no more attribute exist.</p>
|
3382
|
-
<p></p>
|
3383
3356
|
</div>
|
3384
3357
|
</div>
|
3385
3358
|
<hr>
|
@@ -3393,7 +3366,7 @@ The output however, might not be identical, as the matcher may
|
|
3393
3366
|
decide to use a different order or omit needless parts.</p>
|
3394
3367
|
<div class="refsect3">
|
3395
3368
|
<a name="id-1.4.2.4.9.73.5"></a><h4>Parameters</h4>
|
3396
|
-
<div class="informaltable"><table width="100%" border="0">
|
3369
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3397
3370
|
<colgroup>
|
3398
3371
|
<col width="150px" class="parameters_name">
|
3399
3372
|
<col class="parameters_description">
|
@@ -3411,9 +3384,8 @@ decide to use a different order or omit needless parts.</p>
|
|
3411
3384
|
<p> a string describing the attributes the matcher matches
|
3412
3385
|
against or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>matcher</code></em>
|
3413
3386
|
was <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
3414
|
-
<p></p>
|
3415
3387
|
</div>
|
3416
|
-
<p class="since">Since 2.32</p>
|
3388
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
3417
3389
|
</div>
|
3418
3390
|
</div>
|
3419
3391
|
<div class="refsect1">
|
@@ -3429,7 +3401,7 @@ was <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">
|
|
3429
3401
|
<p>Indicates the file's on-disk type.</p>
|
3430
3402
|
<div class="refsect3">
|
3431
3403
|
<a name="id-1.4.2.4.10.3.4"></a><h4>Members</h4>
|
3432
|
-
<div class="informaltable"><table width="100%" border="0">
|
3404
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3433
3405
|
<colgroup>
|
3434
3406
|
<col width="300px" class="enum_members_name">
|
3435
3407
|
<col class="enum_members_description">
|
@@ -3542,6 +3514,18 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
|
|
3542
3514
|
</div>
|
3543
3515
|
<hr>
|
3544
3516
|
<div class="refsect2">
|
3517
|
+
<a name="G-FILE-ATTRIBUTE-STANDARD-IS-VOLATILE:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE</h3>
|
3518
|
+
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE "standard::is-volatile" /* boolean */
|
3519
|
+
</pre>
|
3520
|
+
<p>A key in the "standard" namespace for checking if a file is
|
3521
|
+
volatile. This is meant for opaque, non-POSIX-like backends to
|
3522
|
+
indicate that the URI is not persistent. Applications should look
|
3523
|
+
at <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET"><span class="type">G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</span></a> for the persistent URI.</p>
|
3524
|
+
<p>Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
|
3525
|
+
<p class="since">Since: <a class="link" href="api-index-2-46.html#api-index-2.46">2.46</a></p>
|
3526
|
+
</div>
|
3527
|
+
<hr>
|
3528
|
+
<div class="refsect2">
|
3545
3529
|
<a name="G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_NAME</h3>
|
3546
3530
|
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_NAME "standard::name" /* byte string */
|
3547
3531
|
</pre>
|
@@ -3604,7 +3588,7 @@ The value for this key should contain a <a class="link" href="GIcon.html" title=
|
|
3604
3588
|
<p>A key in the "standard" namespace for getting the symbolic icon for the file.
|
3605
3589
|
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-OBJECT:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_OBJECT</code></a>.
|
3606
3590
|
The value for this key should contain a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.</p>
|
3607
|
-
<p class="since">Since 2.34</p>
|
3591
|
+
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
3608
3592
|
</div>
|
3609
3593
|
<hr>
|
3610
3594
|
<div class="refsect2">
|
@@ -3644,7 +3628,7 @@ that is consumed by the file (in bytes). This will generally be larger
|
|
3644
3628
|
than the file size (due to block size overhead) but can occasionally be
|
3645
3629
|
smaller (for example, for sparse files).
|
3646
3630
|
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
|
3647
|
-
<p class="since">Since 2.20</p>
|
3631
|
+
<p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
|
3648
3632
|
</div>
|
3649
3633
|
<hr>
|
3650
3634
|
<div class="refsect2">
|
@@ -3800,7 +3784,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
|
|
3800
3784
|
</pre>
|
3801
3785
|
<p>A key in the "mountable" namespace for getting the unix device file.
|
3802
3786
|
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
|
3803
|
-
<p class="since">Since 2.22</p>
|
3787
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
3804
3788
|
</div>
|
3805
3789
|
<hr>
|
3806
3790
|
<div class="refsect2">
|
@@ -3817,7 +3801,7 @@ file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttribute
|
|
3817
3801
|
</pre>
|
3818
3802
|
<p>A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be polled.
|
3819
3803
|
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
|
3820
|
-
<p class="since">Since 2.22</p>
|
3804
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
3821
3805
|
</div>
|
3822
3806
|
<hr>
|
3823
3807
|
<div class="refsect2">
|
@@ -3827,7 +3811,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
|
|
3827
3811
|
<p>A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE)
|
3828
3812
|
is automatically polled for media.
|
3829
3813
|
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
|
3830
|
-
<p class="since">Since 2.22</p>
|
3814
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
3831
3815
|
</div>
|
3832
3816
|
<hr>
|
3833
3817
|
<div class="refsect2">
|
@@ -3836,7 +3820,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
|
|
3836
3820
|
</pre>
|
3837
3821
|
<p>A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be started.
|
3838
3822
|
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
|
3839
|
-
<p class="since">Since 2.22</p>
|
3823
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
3840
3824
|
</div>
|
3841
3825
|
<hr>
|
3842
3826
|
<div class="refsect2">
|
@@ -3846,7 +3830,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
|
|
3846
3830
|
<p>A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be started
|
3847
3831
|
degraded.
|
3848
3832
|
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
|
3849
|
-
<p class="since">Since 2.22</p>
|
3833
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
3850
3834
|
</div>
|
3851
3835
|
<hr>
|
3852
3836
|
<div class="refsect2">
|
@@ -3855,7 +3839,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
|
|
3855
3839
|
</pre>
|
3856
3840
|
<p>A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be stopped.
|
3857
3841
|
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
|
3858
|
-
<p class="since">Since 2.22</p>
|
3842
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
3859
3843
|
</div>
|
3860
3844
|
<hr>
|
3861
3845
|
<div class="refsect2">
|
@@ -3864,7 +3848,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
|
|
3864
3848
|
</pre>
|
3865
3849
|
<p>A key in the "mountable" namespace for getting the <a class="link" href="GDrive.html#GDriveStartStopType" title="enum GDriveStartStopType"><span class="type">GDriveStartStopType</span></a>.
|
3866
3850
|
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
|
3867
|
-
<p class="since">Since 2.22</p>
|
3851
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
3868
3852
|
</div>
|
3869
3853
|
<hr>
|
3870
3854
|
<div class="refsect2">
|
@@ -4116,7 +4100,7 @@ and <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal"
|
|
4116
4100
|
<p>If <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAILING-FAILED:CAPS" title="G_FILE_ATTRIBUTE_THUMBNAILING_FAILED"><code class="literal">G_FILE_ATTRIBUTE_THUMBNAILING_FAILED</code></a> is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and this attribute is <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>,
|
4117
4101
|
it indicates that thumbnailing may be attempted again and may succeed.</p>
|
4118
4102
|
<p>Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
|
4119
|
-
<p class="since">Since 2.40</p>
|
4103
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
4120
4104
|
</div>
|
4121
4105
|
<hr>
|
4122
4106
|
<div class="refsect2">
|
@@ -4128,7 +4112,7 @@ used to get preview of the file. For example, it may be a low
|
|
4128
4112
|
resolution thumbnail without metadata. Corresponding
|
4129
4113
|
<a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-OBJECT:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_OBJECT</code></a>. The value
|
4130
4114
|
for this key should contain a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.</p>
|
4131
|
-
<p class="since">Since 2.20</p>
|
4115
|
+
<p class="since">Since: <a class="link" href="api-index-2-20.html#api-index-2.20">2.20</a></p>
|
4132
4116
|
</div>
|
4133
4117
|
<hr>
|
4134
4118
|
<div class="refsect2">
|
@@ -4156,7 +4140,7 @@ file system. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAt
|
|
4156
4140
|
<p>A key in the "filesystem" namespace for getting the number of bytes of used on the
|
4157
4141
|
file system. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
4158
4142
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
|
4159
|
-
<p class="since">Since 2.32</p>
|
4143
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
4160
4144
|
</div>
|
4161
4145
|
<hr>
|
4162
4146
|
<div class="refsect2">
|
@@ -4212,7 +4196,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
|
|
4212
4196
|
items in "trash:///", will return the date and time when the file
|
4213
4197
|
was trashed. The format of the returned string is YYYY-MM-DDThh:mm:ss.
|
4214
4198
|
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
|
4215
|
-
<p class="since">Since 2.24</p>
|
4199
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4216
4200
|
</div>
|
4217
4201
|
<hr>
|
4218
4202
|
<div class="refsect2">
|
@@ -4223,7 +4207,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"
|
|
4223
4207
|
items in "trash:///", will return the original path to the file before it
|
4224
4208
|
was trashed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
4225
4209
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.</p>
|
4226
|
-
<p class="since">Since 2.24</p>
|
4210
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4227
4211
|
</div>
|
4228
4212
|
<hr>
|
4229
4213
|
<div class="refsect2">
|
@@ -4255,7 +4239,6 @@ when displaying a directory or for a bookmarks menu.</p>
|
|
4255
4239
|
</div>
|
4256
4240
|
</div>
|
4257
4241
|
<div class="footer">
|
4258
|
-
<hr>
|
4259
|
-
Generated by GTK-Doc V1.21.1</div>
|
4242
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
4260
4243
|
</body>
|
4261
4244
|
</html>
|