glib2 1.1.8-x86-mingw32 → 1.1.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +51 -9
- data/ext/glib2/extconf.rb +2 -2
- data/ext/glib2/rbglib.h +3 -2
- data/ext/glib2/rbglib_win32.c +0 -17
- data/ext/glib2/rbgobj_type.c +10 -5
- data/ext/glib2/rbgobject.h +3 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/gnome2-win32-binary-build-task.rb +42 -15
- data/vendor/local/bin/certtool.exe +0 -0
- data/vendor/local/bin/danetool.exe +0 -0
- data/vendor/local/bin/gdbus-codegen +41 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- 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 +3 -3
- data/vendor/local/bin/glib-mkenums +41 -14
- data/vendor/local/bin/gnutls-cli-debug.exe +0 -0
- data/vendor/local/bin/gnutls-cli.exe +0 -0
- data/vendor/local/bin/gnutls-serv.exe +0 -0
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/libffi-5.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-28.def +807 -0
- data/vendor/local/bin/libgnutls-28.dll +0 -0
- data/vendor/local/bin/libgnutls-openssl-27.dll +0 -0
- data/vendor/local/bin/libgnutls-openssl-28.def +304 -0
- data/vendor/local/bin/libgnutlsxx-28.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-2-2.dll +0 -0
- data/vendor/local/bin/libnettle-4-4.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/ocsptool.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/psktool.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/srptool.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/include/glib-2.0/gio/gaction.h +5 -18
- data/vendor/local/include/glib-2.0/gio/gactiongroup.h +19 -21
- data/vendor/local/include/glib-2.0/gio/gactiongroupexporter.h +47 -0
- data/vendor/local/include/glib-2.0/gio/gactionmap.h +97 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +48 -30
- data/vendor/local/include/glib-2.0/gio/gapplication.h +24 -31
- data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +4 -16
- data/vendor/local/include/glib-2.0/gio/gasyncresult.h +11 -0
- data/vendor/local/include/glib-2.0/gio/gcontenttype.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +10 -0
- data/vendor/local/include/glib-2.0/gio/gdbusactiongroup.h +55 -0
- data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +37 -0
- data/vendor/local/include/glib-2.0/gio/gdbusinterface.h +79 -0
- data/vendor/local/include/glib-2.0/gio/gdbusinterfaceskeleton.h +115 -0
- data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +25 -15
- data/vendor/local/include/glib-2.0/gio/gdbusmenumodel.h +45 -0
- data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +6 -1
- data/vendor/local/include/glib-2.0/gio/gdbusobject.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gdbusobjectmanager.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gdbusobjectmanagerclient.h +137 -0
- data/vendor/local/include/glib-2.0/gio/gdbusobjectmanagerserver.h +87 -0
- data/vendor/local/include/glib-2.0/gio/gdbusobjectproxy.h +78 -0
- data/vendor/local/include/glib-2.0/gio/gdbusobjectskeleton.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +23 -0
- data/vendor/local/include/glib-2.0/gio/gdbusutils.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gdrive.h +17 -6
- data/vendor/local/include/glib-2.0/gio/gfile.h +48 -20
- data/vendor/local/include/glib-2.0/gio/gfileattribute.h +3 -1
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +36 -3
- data/vendor/local/include/glib-2.0/gio/ginetaddress.h +3 -0
- data/vendor/local/include/glib-2.0/gio/ginetaddressmask.h +87 -0
- data/vendor/local/include/glib-2.0/gio/ginetsocketaddress.h +9 -5
- data/vendor/local/include/glib-2.0/gio/ginputstream.h +16 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +30 -3
- data/vendor/local/include/glib-2.0/gio/gioenums.h +286 -14
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +26 -0
- data/vendor/local/include/glib-2.0/gio/giomodule.h +18 -1
- data/vendor/local/include/glib-2.0/gio/gioscheduler.h +4 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +60 -10
- data/vendor/local/include/glib-2.0/gio/gmemoryinputstream.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gmenu.h +177 -0
- data/vendor/local/include/glib-2.0/gio/gmenuexporter.h +42 -0
- data/vendor/local/include/glib-2.0/gio/gmenumodel.h +214 -0
- data/vendor/local/include/glib-2.0/gio/gmount.h +16 -4
- data/vendor/local/include/glib-2.0/gio/gmountoperation.h +5 -1
- data/vendor/local/include/glib-2.0/gio/gnetworking.h +83 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +91 -0
- data/vendor/local/include/glib-2.0/gio/goutputstream.h +16 -0
- data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +6 -5
- data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +6 -2
- data/vendor/local/include/glib-2.0/gio/gpollableutils.h +65 -0
- data/vendor/local/include/glib-2.0/gio/gproxy.h +2 -1
- data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +0 -5
- data/vendor/local/include/glib-2.0/gio/gremoteactiongroup.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gresolver.h +35 -3
- data/vendor/local/include/glib-2.0/gio/gresource.h +131 -0
- data/vendor/local/include/glib-2.0/gio/gseekable.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettings.h +26 -9
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +65 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +4 -42
- data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsocket.h +57 -0
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +5 -1
- data/vendor/local/include/glib-2.0/gio/gsocketconnection.h +19 -0
- data/vendor/local/include/glib-2.0/gio/gtask.h +160 -0
- data/vendor/local/include/glib-2.0/gio/gtestdbus.h +74 -0
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +18 -20
- data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +0 -8
- data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +12 -10
- data/vendor/local/include/glib-2.0/gio/gtlsdatabase.h +235 -0
- data/vendor/local/include/glib-2.0/gio/gtlsfiledatabase.h +56 -0
- data/vendor/local/include/glib-2.0/gio/gtlsinteraction.h +102 -0
- data/vendor/local/include/glib-2.0/gio/gtlspassword.h +101 -0
- data/vendor/local/include/glib-2.0/gio/gvolume.h +36 -8
- data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +1 -2
- data/vendor/local/include/glib-2.0/glib-object.h +14 -14
- data/vendor/local/include/glib-2.0/glib-unix.h +90 -0
- data/vendor/local/include/glib-2.0/glib.h +16 -3
- data/vendor/local/include/glib-2.0/glib/deprecated/gallocator.h +90 -0
- data/vendor/local/include/glib-2.0/glib/deprecated/gcache.h +73 -0
- data/vendor/local/include/glib-2.0/glib/deprecated/gcompletion.h +85 -0
- data/vendor/local/include/glib-2.0/glib/deprecated/gmain.h +138 -0
- data/vendor/local/include/glib-2.0/glib/deprecated/grel.h +107 -0
- data/vendor/local/include/glib-2.0/glib/deprecated/gthread.h +286 -0
- data/vendor/local/include/glib-2.0/glib/galloca.h +1 -1
- data/vendor/local/include/glib-2.0/glib/garray.h +9 -1
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +30 -59
- data/vendor/local/include/glib-2.0/glib/gatomic.h +197 -82
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +8 -12
- data/vendor/local/include/glib-2.0/glib/gbase64.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gbitlock.h +30 -1
- data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gbytes.h +78 -0
- data/vendor/local/include/glib-2.0/glib/gcharset.h +40 -0
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +10 -3
- data/vendor/local/include/glib-2.0/glib/gconvert.h +26 -11
- data/vendor/local/include/glib-2.0/glib/gdataset.h +19 -4
- data/vendor/local/include/glib-2.0/glib/gdate.h +2 -1
- data/vendor/local/include/glib-2.0/glib/gdatetime.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gdir.h +12 -10
- data/vendor/local/include/glib-2.0/glib/genviron.h +69 -0
- data/vendor/local/include/glib-2.0/glib/gerror.h +10 -1
- data/vendor/local/include/glib-2.0/glib/gfileutils.h +94 -40
- data/vendor/local/include/glib-2.0/glib/ggettext.h +59 -0
- data/vendor/local/include/glib-2.0/glib/ghash.h +63 -82
- data/vendor/local/include/glib-2.0/glib/ghmac.h +80 -0
- data/vendor/local/include/glib-2.0/glib/ghook.h +1 -1
- data/vendor/local/include/glib-2.0/glib/giochannel.h +38 -20
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +3 -1
- data/vendor/local/include/glib-2.0/glib/glist.h +8 -6
- data/vendor/local/include/glib-2.0/glib/gmacros.h +66 -7
- data/vendor/local/include/glib-2.0/glib/gmain.h +53 -112
- data/vendor/local/include/glib-2.0/glib/gmappedfile.h +8 -3
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +3 -3
- data/vendor/local/include/glib-2.0/glib/gmem.h +25 -49
- data/vendor/local/include/glib-2.0/glib/gmessages.h +76 -15
- data/vendor/local/include/glib-2.0/glib/gnode.h +14 -6
- data/vendor/local/include/glib-2.0/glib/goption.h +3 -3
- data/vendor/local/include/glib-2.0/glib/gpattern.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gpoll.h +3 -0
- data/vendor/local/include/glib-2.0/glib/gprimes.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gqsort.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gquark.h +16 -4
- data/vendor/local/include/glib-2.0/glib/gqueue.h +62 -37
- data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gregex.h +116 -26
- data/vendor/local/include/glib-2.0/glib/gscanner.h +9 -3
- data/vendor/local/include/glib-2.0/glib/gsequence.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gshell.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gslice.h +9 -1
- data/vendor/local/include/glib-2.0/glib/gslist.h +7 -6
- data/vendor/local/include/glib-2.0/glib/gspawn.h +164 -13
- data/vendor/local/include/glib-2.0/glib/gstdio.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +15 -37
- data/vendor/local/include/glib-2.0/glib/gstring.h +84 -104
- data/vendor/local/include/glib-2.0/glib/gstringchunk.h +53 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +23 -1
- data/vendor/local/include/glib-2.0/glib/gthread.h +172 -325
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +26 -60
- data/vendor/local/include/glib-2.0/glib/gtimer.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +3 -3
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +103 -0
- data/vendor/local/include/glib-2.0/glib/gtree.h +2 -3
- data/vendor/local/include/glib-2.0/glib/gtypes.h +50 -18
- data/vendor/local/include/glib-2.0/glib/gunicode.h +420 -95
- data/vendor/local/include/glib-2.0/glib/gurifuncs.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gutils.h +68 -192
- data/vendor/local/include/glib-2.0/glib/gvariant.h +25 -3
- data/vendor/local/include/glib-2.0/glib/gvarianttype.h +20 -2
- data/vendor/local/include/glib-2.0/glib/gversion.h +56 -0
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +274 -0
- data/vendor/local/include/glib-2.0/glib/gwin32.h +15 -4
- data/vendor/local/include/glib-2.0/gmodule.h +14 -8
- data/vendor/local/include/glib-2.0/gobject/gbinding.h +2 -2
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +41 -175
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +40 -10
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +310 -0
- data/vendor/local/include/glib-2.0/gobject/gmarshal.h +338 -183
- data/vendor/local/include/glib-2.0/gobject/gobject.h +56 -28
- data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +6 -0
- data/vendor/local/include/glib-2.0/gobject/gparam.h +11 -12
- data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +6 -0
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +42 -9
- data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +1 -16
- data/vendor/local/include/glib-2.0/gobject/gtype.h +28 -31
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
- data/vendor/local/include/glib-2.0/gobject/gvalue.h +21 -5
- data/vendor/local/include/glib-2.0/gobject/gvaluearray.h +31 -2
- data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +32 -3
- data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +12 -8
- data/vendor/local/include/gmp.h +2229 -0
- data/vendor/local/include/gnutls/abstract.h +401 -0
- data/vendor/local/include/gnutls/compat.h +290 -56
- data/vendor/local/include/gnutls/crypto.h +80 -47
- data/vendor/local/include/gnutls/dtls.h +88 -0
- data/vendor/local/include/gnutls/gnutls.h +1357 -550
- data/vendor/local/include/gnutls/gnutlsxx.h +400 -362
- data/vendor/local/include/gnutls/ocsp.h +259 -0
- data/vendor/local/include/gnutls/openpgp.h +235 -147
- data/vendor/local/include/gnutls/openssl.h +22 -24
- data/vendor/local/include/gnutls/pkcs11.h +322 -0
- data/vendor/local/include/gnutls/pkcs12.h +66 -38
- data/vendor/local/include/gnutls/tpm.h +74 -0
- data/vendor/local/include/gnutls/x509.h +771 -348
- data/vendor/local/include/nettle/aes.h +85 -0
- data/vendor/local/include/nettle/arcfour.h +66 -0
- data/vendor/local/include/nettle/arctwo.h +82 -0
- data/vendor/local/include/nettle/asn1.h +144 -0
- data/vendor/local/include/nettle/base16.h +106 -0
- data/vendor/local/include/nettle/base64.h +153 -0
- data/vendor/local/include/nettle/bignum.h +121 -0
- data/vendor/local/include/nettle/blowfish.h +76 -0
- data/vendor/local/include/nettle/buffer.h +98 -0
- data/vendor/local/include/nettle/camellia.h +82 -0
- data/vendor/local/include/nettle/cast128.h +77 -0
- data/vendor/local/include/nettle/cbc.h +76 -0
- data/vendor/local/include/nettle/ctr.h +62 -0
- data/vendor/local/include/nettle/des-compat.h +154 -0
- data/vendor/local/include/nettle/des.h +111 -0
- data/vendor/local/include/nettle/dsa.h +292 -0
- data/vendor/local/include/nettle/gcm.h +186 -0
- data/vendor/local/include/nettle/hmac.h +201 -0
- data/vendor/local/include/nettle/knuth-lfib.h +75 -0
- data/vendor/local/include/nettle/macros.h +216 -0
- data/vendor/local/include/nettle/md2.h +69 -0
- data/vendor/local/include/nettle/md4.h +73 -0
- data/vendor/local/include/nettle/md5-compat.h +50 -0
- data/vendor/local/include/nettle/md5.h +76 -0
- data/vendor/local/include/nettle/memxor.h +22 -0
- data/vendor/local/include/nettle/nettle-meta.h +227 -0
- data/vendor/local/include/nettle/nettle-stdint.h +286 -0
- data/vendor/local/include/nettle/nettle-types.h +92 -0
- data/vendor/local/include/nettle/pgp.h +240 -0
- data/vendor/local/include/nettle/pkcs1.h +106 -0
- data/vendor/local/include/nettle/realloc.h +41 -0
- data/vendor/local/include/nettle/ripemd160.h +78 -0
- data/vendor/local/include/nettle/rsa-compat.h +131 -0
- data/vendor/local/include/nettle/rsa.h +418 -0
- data/vendor/local/include/nettle/salsa20.h +82 -0
- data/vendor/local/include/nettle/serpent.h +81 -0
- data/vendor/local/include/nettle/sexp.h +212 -0
- data/vendor/local/include/nettle/sha.h +193 -0
- data/vendor/local/include/nettle/twofish.h +78 -0
- data/vendor/local/include/nettle/yarrow.h +137 -0
- data/vendor/local/include/zconf.h +461 -0
- data/vendor/local/include/zlib.h +1589 -0
- data/vendor/local/lib/charset.alias +4 -0
- data/vendor/local/lib/gio-2.0.def +505 -147
- 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 +2 -2
- data/vendor/local/lib/glib-2.0.def +298 -167
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +32 -115
- data/vendor/local/lib/gmodule-2.0.def +0 -0
- data/vendor/local/lib/gobject-2.0.def +71 -23
- data/vendor/local/lib/gthread-2.0.def +0 -0
- data/vendor/local/lib/libffi-3.0.6/include/ffi.h +393 -0
- data/vendor/local/lib/libffi-3.0.6/include/ffitarget.h +90 -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 +41 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +41 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +41 -0
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +41 -0
- data/vendor/local/lib/libgnutls-openssl.a +0 -0
- data/vendor/local/lib/libgnutls-openssl.dll.a +0 -0
- data/vendor/local/lib/libgnutls-openssl.la +41 -0
- data/vendor/local/lib/libgnutls.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +41 -0
- data/vendor/local/lib/libgnutlsxx.a +0 -0
- data/vendor/local/lib/libgnutlsxx.dll.a +0 -0
- data/vendor/local/lib/libgnutlsxx.la +41 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +41 -0
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +41 -0
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +7 -4
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +14 -0
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls-dane.pc +24 -0
- data/vendor/local/lib/pkgconfig/gnutls.pc +13 -12
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +18 -0
- data/vendor/local/lib/pkgconfig/nettle.pc +11 -0
- data/vendor/local/lib/zdll.lib +0 -0
- data/vendor/local/lib/zlib.def +67 -0
- data/vendor/local/manifest/libffi-dev_3.0.6-1_win32.mft +9 -0
- data/vendor/local/manifest/libffi_3.0.6-1_win32.mft +2 -0
- data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +2 -0
- data/vendor/local/share/aclocal/glib-2.0.m4 +3 -0
- data/vendor/local/share/aclocal/glib-gettext.m4 +4 -0
- data/vendor/local/share/aclocal/gsettings.m4 +1 -1
- data/vendor/local/share/bash-completion/completions/gdbus +33 -0
- data/vendor/local/share/bash-completion/completions/gresource +58 -0
- data/vendor/local/share/bash-completion/completions/gsettings +84 -0
- data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3503.0-gdb.py +10 -0
- data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3503.0-gdb.py +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.py +29 -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 +3375 -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.py +323 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.py +203 -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 +27 -0
- 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.py +426 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.py +290 -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.py +104 -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 +15 -11
- data/vendor/local/share/glib-2.0/gdb/gobject.py +0 -0
- data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +9 -20
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +1301 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +594 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +461 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +486 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +174 -73
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +465 -130
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +440 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +470 -183
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +862 -225
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +139 -76
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +141 -135
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +148 -37
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +110 -67
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +55 -29
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +135 -79
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +42 -30
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -42
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +78 -43
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +138 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +107 -24
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +1369 -836
- data/vendor/local/share/gtk-doc/html/gio/GDBusError.html +92 -92
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +268 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +691 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +126 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +381 -215
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +212 -81
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +312 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +462 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +1095 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +397 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +206 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +385 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +679 -330
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +161 -129
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +396 -210
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +143 -102
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +323 -162
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +35 -24
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +30 -15
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +2551 -1662
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +16 -5
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +151 -64
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +34 -22
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +15 -8
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +731 -342
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +31 -22
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +53 -38
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +34 -22
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -22
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +24 -15
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +24 -15
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +259 -22
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +91 -55
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +51 -34
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +189 -101
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +99 -15
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +116 -80
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +339 -110
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +33 -21
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +84 -49
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +1562 -0
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +1064 -0
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +325 -174
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +217 -94
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +72 -49
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +435 -0
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +53 -35
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +392 -138
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +104 -74
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +58 -104
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +60 -45
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +48 -30
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +157 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +50 -37
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +262 -0
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +348 -128
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +66 -48
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +790 -390
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +106 -75
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +188 -76
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +79 -22
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +334 -180
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +12 -9
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +1183 -407
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +51 -42
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +556 -217
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +55 -37
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +243 -49
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +35 -20
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +159 -122
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +57 -34
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +56 -32
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +2296 -0
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +22 -16
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +13 -9
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +331 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +43 -25
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +30 -24
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +123 -36
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +145 -76
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +67 -42
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +297 -90
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +993 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +172 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +385 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +511 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +19 -16
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +244 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +25 -13
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +70 -51
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +47 -34
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +44 -30
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +46 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +76 -53
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +55 -33
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +260 -110
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +127 -70
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +32 -24
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +19 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +14 -10
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -16
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +74 -31
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +21 -41
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +691 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +698 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +231 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +55 -7
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2101 -230
- data/vendor/local/share/gtk-doc/html/gio/application.html +33 -9
- data/vendor/local/share/gtk-doc/html/gio/async.html +6 -3
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +43 -18
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +86 -22
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -152
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch28s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch28s06.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +54 -49
- data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/ch29s04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch29s05.html +81 -81
- data/vendor/local/share/gtk-doc/html/gio/ch29s06.html +67 -67
- data/vendor/local/share/gtk-doc/html/gio/ch30.html +217 -0
- data/vendor/local/share/gtk-doc/html/gio/ch30s02.html +41 -0
- data/vendor/local/share/gtk-doc/html/gio/ch30s03.html +39 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s02.html +59 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s03.html +159 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s04.html +46 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s05.html +48 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s06.html +278 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s07.html +160 -0
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +113 -0
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +142 -0
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/ch32s04.html +97 -0
- data/vendor/local/share/gtk-doc/html/gio/ch32s05.html +931 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +14 -5
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +1080 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +28 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +167 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +54 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +87 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +70 -49
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +420 -187
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +200 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +497 -23
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +88 -48
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +176 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +162 -68
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +26 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +24 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +919 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +113 -97
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +38 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +85 -62
- data/vendor/local/share/gtk-doc/html/gio/gio-GInetAddressMask.html +330 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +164 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GResource.html +917 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +614 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +213 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +210 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +154 -134
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +22 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +272 -92
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +136 -105
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +91 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +396 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +53 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +790 -157
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +209 -0
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +25 -18
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +111 -0
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +27 -15
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +10 -7
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +160 -34
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +1009 -179
- data/vendor/local/share/gtk-doc/html/gio/menu-example.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/menu-model.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +45 -25
- data/vendor/local/share/gtk-doc/html/gio/networking.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +7 -6
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +115 -13
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/resources.html +33 -0
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +176 -0
- data/vendor/local/share/gtk-doc/html/gio/settings.html +9 -5
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +12 -3
- data/vendor/local/share/gtk-doc/html/gio/testing.html +33 -0
- data/vendor/local/share/gtk-doc/html/gio/tls.html +17 -5
- data/vendor/local/share/gtk-doc/html/gio/tools.html +13 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +28 -7
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +6 -14
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +19 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +17 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +15 -7
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +13 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +20 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +22 -7
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +257 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +348 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +121 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +26 -18
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +20 -16
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +11 -7
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +152 -78
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +729 -249
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +47 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +135 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +383 -170
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +525 -142
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +71 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +97 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +68 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +724 -106
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +187 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +715 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +368 -194
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +105 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +126 -59
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +163 -62
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +106 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +452 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +61 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +394 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +1772 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +241 -63
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +236 -95
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +174 -100
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +259 -168
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +710 -221
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +409 -167
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +86 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +1077 -281
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +234 -187
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +28 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +545 -211
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +234 -108
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +23 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +138 -77
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +259 -105
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +436 -206
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +263 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +540 -362
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +165 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +146 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +214 -104
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +489 -438
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +690 -202
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +230 -118
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +23 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +538 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +135 -33
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +79 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +75 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +57 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +308 -111
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +20 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +88 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +228 -86
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +271 -109
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +108 -63
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +42 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +578 -315
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +241 -94
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +647 -189
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +592 -210
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +162 -100
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +1345 -1882
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +33 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +40 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +42 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +334 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +55 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +852 -253
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +204 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +146 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +106 -44
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +298 -333
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +69 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +13 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +10 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +15 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +9 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +13 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +76 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +58 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +12 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +133 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +24 -16
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +434 -267
- data/vendor/local/share/gtk-doc/html/glib/glib.html +16 -24
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +12 -9
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +68 -12
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +67 -25
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +15 -8
- data/vendor/local/share/gtk-doc/html/glib/index.html +66 -59
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +383 -215
- data/vendor/local/share/gtk-doc/html/glib/tools.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +56 -25
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +58 -19
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +39 -12
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +70 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +81 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +63 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +94 -7
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +296 -76
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +13 -13
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +120 -108
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +157 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +171 -27
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +741 -86
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +113 -41
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +182 -65
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +124 -37
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +365 -136
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +837 -244
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +773 -102
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +545 -158
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +149 -34
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +26 -11
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +226 -105
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +29 -18
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +92 -34
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +11 -10
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +10 -9
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +104 -42
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +68 -21
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +33 -18
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +135 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +123 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +27 -39
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +40 -51
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/index.html +19 -15
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +59 -3
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +12 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +16 -15
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- data/vendor/local/share/info/dir +40 -0
- data/vendor/local/share/info/gmp.info +183 -0
- data/vendor/local/share/info/gmp.info-1 +7078 -0
- data/vendor/local/share/info/gmp.info-2 +3513 -0
- data/vendor/local/share/info/gnutls-client-server-use-case.png +0 -0
- data/vendor/local/share/info/gnutls-guile.info +1580 -0
- data/vendor/local/share/info/gnutls-handshake-sequence.png +0 -0
- data/vendor/local/share/info/gnutls-handshake-state.png +0 -0
- data/vendor/local/share/info/gnutls-internals.png +0 -0
- data/vendor/local/share/info/gnutls-layers.png +0 -0
- data/vendor/local/share/info/gnutls-modauth.png +0 -0
- data/vendor/local/share/info/gnutls-pgp.png +0 -0
- data/vendor/local/share/info/gnutls-x509.png +0 -0
- data/vendor/local/share/info/gnutls.info +1237 -683
- data/vendor/local/share/info/gnutls.info-1 +5355 -8447
- data/vendor/local/share/info/gnutls.info-2 +9995 -5771
- data/vendor/local/share/info/gnutls.info-3 +8788 -1871
- data/vendor/local/share/info/gnutls.info-4 +5085 -0
- data/vendor/local/share/info/nettle.info +3355 -0
- data/vendor/local/share/info/pkcs11-vision.png +0 -0
- data/vendor/local/share/license/glib-networking/COPYING +9 -10
- data/vendor/local/share/license/glib/AUTHORS +40 -0
- data/vendor/local/share/license/glib/COPYING +482 -0
- data/vendor/local/share/license/gmp/AUTHORS +79 -0
- data/vendor/local/share/license/gmp/COPYING +674 -0
- data/vendor/local/share/license/gmp/COPYING.LIB +165 -0
- data/vendor/local/share/license/gnutls/AUTHORS +92 -0
- data/vendor/local/share/license/gnutls/COPYING +674 -0
- data/vendor/local/share/license/nettle/AUTHORS +1 -0
- data/vendor/local/share/license/nettle/COPYING.LIB +510 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib-networking.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/cy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.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/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib-networking.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/glib-networking.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/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib-networking.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/glib-networking.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/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/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/glib-networking.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.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/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib-networking.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/ta/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib-networking.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/wa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_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/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/certtool.1 +644 -130
- data/vendor/local/share/man/man1/gdbus-codegen.1 +751 -0
- data/vendor/local/share/man/man1/gdbus.1 +93 -15
- data/vendor/local/share/man/man1/gio-querymodules.1 +6 -6
- data/vendor/local/share/man/man1/glib-compile-resources.1 +167 -0
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +20 -15
- data/vendor/local/share/man/man1/glib-genmarshal.1 +88 -70
- data/vendor/local/share/man/man1/glib-gettextize.1 +7 -7
- data/vendor/local/share/man/man1/glib-mkenums.1 +110 -101
- data/vendor/local/share/man/man1/gnutls-cli-debug.1 +133 -27
- data/vendor/local/share/man/man1/gnutls-cli.1 +308 -154
- data/vendor/local/share/man/man1/gnutls-serv.1 +416 -126
- data/vendor/local/share/man/man1/gobject-query.1 +13 -13
- data/vendor/local/share/man/man1/gresource.1 +95 -0
- data/vendor/local/share/man/man1/gsettings.1 +22 -10
- data/vendor/local/share/man/man1/gtester-report.1 +53 -0
- data/vendor/local/share/man/man1/gtester.1 +142 -0
- data/vendor/local/share/man/man1/ocsptool.1 +308 -0
- data/vendor/local/share/man/man1/p11tool.1 +230 -0
- data/vendor/local/share/man/man1/psktool.1 +96 -26
- data/vendor/local/share/man/man1/srptool.1 +117 -59
- data/vendor/local/share/man/man1/tpmtool.1 +197 -0
- data/vendor/local/share/man/man3/ffi.3 +31 -0
- data/vendor/local/share/man/man3/ffi_call.3 +103 -0
- data/vendor/local/share/man/man3/ffi_prep_cif.3 +66 -0
- data/vendor/local/share/man/man3/gnutls_alert_get.3 +19 -12
- data/vendor/local/share/man/man3/gnutls_alert_get_name.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_alert_get_strname.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_alert_send.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_alert_send_appropriate.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_anon_allocate_client_credentials.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_anon_allocate_server_credentials.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_anon_free_client_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_anon_free_server_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_anon_set_params_function.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_anon_set_server_dh_params.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_anon_set_server_params_function.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_auth_client_get_type.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_auth_get_type.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_auth_server_get_type.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_bye.3 +23 -15
- data/vendor/local/share/man/man3/gnutls_certificate_activation_time_peers.3 +17 -6
- data/vendor/local/share/man/man3/gnutls_certificate_allocate_credentials.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_certificate_client_get_request_status.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_certificate_expiration_time_peers.3 +17 -6
- data/vendor/local/share/man/man3/gnutls_certificate_free_ca_names.3 +24 -12
- data/vendor/local/share/man/man3/gnutls_certificate_free_cas.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_certificate_free_credentials.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_certificate_free_crls.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_certificate_free_keys.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_certificate_get_issuer.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_certificate_get_ours.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers_subkey_id.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_certificate_send_x509_rdn_sequence.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_certificate_server_set_request.3 +21 -13
- data/vendor/local/share/man/man3/gnutls_certificate_set_dh_params.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_certificate_set_key.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_file.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_function.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key.3 +30 -15
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file.3 +20 -12
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file2.3 +24 -14
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem.3 +24 -13
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem2.3 +26 -16
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_file.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3 +21 -11
- data/vendor/local/share/man/man3/gnutls_certificate_set_params_function.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_certificate_set_pin_function.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function.3 +74 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function2.3 +77 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_rsa_export_params.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_flags.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_function.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_limits.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_file.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_mem.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key.3 +22 -11
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file.3 +28 -16
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem.3 +24 -21
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3 +20 -14
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3 +69 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_system_trust.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_file.3 +23 -10
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_mem.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_certificate_type_get.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_id.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_certificate_type_list.3 +17 -10
- data/vendor/local/share/man/man3/gnutls_certificate_type_set_priority.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_certificate_verification_status_print.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers2.3 +28 -22
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers3.3 +64 -0
- data/vendor/local/share/man/man3/gnutls_check_version.3 +24 -17
- data/vendor/local/share/man/man3/gnutls_cipher_add_auth.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt2.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_cipher_deinit.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt2.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_cipher_get.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_cipher_get_block_size.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_cipher_get_id.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_cipher_get_key_size.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_cipher_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_cipher_init.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_cipher_list.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_cipher_set_iv.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_cipher_set_priority.3 +22 -14
- data/vendor/local/share/man/man3/gnutls_cipher_suite_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_cipher_suite_info.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_cipher_tag.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_compression_get.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_compression_get_id.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_compression_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_compression_list.3 +16 -9
- data/vendor/local/share/man/man3/gnutls_compression_set_priority.3 +23 -14
- data/vendor/local/share/man/man3/gnutls_credentials_clear.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_credentials_set.3 +34 -19
- data/vendor/local/share/man/man3/gnutls_db_check_entry.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_db_get_ptr.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_db_remove_session.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_db_set_cache_expiration.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_db_set_ptr.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_db_set_remove_function.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_db_set_retrieve_function.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_db_set_store_function.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_deinit.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_dh_get_group.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_dh_get_peers_public_bits.3 +18 -10
- data/vendor/local/share/man/man3/gnutls_dh_get_prime_bits.3 +22 -10
- data/vendor/local/share/man/man3/gnutls_dh_get_pubkey.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_dh_get_secret_bits.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_dh_params_cpy.3 +18 -6
- data/vendor/local/share/man/man3/gnutls_dh_params_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_dh_params_export2_pkcs3.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_dh_params_export_pkcs3.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_dh_params_export_raw.3 +23 -10
- data/vendor/local/share/man/man3/gnutls_dh_params_generate2.3 +22 -9
- data/vendor/local/share/man/man3/gnutls_dh_params_import_pkcs3.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_dh_params_import_raw.3 +21 -9
- data/vendor/local/share/man/man3/gnutls_dh_params_init.3 +18 -6
- data/vendor/local/share/man/man3/gnutls_dh_set_prime_bits.3 +21 -7
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_send.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_verify.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_dtls_get_data_mtu.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_dtls_get_mtu.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_dtls_get_timeout.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_dtls_prestate_set.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_dtls_set_data_mtu.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_dtls_set_mtu.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_dtls_set_timeouts.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_name.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_size.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_ecc_curve_list.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_error_is_fatal.3 +26 -16
- data/vendor/local/share/man/man3/gnutls_error_to_alert.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_fingerprint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_global_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_global_init.3 +23 -18
- data/vendor/local/share/man/man3/gnutls_global_set_audit_log_function.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_global_set_log_function.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_global_set_log_level.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_global_set_mem_functions.3 +24 -14
- data/vendor/local/share/man/man3/gnutls_global_set_mutex.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_global_set_time_function.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_handshake.3 +20 -9
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_in.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_out.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_handshake_set_max_packet_length.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_handshake_set_post_client_hello_function.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_handshake_set_private_extensions.3 +18 -11
- data/vendor/local/share/man/man3/gnutls_handshake_set_timeout.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_hash.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_hash_deinit.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_hash_fast.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_hash_get_len.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_hash_init.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_hash_output.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_allowed.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_enable.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_get_timeout.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_ping.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_pong.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_set_timeouts.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_hex2bin.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_hex_decode.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_hex_encode.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_hmac.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_hmac_deinit.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_hmac_fast.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_hmac_get_len.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_hmac_init.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_hmac_output.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_init.3 +27 -10
- data/vendor/local/share/man/man3/gnutls_key_generate.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_kx_get.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_kx_get_id.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_kx_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_kx_list.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_kx_set_priority.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_load_file.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_mac_get.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_mac_get_id.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_mac_get_key_size.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_mac_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_mac_list.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_mac_set_priority.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert_id.3 +66 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_deinit.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_export.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_cert_id.3 +70 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_extension.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_nonce.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_version.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_import.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_init.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_print.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_randomize_nonce.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_extension.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_nonce.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_check_crt.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_deinit.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_export.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_certs.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_extension.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_nonce.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_produced.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_responder.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_response.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature_algorithm.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_single.3 +73 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_status.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_version.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_import.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_init.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_print.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify.3 +68 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify_direct.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_enable_client.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_get.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_is_checked.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_check_hostname.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export2.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_auth_subkey.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_creation_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_expiration_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_fingerprint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_usage.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_name.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_revoked_status.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_count.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_idx.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_usage.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_version.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_import.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_init.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_print.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3 +21 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_ring.3 +20 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_self.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_check_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt.3 +17 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt_count.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_import.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_init.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export2.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_fingerprint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_key_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_revoked_status.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_count.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_import.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_init.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sec_param.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3 +22 -9
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sign_hash.3 +21 -10
- data/vendor/local/share/man/man3/gnutls_openpgp_send_cert.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_set_recv_key_function.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pcert_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp_raw.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509_raw.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_pcert_list_import_x509_raw.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode_alloc.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode_alloc.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_perror.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_pk_algorithm_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pk_bits_to_sec_param.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_pk_get_id.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pk_get_name.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pk_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pk_to_sign.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_add_provider.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_secret_key.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_crt.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_privkey.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_delete_url.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_get_pin_function.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_init.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export2.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export_url.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_info.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_type.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_import_url.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_init.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url2.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_set_pin_function.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_deinit.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_export_url.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate2.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_info.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_import_url.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_init.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_set_pin_function.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_reinit.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_pin_function.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_token_function.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_flags.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_info.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_mechanism.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_url.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_init.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_set_pin.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_type_get_name.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_decrypt.3 +21 -8
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_deinit.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_encrypt.3 +21 -9
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_count.3 +19 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_data.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_friendly_name.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_key_id.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_type.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_init.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crl.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crt.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_data.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_friendly_name.3 +21 -11
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_key_id.3 +21 -11
- data/vendor/local/share/man/man3/gnutls_pkcs12_deinit.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_export.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_pkcs12_export2.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_generate_mac.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_get_bag.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_pkcs12_import.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_init.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_set_bag.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_simple_parse.3 +93 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_verify_mac.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crl.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crt.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_export.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_pkcs7_export2.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_count.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_raw.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_count.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_raw.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_pkcs7_import.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_pkcs7_init.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl_raw.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt_raw.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_prf.3 +28 -19
- data/vendor/local/share/man/man3/gnutls_prf_raw.3 +25 -16
- data/vendor/local/share/man/man3/gnutls_priority_certificate_type_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_compression_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_priority_ecc_curve_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_get_cipher_suite_index.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_priority_init.3 +58 -53
- data/vendor/local/share/man/man3/gnutls_priority_protocol_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_set.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_priority_set_direct.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_priority_sign_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_privkey_decrypt_data.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_privkey_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_privkey_get_pk_algorithm.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_privkey_get_type.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext2.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp_raw.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11_url.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_raw.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_url.3 +64 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_url.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509_raw.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_privkey_init.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_privkey_set_pin_function.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_privkey_sign_data.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_privkey_sign_hash.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_protocol_get_id.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_protocol_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_protocol_get_version.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_protocol_list.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_protocol_set_priority.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_psk_allocate_client_credentials.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_psk_allocate_server_credentials.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_psk_client_get_hint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_psk_free_client_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_psk_free_server_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_psk_server_get_username.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials.3 +25 -13
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials_function.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_psk_set_params_function.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_file.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_function.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_hint.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_psk_set_server_dh_params.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_psk_set_server_params_function.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_pubkey_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_encrypt_data.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_export.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_export2.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_id.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_usage.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_openpgp_key_id.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_algorithm.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_dsa_raw.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_raw.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_x962.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_rsa_raw.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_verify_algorithm.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_dsa_raw.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_raw.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_x962.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp_raw.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11_url.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_privkey.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_rsa_raw.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_raw.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_url.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_url.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_crq.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_raw.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_init.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_print.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_set_key_usage.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_set_pin_function.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data2.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash2.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_random_art.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_record_check_pending.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_record_disable_padding.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_record_get_direction.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_record_get_discarded.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_record_get_max_size.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_record_recv.3 +25 -19
- data/vendor/local/share/man/man3/gnutls_record_recv_seq.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_record_send.3 +26 -18
- data/vendor/local/share/man/man3/gnutls_record_set_max_size.3 +21 -9
- data/vendor/local/share/man/man3/gnutls_rehandshake.3 +23 -7
- data/vendor/local/share/man/man3/gnutls_rnd.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_modulus_bits.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_pubkey.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_rsa_params_cpy.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_rsa_params_deinit.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_pkcs1.3 +20 -12
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_raw.3 +20 -9
- data/vendor/local/share/man/man3/gnutls_rsa_params_generate2.3 +21 -10
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_pkcs1.3 +21 -13
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_raw.3 +20 -8
- data/vendor/local/share/man/man3/gnutls_rsa_params_init.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_safe_renegotiation_status.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_sec_param_get_name.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_sec_param_to_pk_bits.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_server_name_get.3 +30 -15
- data/vendor/local/share/man/man3/gnutls_server_name_set.3 +26 -13
- data/vendor/local/share/man/man3/gnutls_session_channel_binding.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_session_enable_compatibility_mode.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_session_get_data.3 +19 -14
- data/vendor/local/share/man/man3/gnutls_session_get_data2.3 +21 -14
- data/vendor/local/share/man/man3/gnutls_session_get_id.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_session_get_id2.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_session_get_ptr.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_session_get_random.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_session_is_resumed.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_session_resumption_requested.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_session_set_data.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_session_set_premaster.3 +64 -0
- data/vendor/local/share/man/man3/gnutls_session_set_ptr.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_client.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_server.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_session_ticket_key_generate.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_set_default_export_priority.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_set_default_priority.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_requested.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_sign_callback_get.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_sign_callback_set.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_sign_get_hash_algorithm.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_sign_get_id.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_sign_get_name.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_sign_get_pk_algorithm.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_sign_is_secure.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_sign_list.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_srp_allocate_client_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_srp_allocate_server_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode_alloc.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode_alloc.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_srp_free_client_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_srp_free_server_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_srp_server_get_username.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials_function.3 +23 -15
- data/vendor/local/share/man/man3/gnutls_srp_set_prime_bits.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_file.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_function.3 +24 -15
- data/vendor/local/share/man/man3/gnutls_srp_verifier.3 +19 -12
- data/vendor/local/share/man/man3/gnutls_srtp_get_keys.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_srtp_get_mki.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_id.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_name.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_srtp_get_selected_profile.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_srtp_set_mki.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile_direct.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_store_commitment.3 +69 -0
- data/vendor/local/share/man/man3/gnutls_store_pubkey.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_strerror.3 +23 -10
- data/vendor/local/share/man/man3/gnutls_strerror_name.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_supplemental_get_name.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_tdb_deinit.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_tdb_init.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_commitment_func.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_func.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_tdb_set_verify_func.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_tpm_get_registered.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_get_url.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_delete.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_generate.3 +73 -0
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr2.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_transport_set_errno.3 +21 -17
- data/vendor/local/share/man/man3/gnutls_transport_set_errno_function.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr2.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_function.3 +22 -12
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_timeout_function.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_transport_set_push_function.3 +24 -13
- data/vendor/local/share/man/man3/gnutls_transport_set_vec_push_function.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_url_is_supported.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_verify_stored_pubkey.3 +76 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_check_issuer.3 +24 -13
- data/vendor/local/share/man/man3/gnutls_x509_crl_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_crl_export.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crl_export2.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_gn_serial.3 +66 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_id.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_count.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_serial.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_dn_oid.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_data.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_info.3 +65 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_oid.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3 +22 -13
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_next_update.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_number.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_raw_issuer_dn.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_this_update.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_version.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_import.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_init.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import2.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_print.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crl_privkey_sign.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_authority_key_id.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt_serial.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_next_update.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_number.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_this_update.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_version.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign.3 +19 -8
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign2.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_verify.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_x509_crq_deinit.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_x509_crq_export.3 +23 -13
- data/vendor/local/share/man/man3/gnutls_x509_crq_export2.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_by_oid.3 +25 -15
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_data.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_info.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_basic_constraints.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_challenge_password.3 +22 -12
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn.3 +25 -17
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_by_oid.3 +23 -16
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_oid.3 +22 -15
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_by_oid.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_data.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_info.3 +65 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_id.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_purpose_oid.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_rsa_raw.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_usage.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_pk_algorithm.3 +22 -14
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_private_key_usage_period.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_name.3 +69 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_version.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_x509_crq_import.3 +21 -10
- data/vendor/local/share/man/man3/gnutls_x509_crq_init.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_x509_crq_print.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_privkey_sign.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_attribute_by_oid.3 +22 -12
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_basic_constraints.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_challenge_password.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn_by_oid.3 +24 -14
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_purpose_oid.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_rsa_raw.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_usage.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_private_key_usage_period.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_pubkey.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_subject_alt_name.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_version.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign.3 +22 -11
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign2.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crq_verify.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_hostname.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_issuer.3 +21 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_revocation.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_deinit.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_export.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_export2.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_activation_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_info_access.3 +109 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_gn_serial.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_id.3 +30 -16
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_basic_constraints.3 +23 -14
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_ca_status.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_crl_dist_points.3 +22 -26
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn.3 +26 -17
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_by_oid.3 +32 -21
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_oid.3 +25 -14
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_expiration_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_by_oid.3 +27 -17
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_data.3 +22 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_info.3 +29 -18
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_oid.3 +26 -13
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_fingerprint.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name.3 +73 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name2.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_othername_oid.3 +70 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3 +30 -19
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3 +25 -14
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_unique_id.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_id.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_purpose_oid.3 +24 -13
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_usage.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_algorithm.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_policy.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_preferred_hash_algorithm.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_private_key_usage_period.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_proxy.3 +26 -18
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_dn.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_serial.3 +21 -13
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature_algorithm.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name.3 +24 -18
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name2.3 +33 -17
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3 +23 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_key_id.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_unique_id.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_verify_algorithm.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_version.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_import.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11_url.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_init.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import.3 +23 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import2.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import_pkcs11.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_verify.3 +28 -25
- data/vendor/local/share/man/man3/gnutls_x509_crt_print.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_privkey_sign.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_activation_time.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_info_access.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_key_id.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_basic_constraints.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_ca_status.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points2.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq_extensions.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn_by_oid.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_expiration_time.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_extension_by_oid.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_purpose_oid.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_usage.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pin_function.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_policy.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_private_key_usage_period.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy.3 +22 -13
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy_dn.3 +20 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pubkey.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_serial.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alt_name.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alternative_name.3 +25 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_key_id.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_version.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign2.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_data.3 +20 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_hash.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_dn_deinit.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_dn_export.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_dn_export2.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_dn_get_rdn_ava.3 +28 -9
- data/vendor/local/share/man/man3/gnutls_x509_dn_import.3 +17 -13
- data/vendor/local/share/man/man3/gnutls_x509_dn_init.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_known.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_name.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_x509_policy_release.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_cpy.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_privkey_deinit.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2_pkcs8.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_ecc_raw.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_pkcs8.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw2.3 +65 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_fix.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_generate.3 +19 -8
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_key_id.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm2.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import2.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_ecc_raw.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_openssl.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_pkcs8.3 +29 -15
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw2.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_init.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sec_param.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_data.3 +23 -9
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_hash.3 +23 -9
- data/vendor/local/share/man/man3/gnutls_x509_privkey_verify_params.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_by_oid.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_oid.3 +19 -8
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_cas.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_crls.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_named_crt.3 +65 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_system_trust.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_file.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_mem.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_deinit.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_get_issuer.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_init.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_crt.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_named_crt.3 +62 -0
- data/vendor/local/src/tml/make/libffi_3.0.6-1_win32.log +265 -0
- data/vendor/local/src/tml/make/libffi_3.0.6-1_win32.sh +76 -0
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +42 -0
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +189 -0
- metadata +668 -4
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GFileIOStream</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
|
7
7
|
<link rel="home" href="index.html" title="GIO Reference Manual">
|
8
8
|
<link rel="up" href="streaming.html" title="Streaming I/O">
|
9
9
|
<link rel="prev" href="GFileOutputStream.html" title="GFileOutputStream">
|
10
10
|
<link rel="next" href="GFileDescriptorBased.html" title="GFileDescriptorBased">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (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">
|
@@ -49,22 +49,22 @@
|
|
49
49
|
<a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info" title="g_file_io_stream_query_info ()">g_file_io_stream_query_info</a> (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
|
50
50
|
<em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>,
|
51
51
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
52
|
-
<em class="parameter"><code><a href="
|
52
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" title="g_file_io_stream_query_info_async ()">g_file_io_stream_query_info_async</a> (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
|
54
54
|
<em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>,
|
55
55
|
<em class="parameter"><code><span class="type">int</span> io_priority</code></em>,
|
56
56
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
57
57
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
58
|
-
<em class="parameter"><code><a href="
|
58
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
|
59
59
|
<a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-finish" title="g_file_io_stream_query_info_finish ()">g_file_io_stream_query_info_finish</a> (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
|
60
60
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
61
|
-
<em class="parameter"><code><a href="
|
61
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
62
62
|
</pre>
|
63
63
|
</div>
|
64
64
|
<div class="refsect1">
|
65
65
|
<a name="GFileIOStream.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
66
66
|
<pre class="synopsis">
|
67
|
-
<a href="
|
67
|
+
<a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
68
68
|
+----<a class="link" href="GIOStream.html" title="GIOStream">GIOStream</a>
|
69
69
|
+----GFileIOStream
|
70
70
|
</pre>
|
@@ -126,8 +126,11 @@ Gets the entity tag for the file when it has been written.
|
|
126
126
|
This must be called after the stream has been written
|
127
127
|
and closed, as the etag can change while writing.
|
128
128
|
</p>
|
129
|
-
<div class="variablelist"><table border="0">
|
129
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
130
|
+
<colgroup>
|
130
131
|
<col align="left" valign="top">
|
132
|
+
<col>
|
133
|
+
</colgroup>
|
131
134
|
<tbody>
|
132
135
|
<tr>
|
133
136
|
<td><p><span class="term"><em class="parameter"><code>stream</code></em> :</span></p></td>
|
@@ -147,7 +150,7 @@ and closed, as the etag can change while writing.
|
|
147
150
|
<pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_file_io_stream_query_info (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
|
148
151
|
<em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>,
|
149
152
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
150
|
-
<em class="parameter"><code><a href="
|
153
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
151
154
|
<p>
|
152
155
|
Queries a file io stream for the given <em class="parameter"><code>attributes</code></em>.
|
153
156
|
This function blocks while querying the stream. For the asynchronous
|
@@ -161,16 +164,19 @@ Can fail if the stream was already closed (with <em class="parameter"><code>erro
|
|
161
164
|
<a class="link" href="gio-GIOError.html#G-IO-ERROR-CLOSED:CAPS"><code class="literal">G_IO_ERROR_CLOSED</code></a>), the stream has pending operations (with <em class="parameter"><code>error</code></em> being
|
162
165
|
set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-PENDING:CAPS"><code class="literal">G_IO_ERROR_PENDING</code></a>), or if querying info is not supported for
|
163
166
|
the stream's interface (with <em class="parameter"><code>error</code></em> being set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-NOT-SUPPORTED:CAPS"><code class="literal">G_IO_ERROR_NOT_SUPPORTED</code></a>). I
|
164
|
-
all cases of failure, <a href="
|
167
|
+
all cases of failure, <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
|
165
168
|
</p>
|
166
169
|
<p>
|
167
|
-
If <em class="parameter"><code>cancellable</code></em> is not <a href="
|
170
|
+
If <em class="parameter"><code>cancellable</code></em> is not <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the operation can be cancelled by
|
168
171
|
triggering the cancellable object from another thread. If the operation
|
169
|
-
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be set, and <a href="
|
172
|
+
was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be set, and <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will
|
170
173
|
be returned.
|
171
174
|
</p>
|
172
|
-
<div class="variablelist"><table border="0">
|
175
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
176
|
+
<colgroup>
|
173
177
|
<col align="left" valign="top">
|
178
|
+
<col>
|
179
|
+
</colgroup>
|
174
180
|
<tbody>
|
175
181
|
<tr>
|
176
182
|
<td><p><span class="term"><em class="parameter"><code>stream</code></em> :</span></p></td>
|
@@ -182,16 +188,16 @@ be returned.
|
|
182
188
|
</tr>
|
183
189
|
<tr>
|
184
190
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
185
|
-
<td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="
|
191
|
+
<td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
186
192
|
</td>
|
187
193
|
</tr>
|
188
194
|
<tr>
|
189
195
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
190
|
-
<td>a <a href="
|
196
|
+
<td>a <a href="./../glib/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.</td>
|
191
197
|
</tr>
|
192
198
|
<tr>
|
193
199
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
194
|
-
<td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for the <em class="parameter"><code>stream</code></em>, or <a href="
|
200
|
+
<td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for the <em class="parameter"><code>stream</code></em>, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
195
201
|
</td>
|
196
202
|
</tr>
|
197
203
|
</tbody>
|
@@ -206,7 +212,7 @@ be returned.
|
|
206
212
|
<em class="parameter"><code><span class="type">int</span> io_priority</code></em>,
|
207
213
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
208
214
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
209
|
-
<em class="parameter"><code><a href="
|
215
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
210
216
|
<p>
|
211
217
|
Asynchronously queries the <em class="parameter"><code>stream</code></em> for a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>. When completed,
|
212
218
|
<em class="parameter"><code>callback</code></em> will be called with a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> which can be used to
|
@@ -216,8 +222,11 @@ finish the operation with <a class="link" href="GFileIOStream.html#g-file-io-str
|
|
216
222
|
For the synchronous version of this function, see
|
217
223
|
<a class="link" href="GFileIOStream.html#g-file-io-stream-query-info" title="g_file_io_stream_query_info ()"><code class="function">g_file_io_stream_query_info()</code></a>.
|
218
224
|
</p>
|
219
|
-
<div class="variablelist"><table border="0">
|
225
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
226
|
+
<colgroup>
|
220
227
|
<col align="left" valign="top">
|
228
|
+
<col>
|
229
|
+
</colgroup>
|
221
230
|
<tbody>
|
222
231
|
<tr>
|
223
232
|
<td><p><span class="term"><em class="parameter"><code>stream</code></em> :</span></p></td>
|
@@ -234,7 +243,7 @@ of the request.</td>
|
|
234
243
|
</tr>
|
235
244
|
<tr>
|
236
245
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
237
|
-
<td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="
|
246
|
+
<td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
238
247
|
</td>
|
239
248
|
</tr>
|
240
249
|
<tr>
|
@@ -256,13 +265,16 @@ of the request.</td>
|
|
256
265
|
<a name="g-file-io-stream-query-info-finish"></a><h3>g_file_io_stream_query_info_finish ()</h3>
|
257
266
|
<pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_file_io_stream_query_info_finish (<em class="parameter"><code><a class="link" href="GFileIOStream.html" title="GFileIOStream"><span class="type">GFileIOStream</span></a> *stream</code></em>,
|
258
267
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
259
|
-
<em class="parameter"><code><a href="
|
268
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
260
269
|
<p>
|
261
270
|
Finalizes the asynchronous query started
|
262
271
|
by <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" title="g_file_io_stream_query_info_async ()"><code class="function">g_file_io_stream_query_info_async()</code></a>.
|
263
272
|
</p>
|
264
|
-
<div class="variablelist"><table border="0">
|
273
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
274
|
+
<colgroup>
|
265
275
|
<col align="left" valign="top">
|
276
|
+
<col>
|
277
|
+
</colgroup>
|
266
278
|
<tbody>
|
267
279
|
<tr>
|
268
280
|
<td><p><span class="term"><em class="parameter"><code>stream</code></em> :</span></p></td>
|
@@ -274,7 +286,7 @@ by <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" t
|
|
274
286
|
</tr>
|
275
287
|
<tr>
|
276
288
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
277
|
-
<td>a <a href="
|
289
|
+
<td>a <a href="./../glib/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.</td>
|
278
290
|
</tr>
|
279
291
|
<tr>
|
280
292
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -293,6 +305,6 @@ by <a class="link" href="GFileIOStream.html#g-file-io-stream-query-info-async" t
|
|
293
305
|
</div>
|
294
306
|
<div class="footer">
|
295
307
|
<hr>
|
296
|
-
Generated by GTK-Doc V1.
|
308
|
+
Generated by GTK-Doc V1.18</div>
|
297
309
|
</body>
|
298
310
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GFileIcon</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
|
7
7
|
<link rel="home" href="index.html" title="GIO Reference Manual">
|
8
8
|
<link rel="up" href="icons.html" title="Icons">
|
9
9
|
<link rel="prev" href="GIcon.html" title="GIcon">
|
10
10
|
<link rel="next" href="GLoadableIcon.html" title="GLoadableIcon">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (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">
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<div class="refsect1">
|
55
55
|
<a name="GFileIcon.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
56
56
|
<pre class="synopsis">
|
57
|
-
<a href="
|
57
|
+
<a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
58
58
|
+----GFileIcon
|
59
59
|
</pre>
|
60
60
|
</div>
|
@@ -93,8 +93,11 @@ Gets an icon for a <a class="link" href="GFile.html" title="GFile"><span class="
|
|
93
93
|
<p>
|
94
94
|
Creates a new icon for a file.
|
95
95
|
</p>
|
96
|
-
<div class="variablelist"><table border="0">
|
96
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
97
|
+
<colgroup>
|
97
98
|
<col align="left" valign="top">
|
99
|
+
<col>
|
100
|
+
</colgroup>
|
98
101
|
<tbody>
|
99
102
|
<tr>
|
100
103
|
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
|
@@ -102,7 +105,8 @@ Creates a new icon for a file.
|
|
102
105
|
</tr>
|
103
106
|
<tr>
|
104
107
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
105
|
-
<td>a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given
|
108
|
+
<td>a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given
|
109
|
+
<em class="parameter"><code>file</code></em>, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> GFileIcon]</span>
|
106
110
|
</td>
|
107
111
|
</tr>
|
108
112
|
</tbody>
|
@@ -115,8 +119,11 @@ Creates a new icon for a file.
|
|
115
119
|
<p>
|
116
120
|
Gets the <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> associated with the given <em class="parameter"><code>icon</code></em>.
|
117
121
|
</p>
|
118
|
-
<div class="variablelist"><table border="0">
|
122
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
123
|
+
<colgroup>
|
119
124
|
<col align="left" valign="top">
|
125
|
+
<col>
|
126
|
+
</colgroup>
|
120
127
|
<tbody>
|
121
128
|
<tr>
|
122
129
|
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
@@ -124,7 +131,7 @@ Gets the <a class="link" href="GFile.html" title="GFile"><span class="type">GFil
|
|
124
131
|
</tr>
|
125
132
|
<tr>
|
126
133
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
127
|
-
<td>a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, or <a href="
|
134
|
+
<td>a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
128
135
|
</td>
|
129
136
|
</tr>
|
130
137
|
</tbody>
|
@@ -148,6 +155,6 @@ The file containing the icon.
|
|
148
155
|
</div>
|
149
156
|
<div class="footer">
|
150
157
|
<hr>
|
151
|
-
Generated by GTK-Doc V1.
|
158
|
+
Generated by GTK-Doc V1.18</div>
|
152
159
|
</body>
|
153
160
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GFileInfo</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.77.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.18 (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">
|
@@ -39,11 +39,11 @@
|
|
39
39
|
</tr></table></div>
|
40
40
|
<div class="refsynopsisdiv">
|
41
41
|
<a name="GFileInfo.synopsis"></a><h2>Synopsis</h2>
|
42
|
-
<a name="GFileAttributeMatcher"></a><
|
42
|
+
<a name="GFileAttributeMatcher"></a><pre class="synopsis">
|
43
43
|
#include <gio/gio.h>
|
44
44
|
|
45
45
|
<a class="link" href="GFileInfo.html#GFileAttributeMatcher-struct" title="GFileAttributeMatcher">GFileAttributeMatcher</a>;
|
46
|
-
enum <a class="link" href="GFileInfo.html#GFileType">GFileType</a>;
|
46
|
+
enum <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType">GFileType</a>;
|
47
47
|
<a class="link" href="GFileInfo.html#GFileInfo-struct" title="GFileInfo">GFileInfo</a>;
|
48
48
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_TYPE">G_FILE_ATTRIBUTE_STANDARD_TYPE</a>
|
49
49
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN">G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</a>
|
@@ -55,6 +55,7 @@ enum <a class="link" href="GFileInfo.html#GFileType">GFileType</a
|
|
55
55
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME">G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</a>
|
56
56
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-COPY-NAME:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_COPY_NAME">G_FILE_ATTRIBUTE_STANDARD_COPY_NAME</a>
|
57
57
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_ICON">G_FILE_ATTRIBUTE_STANDARD_ICON</a>
|
58
|
+
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMBOLIC-ICON:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON">G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON</a>
|
58
59
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE">G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</a>
|
59
60
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE">G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE</a>
|
60
61
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SIZE">G_FILE_ATTRIBUTE_STANDARD_SIZE</a>
|
@@ -111,6 +112,7 @@ enum <a class="link" href="GFileInfo.html#GFileType">GFileType</a
|
|
111
112
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-PREVIEW-ICON:CAPS" title="G_FILE_ATTRIBUTE_PREVIEW_ICON">G_FILE_ATTRIBUTE_PREVIEW_ICON</a>
|
112
113
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-SIZE:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_SIZE">G_FILE_ATTRIBUTE_FILESYSTEM_SIZE</a>
|
113
114
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-FREE:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_FREE">G_FILE_ATTRIBUTE_FILESYSTEM_FREE</a>
|
115
|
+
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USED:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_USED">G_FILE_ATTRIBUTE_FILESYSTEM_USED</a>
|
114
116
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-TYPE:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_TYPE">G_FILE_ATTRIBUTE_FILESYSTEM_TYPE</a>
|
115
117
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-READONLY:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_READONLY">G_FILE_ATTRIBUTE_FILESYSTEM_READONLY</a>
|
116
118
|
#define <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS" title="G_FILE_ATTRIBUTE_GVFS_BACKEND">G_FILE_ATTRIBUTE_GVFS_BACKEND</a>
|
@@ -124,24 +126,24 @@ enum <a class="link" href="GFileInfo.html#GFileType">GFileType</a
|
|
124
126
|
<a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * <a class="link" href="GFileInfo.html#g-file-info-dup" title="g_file_info_dup ()">g_file_info_dup</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *other</code></em>);
|
125
127
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-copy-into" title="g_file_info_copy_into ()">g_file_info_copy_into</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *src_info</code></em>,
|
126
128
|
<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *dest_info</code></em>);
|
127
|
-
<a href="
|
129
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-has-attribute" title="g_file_info_has_attribute ()">g_file_info_has_attribute</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
128
130
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
129
|
-
<a href="
|
131
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-has-namespace" title="g_file_info_has_namespace ()">g_file_info_has_namespace</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
130
132
|
<em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);
|
131
133
|
<span class="returnvalue">char</span> ** <a class="link" href="GFileInfo.html#g-file-info-list-attributes" title="g_file_info_list_attributes ()">g_file_info_list_attributes</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
132
134
|
<em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);
|
133
|
-
<a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="returnvalue">GFileAttributeType</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-type" title="g_file_info_get_attribute_type ()">g_file_info_get_attribute_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
135
|
+
<a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="returnvalue">GFileAttributeType</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-type" title="g_file_info_get_attribute_type ()">g_file_info_get_attribute_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
134
136
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
135
137
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-remove-attribute" title="g_file_info_remove_attribute ()">g_file_info_remove_attribute</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
136
138
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
137
139
|
<span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-attribute-as-string" title="g_file_info_get_attribute_as_string ()">g_file_info_get_attribute_as_string</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
138
140
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
139
|
-
<a href="
|
141
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-data" title="g_file_info_get_attribute_data ()">g_file_info_get_attribute_data</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
140
142
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
141
|
-
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> *type</code></em>,
|
142
|
-
<em class="parameter"><code><a href="
|
143
|
-
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> *status</code></em>);
|
144
|
-
<a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="returnvalue">GFileAttributeStatus</span></a>
|
143
|
+
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> *type</code></em>,
|
144
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *value_pp</code></em>,
|
145
|
+
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> *status</code></em>);
|
146
|
+
<a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="returnvalue">GFileAttributeStatus</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-status" title="g_file_info_get_attribute_status ()">g_file_info_get_attribute_status</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
145
147
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
146
148
|
const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-attribute-string" title="g_file_info_get_attribute_string ()">g_file_info_get_attribute_string</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
147
149
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
@@ -150,25 +152,25 @@ const <span class="returnvalue">char</span> * <a class="link" href="GFile
|
|
150
152
|
const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-attribute-byte-string" title="g_file_info_get_attribute_byte_string ()">g_file_info_get_attribute_byte_string</a>
|
151
153
|
(<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
152
154
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
153
|
-
<a href="
|
155
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-boolean" title="g_file_info_get_attribute_boolean ()">g_file_info_get_attribute_boolean</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
154
156
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
155
|
-
<a href="
|
157
|
+
<a href="./../glib/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint32" title="g_file_info_get_attribute_uint32 ()">g_file_info_get_attribute_uint32</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
156
158
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
157
|
-
<a href="
|
159
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int32" title="g_file_info_get_attribute_int32 ()">g_file_info_get_attribute_int32</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
158
160
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
159
|
-
<a href="
|
161
|
+
<a href="./../glib/glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint64" title="g_file_info_get_attribute_uint64 ()">g_file_info_get_attribute_uint64</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
160
162
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
161
|
-
<a href="
|
163
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int64" title="g_file_info_get_attribute_int64 ()">g_file_info_get_attribute_int64</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
162
164
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
163
|
-
<a href="
|
165
|
+
<a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="GFileInfo.html#g-file-info-get-attribute-object" title="g_file_info_get_attribute_object ()">g_file_info_get_attribute_object</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
164
166
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
165
167
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute" title="g_file_info_set_attribute ()">g_file_info_set_attribute</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
166
168
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
167
|
-
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> type</code></em>,
|
168
|
-
<em class="parameter"><code><a href="
|
169
|
-
<a href="
|
169
|
+
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> type</code></em>,
|
170
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> value_p</code></em>);
|
171
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-status" title="g_file_info_set_attribute_status ()">g_file_info_set_attribute_status</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
170
172
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
171
|
-
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> status</code></em>);
|
173
|
+
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> status</code></em>);
|
172
174
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-string" title="g_file_info_set_attribute_string ()">g_file_info_set_attribute_string</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
173
175
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
174
176
|
<em class="parameter"><code>const <span class="type">char</span> *attr_value</code></em>);
|
@@ -181,47 +183,49 @@ const <span class="returnvalue">char</span> * <a class="link" href="GFile
|
|
181
183
|
<em class="parameter"><code>const <span class="type">char</span> *attr_value</code></em>);
|
182
184
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-boolean" title="g_file_info_set_attribute_boolean ()">g_file_info_set_attribute_boolean</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
183
185
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
184
|
-
<em class="parameter"><code><a href="
|
186
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> attr_value</code></em>);
|
185
187
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-uint32" title="g_file_info_set_attribute_uint32 ()">g_file_info_set_attribute_uint32</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
186
188
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
187
|
-
<em class="parameter"><code><a href="
|
189
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> attr_value</code></em>);
|
188
190
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-int32" title="g_file_info_set_attribute_int32 ()">g_file_info_set_attribute_int32</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
189
191
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
190
|
-
<em class="parameter"><code><a href="
|
192
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> attr_value</code></em>);
|
191
193
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-uint64" title="g_file_info_set_attribute_uint64 ()">g_file_info_set_attribute_uint64</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
192
194
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
193
|
-
<em class="parameter"><code><a href="
|
195
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> attr_value</code></em>);
|
194
196
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-int64" title="g_file_info_set_attribute_int64 ()">g_file_info_set_attribute_int64</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
195
197
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
196
|
-
<em class="parameter"><code><a href="
|
198
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> attr_value</code></em>);
|
197
199
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-object" title="g_file_info_set_attribute_object ()">g_file_info_set_attribute_object</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
198
200
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
199
|
-
<em class="parameter"><code><a href="
|
201
|
+
<em class="parameter"><code><a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *attr_value</code></em>);
|
200
202
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-clear-status" title="g_file_info_clear_status ()">g_file_info_clear_status</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
201
|
-
<a class="link" href="GFileInfo.html#GFileType"><span class="returnvalue">GFileType</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-file-type" title="g_file_info_get_file_type ()">g_file_info_get_file_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
202
|
-
<a href="
|
203
|
-
<a href="
|
204
|
-
<a href="
|
203
|
+
<a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="returnvalue">GFileType</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-file-type" title="g_file_info_get_file_type ()">g_file_info_get_file_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
204
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-is-hidden" title="g_file_info_get_is_hidden ()">g_file_info_get_is_hidden</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
205
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-is-backup" title="g_file_info_get_is_backup ()">g_file_info_get_is_backup</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
206
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-is-symlink" title="g_file_info_get_is_symlink ()">g_file_info_get_is_symlink</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
205
207
|
const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-name" title="g_file_info_get_name ()">g_file_info_get_name</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
206
208
|
const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-display-name" title="g_file_info_get_display_name ()">g_file_info_get_display_name</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
207
209
|
const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-edit-name" title="g_file_info_get_edit_name ()">g_file_info_get_edit_name</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
208
210
|
<a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * <a class="link" href="GFileInfo.html#g-file-info-get-icon" title="g_file_info_get_icon ()">g_file_info_get_icon</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
211
|
+
<a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * <a class="link" href="GFileInfo.html#g-file-info-get-symbolic-icon" title="g_file_info_get_symbolic_icon ()">g_file_info_get_symbolic_icon</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
209
212
|
const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-content-type" title="g_file_info_get_content_type ()">g_file_info_get_content_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
210
|
-
<a href="
|
213
|
+
<a href="./../glib/glib/glib-Basic-Types.html#goffset"><span class="returnvalue">goffset</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-size" title="g_file_info_get_size ()">g_file_info_get_size</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
211
214
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-get-modification-time" title="g_file_info_get_modification_time ()">g_file_info_get_modification_time</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
212
|
-
<em class="parameter"><code><a href="
|
215
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *result</code></em>);
|
213
216
|
const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-symlink-target" title="g_file_info_get_symlink_target ()">g_file_info_get_symlink_target</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
214
217
|
const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-info-get-etag" title="g_file_info_get_etag ()">g_file_info_get_etag</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
215
|
-
<a href="
|
218
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> <a class="link" href="GFileInfo.html#g-file-info-get-sort-order" title="g_file_info_get_sort_order ()">g_file_info_get_sort_order</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
219
|
+
<a href="./../glib/glib/glib-GDateTime.html#GDateTime"><span class="returnvalue">GDateTime</span></a> * <a class="link" href="GFileInfo.html#g-file-info-get-deletion-date" title="g_file_info_get_deletion_date ()">g_file_info_get_deletion_date</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
216
220
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-attribute-mask" title="g_file_info_set_attribute_mask ()">g_file_info_set_attribute_mask</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
217
221
|
<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *mask</code></em>);
|
218
222
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-unset-attribute-mask" title="g_file_info_unset_attribute_mask ()">g_file_info_unset_attribute_mask</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);
|
219
223
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-file-type" title="g_file_info_set_file_type ()">g_file_info_set_file_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
220
|
-
<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a> type</code></em>);
|
224
|
+
<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a> type</code></em>);
|
221
225
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-is-hidden" title="g_file_info_set_is_hidden ()">g_file_info_set_is_hidden</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
222
|
-
<em class="parameter"><code><a href="
|
226
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_hidden</code></em>);
|
223
227
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-is-symlink" title="g_file_info_set_is_symlink ()">g_file_info_set_is_symlink</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
224
|
-
<em class="parameter"><code><a href="
|
228
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_symlink</code></em>);
|
225
229
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-name" title="g_file_info_set_name ()">g_file_info_set_name</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
226
230
|
<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);
|
227
231
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-display-name" title="g_file_info_set_display_name ()">g_file_info_set_display_name</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
@@ -230,29 +234,35 @@ const <span class="returnvalue">char</span> * <a class="link" href="GFile
|
|
230
234
|
<em class="parameter"><code>const <span class="type">char</span> *edit_name</code></em>);
|
231
235
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-icon" title="g_file_info_set_icon ()">g_file_info_set_icon</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
232
236
|
<em class="parameter"><code><a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> *icon</code></em>);
|
237
|
+
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-symbolic-icon" title="g_file_info_set_symbolic_icon ()">g_file_info_set_symbolic_icon</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
238
|
+
<em class="parameter"><code><a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> *icon</code></em>);
|
233
239
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-content-type" title="g_file_info_set_content_type ()">g_file_info_set_content_type</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
234
240
|
<em class="parameter"><code>const <span class="type">char</span> *content_type</code></em>);
|
235
241
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-size" title="g_file_info_set_size ()">g_file_info_set_size</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
236
|
-
<em class="parameter"><code><a href="
|
242
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> size</code></em>);
|
237
243
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-modification-time" title="g_file_info_set_modification_time ()">g_file_info_set_modification_time</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
238
|
-
<em class="parameter"><code><a href="
|
244
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *mtime</code></em>);
|
239
245
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-symlink-target" title="g_file_info_set_symlink_target ()">g_file_info_set_symlink_target</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
240
246
|
<em class="parameter"><code>const <span class="type">char</span> *symlink_target</code></em>);
|
241
247
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-info-set-sort-order" title="g_file_info_set_sort_order ()">g_file_info_set_sort_order</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
242
|
-
<em class="parameter"><code><a href="
|
248
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sort_order</code></em>);
|
243
249
|
<a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="returnvalue">GFileAttributeMatcher</span></a> * <a class="link" href="GFileInfo.html#g-file-attribute-matcher-new" title="g_file_attribute_matcher_new ()">g_file_attribute_matcher_new</a> (<em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>);
|
244
250
|
<a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="returnvalue">GFileAttributeMatcher</span></a> * <a class="link" href="GFileInfo.html#g-file-attribute-matcher-ref" title="g_file_attribute_matcher_ref ()">g_file_attribute_matcher_ref</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);
|
251
|
+
<a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="returnvalue">GFileAttributeMatcher</span></a> * <a class="link" href="GFileInfo.html#g-file-attribute-matcher-subtract" title="g_file_attribute_matcher_subtract ()">g_file_attribute_matcher_subtract</a>
|
252
|
+
(<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
|
253
|
+
<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *subtract</code></em>);
|
245
254
|
<span class="returnvalue">void</span> <a class="link" href="GFileInfo.html#g-file-attribute-matcher-unref" title="g_file_attribute_matcher_unref ()">g_file_attribute_matcher_unref</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);
|
246
|
-
<a href="
|
255
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches" title="g_file_attribute_matcher_matches ()">g_file_attribute_matcher_matches</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
|
247
256
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
248
|
-
<a href="
|
257
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches-only" title="g_file_attribute_matcher_matches_only ()">g_file_attribute_matcher_matches_only</a>
|
249
258
|
(<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
|
250
259
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);
|
251
|
-
<a href="
|
260
|
+
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileInfo.html#g-file-attribute-matcher-enumerate-namespace" title="g_file_attribute_matcher_enumerate_namespace ()">g_file_attribute_matcher_enumerate_namespace</a>
|
252
261
|
(<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
|
253
262
|
<em class="parameter"><code>const <span class="type">char</span> *ns</code></em>);
|
254
|
-
const <span class="returnvalue">char</span> *
|
263
|
+
const <span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-attribute-matcher-enumerate-next" title="g_file_attribute_matcher_enumerate_next ()">g_file_attribute_matcher_enumerate_next</a>
|
255
264
|
(<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);
|
265
|
+
<span class="returnvalue">char</span> * <a class="link" href="GFileInfo.html#g-file-attribute-matcher-to-string" title="g_file_attribute_matcher_to_string ()">g_file_attribute_matcher_to_string</a> (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);
|
256
266
|
</pre>
|
257
267
|
</div>
|
258
268
|
<div class="refsect1">
|
@@ -262,11 +272,7 @@ const <span class="returnvalue">char</span> * <a class="link" href="G
|
|
262
272
|
+----GFileAttributeMatcher
|
263
273
|
</pre>
|
264
274
|
<pre class="synopsis">
|
265
|
-
|
266
|
-
+----GFileType
|
267
|
-
</pre>
|
268
|
-
<pre class="synopsis">
|
269
|
-
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
275
|
+
<a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
270
276
|
+----GFileInfo
|
271
277
|
</pre>
|
272
278
|
</div>
|
@@ -329,8 +335,11 @@ Determines if a string matches a file attribute.
|
|
329
335
|
<p>
|
330
336
|
Indicates the file's on-disk type.
|
331
337
|
</p>
|
332
|
-
<div class="variablelist"><table border="0">
|
338
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
339
|
+
<colgroup>
|
333
340
|
<col align="left" valign="top">
|
341
|
+
<col>
|
342
|
+
</colgroup>
|
334
343
|
<tbody>
|
335
344
|
<tr>
|
336
345
|
<td><p><a name="G-FILE-TYPE-UNKNOWN:CAPS"></a><span class="term"><code class="literal">G_FILE_TYPE_UNKNOWN</code></span></p></td>
|
@@ -387,8 +396,8 @@ Stores information about a file system object referenced by a <a class="link" hr
|
|
387
396
|
</pre>
|
388
397
|
<p>
|
389
398
|
A key in the "standard" namespace for storing file types.
|
390
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
391
|
-
The value for this key should contain a <a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a>.
|
399
|
+
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>.
|
400
|
+
The value for this key should contain a <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a>.
|
392
401
|
</p>
|
393
402
|
</div>
|
394
403
|
<hr>
|
@@ -398,7 +407,7 @@ The value for this key should contain a <a class="link" href="GFileInfo.html#GFi
|
|
398
407
|
</pre>
|
399
408
|
<p>
|
400
409
|
A key in the "standard" namespace for checking if a file is hidden.
|
401
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
410
|
+
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>.
|
402
411
|
</p>
|
403
412
|
</div>
|
404
413
|
<hr>
|
@@ -408,7 +417,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
408
417
|
</pre>
|
409
418
|
<p>
|
410
419
|
A key in the "standard" namespace for checking if a file is a backup file.
|
411
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
420
|
+
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>.
|
412
421
|
</p>
|
413
422
|
</div>
|
414
423
|
<hr>
|
@@ -420,7 +429,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
420
429
|
A key in the "standard" namespace for checking if the file is a symlink.
|
421
430
|
Typically the actual type is something else, if we followed the symlink
|
422
431
|
to get the type.
|
423
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
432
|
+
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>.
|
424
433
|
</p>
|
425
434
|
</div>
|
426
435
|
<hr>
|
@@ -430,7 +439,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
430
439
|
</pre>
|
431
440
|
<p>
|
432
441
|
A key in the "standard" namespace for checking if a file is virtual.
|
433
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
442
|
+
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>.
|
434
443
|
</p>
|
435
444
|
</div>
|
436
445
|
<hr>
|
@@ -444,7 +453,7 @@ The name is the on-disk filename which may not be in any known encoding,
|
|
444
453
|
and can thus not be generally displayed as is.
|
445
454
|
Use <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME"><span class="type">G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</span></a> if you need to display the
|
446
455
|
name in a user interface.
|
447
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <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>.
|
456
|
+
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-BYTE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.
|
448
457
|
</p>
|
449
458
|
</div>
|
450
459
|
<hr>
|
@@ -456,7 +465,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
456
465
|
A key in the "standard" namespace for getting the display name of the file.
|
457
466
|
A display name is guaranteed to be in UTF8 and can thus be displayed in
|
458
467
|
the UI.
|
459
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
468
|
+
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>.
|
460
469
|
</p>
|
461
470
|
</div>
|
462
471
|
<hr>
|
@@ -472,7 +481,7 @@ might contain information you don't want in the new filename (such as
|
|
472
481
|
"(invalid unicode)" if the filename was in an invalid encoding).
|
473
482
|
</p>
|
474
483
|
<p>
|
475
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
484
|
+
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>.
|
476
485
|
</p>
|
477
486
|
</div>
|
478
487
|
<hr>
|
@@ -489,7 +498,7 @@ might have a different encoding. If the filename is not a valid string in the
|
|
489
498
|
encoding selected for the filesystem it is in then the copy name will not be set.
|
490
499
|
</p>
|
491
500
|
<p>
|
492
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
501
|
+
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>.
|
493
502
|
</p>
|
494
503
|
</div>
|
495
504
|
<hr>
|
@@ -499,9 +508,21 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
499
508
|
</pre>
|
500
509
|
<p>
|
501
510
|
A key in the "standard" namespace for getting the icon for the file.
|
502
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
511
|
+
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>.
|
512
|
+
The value for this key should contain a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
|
513
|
+
</p>
|
514
|
+
</div>
|
515
|
+
<hr>
|
516
|
+
<div class="refsect2">
|
517
|
+
<a name="G-FILE-ATTRIBUTE-STANDARD-SYMBOLIC-ICON:CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON</h3>
|
518
|
+
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON "standard::symbolic-icon" /* object (GIcon) */
|
519
|
+
</pre>
|
520
|
+
<p>
|
521
|
+
A key in the "standard" namespace for getting the symbolic icon for the file.
|
522
|
+
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>.
|
503
523
|
The value for this key should contain a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
|
504
524
|
</p>
|
525
|
+
<p class="since">Since 2.34</p>
|
505
526
|
</div>
|
506
527
|
<hr>
|
507
528
|
<div class="refsect2">
|
@@ -510,7 +531,7 @@ The value for this key should contain a <a class="link" href="GIcon.html" title=
|
|
510
531
|
</pre>
|
511
532
|
<p>
|
512
533
|
A key in the "standard" namespace for getting the content type of the file.
|
513
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
534
|
+
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>.
|
514
535
|
The value for this key should contain a valid content type.
|
515
536
|
</p>
|
516
537
|
</div>
|
@@ -524,7 +545,7 @@ A key in the "standard" namespace for getting the fast content type.
|
|
524
545
|
The fast content type isn't as reliable as the regular one, as it
|
525
546
|
only uses the filename to guess it, but it is faster to calculate than the
|
526
547
|
regular content type.
|
527
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
548
|
+
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>.
|
528
549
|
</p>
|
529
550
|
</div>
|
530
551
|
<hr>
|
@@ -534,7 +555,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
534
555
|
</pre>
|
535
556
|
<p>
|
536
557
|
A key in the "standard" namespace for getting the file's size (in bytes).
|
537
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
558
|
+
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>.
|
538
559
|
</p>
|
539
560
|
</div>
|
540
561
|
<hr>
|
@@ -547,7 +568,7 @@ A key in the "standard" namespace for getting the amount of disk space
|
|
547
568
|
that is consumed by the file (in bytes). This will generally be larger
|
548
569
|
than the file size (due to block size overhead) but can occasionally be
|
549
570
|
smaller (for example, for sparse files).
|
550
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
571
|
+
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>.
|
551
572
|
</p>
|
552
573
|
<p class="since">Since 2.20</p>
|
553
574
|
</div>
|
@@ -558,7 +579,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
558
579
|
</pre>
|
559
580
|
<p>
|
560
581
|
A key in the "standard" namespace for getting the symlink target, if the file
|
561
|
-
is a symlink. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
582
|
+
is a symlink. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
562
583
|
<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>.
|
563
584
|
</p>
|
564
585
|
</div>
|
@@ -570,7 +591,7 @@ is a symlink. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileA
|
|
570
591
|
<p>
|
571
592
|
A key in the "standard" namespace for getting the target URI for the file, in
|
572
593
|
the case of <a class="link" href="GFileInfo.html#G-FILE-TYPE-SHORTCUT:CAPS"><code class="literal">G_FILE_TYPE_SHORTCUT</code></a> or <a class="link" href="GFileInfo.html#G-FILE-TYPE-MOUNTABLE:CAPS"><code class="literal">G_FILE_TYPE_MOUNTABLE</code></a> files.
|
573
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
594
|
+
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>.
|
574
595
|
</p>
|
575
596
|
</div>
|
576
597
|
<hr>
|
@@ -580,7 +601,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
580
601
|
</pre>
|
581
602
|
<p>
|
582
603
|
A key in the "standard" namespace for setting the sort order of a file.
|
583
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INT32</code></a>.
|
604
|
+
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-INT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INT32</code></a>.
|
584
605
|
An example use would be in file managers, which would use this key
|
585
606
|
to set the order files are displayed. Files with smaller sort order
|
586
607
|
should be sorted first, and files without sort order as if sort order
|
@@ -594,7 +615,7 @@ was zero.
|
|
594
615
|
</pre>
|
595
616
|
<p>
|
596
617
|
A key in the "etag" namespace for getting the value of the file's
|
597
|
-
entity tag. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
618
|
+
entity tag. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
598
619
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
|
599
620
|
</p>
|
600
621
|
</div>
|
@@ -605,7 +626,7 @@ entity tag. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAtt
|
|
605
626
|
</pre>
|
606
627
|
<p>
|
607
628
|
A key in the "id" namespace for getting a file identifier.
|
608
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
629
|
+
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>.
|
609
630
|
An example use would be during listing files, to avoid recursive
|
610
631
|
directory scanning.
|
611
632
|
</p>
|
@@ -617,7 +638,7 @@ directory scanning.
|
|
617
638
|
</pre>
|
618
639
|
<p>
|
619
640
|
A key in the "id" namespace for getting the file system identifier.
|
620
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
641
|
+
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>.
|
621
642
|
An example use would be during drag and drop to see if the source
|
622
643
|
and target are on the same filesystem (default to move) or not (default
|
623
644
|
to copy).
|
@@ -630,8 +651,8 @@ to copy).
|
|
630
651
|
</pre>
|
631
652
|
<p>
|
632
653
|
A key in the "access" namespace for getting read privileges.
|
633
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
634
|
-
This attribute will be <a href="
|
654
|
+
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>.
|
655
|
+
This attribute will be <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to read the file.
|
635
656
|
</p>
|
636
657
|
</div>
|
637
658
|
<hr>
|
@@ -641,8 +662,8 @@ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/gli
|
|
641
662
|
</pre>
|
642
663
|
<p>
|
643
664
|
A key in the "access" namespace for getting write privileges.
|
644
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
645
|
-
This attribute will be <a href="
|
665
|
+
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>.
|
666
|
+
This attribute will be <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to write to the file.
|
646
667
|
</p>
|
647
668
|
</div>
|
648
669
|
<hr>
|
@@ -652,8 +673,8 @@ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/gli
|
|
652
673
|
</pre>
|
653
674
|
<p>
|
654
675
|
A key in the "access" namespace for getting execution privileges.
|
655
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
656
|
-
This attribute will be <a href="
|
676
|
+
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>.
|
677
|
+
This attribute will be <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to execute the file.
|
657
678
|
</p>
|
658
679
|
</div>
|
659
680
|
<hr>
|
@@ -663,8 +684,8 @@ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/gli
|
|
663
684
|
</pre>
|
664
685
|
<p>
|
665
686
|
A key in the "access" namespace for checking deletion privileges.
|
666
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
667
|
-
This attribute will be <a href="
|
687
|
+
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>.
|
688
|
+
This attribute will be <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to delete the file.
|
668
689
|
</p>
|
669
690
|
</div>
|
670
691
|
<hr>
|
@@ -674,8 +695,8 @@ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/gli
|
|
674
695
|
</pre>
|
675
696
|
<p>
|
676
697
|
A key in the "access" namespace for checking trashing privileges.
|
677
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
678
|
-
This attribute will be <a href="
|
698
|
+
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>.
|
699
|
+
This attribute will be <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to move the file to
|
679
700
|
the trash.
|
680
701
|
</p>
|
681
702
|
</div>
|
@@ -686,8 +707,8 @@ the trash.
|
|
686
707
|
</pre>
|
687
708
|
<p>
|
688
709
|
A key in the "access" namespace for checking renaming privileges.
|
689
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
690
|
-
This attribute will be <a href="
|
710
|
+
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>.
|
711
|
+
This attribute will be <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is able to rename the file.
|
691
712
|
</p>
|
692
713
|
</div>
|
693
714
|
<hr>
|
@@ -697,7 +718,7 @@ This attribute will be <a href="http://library.gnome.org/devel/glib/unstable/gli
|
|
697
718
|
</pre>
|
698
719
|
<p>
|
699
720
|
A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) is mountable.
|
700
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
721
|
+
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>.
|
701
722
|
</p>
|
702
723
|
</div>
|
703
724
|
<hr>
|
@@ -707,7 +728,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
707
728
|
</pre>
|
708
729
|
<p>
|
709
730
|
A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) is unmountable.
|
710
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
731
|
+
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>.
|
711
732
|
</p>
|
712
733
|
</div>
|
713
734
|
<hr>
|
@@ -717,7 +738,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
717
738
|
</pre>
|
718
739
|
<p>
|
719
740
|
A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be ejected.
|
720
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
741
|
+
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>.
|
721
742
|
</p>
|
722
743
|
</div>
|
723
744
|
<hr>
|
@@ -727,7 +748,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
727
748
|
</pre>
|
728
749
|
<p>
|
729
750
|
A key in the "mountable" namespace for getting the unix device.
|
730
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
751
|
+
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>.
|
731
752
|
</p>
|
732
753
|
</div>
|
733
754
|
<hr>
|
@@ -737,7 +758,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
737
758
|
</pre>
|
738
759
|
<p>
|
739
760
|
A key in the "mountable" namespace for getting the unix device file.
|
740
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
761
|
+
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>.
|
741
762
|
</p>
|
742
763
|
<p class="since">Since 2.22</p>
|
743
764
|
</div>
|
@@ -748,7 +769,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
748
769
|
</pre>
|
749
770
|
<p>
|
750
771
|
A key in the "mountable" namespace for getting the HAL UDI for the mountable
|
751
|
-
file. Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
772
|
+
file. 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>.
|
752
773
|
</p>
|
753
774
|
</div>
|
754
775
|
<hr>
|
@@ -758,7 +779,7 @@ file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttribute
|
|
758
779
|
</pre>
|
759
780
|
<p>
|
760
781
|
A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be polled.
|
761
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
782
|
+
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>.
|
762
783
|
</p>
|
763
784
|
<p class="since">Since 2.22</p>
|
764
785
|
</div>
|
@@ -770,7 +791,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
770
791
|
<p>
|
771
792
|
A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE)
|
772
793
|
is automatically polled for media.
|
773
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
794
|
+
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>.
|
774
795
|
</p>
|
775
796
|
<p class="since">Since 2.22</p>
|
776
797
|
</div>
|
@@ -781,7 +802,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
781
802
|
</pre>
|
782
803
|
<p>
|
783
804
|
A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be started.
|
784
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
805
|
+
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>.
|
785
806
|
</p>
|
786
807
|
<p class="since">Since 2.22</p>
|
787
808
|
</div>
|
@@ -793,7 +814,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
793
814
|
<p>
|
794
815
|
A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be started
|
795
816
|
degraded.
|
796
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
817
|
+
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>.
|
797
818
|
</p>
|
798
819
|
<p class="since">Since 2.22</p>
|
799
820
|
</div>
|
@@ -804,7 +825,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
804
825
|
</pre>
|
805
826
|
<p>
|
806
827
|
A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be stopped.
|
807
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
828
|
+
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>.
|
808
829
|
</p>
|
809
830
|
<p class="since">Since 2.22</p>
|
810
831
|
</div>
|
@@ -815,7 +836,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
815
836
|
</pre>
|
816
837
|
<p>
|
817
838
|
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>.
|
818
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
839
|
+
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>.
|
819
840
|
</p>
|
820
841
|
<p class="since">Since 2.22</p>
|
821
842
|
</div>
|
@@ -826,7 +847,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
826
847
|
</pre>
|
827
848
|
<p>
|
828
849
|
A key in the "time" namespace for getting the time the file was last
|
829
|
-
modified. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
850
|
+
modified. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
830
851
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the UNIX time since the
|
831
852
|
file was modified.
|
832
853
|
</p>
|
@@ -839,7 +860,7 @@ file was modified.
|
|
839
860
|
<p>
|
840
861
|
A key in the "time" namespace for getting the miliseconds of the time
|
841
862
|
the file was last modified. This should be used in conjunction with
|
842
|
-
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED"><span class="type">G_FILE_ATTRIBUTE_TIME_MODIFIED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
863
|
+
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED"><span class="type">G_FILE_ATTRIBUTE_TIME_MODIFIED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
843
864
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
|
844
865
|
</p>
|
845
866
|
</div>
|
@@ -850,7 +871,7 @@ the file was last modified. This should be used in conjunction with
|
|
850
871
|
</pre>
|
851
872
|
<p>
|
852
873
|
A key in the "time" namespace for getting the time the file was last
|
853
|
-
accessed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
874
|
+
accessed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
854
875
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the UNIX time since the
|
855
876
|
file was last accessed.
|
856
877
|
</p>
|
@@ -863,7 +884,7 @@ file was last accessed.
|
|
863
884
|
<p>
|
864
885
|
A key in the "time" namespace for getting the microseconds of the time
|
865
886
|
the file was last accessed. This should be used in conjunction with
|
866
|
-
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS" title="G_FILE_ATTRIBUTE_TIME_ACCESS"><span class="type">G_FILE_ATTRIBUTE_TIME_ACCESS</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
887
|
+
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS" title="G_FILE_ATTRIBUTE_TIME_ACCESS"><span class="type">G_FILE_ATTRIBUTE_TIME_ACCESS</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
867
888
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
|
868
889
|
</p>
|
869
890
|
</div>
|
@@ -874,7 +895,7 @@ the file was last accessed. This should be used in conjunction with
|
|
874
895
|
</pre>
|
875
896
|
<p>
|
876
897
|
A key in the "time" namespace for getting the time the file was last
|
877
|
-
changed. Corresponding <a class="link" href="gio-GFileAttribute.html#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>,
|
898
|
+
changed. 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>,
|
878
899
|
and contains the UNIX time since the file was last changed.
|
879
900
|
</p>
|
880
901
|
<p>
|
@@ -889,7 +910,7 @@ This corresponds to the traditional UNIX ctime.
|
|
889
910
|
<p>
|
890
911
|
A key in the "time" namespace for getting the microseconds of the time
|
891
912
|
the file was last changed. This should be used in conjunction with
|
892
|
-
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS" title="G_FILE_ATTRIBUTE_TIME_CHANGED"><span class="type">G_FILE_ATTRIBUTE_TIME_CHANGED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
913
|
+
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS" title="G_FILE_ATTRIBUTE_TIME_CHANGED"><span class="type">G_FILE_ATTRIBUTE_TIME_CHANGED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
893
914
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
|
894
915
|
</p>
|
895
916
|
</div>
|
@@ -900,7 +921,7 @@ the file was last changed. This should be used in conjunction with
|
|
900
921
|
</pre>
|
901
922
|
<p>
|
902
923
|
A key in the "time" namespace for getting the time the file was created.
|
903
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>,
|
924
|
+
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>,
|
904
925
|
and contains the UNIX time since the file was created.
|
905
926
|
</p>
|
906
927
|
<p>
|
@@ -915,7 +936,7 @@ This corresponds to the NTFS ctime.
|
|
915
936
|
<p>
|
916
937
|
A key in the "time" namespace for getting the microseconds of the time
|
917
938
|
the file was created. This should be used in conjunction with
|
918
|
-
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED:CAPS" title="G_FILE_ATTRIBUTE_TIME_CREATED"><span class="type">G_FILE_ATTRIBUTE_TIME_CREATED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
939
|
+
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED:CAPS" title="G_FILE_ATTRIBUTE_TIME_CREATED"><span class="type">G_FILE_ATTRIBUTE_TIME_CREATED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
919
940
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
|
920
941
|
</p>
|
921
942
|
</div>
|
@@ -927,7 +948,7 @@ the file was created. This should be used in conjunction with
|
|
927
948
|
<p>
|
928
949
|
A key in the "unix" namespace for getting the device id of the device the
|
929
950
|
file is located on (see <code class="function">stat()</code> documentation). This attribute is only
|
930
|
-
available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
951
|
+
available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
931
952
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
|
932
953
|
</p>
|
933
954
|
</div>
|
@@ -939,7 +960,7 @@ available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAt
|
|
939
960
|
<p>
|
940
961
|
A key in the "unix" namespace for getting the inode of the file.
|
941
962
|
This attribute is only available for UNIX file systems. Corresponding
|
942
|
-
<a class="link" href="gio-GFileAttribute.html#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>.
|
963
|
+
<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>.
|
943
964
|
</p>
|
944
965
|
</div>
|
945
966
|
<hr>
|
@@ -951,7 +972,7 @@ This attribute is only available for UNIX file systems. Corresponding
|
|
951
972
|
A key in the "unix" namespace for getting the mode of the file
|
952
973
|
(e.g. whether the file is a regular file, symlink, etc). See <code class="function">lstat()</code>
|
953
974
|
documentation. This attribute is only available for UNIX file systems.
|
954
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
975
|
+
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>.
|
955
976
|
</p>
|
956
977
|
</div>
|
957
978
|
<hr>
|
@@ -962,7 +983,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
962
983
|
<p>
|
963
984
|
A key in the "unix" namespace for getting the number of hard links
|
964
985
|
for a file. See <code class="function">lstat()</code> documentation. This attribute is only available
|
965
|
-
for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
986
|
+
for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
966
987
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
|
967
988
|
</p>
|
968
989
|
</div>
|
@@ -974,7 +995,7 @@ for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.ht
|
|
974
995
|
<p>
|
975
996
|
A key in the "unix" namespace for getting the user ID for the file.
|
976
997
|
This attribute is only available for UNIX file systems.
|
977
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
998
|
+
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>.
|
978
999
|
</p>
|
979
1000
|
</div>
|
980
1001
|
<hr>
|
@@ -985,7 +1006,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
985
1006
|
<p>
|
986
1007
|
A key in the "unix" namespace for getting the group ID for the file.
|
987
1008
|
This attribute is only available for UNIX file systems.
|
988
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
1009
|
+
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>.
|
989
1010
|
</p>
|
990
1011
|
</div>
|
991
1012
|
<hr>
|
@@ -996,7 +1017,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
996
1017
|
<p>
|
997
1018
|
A key in the "unix" namespace for getting the device ID for the file
|
998
1019
|
(if it is a special file). See <code class="function">lstat()</code> documentation. This attribute
|
999
|
-
is only available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a>
|
1020
|
+
is only available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
|
1000
1021
|
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
|
1001
1022
|
</p>
|
1002
1023
|
</div>
|
@@ -1008,7 +1029,7 @@ is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CA
|
|
1008
1029
|
<p>
|
1009
1030
|
A key in the "unix" namespace for getting the block size for the file
|
1010
1031
|
system. This attribute is only available for UNIX file systems.
|
1011
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
1032
|
+
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>.
|
1012
1033
|
</p>
|
1013
1034
|
</div>
|
1014
1035
|
<hr>
|
@@ -1019,7 +1040,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
1019
1040
|
<p>
|
1020
1041
|
A key in the "unix" namespace for getting the number of blocks allocated
|
1021
1042
|
for the file. This attribute is only available for UNIX file systems.
|
1022
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
1043
|
+
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>.
|
1023
1044
|
</p>
|
1024
1045
|
</div>
|
1025
1046
|
<hr>
|
@@ -1029,9 +1050,9 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
1029
1050
|
</pre>
|
1030
1051
|
<p>
|
1031
1052
|
A key in the "unix" namespace for checking if the file represents a
|
1032
|
-
UNIX mount point. This attribute is <a href="
|
1053
|
+
UNIX mount point. This attribute is <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file is a UNIX mount
|
1033
1054
|
point. This attribute is only available for UNIX file systems.
|
1034
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
1055
|
+
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>.
|
1035
1056
|
</p>
|
1036
1057
|
</div>
|
1037
1058
|
<hr>
|
@@ -1041,8 +1062,8 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
1041
1062
|
</pre>
|
1042
1063
|
<p>
|
1043
1064
|
A key in the "dos" namespace for checking if the file's archive flag
|
1044
|
-
is set. This attribute is <a href="
|
1045
|
-
is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a>
|
1065
|
+
is set. This attribute is <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the archive flag is set. This attribute
|
1066
|
+
is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
|
1046
1067
|
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
|
1047
1068
|
</p>
|
1048
1069
|
</div>
|
@@ -1053,8 +1074,8 @@ is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:C
|
|
1053
1074
|
</pre>
|
1054
1075
|
<p>
|
1055
1076
|
A key in the "dos" namespace for checking if the file's backup flag
|
1056
|
-
is set. This attribute is <a href="
|
1057
|
-
is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a>
|
1077
|
+
is set. This attribute is <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the backup flag is set. This attribute
|
1078
|
+
is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
|
1058
1079
|
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
|
1059
1080
|
</p>
|
1060
1081
|
</div>
|
@@ -1065,7 +1086,7 @@ is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:C
|
|
1065
1086
|
</pre>
|
1066
1087
|
<p>
|
1067
1088
|
A key in the "owner" namespace for getting the user name of the
|
1068
|
-
file's owner. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1089
|
+
file's owner. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1069
1090
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
|
1070
1091
|
</p>
|
1071
1092
|
</div>
|
@@ -1076,7 +1097,7 @@ file's owner. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileA
|
|
1076
1097
|
</pre>
|
1077
1098
|
<p>
|
1078
1099
|
A key in the "owner" namespace for getting the real name of the
|
1079
|
-
user that owns the file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1100
|
+
user that owns the file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1080
1101
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
|
1081
1102
|
</p>
|
1082
1103
|
</div>
|
@@ -1087,7 +1108,7 @@ user that owns the file. Corresponding <a class="link" href="gio-GFileAttribute.
|
|
1087
1108
|
</pre>
|
1088
1109
|
<p>
|
1089
1110
|
A key in the "owner" namespace for getting the file owner's group.
|
1090
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
1111
|
+
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>.
|
1091
1112
|
</p>
|
1092
1113
|
</div>
|
1093
1114
|
<hr>
|
@@ -1097,7 +1118,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
1097
1118
|
</pre>
|
1098
1119
|
<p>
|
1099
1120
|
A key in the "thumbnail" namespace for getting the path to the thumbnail
|
1100
|
-
image. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1121
|
+
image. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1101
1122
|
<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>.
|
1102
1123
|
</p>
|
1103
1124
|
</div>
|
@@ -1108,8 +1129,8 @@ image. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttribut
|
|
1108
1129
|
</pre>
|
1109
1130
|
<p>
|
1110
1131
|
A key in the "thumbnail" namespace for checking if thumbnailing failed.
|
1111
|
-
This attribute is <a href="
|
1112
|
-
<a class="link" href="gio-GFileAttribute.html#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>.
|
1132
|
+
This attribute is <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if thumbnailing failed. Corresponding
|
1133
|
+
<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>.
|
1113
1134
|
</p>
|
1114
1135
|
</div>
|
1115
1136
|
<hr>
|
@@ -1121,7 +1142,7 @@ This attribute is <a href="http://library.gnome.org/devel/glib/unstable/glib-Sta
|
|
1121
1142
|
A key in the "preview" namespace for getting a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> that can be
|
1122
1143
|
used to get preview of the file. For example, it may be a low
|
1123
1144
|
resolution thumbnail without metadata. Corresponding
|
1124
|
-
<a class="link" href="gio-GFileAttribute.html#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
|
1145
|
+
<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
|
1125
1146
|
for this key should contain a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
|
1126
1147
|
</p>
|
1127
1148
|
<p class="since">Since 2.20</p>
|
@@ -1133,7 +1154,7 @@ for this key should contain a <a class="link" href="GIcon.html" title="GIcon"><s
|
|
1133
1154
|
</pre>
|
1134
1155
|
<p>
|
1135
1156
|
A key in the "filesystem" namespace for getting the total size (in bytes) of the file system,
|
1136
|
-
used in <a class="link" href="GFile.html#g-file-query-filesystem-info" title="g_file_query_filesystem_info ()"><code class="function">g_file_query_filesystem_info()</code></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a>
|
1157
|
+
used in <a class="link" href="GFile.html#g-file-query-filesystem-info" title="g_file_query_filesystem_info ()"><code class="function">g_file_query_filesystem_info()</code></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
|
1137
1158
|
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
|
1138
1159
|
</p>
|
1139
1160
|
</div>
|
@@ -1144,18 +1165,30 @@ is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CA
|
|
1144
1165
|
</pre>
|
1145
1166
|
<p>
|
1146
1167
|
A key in the "filesystem" namespace for getting the number of bytes of free space left on the
|
1147
|
-
file system. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1168
|
+
file system. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1148
1169
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
|
1149
1170
|
</p>
|
1150
1171
|
</div>
|
1151
1172
|
<hr>
|
1152
1173
|
<div class="refsect2">
|
1174
|
+
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-USED:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_USED</h3>
|
1175
|
+
<pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_USED "filesystem::used" /* uint64 */
|
1176
|
+
</pre>
|
1177
|
+
<p>
|
1178
|
+
A key in the "filesystem" namespace for getting the number of bytes of used on the
|
1179
|
+
file system. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1180
|
+
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.
|
1181
|
+
</p>
|
1182
|
+
<p class="since">Since 2.32</p>
|
1183
|
+
</div>
|
1184
|
+
<hr>
|
1185
|
+
<div class="refsect2">
|
1153
1186
|
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-TYPE:CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_TYPE</h3>
|
1154
1187
|
<pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_TYPE "filesystem::type" /* string */
|
1155
1188
|
</pre>
|
1156
1189
|
<p>
|
1157
1190
|
A key in the "filesystem" namespace for getting the file system's type.
|
1158
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
1191
|
+
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>.
|
1159
1192
|
</p>
|
1160
1193
|
</div>
|
1161
1194
|
<hr>
|
@@ -1165,8 +1198,8 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
1165
1198
|
</pre>
|
1166
1199
|
<p>
|
1167
1200
|
A key in the "filesystem" namespace for checking if the file system
|
1168
|
-
is read only. Is set to <a href="
|
1169
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
1201
|
+
is read only. Is set to <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file system is read only.
|
1202
|
+
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>.
|
1170
1203
|
</p>
|
1171
1204
|
</div>
|
1172
1205
|
<hr>
|
@@ -1176,7 +1209,7 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
1176
1209
|
</pre>
|
1177
1210
|
<p>
|
1178
1211
|
A key in the "gvfs" namespace that gets the name of the current
|
1179
|
-
GVFS backend in use. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1212
|
+
GVFS backend in use. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1180
1213
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
|
1181
1214
|
</p>
|
1182
1215
|
</div>
|
@@ -1187,7 +1220,7 @@ GVFS backend in use. Corresponding <a class="link" href="gio-GFileAttribute.html
|
|
1187
1220
|
</pre>
|
1188
1221
|
<p>
|
1189
1222
|
A key in the "selinux" namespace for getting the file's SELinux
|
1190
|
-
context. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1223
|
+
context. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1191
1224
|
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>. Note that this attribute is only
|
1192
1225
|
available if GLib has been built with SELinux support.
|
1193
1226
|
</p>
|
@@ -1200,7 +1233,7 @@ available if GLib has been built with SELinux support.
|
|
1200
1233
|
<p>
|
1201
1234
|
A key in the "trash" namespace. When requested against
|
1202
1235
|
"trash:///" returns the number of (toplevel) items in the trash folder.
|
1203
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
1236
|
+
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>.
|
1204
1237
|
</p>
|
1205
1238
|
</div>
|
1206
1239
|
<hr>
|
@@ -1212,20 +1245,20 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
1212
1245
|
A key in the "trash" namespace. When requested against
|
1213
1246
|
items in "trash:///", will return the date and time when the file
|
1214
1247
|
was trashed. The format of the returned string is YYYY-MM-DDThh:mm:ss.
|
1215
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
1248
|
+
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>.
|
1216
1249
|
</p>
|
1217
1250
|
<p class="since">Since 2.24.</p>
|
1218
1251
|
</div>
|
1219
1252
|
<hr>
|
1220
1253
|
<div class="refsect2">
|
1221
1254
|
<a name="G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_ORIG_PATH</h3>
|
1222
|
-
<pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ORIG_PATH "trash::orig-path" /* string */
|
1255
|
+
<pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ORIG_PATH "trash::orig-path" /* byte string */
|
1223
1256
|
</pre>
|
1224
1257
|
<p>
|
1225
1258
|
A key in the "trash" namespace. When requested against
|
1226
1259
|
items in "trash:///", will return the original path to the file before it
|
1227
|
-
was trashed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1228
|
-
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">
|
1260
|
+
was trashed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
|
1261
|
+
<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>.
|
1229
1262
|
</p>
|
1230
1263
|
<p class="since">Since 2.24.</p>
|
1231
1264
|
</div>
|
@@ -1238,7 +1271,7 @@ was trashed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAt
|
|
1238
1271
|
A key in the "filesystem" namespace for hinting a file manager
|
1239
1272
|
application whether it should preview (e.g. thumbnail) files on the
|
1240
1273
|
file system. The value for this key contain a
|
1241
|
-
<a class="link" href="GFile.html#GFilesystemPreviewType"><span class="type">GFilesystemPreviewType</span></a>.
|
1274
|
+
<a class="link" href="GFile.html#GFilesystemPreviewType" title="enum GFilesystemPreviewType"><span class="type">GFilesystemPreviewType</span></a>.
|
1242
1275
|
</p>
|
1243
1276
|
</div>
|
1244
1277
|
<hr>
|
@@ -1255,7 +1288,7 @@ for a file in the trash. This is useful for instance as the window title
|
|
1255
1288
|
when displaying a directory or for a bookmarks menu.
|
1256
1289
|
</p>
|
1257
1290
|
<p>
|
1258
|
-
Corresponding <a class="link" href="gio-GFileAttribute.html#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>.
|
1291
|
+
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>.
|
1259
1292
|
</p>
|
1260
1293
|
</div>
|
1261
1294
|
<hr>
|
@@ -1265,8 +1298,11 @@ Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">
|
|
1265
1298
|
<p>
|
1266
1299
|
Creates a new file info structure.
|
1267
1300
|
</p>
|
1268
|
-
<div class="variablelist"><table border="0">
|
1301
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1302
|
+
<colgroup>
|
1269
1303
|
<col align="left" valign="top">
|
1304
|
+
<col>
|
1305
|
+
</colgroup>
|
1270
1306
|
<tbody><tr>
|
1271
1307
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1272
1308
|
<td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
|
@@ -1280,8 +1316,11 @@ Creates a new file info structure.
|
|
1280
1316
|
<p>
|
1281
1317
|
Duplicates a file info structure.
|
1282
1318
|
</p>
|
1283
|
-
<div class="variablelist"><table border="0">
|
1319
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1320
|
+
<colgroup>
|
1284
1321
|
<col align="left" valign="top">
|
1322
|
+
<col>
|
1323
|
+
</colgroup>
|
1285
1324
|
<tbody>
|
1286
1325
|
<tr>
|
1287
1326
|
<td><p><span class="term"><em class="parameter"><code>other</code></em> :</span></p></td>
|
@@ -1301,10 +1340,14 @@ Duplicates a file info structure.
|
|
1301
1340
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1302
1341
|
<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *dest_info</code></em>);</pre>
|
1303
1342
|
<p>
|
1304
|
-
Copies all of the <
|
1343
|
+
Copies all of the <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>s
|
1344
|
+
from <em class="parameter"><code>src_info</code></em> to <em class="parameter"><code>dest_info</code></em>.
|
1305
1345
|
</p>
|
1306
|
-
<div class="variablelist"><table border="0">
|
1346
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1347
|
+
<colgroup>
|
1307
1348
|
<col align="left" valign="top">
|
1349
|
+
<col>
|
1350
|
+
</colgroup>
|
1308
1351
|
<tbody>
|
1309
1352
|
<tr>
|
1310
1353
|
<td><p><span class="term"><em class="parameter"><code>src_info</code></em> :</span></p></td>
|
@@ -1320,13 +1363,16 @@ Copies all of the <span class="type">GFileAttribute</span>s from <em class="para
|
|
1320
1363
|
<hr>
|
1321
1364
|
<div class="refsect2">
|
1322
1365
|
<a name="g-file-info-has-attribute"></a><h3>g_file_info_has_attribute ()</h3>
|
1323
|
-
<pre class="programlisting"><a href="
|
1366
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_has_attribute (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1324
1367
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1325
1368
|
<p>
|
1326
1369
|
Checks if a file info structure has an attribute named <em class="parameter"><code>attribute</code></em>.
|
1327
1370
|
</p>
|
1328
|
-
<div class="variablelist"><table border="0">
|
1371
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1372
|
+
<colgroup>
|
1329
1373
|
<col align="left" valign="top">
|
1374
|
+
<col>
|
1375
|
+
</colgroup>
|
1330
1376
|
<tbody>
|
1331
1377
|
<tr>
|
1332
1378
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1339,8 +1385,8 @@ Checks if a file info structure has an attribute named <em class="parameter"><co
|
|
1339
1385
|
<tr>
|
1340
1386
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1341
1387
|
<td>
|
1342
|
-
<a href="
|
1343
|
-
<a href="
|
1388
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>Ginfo</code></em> has an attribute named <em class="parameter"><code>attribute</code></em>,
|
1389
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
1344
1390
|
</tr>
|
1345
1391
|
</tbody>
|
1346
1392
|
</table></div>
|
@@ -1348,14 +1394,17 @@ Checks if a file info structure has an attribute named <em class="parameter"><co
|
|
1348
1394
|
<hr>
|
1349
1395
|
<div class="refsect2">
|
1350
1396
|
<a name="g-file-info-has-namespace"></a><h3>g_file_info_has_namespace ()</h3>
|
1351
|
-
<pre class="programlisting"><a href="
|
1397
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_has_namespace (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1352
1398
|
<em class="parameter"><code>const <span class="type">char</span> *name_space</code></em>);</pre>
|
1353
1399
|
<p>
|
1354
1400
|
Checks if a file info structure has an attribute in the
|
1355
1401
|
specified <em class="parameter"><code>name_space</code></em>.
|
1356
1402
|
</p>
|
1357
|
-
<div class="variablelist"><table border="0">
|
1403
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1404
|
+
<colgroup>
|
1358
1405
|
<col align="left" valign="top">
|
1406
|
+
<col>
|
1407
|
+
</colgroup>
|
1359
1408
|
<tbody>
|
1360
1409
|
<tr>
|
1361
1410
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1368,8 +1417,8 @@ specified <em class="parameter"><code>name_space</code></em>.
|
|
1368
1417
|
<tr>
|
1369
1418
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1370
1419
|
<td>
|
1371
|
-
<a href="
|
1372
|
-
<a href="
|
1420
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>Ginfo</code></em> has an attribute in <em class="parameter"><code>name_space</code></em>,
|
1421
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
1373
1422
|
</tr>
|
1374
1423
|
</tbody>
|
1375
1424
|
</table></div>
|
@@ -1383,8 +1432,11 @@ specified <em class="parameter"><code>name_space</code></em>.
|
|
1383
1432
|
<p>
|
1384
1433
|
Lists the file info structure's attributes.
|
1385
1434
|
</p>
|
1386
|
-
<div class="variablelist"><table border="0">
|
1435
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1436
|
+
<colgroup>
|
1387
1437
|
<col align="left" valign="top">
|
1438
|
+
<col>
|
1439
|
+
</colgroup>
|
1388
1440
|
<tbody>
|
1389
1441
|
<tr>
|
1390
1442
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1398,7 +1450,7 @@ Lists the file info structure's attributes.
|
|
1398
1450
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1399
1451
|
<td>a null-terminated array of strings of all of the
|
1400
1452
|
possible attribute types for the given <em class="parameter"><code>name_space</code></em>, or
|
1401
|
-
<a href="
|
1453
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1402
1454
|
</td>
|
1403
1455
|
</tr>
|
1404
1456
|
</tbody>
|
@@ -1407,13 +1459,16 @@ possible attribute types for the given <em class="parameter"><code>name_space</c
|
|
1407
1459
|
<hr>
|
1408
1460
|
<div class="refsect2">
|
1409
1461
|
<a name="g-file-info-get-attribute-type"></a><h3>g_file_info_get_attribute_type ()</h3>
|
1410
|
-
<pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="returnvalue">GFileAttributeType</span></a> g_file_info_get_attribute_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1462
|
+
<pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="returnvalue">GFileAttributeType</span></a> g_file_info_get_attribute_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1411
1463
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1412
1464
|
<p>
|
1413
1465
|
Gets the attribute type for an attribute key.
|
1414
1466
|
</p>
|
1415
|
-
<div class="variablelist"><table border="0">
|
1467
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1468
|
+
<colgroup>
|
1416
1469
|
<col align="left" valign="top">
|
1470
|
+
<col>
|
1471
|
+
</colgroup>
|
1417
1472
|
<tbody>
|
1418
1473
|
<tr>
|
1419
1474
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1425,7 +1480,7 @@ Gets the attribute type for an attribute key.
|
|
1425
1480
|
</tr>
|
1426
1481
|
<tr>
|
1427
1482
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1428
|
-
<td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> for the given <em class="parameter"><code>attribute</code></em>, or
|
1483
|
+
<td>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>, or
|
1429
1484
|
<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.</td>
|
1430
1485
|
</tr>
|
1431
1486
|
</tbody>
|
@@ -1439,8 +1494,11 @@ Gets the attribute type for an attribute key.
|
|
1439
1494
|
<p>
|
1440
1495
|
Removes all cases of <em class="parameter"><code>attribute</code></em> from <em class="parameter"><code>info</code></em> if it exists.
|
1441
1496
|
</p>
|
1442
|
-
<div class="variablelist"><table border="0">
|
1497
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1498
|
+
<colgroup>
|
1443
1499
|
<col align="left" valign="top">
|
1500
|
+
<col>
|
1501
|
+
</colgroup>
|
1444
1502
|
<tbody>
|
1445
1503
|
<tr>
|
1446
1504
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1463,8 +1521,11 @@ Gets the value of a attribute, formated as a string.
|
|
1463
1521
|
This escapes things as needed to make the string valid
|
1464
1522
|
utf8.
|
1465
1523
|
</p>
|
1466
|
-
<div class="variablelist"><table border="0">
|
1524
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1525
|
+
<colgroup>
|
1467
1526
|
<col align="left" valign="top">
|
1527
|
+
<col>
|
1528
|
+
</colgroup>
|
1468
1529
|
<tbody>
|
1469
1530
|
<tr>
|
1470
1531
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1477,7 +1538,7 @@ utf8.
|
|
1477
1538
|
<tr>
|
1478
1539
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1479
1540
|
<td>a UTF-8 string associated with the given <em class="parameter"><code>attribute</code></em>.
|
1480
|
-
When you're done with the string it must be freed with <a href="
|
1541
|
+
When you're done with the string it must be freed with <a href="./../glib/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
1481
1542
|
</tr>
|
1482
1543
|
</tbody>
|
1483
1544
|
</table></div>
|
@@ -1485,16 +1546,19 @@ When you're done with the string it must be freed with <a href="http://library.g
|
|
1485
1546
|
<hr>
|
1486
1547
|
<div class="refsect2">
|
1487
1548
|
<a name="g-file-info-get-attribute-data"></a><h3>g_file_info_get_attribute_data ()</h3>
|
1488
|
-
<pre class="programlisting"><a href="
|
1549
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_attribute_data (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1489
1550
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
1490
|
-
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> *type</code></em>,
|
1491
|
-
<em class="parameter"><code><a href="
|
1492
|
-
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> *status</code></em>);</pre>
|
1551
|
+
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> *type</code></em>,
|
1552
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *value_pp</code></em>,
|
1553
|
+
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> *status</code></em>);</pre>
|
1493
1554
|
<p>
|
1494
1555
|
Gets the attribute type, value and status for an attribute key.
|
1495
1556
|
</p>
|
1496
|
-
<div class="variablelist"><table border="0">
|
1557
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1558
|
+
<colgroup>
|
1497
1559
|
<col align="left" valign="top">
|
1560
|
+
<col>
|
1561
|
+
</colgroup>
|
1498
1562
|
<tbody>
|
1499
1563
|
<tr>
|
1500
1564
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1507,24 +1571,24 @@ Gets the attribute type, value and status for an attribute key.
|
|
1507
1571
|
</tr>
|
1508
1572
|
<tr>
|
1509
1573
|
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
1510
|
-
<td>return location for the attribute type, or <a href="
|
1574
|
+
<td>return location for the attribute type, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1511
1575
|
</td>
|
1512
1576
|
</tr>
|
1513
1577
|
<tr>
|
1514
1578
|
<td><p><span class="term"><em class="parameter"><code>value_pp</code></em> :</span></p></td>
|
1515
|
-
<td>return location for the attribute value, or <a href="
|
1579
|
+
<td>return location for the attribute value, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1516
1580
|
</td>
|
1517
1581
|
</tr>
|
1518
1582
|
<tr>
|
1519
1583
|
<td><p><span class="term"><em class="parameter"><code>status</code></em> :</span></p></td>
|
1520
|
-
<td>return location for the attribute status, or <a href="
|
1584
|
+
<td>return location for the attribute status, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1521
1585
|
</td>
|
1522
1586
|
</tr>
|
1523
1587
|
<tr>
|
1524
1588
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1525
1589
|
<td>
|
1526
|
-
<a href="
|
1527
|
-
<a href="
|
1590
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>info</code></em> has an attribute named <em class="parameter"><code>attribute</code></em>,
|
1591
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1528
1592
|
</td>
|
1529
1593
|
</tr>
|
1530
1594
|
</tbody>
|
@@ -1533,13 +1597,16 @@ Gets the attribute type, value and status for an attribute key.
|
|
1533
1597
|
<hr>
|
1534
1598
|
<div class="refsect2">
|
1535
1599
|
<a name="g-file-info-get-attribute-status"></a><h3>g_file_info_get_attribute_status ()</h3>
|
1536
|
-
<pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="returnvalue">GFileAttributeStatus</span></a>
|
1600
|
+
<pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="returnvalue">GFileAttributeStatus</span></a> g_file_info_get_attribute_status (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1537
1601
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1538
1602
|
<p>
|
1539
1603
|
Gets the attribute status for an attribute key.
|
1540
1604
|
</p>
|
1541
|
-
<div class="variablelist"><table border="0">
|
1605
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1606
|
+
<colgroup>
|
1542
1607
|
<col align="left" valign="top">
|
1608
|
+
<col>
|
1609
|
+
</colgroup>
|
1543
1610
|
<tbody>
|
1544
1611
|
<tr>
|
1545
1612
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1552,7 +1619,7 @@ Gets the attribute status for an attribute key.
|
|
1552
1619
|
</tr>
|
1553
1620
|
<tr>
|
1554
1621
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1555
|
-
<td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> for the given <em class="parameter"><code>attribute</code></em>, or
|
1622
|
+
<td>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>, or
|
1556
1623
|
<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.</td>
|
1557
1624
|
</tr>
|
1558
1625
|
</tbody>
|
@@ -1564,11 +1631,14 @@ Gets the attribute status for an attribute key.
|
|
1564
1631
|
<pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_attribute_string (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1565
1632
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1566
1633
|
<p>
|
1567
|
-
Gets the value of a string attribute. If the attribute does
|
1568
|
-
not contain a string, <a href="
|
1634
|
+
Gets the value of a string attribute. If the attribute does
|
1635
|
+
not contain a string, <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
|
1569
1636
|
</p>
|
1570
|
-
<div class="variablelist"><table border="0">
|
1637
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1638
|
+
<colgroup>
|
1571
1639
|
<col align="left" valign="top">
|
1640
|
+
<col>
|
1641
|
+
</colgroup>
|
1572
1642
|
<tbody>
|
1573
1643
|
<tr>
|
1574
1644
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1580,8 +1650,8 @@ not contain a string, <a href="http://library.gnome.org/devel/glib/unstable/glib
|
|
1580
1650
|
</tr>
|
1581
1651
|
<tr>
|
1582
1652
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1583
|
-
<td>the contents of the <em class="parameter"><code>attribute</code></em> value as a string, or
|
1584
|
-
<a href="
|
1653
|
+
<td>the contents of the <em class="parameter"><code>attribute</code></em> value as a UTF-8 string, or
|
1654
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.</td>
|
1585
1655
|
</tr>
|
1586
1656
|
</tbody>
|
1587
1657
|
</table></div>
|
@@ -1593,10 +1663,13 @@ not contain a string, <a href="http://library.gnome.org/devel/glib/unstable/glib
|
|
1593
1663
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1594
1664
|
<p>
|
1595
1665
|
Gets the value of a stringv attribute. If the attribute does
|
1596
|
-
not contain a stringv, <a href="
|
1666
|
+
not contain a stringv, <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
|
1597
1667
|
</p>
|
1598
|
-
<div class="variablelist"><table border="0">
|
1668
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1669
|
+
<colgroup>
|
1599
1670
|
<col align="left" valign="top">
|
1671
|
+
<col>
|
1672
|
+
</colgroup>
|
1600
1673
|
<tbody>
|
1601
1674
|
<tr>
|
1602
1675
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1609,7 +1682,7 @@ not contain a stringv, <a href="http://library.gnome.org/devel/glib/unstable/gli
|
|
1609
1682
|
<tr>
|
1610
1683
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1611
1684
|
<td>the contents of the <em class="parameter"><code>attribute</code></em> value as a stringv, or
|
1612
|
-
<a href="
|
1685
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. Do not free. These returned strings are UTF-8. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1613
1686
|
</td>
|
1614
1687
|
</tr>
|
1615
1688
|
</tbody>
|
@@ -1623,11 +1696,14 @@ not contain a stringv, <a href="http://library.gnome.org/devel/glib/unstable/gli
|
|
1623
1696
|
(<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1624
1697
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1625
1698
|
<p>
|
1626
|
-
Gets the value of a byte string attribute. If the attribute does
|
1627
|
-
not contain a byte string, <a href="
|
1699
|
+
Gets the value of a byte string attribute. If the attribute does
|
1700
|
+
not contain a byte string, <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
|
1628
1701
|
</p>
|
1629
|
-
<div class="variablelist"><table border="0">
|
1702
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1703
|
+
<colgroup>
|
1630
1704
|
<col align="left" valign="top">
|
1705
|
+
<col>
|
1706
|
+
</colgroup>
|
1631
1707
|
<tbody>
|
1632
1708
|
<tr>
|
1633
1709
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1640,7 +1716,7 @@ not contain a byte string, <a href="http://library.gnome.org/devel/glib/unstable
|
|
1640
1716
|
<tr>
|
1641
1717
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1642
1718
|
<td>the contents of the <em class="parameter"><code>attribute</code></em> value as a byte string, or
|
1643
|
-
<a href="
|
1719
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.</td>
|
1644
1720
|
</tr>
|
1645
1721
|
</tbody>
|
1646
1722
|
</table></div>
|
@@ -1648,14 +1724,17 @@ not contain a byte string, <a href="http://library.gnome.org/devel/glib/unstable
|
|
1648
1724
|
<hr>
|
1649
1725
|
<div class="refsect2">
|
1650
1726
|
<a name="g-file-info-get-attribute-boolean"></a><h3>g_file_info_get_attribute_boolean ()</h3>
|
1651
|
-
<pre class="programlisting"><a href="
|
1727
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_attribute_boolean (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1652
1728
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1653
1729
|
<p>
|
1654
1730
|
Gets the value of a boolean attribute. If the attribute does not
|
1655
|
-
contain a boolean value, <a href="
|
1731
|
+
contain a boolean value, <a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned.
|
1656
1732
|
</p>
|
1657
|
-
<div class="variablelist"><table border="0">
|
1733
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1734
|
+
<colgroup>
|
1658
1735
|
<col align="left" valign="top">
|
1736
|
+
<col>
|
1737
|
+
</colgroup>
|
1659
1738
|
<tbody>
|
1660
1739
|
<tr>
|
1661
1740
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1675,15 +1754,18 @@ contain a boolean value, <a href="http://library.gnome.org/devel/glib/unstable/g
|
|
1675
1754
|
<hr>
|
1676
1755
|
<div class="refsect2">
|
1677
1756
|
<a name="g-file-info-get-attribute-uint32"></a><h3>g_file_info_get_attribute_uint32 ()</h3>
|
1678
|
-
<pre class="programlisting"><a href="
|
1757
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> g_file_info_get_attribute_uint32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1679
1758
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1680
1759
|
<p>
|
1681
|
-
Gets an unsigned 32-bit integer contained within the attribute. If the
|
1682
|
-
attribute does not contain an unsigned 32-bit integer, or is invalid,
|
1760
|
+
Gets an unsigned 32-bit integer contained within the attribute. If the
|
1761
|
+
attribute does not contain an unsigned 32-bit integer, or is invalid,
|
1683
1762
|
0 will be returned.
|
1684
1763
|
</p>
|
1685
|
-
<div class="variablelist"><table border="0">
|
1764
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1765
|
+
<colgroup>
|
1686
1766
|
<col align="left" valign="top">
|
1767
|
+
<col>
|
1768
|
+
</colgroup>
|
1687
1769
|
<tbody>
|
1688
1770
|
<tr>
|
1689
1771
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1703,15 +1785,18 @@ attribute does not contain an unsigned 32-bit integer, or is invalid,
|
|
1703
1785
|
<hr>
|
1704
1786
|
<div class="refsect2">
|
1705
1787
|
<a name="g-file-info-get-attribute-int32"></a><h3>g_file_info_get_attribute_int32 ()</h3>
|
1706
|
-
<pre class="programlisting"><a href="
|
1788
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> g_file_info_get_attribute_int32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1707
1789
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1708
1790
|
<p>
|
1709
|
-
Gets a signed 32-bit integer contained within the attribute. If the
|
1710
|
-
attribute does not contain a signed 32-bit integer, or is invalid,
|
1791
|
+
Gets a signed 32-bit integer contained within the attribute. If the
|
1792
|
+
attribute does not contain a signed 32-bit integer, or is invalid,
|
1711
1793
|
0 will be returned.
|
1712
1794
|
</p>
|
1713
|
-
<div class="variablelist"><table border="0">
|
1795
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1796
|
+
<colgroup>
|
1714
1797
|
<col align="left" valign="top">
|
1798
|
+
<col>
|
1799
|
+
</colgroup>
|
1715
1800
|
<tbody>
|
1716
1801
|
<tr>
|
1717
1802
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1731,15 +1816,18 @@ attribute does not contain a signed 32-bit integer, or is invalid,
|
|
1731
1816
|
<hr>
|
1732
1817
|
<div class="refsect2">
|
1733
1818
|
<a name="g-file-info-get-attribute-uint64"></a><h3>g_file_info_get_attribute_uint64 ()</h3>
|
1734
|
-
<pre class="programlisting"><a href="
|
1819
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a> g_file_info_get_attribute_uint64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1735
1820
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1736
1821
|
<p>
|
1737
|
-
Gets a unsigned 64-bit integer contained within the attribute. If the
|
1738
|
-
attribute does not contain an unsigned 64-bit integer, or is invalid,
|
1822
|
+
Gets a unsigned 64-bit integer contained within the attribute. If the
|
1823
|
+
attribute does not contain an unsigned 64-bit integer, or is invalid,
|
1739
1824
|
0 will be returned.
|
1740
1825
|
</p>
|
1741
|
-
<div class="variablelist"><table border="0">
|
1826
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1827
|
+
<colgroup>
|
1742
1828
|
<col align="left" valign="top">
|
1829
|
+
<col>
|
1830
|
+
</colgroup>
|
1743
1831
|
<tbody>
|
1744
1832
|
<tr>
|
1745
1833
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1759,15 +1847,18 @@ attribute does not contain an unsigned 64-bit integer, or is invalid,
|
|
1759
1847
|
<hr>
|
1760
1848
|
<div class="refsect2">
|
1761
1849
|
<a name="g-file-info-get-attribute-int64"></a><h3>g_file_info_get_attribute_int64 ()</h3>
|
1762
|
-
<pre class="programlisting"><a href="
|
1850
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a> g_file_info_get_attribute_int64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1763
1851
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1764
1852
|
<p>
|
1765
|
-
Gets a signed 64-bit integer contained within the attribute. If the
|
1766
|
-
attribute does not contain an signed 64-bit integer, or is invalid,
|
1853
|
+
Gets a signed 64-bit integer contained within the attribute. If the
|
1854
|
+
attribute does not contain an signed 64-bit integer, or is invalid,
|
1767
1855
|
0 will be returned.
|
1768
1856
|
</p>
|
1769
|
-
<div class="variablelist"><table border="0">
|
1857
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1858
|
+
<colgroup>
|
1770
1859
|
<col align="left" valign="top">
|
1860
|
+
<col>
|
1861
|
+
</colgroup>
|
1771
1862
|
<tbody>
|
1772
1863
|
<tr>
|
1773
1864
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1787,14 +1878,17 @@ attribute does not contain an signed 64-bit integer, or is invalid,
|
|
1787
1878
|
<hr>
|
1788
1879
|
<div class="refsect2">
|
1789
1880
|
<a name="g-file-info-get-attribute-object"></a><h3>g_file_info_get_attribute_object ()</h3>
|
1790
|
-
<pre class="programlisting"><a href="
|
1881
|
+
<pre class="programlisting"><a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * g_file_info_get_attribute_object (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1791
1882
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
1792
1883
|
<p>
|
1793
|
-
Gets the value of a <a href="
|
1794
|
-
not contain a <a href="
|
1884
|
+
Gets the value of a <a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> attribute. If the attribute does
|
1885
|
+
not contain a <a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.
|
1795
1886
|
</p>
|
1796
|
-
<div class="variablelist"><table border="0">
|
1887
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1888
|
+
<colgroup>
|
1797
1889
|
<col align="left" valign="top">
|
1890
|
+
<col>
|
1891
|
+
</colgroup>
|
1798
1892
|
<tbody>
|
1799
1893
|
<tr>
|
1800
1894
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1806,8 +1900,8 @@ not contain a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-T
|
|
1806
1900
|
</tr>
|
1807
1901
|
<tr>
|
1808
1902
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1809
|
-
<td>a <a href="
|
1810
|
-
<a href="
|
1903
|
+
<td>a <a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> associated with the given <em class="parameter"><code>attribute</code></em>, or
|
1904
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1811
1905
|
</td>
|
1812
1906
|
</tr>
|
1813
1907
|
</tbody>
|
@@ -1818,13 +1912,17 @@ not contain a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-T
|
|
1818
1912
|
<a name="g-file-info-set-attribute"></a><h3>g_file_info_set_attribute ()</h3>
|
1819
1913
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1820
1914
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
1821
|
-
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> type</code></em>,
|
1822
|
-
<em class="parameter"><code><a href="
|
1915
|
+
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> type</code></em>,
|
1916
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> value_p</code></em>);</pre>
|
1823
1917
|
<p>
|
1824
|
-
Sets the <em class="parameter"><code>attribute</code></em> to contain the given value, if possible.
|
1918
|
+
Sets the <em class="parameter"><code>attribute</code></em> to contain the given value, if possible. To unset the
|
1919
|
+
attribute, use <code class="literal">G_ATTRIBUTE_TYPE_INVALID</code> for <em class="parameter"><code>type</code></em>.
|
1825
1920
|
</p>
|
1826
|
-
<div class="variablelist"><table border="0">
|
1921
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1922
|
+
<colgroup>
|
1827
1923
|
<col align="left" valign="top">
|
1924
|
+
<col>
|
1925
|
+
</colgroup>
|
1828
1926
|
<tbody>
|
1829
1927
|
<tr>
|
1830
1928
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1836,7 +1934,7 @@ Sets the <em class="parameter"><code>attribute</code></em> to contain the given
|
|
1836
1934
|
</tr>
|
1837
1935
|
<tr>
|
1838
1936
|
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
1839
|
-
<td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a>
|
1937
|
+
<td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
|
1840
1938
|
</td>
|
1841
1939
|
</tr>
|
1842
1940
|
<tr>
|
@@ -1849,20 +1947,23 @@ Sets the <em class="parameter"><code>attribute</code></em> to contain the given
|
|
1849
1947
|
<hr>
|
1850
1948
|
<div class="refsect2">
|
1851
1949
|
<a name="g-file-info-set-attribute-status"></a><h3>g_file_info_set_attribute_status ()</h3>
|
1852
|
-
<pre class="programlisting"><a href="
|
1950
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_set_attribute_status (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1853
1951
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
1854
|
-
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> status</code></em>);</pre>
|
1952
|
+
<em class="parameter"><code><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> status</code></em>);</pre>
|
1855
1953
|
<p>
|
1856
1954
|
Sets the attribute status for an attribute key. This is only
|
1857
1955
|
needed by external code that implement <a class="link" href="GFile.html#g-file-set-attributes-from-info" title="g_file_set_attributes_from_info ()"><code class="function">g_file_set_attributes_from_info()</code></a>
|
1858
1956
|
or similar functions.
|
1859
1957
|
</p>
|
1860
1958
|
<p>
|
1861
|
-
The attribute must exist in <em class="parameter"><code>info</code></em> for this to work. Otherwise <a href="
|
1959
|
+
The attribute must exist in <em class="parameter"><code>info</code></em> for this to work. Otherwise <a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
1862
1960
|
is returned and <em class="parameter"><code>info</code></em> is unchanged.
|
1863
1961
|
</p>
|
1864
|
-
<div class="variablelist"><table border="0">
|
1962
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1963
|
+
<colgroup>
|
1865
1964
|
<col align="left" valign="top">
|
1965
|
+
<col>
|
1966
|
+
</colgroup>
|
1866
1967
|
<tbody>
|
1867
1968
|
<tr>
|
1868
1969
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1875,13 +1976,13 @@ is returned and <em class="parameter"><code>info</code></em> is unchanged.
|
|
1875
1976
|
</tr>
|
1876
1977
|
<tr>
|
1877
1978
|
<td><p><span class="term"><em class="parameter"><code>status</code></em> :</span></p></td>
|
1878
|
-
<td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a>
|
1979
|
+
<td>a <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a>
|
1879
1980
|
</td>
|
1880
1981
|
</tr>
|
1881
1982
|
<tr>
|
1882
1983
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1883
1984
|
<td>
|
1884
|
-
<a href="
|
1985
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the status was changed, <a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the key was not set.</td>
|
1885
1986
|
</tr>
|
1886
1987
|
</tbody>
|
1887
1988
|
</table></div>
|
@@ -1894,11 +1995,14 @@ is returned and <em class="parameter"><code>info</code></em> is unchanged.
|
|
1894
1995
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
1895
1996
|
<em class="parameter"><code>const <span class="type">char</span> *attr_value</code></em>);</pre>
|
1896
1997
|
<p>
|
1897
|
-
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
1998
|
+
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
1898
1999
|
if possible.
|
1899
2000
|
</p>
|
1900
|
-
<div class="variablelist"><table border="0">
|
2001
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2002
|
+
<colgroup>
|
1901
2003
|
<col align="left" valign="top">
|
2004
|
+
<col>
|
2005
|
+
</colgroup>
|
1902
2006
|
<tbody>
|
1903
2007
|
<tr>
|
1904
2008
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1910,7 +2014,7 @@ if possible.
|
|
1910
2014
|
</tr>
|
1911
2015
|
<tr>
|
1912
2016
|
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
|
1913
|
-
<td>a string.</td>
|
2017
|
+
<td>a UTF-8 string.</td>
|
1914
2018
|
</tr>
|
1915
2019
|
</tbody>
|
1916
2020
|
</table></div>
|
@@ -1928,8 +2032,11 @@ if possible.
|
|
1928
2032
|
<p>
|
1929
2033
|
Sinze: 2.22
|
1930
2034
|
</p>
|
1931
|
-
<div class="variablelist"><table border="0">
|
2035
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2036
|
+
<colgroup>
|
1932
2037
|
<col align="left" valign="top">
|
2038
|
+
<col>
|
2039
|
+
</colgroup>
|
1933
2040
|
<tbody>
|
1934
2041
|
<tr>
|
1935
2042
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1937,11 +2044,12 @@ Sinze: 2.22
|
|
1937
2044
|
</tr>
|
1938
2045
|
<tr>
|
1939
2046
|
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
|
1940
|
-
<td>a file attribute key
|
2047
|
+
<td>a file attribute key</td>
|
1941
2048
|
</tr>
|
1942
2049
|
<tr>
|
1943
2050
|
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
|
1944
|
-
<td>a <a href="
|
2051
|
+
<td>a <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated array of UTF-8 strings. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span>
|
2052
|
+
</td>
|
1945
2053
|
</tr>
|
1946
2054
|
</tbody>
|
1947
2055
|
</table></div>
|
@@ -1954,11 +2062,14 @@ Sinze: 2.22
|
|
1954
2062
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
1955
2063
|
<em class="parameter"><code>const <span class="type">char</span> *attr_value</code></em>);</pre>
|
1956
2064
|
<p>
|
1957
|
-
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2065
|
+
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
1958
2066
|
if possible.
|
1959
2067
|
</p>
|
1960
|
-
<div class="variablelist"><table border="0">
|
2068
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2069
|
+
<colgroup>
|
1961
2070
|
<col align="left" valign="top">
|
2071
|
+
<col>
|
2072
|
+
</colgroup>
|
1962
2073
|
<tbody>
|
1963
2074
|
<tr>
|
1964
2075
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -1980,13 +2091,16 @@ if possible.
|
|
1980
2091
|
<a name="g-file-info-set-attribute-boolean"></a><h3>g_file_info_set_attribute_boolean ()</h3>
|
1981
2092
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_boolean (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
1982
2093
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
1983
|
-
<em class="parameter"><code><a href="
|
2094
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> attr_value</code></em>);</pre>
|
1984
2095
|
<p>
|
1985
|
-
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2096
|
+
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
1986
2097
|
if possible.
|
1987
2098
|
</p>
|
1988
|
-
<div class="variablelist"><table border="0">
|
2099
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2100
|
+
<colgroup>
|
1989
2101
|
<col align="left" valign="top">
|
2102
|
+
<col>
|
2103
|
+
</colgroup>
|
1990
2104
|
<tbody>
|
1991
2105
|
<tr>
|
1992
2106
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2008,13 +2122,16 @@ if possible.
|
|
2008
2122
|
<a name="g-file-info-set-attribute-uint32"></a><h3>g_file_info_set_attribute_uint32 ()</h3>
|
2009
2123
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_uint32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2010
2124
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
2011
|
-
<em class="parameter"><code><a href="
|
2125
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> attr_value</code></em>);</pre>
|
2012
2126
|
<p>
|
2013
|
-
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2127
|
+
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2014
2128
|
if possible.
|
2015
2129
|
</p>
|
2016
|
-
<div class="variablelist"><table border="0">
|
2130
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2131
|
+
<colgroup>
|
2017
2132
|
<col align="left" valign="top">
|
2133
|
+
<col>
|
2134
|
+
</colgroup>
|
2018
2135
|
<tbody>
|
2019
2136
|
<tr>
|
2020
2137
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2036,13 +2153,16 @@ if possible.
|
|
2036
2153
|
<a name="g-file-info-set-attribute-int32"></a><h3>g_file_info_set_attribute_int32 ()</h3>
|
2037
2154
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_int32 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2038
2155
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
2039
|
-
<em class="parameter"><code><a href="
|
2156
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> attr_value</code></em>);</pre>
|
2040
2157
|
<p>
|
2041
|
-
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2158
|
+
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2042
2159
|
if possible.
|
2043
2160
|
</p>
|
2044
|
-
<div class="variablelist"><table border="0">
|
2161
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2162
|
+
<colgroup>
|
2045
2163
|
<col align="left" valign="top">
|
2164
|
+
<col>
|
2165
|
+
</colgroup>
|
2046
2166
|
<tbody>
|
2047
2167
|
<tr>
|
2048
2168
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2064,13 +2184,16 @@ if possible.
|
|
2064
2184
|
<a name="g-file-info-set-attribute-uint64"></a><h3>g_file_info_set_attribute_uint64 ()</h3>
|
2065
2185
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_uint64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2066
2186
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
2067
|
-
<em class="parameter"><code><a href="
|
2187
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> attr_value</code></em>);</pre>
|
2068
2188
|
<p>
|
2069
|
-
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2189
|
+
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2070
2190
|
if possible.
|
2071
2191
|
</p>
|
2072
|
-
<div class="variablelist"><table border="0">
|
2192
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2193
|
+
<colgroup>
|
2073
2194
|
<col align="left" valign="top">
|
2195
|
+
<col>
|
2196
|
+
</colgroup>
|
2074
2197
|
<tbody>
|
2075
2198
|
<tr>
|
2076
2199
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2092,13 +2215,16 @@ if possible.
|
|
2092
2215
|
<a name="g-file-info-set-attribute-int64"></a><h3>g_file_info_set_attribute_int64 ()</h3>
|
2093
2216
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_int64 (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2094
2217
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
2095
|
-
<em class="parameter"><code><a href="
|
2218
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> attr_value</code></em>);</pre>
|
2096
2219
|
<p>
|
2097
|
-
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2220
|
+
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2098
2221
|
if possible.
|
2099
2222
|
</p>
|
2100
|
-
<div class="variablelist"><table border="0">
|
2223
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2224
|
+
<colgroup>
|
2101
2225
|
<col align="left" valign="top">
|
2226
|
+
<col>
|
2227
|
+
</colgroup>
|
2102
2228
|
<tbody>
|
2103
2229
|
<tr>
|
2104
2230
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2120,13 +2246,16 @@ if possible.
|
|
2120
2246
|
<a name="g-file-info-set-attribute-object"></a><h3>g_file_info_set_attribute_object ()</h3>
|
2121
2247
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_attribute_object (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2122
2248
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>,
|
2123
|
-
<em class="parameter"><code><a href="
|
2249
|
+
<em class="parameter"><code><a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *attr_value</code></em>);</pre>
|
2124
2250
|
<p>
|
2125
|
-
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2251
|
+
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>,
|
2126
2252
|
if possible.
|
2127
2253
|
</p>
|
2128
|
-
<div class="variablelist"><table border="0">
|
2254
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2255
|
+
<colgroup>
|
2129
2256
|
<col align="left" valign="top">
|
2257
|
+
<col>
|
2258
|
+
</colgroup>
|
2130
2259
|
<tbody>
|
2131
2260
|
<tr>
|
2132
2261
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2138,7 +2267,7 @@ if possible.
|
|
2138
2267
|
</tr>
|
2139
2268
|
<tr>
|
2140
2269
|
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
|
2141
|
-
<td>a <a href="
|
2270
|
+
<td>a <a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.</td>
|
2142
2271
|
</tr>
|
2143
2272
|
</tbody>
|
2144
2273
|
</table></div>
|
@@ -2150,8 +2279,11 @@ if possible.
|
|
2150
2279
|
<p>
|
2151
2280
|
Clears the status information from <em class="parameter"><code>info</code></em>.
|
2152
2281
|
</p>
|
2153
|
-
<div class="variablelist"><table border="0">
|
2282
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2283
|
+
<colgroup>
|
2154
2284
|
<col align="left" valign="top">
|
2285
|
+
<col>
|
2286
|
+
</colgroup>
|
2155
2287
|
<tbody><tr>
|
2156
2288
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
2157
2289
|
<td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
|
@@ -2161,13 +2293,16 @@ Clears the status information from <em class="parameter"><code>info</code></em>.
|
|
2161
2293
|
<hr>
|
2162
2294
|
<div class="refsect2">
|
2163
2295
|
<a name="g-file-info-get-file-type"></a><h3>g_file_info_get_file_type ()</h3>
|
2164
|
-
<pre class="programlisting"><a class="link" href="GFileInfo.html#GFileType"><span class="returnvalue">GFileType</span></a> g_file_info_get_file_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
|
2296
|
+
<pre class="programlisting"><a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="returnvalue">GFileType</span></a> g_file_info_get_file_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
|
2165
2297
|
<p>
|
2166
|
-
Gets a file's type (whether it is a regular file, symlink, etc).
|
2298
|
+
Gets a file's type (whether it is a regular file, symlink, etc).
|
2167
2299
|
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>.
|
2168
2300
|
</p>
|
2169
|
-
<div class="variablelist"><table border="0">
|
2301
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2302
|
+
<colgroup>
|
2170
2303
|
<col align="left" valign="top">
|
2304
|
+
<col>
|
2305
|
+
</colgroup>
|
2171
2306
|
<tbody>
|
2172
2307
|
<tr>
|
2173
2308
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2175,7 +2310,7 @@ This is different from the file's content type, see <a class="link" href="GFileI
|
|
2175
2310
|
</tr>
|
2176
2311
|
<tr>
|
2177
2312
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2178
|
-
<td>a <a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a> for the given file.</td>
|
2313
|
+
<td>a <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a> for the given file.</td>
|
2179
2314
|
</tr>
|
2180
2315
|
</tbody>
|
2181
2316
|
</table></div>
|
@@ -2183,12 +2318,15 @@ This is different from the file's content type, see <a class="link" href="GFileI
|
|
2183
2318
|
<hr>
|
2184
2319
|
<div class="refsect2">
|
2185
2320
|
<a name="g-file-info-get-is-hidden"></a><h3>g_file_info_get_is_hidden ()</h3>
|
2186
|
-
<pre class="programlisting"><a href="
|
2321
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_hidden (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
|
2187
2322
|
<p>
|
2188
2323
|
Checks if a file is hidden.
|
2189
2324
|
</p>
|
2190
|
-
<div class="variablelist"><table border="0">
|
2325
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2326
|
+
<colgroup>
|
2191
2327
|
<col align="left" valign="top">
|
2328
|
+
<col>
|
2329
|
+
</colgroup>
|
2192
2330
|
<tbody>
|
2193
2331
|
<tr>
|
2194
2332
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2197,7 +2335,7 @@ Checks if a file is hidden.
|
|
2197
2335
|
<tr>
|
2198
2336
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2199
2337
|
<td>
|
2200
|
-
<a href="
|
2338
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file is a hidden file, <a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
2201
2339
|
</tr>
|
2202
2340
|
</tbody>
|
2203
2341
|
</table></div>
|
@@ -2205,12 +2343,15 @@ Checks if a file is hidden.
|
|
2205
2343
|
<hr>
|
2206
2344
|
<div class="refsect2">
|
2207
2345
|
<a name="g-file-info-get-is-backup"></a><h3>g_file_info_get_is_backup ()</h3>
|
2208
|
-
<pre class="programlisting"><a href="
|
2346
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_backup (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
|
2209
2347
|
<p>
|
2210
2348
|
Checks if a file is a backup file.
|
2211
2349
|
</p>
|
2212
|
-
<div class="variablelist"><table border="0">
|
2350
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2351
|
+
<colgroup>
|
2213
2352
|
<col align="left" valign="top">
|
2353
|
+
<col>
|
2354
|
+
</colgroup>
|
2214
2355
|
<tbody>
|
2215
2356
|
<tr>
|
2216
2357
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2219,7 +2360,7 @@ Checks if a file is a backup file.
|
|
2219
2360
|
<tr>
|
2220
2361
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2221
2362
|
<td>
|
2222
|
-
<a href="
|
2363
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if file is a backup file, <a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
2223
2364
|
</tr>
|
2224
2365
|
</tbody>
|
2225
2366
|
</table></div>
|
@@ -2227,12 +2368,15 @@ Checks if a file is a backup file.
|
|
2227
2368
|
<hr>
|
2228
2369
|
<div class="refsect2">
|
2229
2370
|
<a name="g-file-info-get-is-symlink"></a><h3>g_file_info_get_is_symlink ()</h3>
|
2230
|
-
<pre class="programlisting"><a href="
|
2371
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_info_get_is_symlink (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
|
2231
2372
|
<p>
|
2232
2373
|
Checks if a file is a symlink.
|
2233
2374
|
</p>
|
2234
|
-
<div class="variablelist"><table border="0">
|
2375
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2376
|
+
<colgroup>
|
2235
2377
|
<col align="left" valign="top">
|
2378
|
+
<col>
|
2379
|
+
</colgroup>
|
2236
2380
|
<tbody>
|
2237
2381
|
<tr>
|
2238
2382
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2241,7 +2385,7 @@ Checks if a file is a symlink.
|
|
2241
2385
|
<tr>
|
2242
2386
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2243
2387
|
<td>
|
2244
|
-
<a href="
|
2388
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the given <em class="parameter"><code>info</code></em> is a symlink.</td>
|
2245
2389
|
</tr>
|
2246
2390
|
</tbody>
|
2247
2391
|
</table></div>
|
@@ -2253,8 +2397,11 @@ Checks if a file is a symlink.
|
|
2253
2397
|
<p>
|
2254
2398
|
Gets the name for a file.
|
2255
2399
|
</p>
|
2256
|
-
<div class="variablelist"><table border="0">
|
2400
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2401
|
+
<colgroup>
|
2257
2402
|
<col align="left" valign="top">
|
2403
|
+
<col>
|
2404
|
+
</colgroup>
|
2258
2405
|
<tbody>
|
2259
2406
|
<tr>
|
2260
2407
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2274,8 +2421,11 @@ Gets the name for a file.
|
|
2274
2421
|
<p>
|
2275
2422
|
Gets a display name for a file.
|
2276
2423
|
</p>
|
2277
|
-
<div class="variablelist"><table border="0">
|
2424
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2425
|
+
<colgroup>
|
2278
2426
|
<col align="left" valign="top">
|
2427
|
+
<col>
|
2428
|
+
</colgroup>
|
2279
2429
|
<tbody>
|
2280
2430
|
<tr>
|
2281
2431
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2295,8 +2445,11 @@ Gets a display name for a file.
|
|
2295
2445
|
<p>
|
2296
2446
|
Gets the edit name for a file.
|
2297
2447
|
</p>
|
2298
|
-
<div class="variablelist"><table border="0">
|
2448
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2449
|
+
<colgroup>
|
2299
2450
|
<col align="left" valign="top">
|
2451
|
+
<col>
|
2452
|
+
</colgroup>
|
2300
2453
|
<tbody>
|
2301
2454
|
<tr>
|
2302
2455
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2316,8 +2469,11 @@ Gets the edit name for a file.
|
|
2316
2469
|
<p>
|
2317
2470
|
Gets the icon for a file.
|
2318
2471
|
</p>
|
2319
|
-
<div class="variablelist"><table border="0">
|
2472
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2473
|
+
<colgroup>
|
2320
2474
|
<col align="left" valign="top">
|
2475
|
+
<col>
|
2476
|
+
</colgroup>
|
2321
2477
|
<tbody>
|
2322
2478
|
<tr>
|
2323
2479
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2334,13 +2490,43 @@ Gets the icon for a file.
|
|
2334
2490
|
</div>
|
2335
2491
|
<hr>
|
2336
2492
|
<div class="refsect2">
|
2493
|
+
<a name="g-file-info-get-symbolic-icon"></a><h3>g_file_info_get_symbolic_icon ()</h3>
|
2494
|
+
<pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * g_file_info_get_symbolic_icon (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
|
2495
|
+
<p>
|
2496
|
+
Gets the symbolic icon for a file.
|
2497
|
+
</p>
|
2498
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2499
|
+
<colgroup>
|
2500
|
+
<col align="left" valign="top">
|
2501
|
+
<col>
|
2502
|
+
</colgroup>
|
2503
|
+
<tbody>
|
2504
|
+
<tr>
|
2505
|
+
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
2506
|
+
<td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
|
2507
|
+
</tr>
|
2508
|
+
<tr>
|
2509
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2510
|
+
<td>
|
2511
|
+
<a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given <em class="parameter"><code>info</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2512
|
+
</td>
|
2513
|
+
</tr>
|
2514
|
+
</tbody>
|
2515
|
+
</table></div>
|
2516
|
+
<p class="since">Since 2.34</p>
|
2517
|
+
</div>
|
2518
|
+
<hr>
|
2519
|
+
<div class="refsect2">
|
2337
2520
|
<a name="g-file-info-get-content-type"></a><h3>g_file_info_get_content_type ()</h3>
|
2338
2521
|
<pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_content_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
|
2339
2522
|
<p>
|
2340
2523
|
Gets the file's content type.
|
2341
2524
|
</p>
|
2342
|
-
<div class="variablelist"><table border="0">
|
2525
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2526
|
+
<colgroup>
|
2343
2527
|
<col align="left" valign="top">
|
2528
|
+
<col>
|
2529
|
+
</colgroup>
|
2344
2530
|
<tbody>
|
2345
2531
|
<tr>
|
2346
2532
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2356,12 +2542,15 @@ Gets the file's content type.
|
|
2356
2542
|
<hr>
|
2357
2543
|
<div class="refsect2">
|
2358
2544
|
<a name="g-file-info-get-size"></a><h3>g_file_info_get_size ()</h3>
|
2359
|
-
<pre class="programlisting"><a href="
|
2545
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#goffset"><span class="returnvalue">goffset</span></a> g_file_info_get_size (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
|
2360
2546
|
<p>
|
2361
2547
|
Gets the file's size.
|
2362
2548
|
</p>
|
2363
|
-
<div class="variablelist"><table border="0">
|
2549
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2550
|
+
<colgroup>
|
2364
2551
|
<col align="left" valign="top">
|
2552
|
+
<col>
|
2553
|
+
</colgroup>
|
2365
2554
|
<tbody>
|
2366
2555
|
<tr>
|
2367
2556
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2369,7 +2558,7 @@ Gets the file's size.
|
|
2369
2558
|
</tr>
|
2370
2559
|
<tr>
|
2371
2560
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2372
|
-
<td>a <a href="
|
2561
|
+
<td>a <a href="./../glib/glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> containing the file's size.</td>
|
2373
2562
|
</tr>
|
2374
2563
|
</tbody>
|
2375
2564
|
</table></div>
|
@@ -2378,13 +2567,16 @@ Gets the file's size.
|
|
2378
2567
|
<div class="refsect2">
|
2379
2568
|
<a name="g-file-info-get-modification-time"></a><h3>g_file_info_get_modification_time ()</h3>
|
2380
2569
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_get_modification_time (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2381
|
-
<em class="parameter"><code><a href="
|
2570
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *result</code></em>);</pre>
|
2382
2571
|
<p>
|
2383
2572
|
Gets the modification time of the current <em class="parameter"><code>info</code></em> and sets it
|
2384
2573
|
in <em class="parameter"><code>result</code></em>.
|
2385
2574
|
</p>
|
2386
|
-
<div class="variablelist"><table border="0">
|
2575
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2576
|
+
<colgroup>
|
2387
2577
|
<col align="left" valign="top">
|
2578
|
+
<col>
|
2579
|
+
</colgroup>
|
2388
2580
|
<tbody>
|
2389
2581
|
<tr>
|
2390
2582
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2392,7 +2584,8 @@ in <em class="parameter"><code>result</code></em>.
|
|
2392
2584
|
</tr>
|
2393
2585
|
<tr>
|
2394
2586
|
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
|
2395
|
-
<td>a <a href="
|
2587
|
+
<td>a <a href="./../glib/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates]</span>
|
2588
|
+
</td>
|
2396
2589
|
</tr>
|
2397
2590
|
</tbody>
|
2398
2591
|
</table></div>
|
@@ -2404,8 +2597,11 @@ in <em class="parameter"><code>result</code></em>.
|
|
2404
2597
|
<p>
|
2405
2598
|
Gets the symlink target for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
|
2406
2599
|
</p>
|
2407
|
-
<div class="variablelist"><table border="0">
|
2600
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2601
|
+
<colgroup>
|
2408
2602
|
<col align="left" valign="top">
|
2603
|
+
<col>
|
2604
|
+
</colgroup>
|
2409
2605
|
<tbody>
|
2410
2606
|
<tr>
|
2411
2607
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2423,11 +2619,14 @@ Gets the symlink target for a given <a class="link" href="GFileInfo.html" title=
|
|
2423
2619
|
<a name="g-file-info-get-etag"></a><h3>g_file_info_get_etag ()</h3>
|
2424
2620
|
<pre class="programlisting">const <span class="returnvalue">char</span> * g_file_info_get_etag (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
|
2425
2621
|
<p>
|
2426
|
-
Gets the <a class="link" href="GFile.html#gfile-etag">entity tag</a> for a given
|
2622
|
+
Gets the <a class="link" href="GFile.html#gfile-etag">entity tag</a> for a given
|
2427
2623
|
<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>.
|
2428
2624
|
</p>
|
2429
|
-
<div class="variablelist"><table border="0">
|
2625
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2626
|
+
<colgroup>
|
2430
2627
|
<col align="left" valign="top">
|
2628
|
+
<col>
|
2629
|
+
</colgroup>
|
2431
2630
|
<tbody>
|
2432
2631
|
<tr>
|
2433
2632
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2443,13 +2642,42 @@ Gets the <a class="link" href="GFile.html#gfile-etag">entity tag</a> for a given
|
|
2443
2642
|
<hr>
|
2444
2643
|
<div class="refsect2">
|
2445
2644
|
<a name="g-file-info-get-sort-order"></a><h3>g_file_info_get_sort_order ()</h3>
|
2446
|
-
<pre class="programlisting"><a href="
|
2645
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> g_file_info_get_sort_order (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
|
2447
2646
|
<p>
|
2448
2647
|
Gets the value of the sort_order attribute from the <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
|
2449
2648
|
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>.
|
2450
2649
|
</p>
|
2451
|
-
<div class="variablelist"><table border="0">
|
2650
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2651
|
+
<colgroup>
|
2452
2652
|
<col align="left" valign="top">
|
2653
|
+
<col>
|
2654
|
+
</colgroup>
|
2655
|
+
<tbody>
|
2656
|
+
<tr>
|
2657
|
+
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
2658
|
+
<td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
|
2659
|
+
</tr>
|
2660
|
+
<tr>
|
2661
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2662
|
+
<td>a <a href="./../glib/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> containing the value of the "standard::sort_order" attribute.</td>
|
2663
|
+
</tr>
|
2664
|
+
</tbody>
|
2665
|
+
</table></div>
|
2666
|
+
</div>
|
2667
|
+
<hr>
|
2668
|
+
<div class="refsect2">
|
2669
|
+
<a name="g-file-info-get-deletion-date"></a><h3>g_file_info_get_deletion_date ()</h3>
|
2670
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-GDateTime.html#GDateTime"><span class="returnvalue">GDateTime</span></a> * g_file_info_get_deletion_date (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>);</pre>
|
2671
|
+
<p>
|
2672
|
+
Returns the <a href="./../glib/glib/glib-GDateTime.html#GDateTime"><span class="type">GDateTime</span></a> representing the deletion date of the file, as
|
2673
|
+
available in G_FILE_ATTRIBUTE_TRASH_DELETION_DATE. If the
|
2674
|
+
G_FILE_ATTRIBUTE_TRASH_DELETION_DATE attribute is unset, <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.
|
2675
|
+
</p>
|
2676
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2677
|
+
<colgroup>
|
2678
|
+
<col align="left" valign="top">
|
2679
|
+
<col>
|
2680
|
+
</colgroup>
|
2453
2681
|
<tbody>
|
2454
2682
|
<tr>
|
2455
2683
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2457,10 +2685,11 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CA
|
|
2457
2685
|
</tr>
|
2458
2686
|
<tr>
|
2459
2687
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2460
|
-
<td>a <a href="
|
2688
|
+
<td>a <a href="./../glib/glib/glib-GDateTime.html#GDateTime"><span class="type">GDateTime</span></a>, or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
2461
2689
|
</tr>
|
2462
2690
|
</tbody>
|
2463
2691
|
</table></div>
|
2692
|
+
<p class="since">Since 2.36</p>
|
2464
2693
|
</div>
|
2465
2694
|
<hr>
|
2466
2695
|
<div class="refsect2">
|
@@ -2470,8 +2699,11 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CA
|
|
2470
2699
|
<p>
|
2471
2700
|
Sets <em class="parameter"><code>mask</code></em> on <em class="parameter"><code>info</code></em> to match specific attribute types.
|
2472
2701
|
</p>
|
2473
|
-
<div class="variablelist"><table border="0">
|
2702
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2703
|
+
<colgroup>
|
2474
2704
|
<col align="left" valign="top">
|
2705
|
+
<col>
|
2706
|
+
</colgroup>
|
2475
2707
|
<tbody>
|
2476
2708
|
<tr>
|
2477
2709
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2492,8 +2724,11 @@ Sets <em class="parameter"><code>mask</code></em> on <em class="parameter"><code
|
|
2492
2724
|
Unsets a mask set by <a class="link" href="GFileInfo.html#g-file-info-set-attribute-mask" title="g_file_info_set_attribute_mask ()"><code class="function">g_file_info_set_attribute_mask()</code></a>, if one
|
2493
2725
|
is set.
|
2494
2726
|
</p>
|
2495
|
-
<div class="variablelist"><table border="0">
|
2727
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2728
|
+
<colgroup>
|
2496
2729
|
<col align="left" valign="top">
|
2730
|
+
<col>
|
2731
|
+
</colgroup>
|
2497
2732
|
<tbody><tr>
|
2498
2733
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
2499
2734
|
<td>
|
@@ -2505,13 +2740,16 @@ is set.
|
|
2505
2740
|
<div class="refsect2">
|
2506
2741
|
<a name="g-file-info-set-file-type"></a><h3>g_file_info_set_file_type ()</h3>
|
2507
2742
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_file_type (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2508
|
-
<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a> type</code></em>);</pre>
|
2743
|
+
<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a> type</code></em>);</pre>
|
2509
2744
|
<p>
|
2510
2745
|
Sets the file type in a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> to <em class="parameter"><code>type</code></em>.
|
2511
2746
|
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>.
|
2512
2747
|
</p>
|
2513
|
-
<div class="variablelist"><table border="0">
|
2748
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2749
|
+
<colgroup>
|
2514
2750
|
<col align="left" valign="top">
|
2751
|
+
<col>
|
2752
|
+
</colgroup>
|
2515
2753
|
<tbody>
|
2516
2754
|
<tr>
|
2517
2755
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2519,7 +2757,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS" ti
|
|
2519
2757
|
</tr>
|
2520
2758
|
<tr>
|
2521
2759
|
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
2522
|
-
<td>a <a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a>.</td>
|
2760
|
+
<td>a <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a>.</td>
|
2523
2761
|
</tr>
|
2524
2762
|
</tbody>
|
2525
2763
|
</table></div>
|
@@ -2528,13 +2766,16 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS" ti
|
|
2528
2766
|
<div class="refsect2">
|
2529
2767
|
<a name="g-file-info-set-is-hidden"></a><h3>g_file_info_set_is_hidden ()</h3>
|
2530
2768
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_is_hidden (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2531
|
-
<em class="parameter"><code><a href="
|
2769
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_hidden</code></em>);</pre>
|
2532
2770
|
<p>
|
2533
2771
|
Sets the "is_hidden" attribute in a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> according to <em class="parameter"><code>is_symlink</code></em>.
|
2534
2772
|
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>.
|
2535
2773
|
</p>
|
2536
|
-
<div class="variablelist"><table border="0">
|
2774
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2775
|
+
<colgroup>
|
2537
2776
|
<col align="left" valign="top">
|
2777
|
+
<col>
|
2778
|
+
</colgroup>
|
2538
2779
|
<tbody>
|
2539
2780
|
<tr>
|
2540
2781
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2542,7 +2783,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAP
|
|
2542
2783
|
</tr>
|
2543
2784
|
<tr>
|
2544
2785
|
<td><p><span class="term"><em class="parameter"><code>is_hidden</code></em> :</span></p></td>
|
2545
|
-
<td>a <a href="
|
2786
|
+
<td>a <a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</td>
|
2546
2787
|
</tr>
|
2547
2788
|
</tbody>
|
2548
2789
|
</table></div>
|
@@ -2551,13 +2792,16 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAP
|
|
2551
2792
|
<div class="refsect2">
|
2552
2793
|
<a name="g-file-info-set-is-symlink"></a><h3>g_file_info_set_is_symlink ()</h3>
|
2553
2794
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_is_symlink (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2554
|
-
<em class="parameter"><code><a href="
|
2795
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_symlink</code></em>);</pre>
|
2555
2796
|
<p>
|
2556
2797
|
Sets the "is_symlink" attribute in a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> according to <em class="parameter"><code>is_symlink</code></em>.
|
2557
2798
|
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>.
|
2558
2799
|
</p>
|
2559
|
-
<div class="variablelist"><table border="0">
|
2800
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2801
|
+
<colgroup>
|
2560
2802
|
<col align="left" valign="top">
|
2803
|
+
<col>
|
2804
|
+
</colgroup>
|
2561
2805
|
<tbody>
|
2562
2806
|
<tr>
|
2563
2807
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2565,7 +2809,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CA
|
|
2565
2809
|
</tr>
|
2566
2810
|
<tr>
|
2567
2811
|
<td><p><span class="term"><em class="parameter"><code>is_symlink</code></em> :</span></p></td>
|
2568
|
-
<td>a <a href="
|
2812
|
+
<td>a <a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>.</td>
|
2569
2813
|
</tr>
|
2570
2814
|
</tbody>
|
2571
2815
|
</table></div>
|
@@ -2576,11 +2820,14 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CA
|
|
2576
2820
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_name (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2577
2821
|
<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre>
|
2578
2822
|
<p>
|
2579
|
-
Sets the name attribute for the current <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
|
2823
|
+
Sets the name attribute for the current <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
|
2580
2824
|
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>.
|
2581
2825
|
</p>
|
2582
|
-
<div class="variablelist"><table border="0">
|
2826
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2827
|
+
<colgroup>
|
2583
2828
|
<col align="left" valign="top">
|
2829
|
+
<col>
|
2830
|
+
</colgroup>
|
2584
2831
|
<tbody>
|
2585
2832
|
<tr>
|
2586
2833
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2602,8 +2849,11 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS" ti
|
|
2602
2849
|
Sets the display name for the current <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
|
2603
2850
|
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>.
|
2604
2851
|
</p>
|
2605
|
-
<div class="variablelist"><table border="0">
|
2852
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2853
|
+
<colgroup>
|
2606
2854
|
<col align="left" valign="top">
|
2855
|
+
<col>
|
2856
|
+
</colgroup>
|
2607
2857
|
<tbody>
|
2608
2858
|
<tr>
|
2609
2859
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2625,8 +2875,11 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:
|
|
2625
2875
|
Sets the edit name for the current file.
|
2626
2876
|
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>.
|
2627
2877
|
</p>
|
2628
|
-
<div class="variablelist"><table border="0">
|
2878
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2879
|
+
<colgroup>
|
2629
2880
|
<col align="left" valign="top">
|
2881
|
+
<col>
|
2882
|
+
</colgroup>
|
2630
2883
|
<tbody>
|
2631
2884
|
<tr>
|
2632
2885
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2645,11 +2898,40 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAP
|
|
2645
2898
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_icon (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2646
2899
|
<em class="parameter"><code><a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
|
2647
2900
|
<p>
|
2648
|
-
Sets the icon for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
|
2901
|
+
Sets the icon for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
|
2649
2902
|
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>.
|
2650
2903
|
</p>
|
2651
|
-
<div class="variablelist"><table border="0">
|
2904
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2905
|
+
<colgroup>
|
2906
|
+
<col align="left" valign="top">
|
2907
|
+
<col>
|
2908
|
+
</colgroup>
|
2909
|
+
<tbody>
|
2910
|
+
<tr>
|
2911
|
+
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
2912
|
+
<td>a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</td>
|
2913
|
+
</tr>
|
2914
|
+
<tr>
|
2915
|
+
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
2916
|
+
<td>a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.</td>
|
2917
|
+
</tr>
|
2918
|
+
</tbody>
|
2919
|
+
</table></div>
|
2920
|
+
</div>
|
2921
|
+
<hr>
|
2922
|
+
<div class="refsect2">
|
2923
|
+
<a name="g-file-info-set-symbolic-icon"></a><h3>g_file_info_set_symbolic_icon ()</h3>
|
2924
|
+
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_symbolic_icon (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2925
|
+
<em class="parameter"><code><a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
|
2926
|
+
<p>
|
2927
|
+
Sets the symbolic icon for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
|
2928
|
+
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>.
|
2929
|
+
</p>
|
2930
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2931
|
+
<colgroup>
|
2652
2932
|
<col align="left" valign="top">
|
2933
|
+
<col>
|
2934
|
+
</colgroup>
|
2653
2935
|
<tbody>
|
2654
2936
|
<tr>
|
2655
2937
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2661,6 +2943,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS" ti
|
|
2661
2943
|
</tr>
|
2662
2944
|
</tbody>
|
2663
2945
|
</table></div>
|
2946
|
+
<p class="since">Since 2.34</p>
|
2664
2947
|
</div>
|
2665
2948
|
<hr>
|
2666
2949
|
<div class="refsect2">
|
@@ -2671,8 +2954,11 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS" ti
|
|
2671
2954
|
Sets the content type attribute for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
|
2672
2955
|
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>.
|
2673
2956
|
</p>
|
2674
|
-
<div class="variablelist"><table border="0">
|
2957
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2958
|
+
<colgroup>
|
2675
2959
|
<col align="left" valign="top">
|
2960
|
+
<col>
|
2961
|
+
</colgroup>
|
2676
2962
|
<tbody>
|
2677
2963
|
<tr>
|
2678
2964
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2680,7 +2966,7 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:
|
|
2680
2966
|
</tr>
|
2681
2967
|
<tr>
|
2682
2968
|
<td><p><span class="term"><em class="parameter"><code>content_type</code></em> :</span></p></td>
|
2683
|
-
<td>a content type. See <
|
2969
|
+
<td>a content type. See <a class="link" href="gio-GContentType.html" title="GContentType">GContentType</a>.</td>
|
2684
2970
|
</tr>
|
2685
2971
|
</tbody>
|
2686
2972
|
</table></div>
|
@@ -2689,13 +2975,16 @@ See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:
|
|
2689
2975
|
<div class="refsect2">
|
2690
2976
|
<a name="g-file-info-set-size"></a><h3>g_file_info_set_size ()</h3>
|
2691
2977
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_size (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2692
|
-
<em class="parameter"><code><a href="
|
2978
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> size</code></em>);</pre>
|
2693
2979
|
<p>
|
2694
|
-
Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SIZE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SIZE</code></a> attribute in the file info
|
2980
|
+
Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SIZE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SIZE</code></a> attribute in the file info
|
2695
2981
|
to the given size.
|
2696
2982
|
</p>
|
2697
|
-
<div class="variablelist"><table border="0">
|
2983
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2984
|
+
<colgroup>
|
2698
2985
|
<col align="left" valign="top">
|
2986
|
+
<col>
|
2987
|
+
</colgroup>
|
2699
2988
|
<tbody>
|
2700
2989
|
<tr>
|
2701
2990
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2703,7 +2992,7 @@ to the given size.
|
|
2703
2992
|
</tr>
|
2704
2993
|
<tr>
|
2705
2994
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
2706
|
-
<td>a <a href="
|
2995
|
+
<td>a <a href="./../glib/glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> containing the file's size.</td>
|
2707
2996
|
</tr>
|
2708
2997
|
</tbody>
|
2709
2998
|
</table></div>
|
@@ -2712,13 +3001,16 @@ to the given size.
|
|
2712
3001
|
<div class="refsect2">
|
2713
3002
|
<a name="g-file-info-set-modification-time"></a><h3>g_file_info_set_modification_time ()</h3>
|
2714
3003
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_modification_time (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2715
|
-
<em class="parameter"><code><a href="
|
3004
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a> *mtime</code></em>);</pre>
|
2716
3005
|
<p>
|
2717
3006
|
Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED"><code class="literal">G_FILE_ATTRIBUTE_TIME_MODIFIED</code></a> attribute in the file
|
2718
3007
|
info to the given time value.
|
2719
3008
|
</p>
|
2720
|
-
<div class="variablelist"><table border="0">
|
3009
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3010
|
+
<colgroup>
|
2721
3011
|
<col align="left" valign="top">
|
3012
|
+
<col>
|
3013
|
+
</colgroup>
|
2722
3014
|
<tbody>
|
2723
3015
|
<tr>
|
2724
3016
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2726,7 +3018,7 @@ info to the given time value.
|
|
2726
3018
|
</tr>
|
2727
3019
|
<tr>
|
2728
3020
|
<td><p><span class="term"><em class="parameter"><code>mtime</code></em> :</span></p></td>
|
2729
|
-
<td>a <a href="
|
3021
|
+
<td>a <a href="./../glib/glib/glib-Date-and-Time-Functions.html#GTimeVal"><span class="type">GTimeVal</span></a>.</td>
|
2730
3022
|
</tr>
|
2731
3023
|
</tbody>
|
2732
3024
|
</table></div>
|
@@ -2737,11 +3029,14 @@ info to the given time value.
|
|
2737
3029
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_symlink_target (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2738
3030
|
<em class="parameter"><code>const <span class="type">char</span> *symlink_target</code></em>);</pre>
|
2739
3031
|
<p>
|
2740
|
-
Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</code></a> attribute in the file info
|
3032
|
+
Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</code></a> attribute in the file info
|
2741
3033
|
to the given symlink target.
|
2742
3034
|
</p>
|
2743
|
-
<div class="variablelist"><table border="0">
|
3035
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3036
|
+
<colgroup>
|
2744
3037
|
<col align="left" valign="top">
|
3038
|
+
<col>
|
3039
|
+
</colgroup>
|
2745
3040
|
<tbody>
|
2746
3041
|
<tr>
|
2747
3042
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2758,13 +3053,16 @@ to the given symlink target.
|
|
2758
3053
|
<div class="refsect2">
|
2759
3054
|
<a name="g-file-info-set-sort-order"></a><h3>g_file_info_set_sort_order ()</h3>
|
2760
3055
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_info_set_sort_order (<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *info</code></em>,
|
2761
|
-
<em class="parameter"><code><a href="
|
3056
|
+
<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sort_order</code></em>);</pre>
|
2762
3057
|
<p>
|
2763
|
-
Sets the sort order attribute in the file info structure. See
|
3058
|
+
Sets the sort order attribute in the file info structure. See
|
2764
3059
|
<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>.
|
2765
3060
|
</p>
|
2766
|
-
<div class="variablelist"><table border="0">
|
3061
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3062
|
+
<colgroup>
|
2767
3063
|
<col align="left" valign="top">
|
3064
|
+
<col>
|
3065
|
+
</colgroup>
|
2768
3066
|
<tbody>
|
2769
3067
|
<tr>
|
2770
3068
|
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
|
@@ -2782,24 +3080,24 @@ Sets the sort order attribute in the file info structure. See
|
|
2782
3080
|
<a name="g-file-attribute-matcher-new"></a><h3>g_file_attribute_matcher_new ()</h3>
|
2783
3081
|
<pre class="programlisting"><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="returnvalue">GFileAttributeMatcher</span></a> * g_file_attribute_matcher_new (<em class="parameter"><code>const <span class="type">char</span> *attributes</code></em>);</pre>
|
2784
3082
|
<p>
|
2785
|
-
Creates a new file attribute matcher, which matches attributes
|
2786
|
-
against a given string. <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>s are reference
|
2787
|
-
counted structures, and are created with a reference count of 1. If
|
2788
|
-
the number of references falls to 0, the <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> is
|
3083
|
+
Creates a new file attribute matcher, which matches attributes
|
3084
|
+
against a given string. <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>s are reference
|
3085
|
+
counted structures, and are created with a reference count of 1. If
|
3086
|
+
the number of references falls to 0, the <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> is
|
2789
3087
|
automatically destroyed.
|
2790
3088
|
</p>
|
2791
3089
|
<p>
|
2792
3090
|
The <em class="parameter"><code>attribute</code></em> string should be formatted with specific keys separated
|
2793
|
-
from namespaces with a double colon. Several "namespace::key" strings may be
|
2794
|
-
concatenated with a single comma (e.g. "standard::type,standard::is-hidden").
|
2795
|
-
The wildcard "*" may be used to match all keys and namespaces, or
|
2796
|
-
"namespace::*" will match all keys in a given namespace.
|
3091
|
+
from namespaces with a double colon. Several "namespace::key" strings may be
|
3092
|
+
concatenated with a single comma (e.g. "standard::type,standard::is-hidden").
|
3093
|
+
The wildcard "*" may be used to match all keys and namespaces, or
|
3094
|
+
"namespace::*" will match all keys in a given namespace.
|
2797
3095
|
</p>
|
2798
3096
|
<p>
|
2799
3097
|
Examples of strings to use:
|
2800
3098
|
</p>
|
2801
3099
|
<div class="table">
|
2802
|
-
<a name="
|
3100
|
+
<a name="idp11921152"></a><p class="title"><b>Table 3. File Attribute Matcher strings and results</b></p>
|
2803
3101
|
<div class="table-contents"><table summary="File Attribute Matcher strings and results" border="1">
|
2804
3102
|
<colgroup>
|
2805
3103
|
<col>
|
@@ -2828,8 +3126,11 @@ all keys in the unix namespace.</td>
|
|
2828
3126
|
</div>
|
2829
3127
|
<p><br class="table-break">
|
2830
3128
|
</p>
|
2831
|
-
<div class="variablelist"><table border="0">
|
3129
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3130
|
+
<colgroup>
|
2832
3131
|
<col align="left" valign="top">
|
3132
|
+
<col>
|
3133
|
+
</colgroup>
|
2833
3134
|
<tbody>
|
2834
3135
|
<tr>
|
2835
3136
|
<td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
|
@@ -2849,8 +3150,11 @@ all keys in the unix namespace.</td>
|
|
2849
3150
|
<p>
|
2850
3151
|
References a file attribute matcher.
|
2851
3152
|
</p>
|
2852
|
-
<div class="variablelist"><table border="0">
|
3153
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3154
|
+
<colgroup>
|
2853
3155
|
<col align="left" valign="top">
|
3156
|
+
<col>
|
3157
|
+
</colgroup>
|
2854
3158
|
<tbody>
|
2855
3159
|
<tr>
|
2856
3160
|
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
|
@@ -2865,14 +3169,57 @@ References a file attribute matcher.
|
|
2865
3169
|
</div>
|
2866
3170
|
<hr>
|
2867
3171
|
<div class="refsect2">
|
3172
|
+
<a name="g-file-attribute-matcher-subtract"></a><h3>g_file_attribute_matcher_subtract ()</h3>
|
3173
|
+
<pre class="programlisting"><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="returnvalue">GFileAttributeMatcher</span></a> * g_file_attribute_matcher_subtract
|
3174
|
+
(<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
|
3175
|
+
<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *subtract</code></em>);</pre>
|
3176
|
+
<p>
|
3177
|
+
Subtracts all attributes of <em class="parameter"><code>subtract</code></em> from <em class="parameter"><code>matcher</code></em> and returns
|
3178
|
+
a matcher that supports those attributes.
|
3179
|
+
</p>
|
3180
|
+
<p>
|
3181
|
+
Note that currently it is not possible to remove a single
|
3182
|
+
attribute when the <em class="parameter"><code>matcher</code></em> matches the whole namespace - or remove
|
3183
|
+
a namespace or attribute when the matcher matches everything. This
|
3184
|
+
is a limitation of the current implementation, but may be fixed
|
3185
|
+
in the future.
|
3186
|
+
</p>
|
3187
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3188
|
+
<colgroup>
|
3189
|
+
<col align="left" valign="top">
|
3190
|
+
<col>
|
3191
|
+
</colgroup>
|
3192
|
+
<tbody>
|
3193
|
+
<tr>
|
3194
|
+
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
|
3195
|
+
<td>Matcher to subtract from</td>
|
3196
|
+
</tr>
|
3197
|
+
<tr>
|
3198
|
+
<td><p><span class="term"><em class="parameter"><code>subtract</code></em> :</span></p></td>
|
3199
|
+
<td>The matcher to subtract</td>
|
3200
|
+
</tr>
|
3201
|
+
<tr>
|
3202
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3203
|
+
<td>A file attribute matcher matching all attributes of
|
3204
|
+
<em class="parameter"><code>matcher</code></em> that are not matched by <em class="parameter"><code>subtract</code></em>
|
3205
|
+
</td>
|
3206
|
+
</tr>
|
3207
|
+
</tbody>
|
3208
|
+
</table></div>
|
3209
|
+
</div>
|
3210
|
+
<hr>
|
3211
|
+
<div class="refsect2">
|
2868
3212
|
<a name="g-file-attribute-matcher-unref"></a><h3>g_file_attribute_matcher_unref ()</h3>
|
2869
3213
|
<pre class="programlisting"><span class="returnvalue">void</span> g_file_attribute_matcher_unref (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
|
2870
3214
|
<p>
|
2871
|
-
Unreferences <em class="parameter"><code>matcher</code></em>. If the reference count falls below 1,
|
3215
|
+
Unreferences <em class="parameter"><code>matcher</code></em>. If the reference count falls below 1,
|
2872
3216
|
the <em class="parameter"><code>matcher</code></em> is automatically freed.
|
2873
3217
|
</p>
|
2874
|
-
<div class="variablelist"><table border="0">
|
3218
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3219
|
+
<colgroup>
|
2875
3220
|
<col align="left" valign="top">
|
3221
|
+
<col>
|
3222
|
+
</colgroup>
|
2876
3223
|
<tbody><tr>
|
2877
3224
|
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
|
2878
3225
|
<td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</td>
|
@@ -2882,15 +3229,18 @@ the <em class="parameter"><code>matcher</code></em> is automatically freed.
|
|
2882
3229
|
<hr>
|
2883
3230
|
<div class="refsect2">
|
2884
3231
|
<a name="g-file-attribute-matcher-matches"></a><h3>g_file_attribute_matcher_matches ()</h3>
|
2885
|
-
<pre class="programlisting"><a href="
|
3232
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_attribute_matcher_matches (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
|
2886
3233
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
2887
3234
|
<p>
|
2888
|
-
Checks if an attribute will be matched by an attribute matcher. If
|
3235
|
+
Checks if an attribute will be matched by an attribute matcher. If
|
2889
3236
|
the matcher was created with the "*" matching string, this function
|
2890
|
-
will always return <a href="
|
3237
|
+
will always return <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
|
2891
3238
|
</p>
|
2892
|
-
<div class="variablelist"><table border="0">
|
3239
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3240
|
+
<colgroup>
|
2893
3241
|
<col align="left" valign="top">
|
3242
|
+
<col>
|
3243
|
+
</colgroup>
|
2894
3244
|
<tbody>
|
2895
3245
|
<tr>
|
2896
3246
|
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
|
@@ -2903,7 +3253,7 @@ will always return <a href="http://library.gnome.org/devel/glib/unstable/glib-St
|
|
2903
3253
|
<tr>
|
2904
3254
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2905
3255
|
<td>
|
2906
|
-
<a href="
|
3256
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>attribute</code></em> matches <em class="parameter"><code>matcher</code></em>. <a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
2907
3257
|
</tr>
|
2908
3258
|
</tbody>
|
2909
3259
|
</table></div>
|
@@ -2911,15 +3261,18 @@ will always return <a href="http://library.gnome.org/devel/glib/unstable/glib-St
|
|
2911
3261
|
<hr>
|
2912
3262
|
<div class="refsect2">
|
2913
3263
|
<a name="g-file-attribute-matcher-matches-only"></a><h3>g_file_attribute_matcher_matches_only ()</h3>
|
2914
|
-
<pre class="programlisting"><a href="
|
3264
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_attribute_matcher_matches_only
|
2915
3265
|
(<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
|
2916
3266
|
<em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre>
|
2917
3267
|
<p>
|
2918
3268
|
Checks if a attribute matcher only matches a given attribute. Always
|
2919
|
-
returns <a href="
|
3269
|
+
returns <a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if "*" was used when creating the matcher.
|
2920
3270
|
</p>
|
2921
|
-
<div class="variablelist"><table border="0">
|
3271
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3272
|
+
<colgroup>
|
2922
3273
|
<col align="left" valign="top">
|
3274
|
+
<col>
|
3275
|
+
</colgroup>
|
2923
3276
|
<tbody>
|
2924
3277
|
<tr>
|
2925
3278
|
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
|
@@ -2932,7 +3285,7 @@ returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
|
|
2932
3285
|
<tr>
|
2933
3286
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2934
3287
|
<td>
|
2935
|
-
<a href="
|
3288
|
+
<a href="./../glib/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>. <a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
2936
3289
|
</tr>
|
2937
3290
|
</tbody>
|
2938
3291
|
</table></div>
|
@@ -2940,20 +3293,23 @@ returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
|
|
2940
3293
|
<hr>
|
2941
3294
|
<div class="refsect2">
|
2942
3295
|
<a name="g-file-attribute-matcher-enumerate-namespace"></a><h3>g_file_attribute_matcher_enumerate_namespace ()</h3>
|
2943
|
-
<pre class="programlisting"><a href="
|
3296
|
+
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_attribute_matcher_enumerate_namespace
|
2944
3297
|
(<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>,
|
2945
3298
|
<em class="parameter"><code>const <span class="type">char</span> *ns</code></em>);</pre>
|
2946
3299
|
<p>
|
2947
3300
|
Checks if the matcher will match all of the keys in a given namespace.
|
2948
|
-
This will always return <a href="
|
3301
|
+
This will always return <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a wildcard character is in use (e.g. if
|
2949
3302
|
matcher was created with "standard::*" and <em class="parameter"><code>ns</code></em> is "standard", or if matcher was created
|
2950
|
-
using "*" and namespace is anything.)
|
3303
|
+
using "*" and namespace is anything.)
|
2951
3304
|
</p>
|
2952
3305
|
<p>
|
2953
3306
|
TODO: this is awkwardly worded.
|
2954
3307
|
</p>
|
2955
|
-
<div class="variablelist"><table border="0">
|
3308
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3309
|
+
<colgroup>
|
2956
3310
|
<col align="left" valign="top">
|
3311
|
+
<col>
|
3312
|
+
</colgroup>
|
2957
3313
|
<tbody>
|
2958
3314
|
<tr>
|
2959
3315
|
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
|
@@ -2966,8 +3322,8 @@ TODO: this is awkwardly worded.
|
|
2966
3322
|
<tr>
|
2967
3323
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2968
3324
|
<td>
|
2969
|
-
<a href="
|
2970
|
-
in the given <em class="parameter"><code>ns</code></em>, <a href="
|
3325
|
+
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the matcher matches all of the entries
|
3326
|
+
in the given <em class="parameter"><code>ns</code></em>, <a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
2971
3327
|
</tr>
|
2972
3328
|
</tbody>
|
2973
3329
|
</table></div>
|
@@ -2975,13 +3331,16 @@ in the given <em class="parameter"><code>ns</code></em>, <a href="http://library
|
|
2975
3331
|
<hr>
|
2976
3332
|
<div class="refsect2">
|
2977
3333
|
<a name="g-file-attribute-matcher-enumerate-next"></a><h3>g_file_attribute_matcher_enumerate_next ()</h3>
|
2978
|
-
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
3334
|
+
<pre class="programlisting">const <span class="returnvalue">char</span> * g_file_attribute_matcher_enumerate_next
|
2979
3335
|
(<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
|
2980
3336
|
<p>
|
2981
3337
|
Gets the next matched attribute from a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
|
2982
3338
|
</p>
|
2983
|
-
<div class="variablelist"><table border="0">
|
3339
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3340
|
+
<colgroup>
|
2984
3341
|
<col align="left" valign="top">
|
3342
|
+
<col>
|
3343
|
+
</colgroup>
|
2985
3344
|
<tbody>
|
2986
3345
|
<tr>
|
2987
3346
|
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
|
@@ -2989,12 +3348,42 @@ Gets the next matched attribute from a <a class="link" href="GFileInfo.html#GFil
|
|
2989
3348
|
</tr>
|
2990
3349
|
<tr>
|
2991
3350
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2992
|
-
<td>a string containing the next attribute or <a href="
|
3351
|
+
<td>a string containing the next attribute or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
2993
3352
|
no more attribute exist.</td>
|
2994
3353
|
</tr>
|
2995
3354
|
</tbody>
|
2996
3355
|
</table></div>
|
2997
3356
|
</div>
|
3357
|
+
<hr>
|
3358
|
+
<div class="refsect2">
|
3359
|
+
<a name="g-file-attribute-matcher-to-string"></a><h3>g_file_attribute_matcher_to_string ()</h3>
|
3360
|
+
<pre class="programlisting"><span class="returnvalue">char</span> * g_file_attribute_matcher_to_string (<em class="parameter"><code><a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> *matcher</code></em>);</pre>
|
3361
|
+
<p>
|
3362
|
+
Prints what the matcher is matching against. The format will be
|
3363
|
+
equal to the format passed to <a class="link" href="GFileInfo.html#g-file-attribute-matcher-new" title="g_file_attribute_matcher_new ()"><code class="function">g_file_attribute_matcher_new()</code></a>.
|
3364
|
+
The output however, might not be identical, as the matcher may
|
3365
|
+
decide to use a different order or omit needless parts.
|
3366
|
+
</p>
|
3367
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3368
|
+
<colgroup>
|
3369
|
+
<col align="left" valign="top">
|
3370
|
+
<col>
|
3371
|
+
</colgroup>
|
3372
|
+
<tbody>
|
3373
|
+
<tr>
|
3374
|
+
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
|
3375
|
+
<td>a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3376
|
+
</td>
|
3377
|
+
</tr>
|
3378
|
+
<tr>
|
3379
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3380
|
+
<td>a string describing the attributes the matcher matches
|
3381
|
+
against or <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>matcher</code></em> was <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
3382
|
+
</tr>
|
3383
|
+
</tbody>
|
3384
|
+
</table></div>
|
3385
|
+
<p class="since">Since 2.32</p>
|
3386
|
+
</div>
|
2998
3387
|
</div>
|
2999
3388
|
<div class="refsect1">
|
3000
3389
|
<a name="GFileInfo.see-also"></a><h2>See Also</h2>
|
@@ -3003,6 +3392,6 @@ no more attribute exist.</td>
|
|
3003
3392
|
</div>
|
3004
3393
|
<div class="footer">
|
3005
3394
|
<hr>
|
3006
|
-
Generated by GTK-Doc V1.
|
3395
|
+
Generated by GTK-Doc V1.18</div>
|
3007
3396
|
</body>
|
3008
3397
|
</html>
|