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
@@ -2,18 +2,18 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
5
|
+
<title>High-level network functionallity</title>
|
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="pt02.html" title="Part II. API Reference">
|
9
|
-
<link rel="prev" href="
|
9
|
+
<link rel="prev" href="gio-gnetworking.h.html" title="gnetworking.h">
|
10
10
|
<link rel="next" href="GSocketClient.html" title="GSocketClient">
|
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">
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
16
|
-
<td><a accesskey="p" href="
|
16
|
+
<td><a accesskey="p" href="gio-gnetworking.h.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
17
17
|
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
18
18
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
19
19
|
<th width="100%" align="center">GIO Reference Manual</th>
|
@@ -21,7 +21,7 @@
|
|
21
21
|
</tr></table>
|
22
22
|
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
|
-
<a name="highlevel-socket"></a>
|
24
|
+
<a name="highlevel-socket"></a>High-level network functionallity</h2></div></div></div>
|
25
25
|
<div class="toc"><dl>
|
26
26
|
<dt>
|
27
27
|
<span class="refentrytitle"><a href="GSocketClient.html">GSocketClient</a></span><span class="refpurpose"> — Helper for connecting to a network service</span>
|
@@ -47,10 +47,13 @@
|
|
47
47
|
<dt>
|
48
48
|
<span class="refentrytitle"><a href="GThreadedSocketService.html">GThreadedSocketService</a></span><span class="refpurpose"> — A threaded GSocketService</span>
|
49
49
|
</dt>
|
50
|
+
<dt>
|
51
|
+
<span class="refentrytitle"><a href="GNetworkMonitor.html">GNetworkMonitor</a></span><span class="refpurpose"> — Network status monitor</span>
|
52
|
+
</dt>
|
50
53
|
</dl></div>
|
51
54
|
</div>
|
52
55
|
<div class="footer">
|
53
56
|
<hr>
|
54
|
-
Generated by GTK-Doc V1.
|
57
|
+
Generated by GTK-Doc V1.18</div>
|
55
58
|
</body>
|
56
59
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Icons</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="pt02.html" title="Part II. API Reference">
|
9
9
|
<link rel="prev" href="gio-Unix-Mounts.html" title="Unix Mounts">
|
10
10
|
<link rel="next" href="GIcon.html" title="GIcon">
|
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">
|
@@ -45,6 +45,6 @@
|
|
45
45
|
</div>
|
46
46
|
<div class="footer">
|
47
47
|
<hr>
|
48
|
-
Generated by GTK-Doc V1.
|
48
|
+
Generated by GTK-Doc V1.18</div>
|
49
49
|
</body>
|
50
50
|
</html>
|
@@ -3,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GIO Reference Manual</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="next" href="pt01.html" title="Part I. GIO Overview">
|
9
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
10
10
|
<link rel="stylesheet" href="style.css" type="text/css">
|
11
11
|
</head>
|
12
12
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIO Reference Manual</p></th></tr></table></div>
|
17
17
|
<div><p class="releaseinfo">
|
18
|
-
for GIO 2.
|
18
|
+
for GIO 2.35.3
|
19
19
|
|
20
20
|
The latest version of this documentation can be found on-line at
|
21
21
|
<a class="ulink" href="http://library.gnome.org/devel/gio/unstable/" target="_top">http://library.gnome.org/devel/gio/unstable/</a>.
|
@@ -27,8 +27,9 @@
|
|
27
27
|
<dt><span class="part"><a href="pt01.html">I. GIO Overview</a></span></dt>
|
28
28
|
<dd><dl>
|
29
29
|
<dt><span class="chapter"><a href="ch01.html">Introduction</a></span></dt>
|
30
|
-
<dt><span class="chapter"><a href="ch02.html">
|
31
|
-
<dt><span class="chapter"><a href="ch03.html">
|
30
|
+
<dt><span class="chapter"><a href="ch02.html">Writing GIO applications</a></span></dt>
|
31
|
+
<dt><span class="chapter"><a href="ch03.html">Compiling GIO applications</a></span></dt>
|
32
|
+
<dt><span class="chapter"><a href="running-gio-apps.html">Running GIO applications</a></span></dt>
|
32
33
|
<dt><span class="chapter"><a href="extending-gio.html">Extending GIO</a></span></dt>
|
33
34
|
</dl></dd>
|
34
35
|
<dt><span class="part"><a href="pt02.html">II. API Reference</a></span></dt>
|
@@ -71,6 +72,9 @@
|
|
71
72
|
<span class="refentrytitle"><a href="GAsyncResult.html">GAsyncResult</a></span><span class="refpurpose"> — Asynchronous Function Results</span>
|
72
73
|
</dt>
|
73
74
|
<dt>
|
75
|
+
<span class="refentrytitle"><a href="GTask.html">GTask</a></span><span class="refpurpose"> — Cancellable synchronous or asynchronous task and result</span>
|
76
|
+
</dt>
|
77
|
+
<dt>
|
74
78
|
<span class="refentrytitle"><a href="gio-GIOScheduler.html">GIOScheduler</a></span><span class="refpurpose"> — I/O Scheduler</span>
|
75
79
|
</dt>
|
76
80
|
<dt>
|
@@ -149,6 +153,12 @@
|
|
149
153
|
<span class="refentrytitle"><a href="GUnixOutputStream.html">GUnixOutputStream</a></span><span class="refpurpose"> — Streaming output operations for UNIX file descriptors</span>
|
150
154
|
</dt>
|
151
155
|
<dt>
|
156
|
+
<span class="refentrytitle"><a href="gio-GWin32InputStream.html">GWin32InputStream</a></span><span class="refpurpose"> — Streaming input operations for Windows file handles</span>
|
157
|
+
</dt>
|
158
|
+
<dt>
|
159
|
+
<span class="refentrytitle"><a href="gio-GWin32OutputStream.html">GWin32OutputStream</a></span><span class="refpurpose"> — Streaming output operations for Windows file handles</span>
|
160
|
+
</dt>
|
161
|
+
<dt>
|
152
162
|
<span class="refentrytitle"><a href="gio-GConverterInputstream.html">GConverterInputstream</a></span><span class="refpurpose"> — Converter Input Stream</span>
|
153
163
|
</dt>
|
154
164
|
<dt>
|
@@ -160,6 +170,9 @@
|
|
160
170
|
<dt>
|
161
171
|
<span class="refentrytitle"><a href="GPollableOutputStream.html">GPollableOutputStream</a></span><span class="refpurpose"> — Interface for pollable output streams</span>
|
162
172
|
</dt>
|
173
|
+
<dt>
|
174
|
+
<span class="refentrytitle"><a href="gio-gpollableutils.html">gpollableutils</a></span><span class="refpurpose"><span class="type">GPollableInputStream</span> / <span class="type">GPollableOutputStream</span> utilities</span>
|
175
|
+
</dt>
|
163
176
|
</dl></dd>
|
164
177
|
<dt><span class="chapter"><a href="types.html">File types and applications</a></span></dt>
|
165
178
|
<dd><dl>
|
@@ -221,7 +234,7 @@
|
|
221
234
|
<span class="refentrytitle"><a href="GAsyncInitable.html">GAsyncInitable</a></span><span class="refpurpose"> — Asynchronously failable object initialization interface</span>
|
222
235
|
</dt>
|
223
236
|
</dl></dd>
|
224
|
-
<dt><span class="chapter"><a href="networking.html">
|
237
|
+
<dt><span class="chapter"><a href="networking.html">Low-level network support</a></span></dt>
|
225
238
|
<dd><dl>
|
226
239
|
<dt>
|
227
240
|
<span class="refentrytitle"><a href="GSocket.html">GSocket</a></span><span class="refpurpose"> — Low-level socket object</span>
|
@@ -230,6 +243,9 @@
|
|
230
243
|
<span class="refentrytitle"><a href="GInetAddress.html">GInetAddress</a></span><span class="refpurpose"> — An IPv4/IPv6 address</span>
|
231
244
|
</dt>
|
232
245
|
<dt>
|
246
|
+
<span class="refentrytitle"><a href="gio-GInetAddressMask.html">GInetAddressMask</a></span><span class="refpurpose"> — An IPv4/IPv6 address mask</span>
|
247
|
+
</dt>
|
248
|
+
<dt>
|
233
249
|
<span class="refentrytitle"><a href="GSocketAddress.html">GSocketAddress</a></span><span class="refpurpose"> — Abstract base class representing endpoints for
|
234
250
|
socket communication</span>
|
235
251
|
</dt>
|
@@ -260,8 +276,11 @@ socket communication</span>
|
|
260
276
|
<dt>
|
261
277
|
<span class="refentrytitle"><a href="GProxyAddress.html">GProxyAddress</a></span><span class="refpurpose"> — An internet address with proxy information</span>
|
262
278
|
</dt>
|
279
|
+
<dt>
|
280
|
+
<span class="refentrytitle"><a href="gio-gnetworking.h.html">gnetworking.h</a></span><span class="refpurpose"> — System networking includes</span>
|
281
|
+
</dt>
|
263
282
|
</dl></dd>
|
264
|
-
<dt><span class="chapter"><a href="highlevel-socket.html">
|
283
|
+
<dt><span class="chapter"><a href="highlevel-socket.html">High-level network functionallity</a></span></dt>
|
265
284
|
<dd><dl>
|
266
285
|
<dt>
|
267
286
|
<span class="refentrytitle"><a href="GSocketClient.html">GSocketClient</a></span><span class="refpurpose"> — Helper for connecting to a network service</span>
|
@@ -287,6 +306,9 @@ socket communication</span>
|
|
287
306
|
<dt>
|
288
307
|
<span class="refentrytitle"><a href="GThreadedSocketService.html">GThreadedSocketService</a></span><span class="refpurpose"> — A threaded GSocketService</span>
|
289
308
|
</dt>
|
309
|
+
<dt>
|
310
|
+
<span class="refentrytitle"><a href="GNetworkMonitor.html">GNetworkMonitor</a></span><span class="refpurpose"> — Network status monitor</span>
|
311
|
+
</dt>
|
290
312
|
</dl></dd>
|
291
313
|
<dt><span class="chapter"><a href="tls.html">TLS (SSL) support</a></span></dt>
|
292
314
|
<dd><dl>
|
@@ -308,6 +330,18 @@ socket communication</span>
|
|
308
330
|
<dt>
|
309
331
|
<span class="refentrytitle"><a href="GTlsBackend.html">GTlsBackend</a></span><span class="refpurpose"> — TLS backend implementation</span>
|
310
332
|
</dt>
|
333
|
+
<dt>
|
334
|
+
<span class="refentrytitle"><a href="GTlsDatabase.html">GTlsDatabase</a></span><span class="refpurpose"> — TLS database type</span>
|
335
|
+
</dt>
|
336
|
+
<dt>
|
337
|
+
<span class="refentrytitle"><a href="GTlsFileDatabase.html">GTlsFileDatabase</a></span><span class="refpurpose"> — TLS file based database type</span>
|
338
|
+
</dt>
|
339
|
+
<dt>
|
340
|
+
<span class="refentrytitle"><a href="GTlsInteraction.html">GTlsInteraction</a></span><span class="refpurpose"> — Interaction with the user during TLS operations.</span>
|
341
|
+
</dt>
|
342
|
+
<dt>
|
343
|
+
<span class="refentrytitle"><a href="GTlsPassword.html">GTlsPassword</a></span><span class="refpurpose"> — TLS Passwords for prompting</span>
|
344
|
+
</dt>
|
311
345
|
</dl></dd>
|
312
346
|
<dt><span class="chapter"><a href="resolver.html">DNS resolution</a></span></dt>
|
313
347
|
<dd><dl>
|
@@ -342,7 +376,7 @@ socket communication</span>
|
|
342
376
|
<span class="refentrytitle"><a href="gio-D-Bus-Introspection-Data.html">D-Bus Introspection Data</a></span><span class="refpurpose"> — Node and interface description data structures</span>
|
343
377
|
</dt>
|
344
378
|
<dt>
|
345
|
-
<span class="refentrytitle"><a href="GDBusError.html">GDBusError</a></span><span class="refpurpose"> — Mapping D-Bus errors to and from GError</span>
|
379
|
+
<span class="refentrytitle"><a href="gio-GDBusError.html">GDBusError</a></span><span class="refpurpose"> — Mapping D-Bus errors to and from GError</span>
|
346
380
|
</dt>
|
347
381
|
<dt>
|
348
382
|
<span class="refentrytitle"><a href="GDBusMessage.html">GDBusMessage</a></span><span class="refpurpose"> — D-Bus Message</span>
|
@@ -369,7 +403,31 @@ socket communication</span>
|
|
369
403
|
<span class="refentrytitle"><a href="gio-Watching-Bus-Names.html">Watching Bus Names</a></span><span class="refpurpose"> — Simple API for watching bus names</span>
|
370
404
|
</dt>
|
371
405
|
<dt>
|
372
|
-
<span class="refentrytitle"><a href="
|
406
|
+
<span class="refentrytitle"><a href="GDBusInterface.html">GDBusInterface</a></span><span class="refpurpose"> — Base type for D-Bus interfaces</span>
|
407
|
+
</dt>
|
408
|
+
<dt>
|
409
|
+
<span class="refentrytitle"><a href="GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a></span><span class="refpurpose"> — Service-side D-Bus interface</span>
|
410
|
+
</dt>
|
411
|
+
<dt>
|
412
|
+
<span class="refentrytitle"><a href="GDBusProxy.html">GDBusProxy</a></span><span class="refpurpose"> — Client-side D-Bus interface proxy</span>
|
413
|
+
</dt>
|
414
|
+
<dt>
|
415
|
+
<span class="refentrytitle"><a href="GDBusObject.html">GDBusObject</a></span><span class="refpurpose"> — Base type for D-Bus objects</span>
|
416
|
+
</dt>
|
417
|
+
<dt>
|
418
|
+
<span class="refentrytitle"><a href="GDBusObjectSkeleton.html">GDBusObjectSkeleton</a></span><span class="refpurpose"> — Service-side D-Bus object</span>
|
419
|
+
</dt>
|
420
|
+
<dt>
|
421
|
+
<span class="refentrytitle"><a href="GDBusObjectProxy.html">GDBusObjectProxy</a></span><span class="refpurpose"> — Client-side D-Bus object</span>
|
422
|
+
</dt>
|
423
|
+
<dt>
|
424
|
+
<span class="refentrytitle"><a href="GDBusObjectManager.html">GDBusObjectManager</a></span><span class="refpurpose"> — Base type for D-Bus object managers</span>
|
425
|
+
</dt>
|
426
|
+
<dt>
|
427
|
+
<span class="refentrytitle"><a href="GDBusObjectManagerServer.html">GDBusObjectManagerServer</a></span><span class="refpurpose"> — Service-side object manager</span>
|
428
|
+
</dt>
|
429
|
+
<dt>
|
430
|
+
<span class="refentrytitle"><a href="GDBusObjectManagerClient.html">GDBusObjectManagerClient</a></span><span class="refpurpose"> — Client-side object manager</span>
|
373
431
|
</dt>
|
374
432
|
</dl></dd>
|
375
433
|
<dt><span class="chapter"><a href="settings.html">Settings</a></span></dt>
|
@@ -380,7 +438,15 @@ socket communication</span>
|
|
380
438
|
<dt>
|
381
439
|
<span class="refentrytitle"><a href="GSettingsBackend.html">GSettingsBackend</a></span><span class="refpurpose"> — Interface for settings backend implementations</span>
|
382
440
|
</dt>
|
441
|
+
<dt>
|
442
|
+
<span class="refentrytitle"><a href="gio-GSettingsSchema-GSettingsSchemaSource.html">GSettingsSchema, GSettingsSchemaSource</a></span><span class="refpurpose"> — introspecting and controlling the loading of
|
443
|
+
GSettings schemas</span>
|
444
|
+
</dt>
|
383
445
|
</dl></dd>
|
446
|
+
<dt><span class="chapter"><a href="resources.html">Resources</a></span></dt>
|
447
|
+
<dd><dl><dt>
|
448
|
+
<span class="refentrytitle"><a href="gio-GResource.html">GResource</a></span><span class="refpurpose"> — Resource framework</span>
|
449
|
+
</dt></dl></dd>
|
384
450
|
<dt><span class="chapter"><a href="permissions.html">Permissions</a></span></dt>
|
385
451
|
<dd><dl>
|
386
452
|
<dt>
|
@@ -394,22 +460,46 @@ socket communication</span>
|
|
394
460
|
<dt><span class="chapter"><a href="application.html">Application support</a></span></dt>
|
395
461
|
<dd><dl>
|
396
462
|
<dt>
|
463
|
+
<span class="refentrytitle"><a href="GApplication.html">GApplication</a></span><span class="refpurpose"> — Core application class</span>
|
464
|
+
</dt>
|
465
|
+
<dt>
|
466
|
+
<span class="refentrytitle"><a href="GApplicationCommandLine.html">GApplicationCommandLine</a></span><span class="refpurpose"> — A command-line invocation of an application</span>
|
467
|
+
</dt>
|
468
|
+
<dt>
|
397
469
|
<span class="refentrytitle"><a href="GActionGroup.html">GActionGroup</a></span><span class="refpurpose"> — A group of actions</span>
|
398
470
|
</dt>
|
399
471
|
<dt>
|
472
|
+
<span class="refentrytitle"><a href="GActionMap.html">GActionMap</a></span><span class="refpurpose"> — Interface for action containers</span>
|
473
|
+
</dt>
|
474
|
+
<dt>
|
400
475
|
<span class="refentrytitle"><a href="GSimpleActionGroup.html">GSimpleActionGroup</a></span><span class="refpurpose"> — A simple GActionGroup implementation</span>
|
401
476
|
</dt>
|
402
477
|
<dt>
|
403
|
-
<span class="refentrytitle"><a href="GAction.html">GAction</a></span><span class="refpurpose"> — An action</span>
|
478
|
+
<span class="refentrytitle"><a href="GAction.html">GAction</a></span><span class="refpurpose"> — An action interface</span>
|
404
479
|
</dt>
|
405
480
|
<dt>
|
406
|
-
<span class="refentrytitle"><a href="GSimpleAction.html">GSimpleAction</a></span><span class="refpurpose"> — A simple
|
481
|
+
<span class="refentrytitle"><a href="GSimpleAction.html">GSimpleAction</a></span><span class="refpurpose"> — A simple GAction implementation</span>
|
407
482
|
</dt>
|
408
483
|
<dt>
|
409
|
-
<span class="refentrytitle"><a href="
|
484
|
+
<span class="refentrytitle"><a href="GRemoteActionGroup.html">GRemoteActionGroup</a></span><span class="refpurpose">a <span class="type">GActionGroup</span> that interacts with other processes</span>
|
410
485
|
</dt>
|
411
486
|
<dt>
|
412
|
-
<span class="refentrytitle"><a href="
|
487
|
+
<span class="refentrytitle"><a href="gio-GActionGroup-exporter.html">GActionGroup exporter</a></span><span class="refpurpose"> — Export GActionGroups on D-Bus</span>
|
488
|
+
</dt>
|
489
|
+
<dt>
|
490
|
+
<span class="refentrytitle"><a href="GDBusActionGroup.html">GDBusActionGroup</a></span><span class="refpurpose"> — A D-Bus GActionGroup implementation</span>
|
491
|
+
</dt>
|
492
|
+
<dt>
|
493
|
+
<span class="refentrytitle"><a href="GMenuModel.html">GMenuModel</a></span><span class="refpurpose"> — An abstract class representing the contents of a menu</span>
|
494
|
+
</dt>
|
495
|
+
<dt>
|
496
|
+
<span class="refentrytitle"><a href="GMenu.html">GMenu</a></span><span class="refpurpose"> — A simple implementation of GMenuModel</span>
|
497
|
+
</dt>
|
498
|
+
<dt>
|
499
|
+
<span class="refentrytitle"><a href="gio-GMenuModel-exporter.html">GMenuModel exporter</a></span><span class="refpurpose"> — Export GMenuModels on D-Bus</span>
|
500
|
+
</dt>
|
501
|
+
<dt>
|
502
|
+
<span class="refentrytitle"><a href="GDBusMenuModel.html">GDBusMenuModel</a></span><span class="refpurpose"> — A D-Bus GMenuModel implementation</span>
|
413
503
|
</dt>
|
414
504
|
</dl></dd>
|
415
505
|
<dt><span class="chapter"><a href="extending.html">Extending GIO</a></span></dt>
|
@@ -436,36 +526,69 @@ socket communication</span>
|
|
436
526
|
<span class="refentrytitle"><a href="glib-compile-schemas.html">glib-compile-schemas</a></span><span class="refpurpose"> — GSettings schema compiler</span>
|
437
527
|
</dt>
|
438
528
|
<dt>
|
439
|
-
<span class="refentrytitle"><a href="
|
529
|
+
<span class="refentrytitle"><a href="glib-compile-resources.html">glib-compile-resources</a></span><span class="refpurpose"> — GLib resource compiler</span>
|
530
|
+
</dt>
|
531
|
+
<dt>
|
532
|
+
<span class="refentrytitle"><a href="gdbus.html">gdbus</a></span><span class="refpurpose"> — Tool for working with D-Bus objects</span>
|
533
|
+
</dt>
|
534
|
+
<dt>
|
535
|
+
<span class="refentrytitle"><a href="gdbus-codegen.html">gdbus-codegen</a></span><span class="refpurpose"> — D-Bus code and documentation generator</span>
|
536
|
+
</dt>
|
537
|
+
<dt>
|
538
|
+
<span class="refentrytitle"><a href="gresource-tool.html">gresource</a></span><span class="refpurpose"> — GResource tool</span>
|
440
539
|
</dt>
|
441
540
|
</dl></dd>
|
541
|
+
<dt><span class="chapter"><a href="testing.html">GIO Testing</a></span></dt>
|
542
|
+
<dd><dl><dt>
|
543
|
+
<span class="refentrytitle"><a href="GTestDBus.html">GTestDBus</a></span><span class="refpurpose"> — D-Bus testing helper</span>
|
544
|
+
</dt></dl></dd>
|
442
545
|
</dl></dd>
|
443
546
|
<dt><span class="part"><a href="migrating.html">III. Migrating to GIO</a></span></dt>
|
444
547
|
<dd><dl>
|
445
|
-
<dt><span class="chapter"><a href="
|
548
|
+
<dt><span class="chapter"><a href="ch30.html">Migrating from GnomeVFS to GIO</a></span></dt>
|
446
549
|
<dd><dl>
|
447
|
-
<dt><span class="section"><a href="
|
448
|
-
<dt><span class="section"><a href="
|
449
|
-
<dt><span class="section"><a href="
|
550
|
+
<dt><span class="section"><a href="ch30.html#idp11419760">Trash handling</a></span></dt>
|
551
|
+
<dt><span class="section"><a href="ch30s02.html">Operations on multiple files</a></span></dt>
|
552
|
+
<dt><span class="section"><a href="ch30s03.html">Mime monitoring</a></span></dt>
|
450
553
|
</dl></dd>
|
451
|
-
<dt><span class="chapter"><a href="
|
554
|
+
<dt><span class="chapter"><a href="ch31.html">Migrating from GConf to GSettings</a></span></dt>
|
452
555
|
<dd><dl>
|
453
|
-
<dt><span class="section"><a href="
|
454
|
-
<dt><span class="section"><a href="
|
455
|
-
<dt><span class="section"><a href="
|
456
|
-
<dt><span class="section"><a href="
|
457
|
-
<dt><span class="section"><a href="
|
458
|
-
<dt><span class="section"><a href="
|
459
|
-
<dt><span class="section"><a href="
|
556
|
+
<dt><span class="section"><a href="ch31.html#idp67154128">Before you start</a></span></dt>
|
557
|
+
<dt><span class="section"><a href="ch31s02.html">Conceptual differences</a></span></dt>
|
558
|
+
<dt><span class="section"><a href="ch31s03.html">GConfClient (and GConfBridge) API conversion</a></span></dt>
|
559
|
+
<dt><span class="section"><a href="ch31s04.html">Change notification</a></span></dt>
|
560
|
+
<dt><span class="section"><a href="ch31s05.html">Change sets</a></span></dt>
|
561
|
+
<dt><span class="section"><a href="ch31s06.html">Schema conversion</a></span></dt>
|
562
|
+
<dt><span class="section"><a href="ch31s07.html">Data conversion</a></span></dt>
|
460
563
|
</dl></dd>
|
461
|
-
<dt><span class="chapter"><a href="
|
564
|
+
<dt><span class="chapter"><a href="ch32.html">Migrating to GDBus</a></span></dt>
|
565
|
+
<dd><dl>
|
566
|
+
<dt><span class="section"><a href="ch32.html#idp79199584">Conceptual differences</a></span></dt>
|
567
|
+
<dt><span class="section"><a href="ch32s02.html">API comparison</a></span></dt>
|
568
|
+
<dt><span class="section"><a href="ch32s03.html">Owning bus names</a></span></dt>
|
569
|
+
<dt><span class="section"><a href="ch32s04.html">Creating proxies for well-known names</a></span></dt>
|
570
|
+
<dt><span class="section"><a href="ch32s05.html">Generating code and docs</a></span></dt>
|
462
571
|
<dd><dl>
|
463
|
-
<dt><span class="section"><a href="
|
464
|
-
<dt
|
465
|
-
<
|
466
|
-
|
467
|
-
<dt
|
468
|
-
<
|
572
|
+
<dt><span class="section"><a href="ch32s05.html#gdbus-example-gdbus-codegen">Using gdbus-codegen</a></span></dt>
|
573
|
+
<dt>
|
574
|
+
<span class="refentrytitle"><a href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html">org.gtk.GDBus.Example.ObjectManager.Animal</a></span><span class="refpurpose"> — Example docs generated by gdbus-codegen</span>
|
575
|
+
</dt>
|
576
|
+
<dt>
|
577
|
+
<span class="refentrytitle"><a href="gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html">org.gtk.GDBus.Example.ObjectManager.Cat</a></span><span class="refpurpose"> — More example docs generated by gdbus-codegen</span>
|
578
|
+
</dt>
|
579
|
+
<dt>
|
580
|
+
<span class="refentrytitle"><a href="ExampleAnimal.html">ExampleAnimal</a></span><span class="refpurpose"> — Generated C code for the org.gtk.GDBus.Example.ObjectManager.Animal D-Bus interface</span>
|
581
|
+
</dt>
|
582
|
+
<dt>
|
583
|
+
<span class="refentrytitle"><a href="ExampleCat.html">ExampleCat</a></span><span class="refpurpose"> — Generated C code for the org.gtk.GDBus.Example.ObjectManager.Cat D-Bus interface</span>
|
584
|
+
</dt>
|
585
|
+
<dt>
|
586
|
+
<span class="refentrytitle"><a href="ExampleObject.html">ExampleObject</a></span><span class="refpurpose"> — Specialized GDBusObject types</span>
|
587
|
+
</dt>
|
588
|
+
<dt>
|
589
|
+
<span class="refentrytitle"><a href="ExampleObjectManagerClient.html">ExampleObjectManagerClient</a></span><span class="refpurpose"> — Generated GDBusObjectManagerClient type</span>
|
590
|
+
</dt>
|
591
|
+
</dl></dd>
|
469
592
|
</dl></dd>
|
470
593
|
</dl></dd>
|
471
594
|
<dt><span class="chapter"><a href="gio-hierarchy.html">Object Hierarchy</a></span></dt>
|
@@ -477,11 +600,14 @@ socket communication</span>
|
|
477
600
|
<dt><span class="index"><a href="api-index-2-24.html">Index of new symbols in 2.24</a></span></dt>
|
478
601
|
<dt><span class="index"><a href="api-index-2-26.html">Index of new symbols in 2.26</a></span></dt>
|
479
602
|
<dt><span class="index"><a href="api-index-2-28.html">Index of new symbols in 2.28</a></span></dt>
|
603
|
+
<dt><span class="index"><a href="api-index-2-30.html">Index of new symbols in 2.30</a></span></dt>
|
604
|
+
<dt><span class="index"><a href="api-index-2-32.html">Index of new symbols in 2.32</a></span></dt>
|
605
|
+
<dt><span class="index"><a href="api-index-2-34.html">Index of new symbols in 2.34</a></span></dt>
|
480
606
|
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
|
481
607
|
</dl></div>
|
482
608
|
</div>
|
483
609
|
<div class="footer">
|
484
610
|
<hr>
|
485
|
-
Generated by GTK-Doc V1.
|
611
|
+
Generated by GTK-Doc V1.18</div>
|
486
612
|
</body>
|
487
613
|
</html>
|
@@ -1,11 +1,7 @@
|
|
1
1
|
<ONLINE href="http://library.gnome.org/devel/gio/unstable/">
|
2
2
|
<ANCHOR id="GFile" href="gio/GFile.html">
|
3
3
|
<ANCHOR id="GFile.synopsis" href="gio/GFile.html#GFile.synopsis">
|
4
|
-
<ANCHOR id="GFileQueryInfoFlags" href="gio/GFile.html#GFileQueryInfoFlags">
|
5
|
-
<ANCHOR id="GFileCreateFlags" href="gio/GFile.html#GFileCreateFlags">
|
6
|
-
<ANCHOR id="GFileCopyFlags" href="gio/GFile.html#GFileCopyFlags">
|
7
4
|
<ANCHOR id="GFileMonitorFlags" href="gio/GFile.html#GFileMonitorFlags">
|
8
|
-
<ANCHOR id="GFilesystemPreviewType" href="gio/GFile.html#GFilesystemPreviewType">
|
9
5
|
<ANCHOR id="GFile.object-hierarchy" href="gio/GFile.html#GFile.object-hierarchy">
|
10
6
|
<ANCHOR id="GFile.prerequisites" href="gio/GFile.html#GFile.prerequisites">
|
11
7
|
<ANCHOR id="GFile.description" href="gio/GFile.html#GFile.description">
|
@@ -27,7 +23,7 @@
|
|
27
23
|
<ANCHOR id="G-FILE-COPY-ALL-METADATA:CAPS" href="gio/GFile.html#G-FILE-COPY-ALL-METADATA:CAPS">
|
28
24
|
<ANCHOR id="G-FILE-COPY-NO-FALLBACK-FOR-MOVE:CAPS" href="gio/GFile.html#G-FILE-COPY-NO-FALLBACK-FOR-MOVE:CAPS">
|
29
25
|
<ANCHOR id="G-FILE-COPY-TARGET-DEFAULT-PERMS:CAPS" href="gio/GFile.html#G-FILE-COPY-TARGET-DEFAULT-PERMS:CAPS">
|
30
|
-
<ANCHOR id="GFileMonitorFlags" href="gio/GFile.html#GFileMonitorFlags">
|
26
|
+
<ANCHOR id="GFileMonitorFlags-enum" href="gio/GFile.html#GFileMonitorFlags-enum">
|
31
27
|
<ANCHOR id="G-FILE-MONITOR-NONE:CAPS" href="gio/GFile.html#G-FILE-MONITOR-NONE:CAPS">
|
32
28
|
<ANCHOR id="G-FILE-MONITOR-WATCH-MOUNTS:CAPS" href="gio/GFile.html#G-FILE-MONITOR-WATCH-MOUNTS:CAPS">
|
33
29
|
<ANCHOR id="G-FILE-MONITOR-SEND-MOVED:CAPS" href="gio/GFile.html#G-FILE-MONITOR-SEND-MOVED:CAPS">
|
@@ -40,6 +36,8 @@
|
|
40
36
|
<ANCHOR id="g-file-new-for-path" href="gio/GFile.html#g-file-new-for-path">
|
41
37
|
<ANCHOR id="g-file-new-for-uri" href="gio/GFile.html#g-file-new-for-uri">
|
42
38
|
<ANCHOR id="g-file-new-for-commandline-arg" href="gio/GFile.html#g-file-new-for-commandline-arg">
|
39
|
+
<ANCHOR id="g-file-new-for-commandline-arg-and-cwd" href="gio/GFile.html#g-file-new-for-commandline-arg-and-cwd">
|
40
|
+
<ANCHOR id="g-file-new-tmp" href="gio/GFile.html#g-file-new-tmp">
|
43
41
|
<ANCHOR id="g-file-parse-name" href="gio/GFile.html#g-file-parse-name">
|
44
42
|
<ANCHOR id="g-file-dup" href="gio/GFile.html#g-file-dup">
|
45
43
|
<ANCHOR id="g-file-hash" href="gio/GFile.html#g-file-hash">
|
@@ -89,6 +87,8 @@
|
|
89
87
|
<ANCHOR id="g-file-set-display-name-async" href="gio/GFile.html#g-file-set-display-name-async">
|
90
88
|
<ANCHOR id="g-file-set-display-name-finish" href="gio/GFile.html#g-file-set-display-name-finish">
|
91
89
|
<ANCHOR id="g-file-delete" href="gio/GFile.html#g-file-delete">
|
90
|
+
<ANCHOR id="g-file-delete-async" href="gio/GFile.html#g-file-delete-async">
|
91
|
+
<ANCHOR id="g-file-delete-finish" href="gio/GFile.html#g-file-delete-finish">
|
92
92
|
<ANCHOR id="g-file-trash" href="gio/GFile.html#g-file-trash">
|
93
93
|
<ANCHOR id="g-file-copy" href="gio/GFile.html#g-file-copy">
|
94
94
|
<ANCHOR id="g-file-copy-async" href="gio/GFile.html#g-file-copy-async">
|
@@ -152,10 +152,6 @@
|
|
152
152
|
<ANCHOR id="GFile.see-also" href="gio/GFile.html#GFile.see-also">
|
153
153
|
<ANCHOR id="gio-GFileAttribute" href="gio/gio-GFileAttribute.html">
|
154
154
|
<ANCHOR id="gio-GFileAttribute.synopsis" href="gio/gio-GFileAttribute.html#gio-GFileAttribute.synopsis">
|
155
|
-
<ANCHOR id="GFileAttributeType" href="gio/gio-GFileAttribute.html#GFileAttributeType">
|
156
|
-
<ANCHOR id="GFileAttributeInfoFlags" href="gio/gio-GFileAttribute.html#GFileAttributeInfoFlags">
|
157
|
-
<ANCHOR id="GFileAttributeStatus" href="gio/gio-GFileAttribute.html#GFileAttributeStatus">
|
158
|
-
<ANCHOR id="gio-GFileAttribute.object-hierarchy" href="gio/gio-GFileAttribute.html#gio-GFileAttribute.object-hierarchy">
|
159
155
|
<ANCHOR id="gio-GFileAttribute.description" href="gio/gio-GFileAttribute.html#gio-GFileAttribute.description">
|
160
156
|
<ANCHOR id="gio-GFileAttribute.details" href="gio/gio-GFileAttribute.html#gio-GFileAttribute.details">
|
161
157
|
<ANCHOR id="GFileAttributeType" href="gio/gio-GFileAttribute.html#GFileAttributeType">
|
@@ -189,7 +185,6 @@
|
|
189
185
|
<ANCHOR id="GFileInfo" href="gio/GFileInfo.html">
|
190
186
|
<ANCHOR id="GFileInfo.synopsis" href="gio/GFileInfo.html#GFileInfo.synopsis">
|
191
187
|
<ANCHOR id="GFileAttributeMatcher" href="gio/GFileInfo.html#GFileAttributeMatcher">
|
192
|
-
<ANCHOR id="GFileType" href="gio/GFileInfo.html#GFileType">
|
193
188
|
<ANCHOR id="GFileInfo.object-hierarchy" href="gio/GFileInfo.html#GFileInfo.object-hierarchy">
|
194
189
|
<ANCHOR id="GFileInfo.description" href="gio/GFileInfo.html#GFileInfo.description">
|
195
190
|
<ANCHOR id="GFileInfo.details" href="gio/GFileInfo.html#GFileInfo.details">
|
@@ -213,6 +208,7 @@
|
|
213
208
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS">
|
214
209
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-COPY-NAME:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-COPY-NAME:CAPS">
|
215
210
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS">
|
211
|
+
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-SYMBOLIC-ICON:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMBOLIC-ICON:CAPS">
|
216
212
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS">
|
217
213
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE:CAPS">
|
218
214
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS">
|
@@ -269,6 +265,7 @@
|
|
269
265
|
<ANCHOR id="G-FILE-ATTRIBUTE-PREVIEW-ICON:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-PREVIEW-ICON:CAPS">
|
270
266
|
<ANCHOR id="G-FILE-ATTRIBUTE-FILESYSTEM-SIZE:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-SIZE:CAPS">
|
271
267
|
<ANCHOR id="G-FILE-ATTRIBUTE-FILESYSTEM-FREE:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-FREE:CAPS">
|
268
|
+
<ANCHOR id="G-FILE-ATTRIBUTE-FILESYSTEM-USED:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USED:CAPS">
|
272
269
|
<ANCHOR id="G-FILE-ATTRIBUTE-FILESYSTEM-TYPE:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-TYPE:CAPS">
|
273
270
|
<ANCHOR id="G-FILE-ATTRIBUTE-FILESYSTEM-READONLY:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-READONLY:CAPS">
|
274
271
|
<ANCHOR id="G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS">
|
@@ -318,12 +315,14 @@
|
|
318
315
|
<ANCHOR id="g-file-info-get-display-name" href="gio/GFileInfo.html#g-file-info-get-display-name">
|
319
316
|
<ANCHOR id="g-file-info-get-edit-name" href="gio/GFileInfo.html#g-file-info-get-edit-name">
|
320
317
|
<ANCHOR id="g-file-info-get-icon" href="gio/GFileInfo.html#g-file-info-get-icon">
|
318
|
+
<ANCHOR id="g-file-info-get-symbolic-icon" href="gio/GFileInfo.html#g-file-info-get-symbolic-icon">
|
321
319
|
<ANCHOR id="g-file-info-get-content-type" href="gio/GFileInfo.html#g-file-info-get-content-type">
|
322
320
|
<ANCHOR id="g-file-info-get-size" href="gio/GFileInfo.html#g-file-info-get-size">
|
323
321
|
<ANCHOR id="g-file-info-get-modification-time" href="gio/GFileInfo.html#g-file-info-get-modification-time">
|
324
322
|
<ANCHOR id="g-file-info-get-symlink-target" href="gio/GFileInfo.html#g-file-info-get-symlink-target">
|
325
323
|
<ANCHOR id="g-file-info-get-etag" href="gio/GFileInfo.html#g-file-info-get-etag">
|
326
324
|
<ANCHOR id="g-file-info-get-sort-order" href="gio/GFileInfo.html#g-file-info-get-sort-order">
|
325
|
+
<ANCHOR id="g-file-info-get-deletion-date" href="gio/GFileInfo.html#g-file-info-get-deletion-date">
|
327
326
|
<ANCHOR id="g-file-info-set-attribute-mask" href="gio/GFileInfo.html#g-file-info-set-attribute-mask">
|
328
327
|
<ANCHOR id="g-file-info-unset-attribute-mask" href="gio/GFileInfo.html#g-file-info-unset-attribute-mask">
|
329
328
|
<ANCHOR id="g-file-info-set-file-type" href="gio/GFileInfo.html#g-file-info-set-file-type">
|
@@ -333,6 +332,7 @@
|
|
333
332
|
<ANCHOR id="g-file-info-set-display-name" href="gio/GFileInfo.html#g-file-info-set-display-name">
|
334
333
|
<ANCHOR id="g-file-info-set-edit-name" href="gio/GFileInfo.html#g-file-info-set-edit-name">
|
335
334
|
<ANCHOR id="g-file-info-set-icon" href="gio/GFileInfo.html#g-file-info-set-icon">
|
335
|
+
<ANCHOR id="g-file-info-set-symbolic-icon" href="gio/GFileInfo.html#g-file-info-set-symbolic-icon">
|
336
336
|
<ANCHOR id="g-file-info-set-content-type" href="gio/GFileInfo.html#g-file-info-set-content-type">
|
337
337
|
<ANCHOR id="g-file-info-set-size" href="gio/GFileInfo.html#g-file-info-set-size">
|
338
338
|
<ANCHOR id="g-file-info-set-modification-time" href="gio/GFileInfo.html#g-file-info-set-modification-time">
|
@@ -340,11 +340,13 @@
|
|
340
340
|
<ANCHOR id="g-file-info-set-sort-order" href="gio/GFileInfo.html#g-file-info-set-sort-order">
|
341
341
|
<ANCHOR id="g-file-attribute-matcher-new" href="gio/GFileInfo.html#g-file-attribute-matcher-new">
|
342
342
|
<ANCHOR id="g-file-attribute-matcher-ref" href="gio/GFileInfo.html#g-file-attribute-matcher-ref">
|
343
|
+
<ANCHOR id="g-file-attribute-matcher-subtract" href="gio/GFileInfo.html#g-file-attribute-matcher-subtract">
|
343
344
|
<ANCHOR id="g-file-attribute-matcher-unref" href="gio/GFileInfo.html#g-file-attribute-matcher-unref">
|
344
345
|
<ANCHOR id="g-file-attribute-matcher-matches" href="gio/GFileInfo.html#g-file-attribute-matcher-matches">
|
345
346
|
<ANCHOR id="g-file-attribute-matcher-matches-only" href="gio/GFileInfo.html#g-file-attribute-matcher-matches-only">
|
346
347
|
<ANCHOR id="g-file-attribute-matcher-enumerate-namespace" href="gio/GFileInfo.html#g-file-attribute-matcher-enumerate-namespace">
|
347
348
|
<ANCHOR id="g-file-attribute-matcher-enumerate-next" href="gio/GFileInfo.html#g-file-attribute-matcher-enumerate-next">
|
349
|
+
<ANCHOR id="g-file-attribute-matcher-to-string" href="gio/GFileInfo.html#g-file-attribute-matcher-to-string">
|
348
350
|
<ANCHOR id="GFileInfo.see-also" href="gio/GFileInfo.html#GFileInfo.see-also">
|
349
351
|
<ANCHOR id="GFileEnumerator" href="gio/GFileEnumerator.html">
|
350
352
|
<ANCHOR id="GFileEnumerator.synopsis" href="gio/GFileEnumerator.html#GFileEnumerator.synopsis">
|
@@ -363,12 +365,11 @@
|
|
363
365
|
<ANCHOR id="g-file-enumerator-has-pending" href="gio/GFileEnumerator.html#g-file-enumerator-has-pending">
|
364
366
|
<ANCHOR id="g-file-enumerator-set-pending" href="gio/GFileEnumerator.html#g-file-enumerator-set-pending">
|
365
367
|
<ANCHOR id="g-file-enumerator-get-container" href="gio/GFileEnumerator.html#g-file-enumerator-get-container">
|
368
|
+
<ANCHOR id="g-file-enumerator-get-child" href="gio/GFileEnumerator.html#g-file-enumerator-get-child">
|
366
369
|
<ANCHOR id="GFileEnumerator.property-details" href="gio/GFileEnumerator.html#GFileEnumerator.property-details">
|
367
370
|
<ANCHOR id="GFileEnumerator--container" href="gio/GFileEnumerator.html#GFileEnumerator--container">
|
368
371
|
<ANCHOR id="gio-GIOError" href="gio/gio-GIOError.html">
|
369
372
|
<ANCHOR id="gio-GIOError.synopsis" href="gio/gio-GIOError.html#gio-GIOError.synopsis">
|
370
|
-
<ANCHOR id="GIOErrorEnum" href="gio/gio-GIOError.html#GIOErrorEnum">
|
371
|
-
<ANCHOR id="gio-GIOError.object-hierarchy" href="gio/gio-GIOError.html#gio-GIOError.object-hierarchy">
|
372
373
|
<ANCHOR id="gio-GIOError.description" href="gio/gio-GIOError.html#gio-GIOError.description">
|
373
374
|
<ANCHOR id="gio-GIOError.details" href="gio/gio-GIOError.html#gio-GIOError.details">
|
374
375
|
<ANCHOR id="G-IO-ERROR:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR:CAPS">
|
@@ -417,19 +418,18 @@
|
|
417
418
|
<ANCHOR id="G-IO-ERROR-PROXY-AUTH-FAILED:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-PROXY-AUTH-FAILED:CAPS">
|
418
419
|
<ANCHOR id="G-IO-ERROR-PROXY-NEED-AUTH:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-PROXY-NEED-AUTH:CAPS">
|
419
420
|
<ANCHOR id="G-IO-ERROR-PROXY-NOT-ALLOWED:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-PROXY-NOT-ALLOWED:CAPS">
|
421
|
+
<ANCHOR id="G-IO-ERROR-BROKEN-PIPE:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-BROKEN-PIPE:CAPS">
|
420
422
|
<ANCHOR id="g-io-error-from-errno" href="gio/gio-GIOError.html#g-io-error-from-errno">
|
421
423
|
<ANCHOR id="g-io-error-from-win32-error" href="gio/gio-GIOError.html#g-io-error-from-win32-error">
|
422
424
|
<ANCHOR id="GMountOperation" href="gio/GMountOperation.html">
|
423
425
|
<ANCHOR id="GMountOperation.synopsis" href="gio/GMountOperation.html#GMountOperation.synopsis">
|
424
426
|
<ANCHOR id="GAskPasswordFlags" href="gio/GMountOperation.html#GAskPasswordFlags">
|
425
|
-
<ANCHOR id="GPasswordSave" href="gio/GMountOperation.html#GPasswordSave">
|
426
|
-
<ANCHOR id="GMountOperationResult" href="gio/GMountOperation.html#GMountOperationResult">
|
427
427
|
<ANCHOR id="GMountOperation.object-hierarchy" href="gio/GMountOperation.html#GMountOperation.object-hierarchy">
|
428
428
|
<ANCHOR id="GMountOperation.properties" href="gio/GMountOperation.html#GMountOperation.properties">
|
429
429
|
<ANCHOR id="GMountOperation.signals" href="gio/GMountOperation.html#GMountOperation.signals">
|
430
430
|
<ANCHOR id="GMountOperation.description" href="gio/GMountOperation.html#GMountOperation.description">
|
431
431
|
<ANCHOR id="GMountOperation.details" href="gio/GMountOperation.html#GMountOperation.details">
|
432
|
-
<ANCHOR id="GAskPasswordFlags" href="gio/GMountOperation.html#GAskPasswordFlags">
|
432
|
+
<ANCHOR id="GAskPasswordFlags-enum" href="gio/GMountOperation.html#GAskPasswordFlags-enum">
|
433
433
|
<ANCHOR id="G-ASK-PASSWORD-NEED-PASSWORD:CAPS" href="gio/GMountOperation.html#G-ASK-PASSWORD-NEED-PASSWORD:CAPS">
|
434
434
|
<ANCHOR id="G-ASK-PASSWORD-NEED-USERNAME:CAPS" href="gio/GMountOperation.html#G-ASK-PASSWORD-NEED-USERNAME:CAPS">
|
435
435
|
<ANCHOR id="G-ASK-PASSWORD-NEED-DOMAIN:CAPS" href="gio/GMountOperation.html#G-ASK-PASSWORD-NEED-DOMAIN:CAPS">
|
@@ -471,9 +471,9 @@
|
|
471
471
|
<ANCHOR id="GMountOperation-ask-question" href="gio/GMountOperation.html#GMountOperation-ask-question">
|
472
472
|
<ANCHOR id="GMountOperation-reply" href="gio/GMountOperation.html#GMountOperation-reply">
|
473
473
|
<ANCHOR id="GMountOperation-show-processes" href="gio/GMountOperation.html#GMountOperation-show-processes">
|
474
|
+
<ANCHOR id="GMountOperation-show-unmount-progress" href="gio/GMountOperation.html#GMountOperation-show-unmount-progress">
|
474
475
|
<ANCHOR id="GFileMonitor" href="gio/GFileMonitor.html">
|
475
476
|
<ANCHOR id="GFileMonitor.synopsis" href="gio/GFileMonitor.html#GFileMonitor.synopsis">
|
476
|
-
<ANCHOR id="GFileMonitorEvent" href="gio/GFileMonitor.html#GFileMonitorEvent">
|
477
477
|
<ANCHOR id="GFileMonitor.object-hierarchy" href="gio/GFileMonitor.html#GFileMonitor.object-hierarchy">
|
478
478
|
<ANCHOR id="GFileMonitor.properties" href="gio/GFileMonitor.html#GFileMonitor.properties">
|
479
479
|
<ANCHOR id="GFileMonitor.signals" href="gio/GFileMonitor.html#GFileMonitor.signals">
|
@@ -547,7 +547,48 @@
|
|
547
547
|
<ANCHOR id="GAsyncReadyCallback" href="gio/GAsyncResult.html#GAsyncReadyCallback">
|
548
548
|
<ANCHOR id="g-async-result-get-user-data" href="gio/GAsyncResult.html#g-async-result-get-user-data">
|
549
549
|
<ANCHOR id="g-async-result-get-source-object" href="gio/GAsyncResult.html#g-async-result-get-source-object">
|
550
|
+
<ANCHOR id="g-async-result-is-tagged" href="gio/GAsyncResult.html#g-async-result-is-tagged">
|
551
|
+
<ANCHOR id="g-async-result-legacy-propagate-error" href="gio/GAsyncResult.html#g-async-result-legacy-propagate-error">
|
550
552
|
<ANCHOR id="GAsyncResult.see-also" href="gio/GAsyncResult.html#GAsyncResult.see-also">
|
553
|
+
<ANCHOR id="GTask" href="gio/GTask.html">
|
554
|
+
<ANCHOR id="GTask.synopsis" href="gio/GTask.html#GTask.synopsis">
|
555
|
+
<ANCHOR id="GTask.object-hierarchy" href="gio/GTask.html#GTask.object-hierarchy">
|
556
|
+
<ANCHOR id="GTask.implemented-interfaces" href="gio/GTask.html#GTask.implemented-interfaces">
|
557
|
+
<ANCHOR id="GTask.description" href="gio/GTask.html#GTask.description">
|
558
|
+
<ANCHOR id="GTask.details" href="gio/GTask.html#GTask.details">
|
559
|
+
<ANCHOR id="GTask-struct" href="gio/GTask.html#GTask-struct">
|
560
|
+
<ANCHOR id="g-task-new" href="gio/GTask.html#g-task-new">
|
561
|
+
<ANCHOR id="g-task-set-task-data" href="gio/GTask.html#g-task-set-task-data">
|
562
|
+
<ANCHOR id="g-task-set-priority" href="gio/GTask.html#g-task-set-priority">
|
563
|
+
<ANCHOR id="g-task-set-check-cancellable" href="gio/GTask.html#g-task-set-check-cancellable">
|
564
|
+
<ANCHOR id="g-task-set-return-on-cancel" href="gio/GTask.html#g-task-set-return-on-cancel">
|
565
|
+
<ANCHOR id="g-task-set-source-tag" href="gio/GTask.html#g-task-set-source-tag">
|
566
|
+
<ANCHOR id="g-task-report-error" href="gio/GTask.html#g-task-report-error">
|
567
|
+
<ANCHOR id="g-task-report-new-error" href="gio/GTask.html#g-task-report-new-error">
|
568
|
+
<ANCHOR id="g-task-get-task-data" href="gio/GTask.html#g-task-get-task-data">
|
569
|
+
<ANCHOR id="g-task-get-priority" href="gio/GTask.html#g-task-get-priority">
|
570
|
+
<ANCHOR id="g-task-get-cancellable" href="gio/GTask.html#g-task-get-cancellable">
|
571
|
+
<ANCHOR id="g-task-get-check-cancellable" href="gio/GTask.html#g-task-get-check-cancellable">
|
572
|
+
<ANCHOR id="g-task-get-return-on-cancel" href="gio/GTask.html#g-task-get-return-on-cancel">
|
573
|
+
<ANCHOR id="g-task-get-context" href="gio/GTask.html#g-task-get-context">
|
574
|
+
<ANCHOR id="g-task-get-source-object" href="gio/GTask.html#g-task-get-source-object">
|
575
|
+
<ANCHOR id="g-task-get-source-tag" href="gio/GTask.html#g-task-get-source-tag">
|
576
|
+
<ANCHOR id="g-task-return-boolean" href="gio/GTask.html#g-task-return-boolean">
|
577
|
+
<ANCHOR id="g-task-return-int" href="gio/GTask.html#g-task-return-int">
|
578
|
+
<ANCHOR id="g-task-return-pointer" href="gio/GTask.html#g-task-return-pointer">
|
579
|
+
<ANCHOR id="g-task-return-error" href="gio/GTask.html#g-task-return-error">
|
580
|
+
<ANCHOR id="g-task-return-new-error" href="gio/GTask.html#g-task-return-new-error">
|
581
|
+
<ANCHOR id="g-task-return-error-if-cancelled" href="gio/GTask.html#g-task-return-error-if-cancelled">
|
582
|
+
<ANCHOR id="g-task-propagate-boolean" href="gio/GTask.html#g-task-propagate-boolean">
|
583
|
+
<ANCHOR id="g-task-propagate-int" href="gio/GTask.html#g-task-propagate-int">
|
584
|
+
<ANCHOR id="g-task-propagate-pointer" href="gio/GTask.html#g-task-propagate-pointer">
|
585
|
+
<ANCHOR id="g-task-had-error" href="gio/GTask.html#g-task-had-error">
|
586
|
+
<ANCHOR id="g-task-run-in-thread" href="gio/GTask.html#g-task-run-in-thread">
|
587
|
+
<ANCHOR id="g-task-run-in-thread-sync" href="gio/GTask.html#g-task-run-in-thread-sync">
|
588
|
+
<ANCHOR id="GTaskThreadFunc" href="gio/GTask.html#GTaskThreadFunc">
|
589
|
+
<ANCHOR id="g-task-attach-source" href="gio/GTask.html#g-task-attach-source">
|
590
|
+
<ANCHOR id="g-task-is-valid" href="gio/GTask.html#g-task-is-valid">
|
591
|
+
<ANCHOR id="GTask.see-also" href="gio/GTask.html#GTask.see-also">
|
551
592
|
<ANCHOR id="gio-GIOScheduler" href="gio/gio-GIOScheduler.html">
|
552
593
|
<ANCHOR id="gio-GIOScheduler.synopsis" href="gio/gio-GIOScheduler.html#gio-GIOScheduler.synopsis">
|
553
594
|
<ANCHOR id="gio-GIOScheduler.description" href="gio/gio-GIOScheduler.html#gio-GIOScheduler.description">
|
@@ -570,6 +611,7 @@
|
|
570
611
|
<ANCHOR id="g-simple-async-result-new-error" href="gio/GSimpleAsyncResult.html#g-simple-async-result-new-error">
|
571
612
|
<ANCHOR id="g-simple-async-result-new-from-error" href="gio/GSimpleAsyncResult.html#g-simple-async-result-new-from-error">
|
572
613
|
<ANCHOR id="g-simple-async-result-new-take-error" href="gio/GSimpleAsyncResult.html#g-simple-async-result-new-take-error">
|
614
|
+
<ANCHOR id="g-simple-async-result-set-check-cancellable" href="gio/GSimpleAsyncResult.html#g-simple-async-result-set-check-cancellable">
|
573
615
|
<ANCHOR id="g-simple-async-result-set-op-res-gpointer" href="gio/GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gpointer">
|
574
616
|
<ANCHOR id="g-simple-async-result-get-op-res-gpointer" href="gio/GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gpointer">
|
575
617
|
<ANCHOR id="g-simple-async-result-set-op-res-gssize" href="gio/GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gssize">
|
@@ -593,8 +635,6 @@
|
|
593
635
|
<ANCHOR id="GSimpleAsyncResult.see-also" href="gio/GSimpleAsyncResult.html#GSimpleAsyncResult.see-also">
|
594
636
|
<ANCHOR id="GConverter" href="gio/GConverter.html">
|
595
637
|
<ANCHOR id="GConverter.synopsis" href="gio/GConverter.html#GConverter.synopsis">
|
596
|
-
<ANCHOR id="GConverterResult" href="gio/GConverter.html#GConverterResult">
|
597
|
-
<ANCHOR id="GConverterFlags" href="gio/GConverter.html#GConverterFlags">
|
598
638
|
<ANCHOR id="GConverter.object-hierarchy" href="gio/GConverter.html#GConverter.object-hierarchy">
|
599
639
|
<ANCHOR id="GConverter.prerequisites" href="gio/GConverter.html#GConverter.prerequisites">
|
600
640
|
<ANCHOR id="GConverter.implementations" href="gio/GConverter.html#GConverter.implementations">
|
@@ -632,7 +672,6 @@
|
|
632
672
|
<ANCHOR id="GCharsetConverter--use-fallback" href="gio/GCharsetConverter.html#GCharsetConverter--use-fallback">
|
633
673
|
<ANCHOR id="GZlibCompressor" href="gio/GZlibCompressor.html">
|
634
674
|
<ANCHOR id="GZlibCompressor.synopsis" href="gio/GZlibCompressor.html#GZlibCompressor.synopsis">
|
635
|
-
<ANCHOR id="GZlibCompressorFormat" href="gio/GZlibCompressor.html#GZlibCompressorFormat">
|
636
675
|
<ANCHOR id="GZlibCompressor.object-hierarchy" href="gio/GZlibCompressor.html#GZlibCompressor.object-hierarchy">
|
637
676
|
<ANCHOR id="GZlibCompressor.implemented-interfaces" href="gio/GZlibCompressor.html#GZlibCompressor.implemented-interfaces">
|
638
677
|
<ANCHOR id="GZlibCompressor.properties" href="gio/GZlibCompressor.html#GZlibCompressor.properties">
|
@@ -699,9 +738,11 @@
|
|
699
738
|
<ANCHOR id="g-input-stream-has-pending" href="gio/GInputStream.html#g-input-stream-has-pending">
|
700
739
|
<ANCHOR id="g-input-stream-set-pending" href="gio/GInputStream.html#g-input-stream-set-pending">
|
701
740
|
<ANCHOR id="g-input-stream-clear-pending" href="gio/GInputStream.html#g-input-stream-clear-pending">
|
741
|
+
<ANCHOR id="g-input-stream-read-bytes" href="gio/GInputStream.html#g-input-stream-read-bytes">
|
742
|
+
<ANCHOR id="g-input-stream-read-bytes-async" href="gio/GInputStream.html#g-input-stream-read-bytes-async">
|
743
|
+
<ANCHOR id="g-input-stream-read-bytes-finish" href="gio/GInputStream.html#g-input-stream-read-bytes-finish">
|
702
744
|
<ANCHOR id="GOutputStream" href="gio/GOutputStream.html">
|
703
745
|
<ANCHOR id="GOutputStream.synopsis" href="gio/GOutputStream.html#GOutputStream.synopsis">
|
704
|
-
<ANCHOR id="GOutputStreamSpliceFlags" href="gio/GOutputStream.html#GOutputStreamSpliceFlags">
|
705
746
|
<ANCHOR id="GOutputStream.object-hierarchy" href="gio/GOutputStream.html#GOutputStream.object-hierarchy">
|
706
747
|
<ANCHOR id="GOutputStream.derived-interfaces" href="gio/GOutputStream.html#GOutputStream.derived-interfaces">
|
707
748
|
<ANCHOR id="GOutputStream.description" href="gio/GOutputStream.html#GOutputStream.description">
|
@@ -729,6 +770,9 @@
|
|
729
770
|
<ANCHOR id="g-output-stream-has-pending" href="gio/GOutputStream.html#g-output-stream-has-pending">
|
730
771
|
<ANCHOR id="g-output-stream-set-pending" href="gio/GOutputStream.html#g-output-stream-set-pending">
|
731
772
|
<ANCHOR id="g-output-stream-clear-pending" href="gio/GOutputStream.html#g-output-stream-clear-pending">
|
773
|
+
<ANCHOR id="g-output-stream-write-bytes" href="gio/GOutputStream.html#g-output-stream-write-bytes">
|
774
|
+
<ANCHOR id="g-output-stream-write-bytes-async" href="gio/GOutputStream.html#g-output-stream-write-bytes-async">
|
775
|
+
<ANCHOR id="g-output-stream-write-bytes-finish" href="gio/GOutputStream.html#g-output-stream-write-bytes-finish">
|
732
776
|
<ANCHOR id="GIOStream" href="gio/GIOStream.html">
|
733
777
|
<ANCHOR id="GIOStream.synopsis" href="gio/GIOStream.html#GIOStream.synopsis">
|
734
778
|
<ANCHOR id="GIOStream.object-hierarchy" href="gio/GIOStream.html#GIOStream.object-hierarchy">
|
@@ -796,6 +840,7 @@
|
|
796
840
|
<ANCHOR id="GFileDescriptorBased.synopsis" href="gio/GFileDescriptorBased.html#GFileDescriptorBased.synopsis">
|
797
841
|
<ANCHOR id="GFileDescriptorBased.object-hierarchy" href="gio/GFileDescriptorBased.html#GFileDescriptorBased.object-hierarchy">
|
798
842
|
<ANCHOR id="GFileDescriptorBased.prerequisites" href="gio/GFileDescriptorBased.html#GFileDescriptorBased.prerequisites">
|
843
|
+
<ANCHOR id="GFileDescriptorBased.implementations" href="gio/GFileDescriptorBased.html#GFileDescriptorBased.implementations">
|
799
844
|
<ANCHOR id="GFileDescriptorBased.description" href="gio/GFileDescriptorBased.html#GFileDescriptorBased.description">
|
800
845
|
<ANCHOR id="GFileDescriptorBased.details" href="gio/GFileDescriptorBased.html#GFileDescriptorBased.details">
|
801
846
|
<ANCHOR id="GFileDescriptorBased-struct" href="gio/GFileDescriptorBased.html#GFileDescriptorBased-struct">
|
@@ -848,6 +893,7 @@
|
|
848
893
|
<ANCHOR id="GReallocFunc" href="gio/GMemoryOutputStream.html#GReallocFunc">
|
849
894
|
<ANCHOR id="GMemoryOutputStream-struct" href="gio/GMemoryOutputStream.html#GMemoryOutputStream-struct">
|
850
895
|
<ANCHOR id="g-memory-output-stream-new" href="gio/GMemoryOutputStream.html#g-memory-output-stream-new">
|
896
|
+
<ANCHOR id="g-memory-output-stream-new-resizable" href="gio/GMemoryOutputStream.html#g-memory-output-stream-new-resizable">
|
851
897
|
<ANCHOR id="g-memory-output-stream-get-data" href="gio/GMemoryOutputStream.html#g-memory-output-stream-get-data">
|
852
898
|
<ANCHOR id="g-memory-output-stream-get-size" href="gio/GMemoryOutputStream.html#g-memory-output-stream-get-size">
|
853
899
|
<ANCHOR id="g-memory-output-stream-get-data-size" href="gio/GMemoryOutputStream.html#g-memory-output-stream-get-data-size">
|
@@ -862,6 +908,7 @@
|
|
862
908
|
<ANCHOR id="GBufferedInputStream" href="gio/GBufferedInputStream.html">
|
863
909
|
<ANCHOR id="GBufferedInputStream.synopsis" href="gio/GBufferedInputStream.html#GBufferedInputStream.synopsis">
|
864
910
|
<ANCHOR id="GBufferedInputStream.object-hierarchy" href="gio/GBufferedInputStream.html#GBufferedInputStream.object-hierarchy">
|
911
|
+
<ANCHOR id="GBufferedInputStream.implemented-interfaces" href="gio/GBufferedInputStream.html#GBufferedInputStream.implemented-interfaces">
|
865
912
|
<ANCHOR id="GBufferedInputStream.properties" href="gio/GBufferedInputStream.html#GBufferedInputStream.properties">
|
866
913
|
<ANCHOR id="GBufferedInputStream.description" href="gio/GBufferedInputStream.html#GBufferedInputStream.description">
|
867
914
|
<ANCHOR id="GBufferedInputStream.details" href="gio/GBufferedInputStream.html#GBufferedInputStream.details">
|
@@ -883,6 +930,7 @@
|
|
883
930
|
<ANCHOR id="GBufferedOutputStream" href="gio/GBufferedOutputStream.html">
|
884
931
|
<ANCHOR id="GBufferedOutputStream.synopsis" href="gio/GBufferedOutputStream.html#GBufferedOutputStream.synopsis">
|
885
932
|
<ANCHOR id="GBufferedOutputStream.object-hierarchy" href="gio/GBufferedOutputStream.html#GBufferedOutputStream.object-hierarchy">
|
933
|
+
<ANCHOR id="GBufferedOutputStream.implemented-interfaces" href="gio/GBufferedOutputStream.html#GBufferedOutputStream.implemented-interfaces">
|
886
934
|
<ANCHOR id="GBufferedOutputStream.properties" href="gio/GBufferedOutputStream.html#GBufferedOutputStream.properties">
|
887
935
|
<ANCHOR id="GBufferedOutputStream.description" href="gio/GBufferedOutputStream.html#GBufferedOutputStream.description">
|
888
936
|
<ANCHOR id="GBufferedOutputStream.details" href="gio/GBufferedOutputStream.html#GBufferedOutputStream.details">
|
@@ -899,9 +947,8 @@
|
|
899
947
|
<ANCHOR id="GBufferedOutputStream.see-also" href="gio/GBufferedOutputStream.html#GBufferedOutputStream.see-also">
|
900
948
|
<ANCHOR id="GDataInputStream" href="gio/GDataInputStream.html">
|
901
949
|
<ANCHOR id="GDataInputStream.synopsis" href="gio/GDataInputStream.html#GDataInputStream.synopsis">
|
902
|
-
<ANCHOR id="GDataStreamByteOrder" href="gio/GDataInputStream.html#GDataStreamByteOrder">
|
903
|
-
<ANCHOR id="GDataStreamNewlineType" href="gio/GDataInputStream.html#GDataStreamNewlineType">
|
904
950
|
<ANCHOR id="GDataInputStream.object-hierarchy" href="gio/GDataInputStream.html#GDataInputStream.object-hierarchy">
|
951
|
+
<ANCHOR id="GDataInputStream.implemented-interfaces" href="gio/GDataInputStream.html#GDataInputStream.implemented-interfaces">
|
905
952
|
<ANCHOR id="GDataInputStream.properties" href="gio/GDataInputStream.html#GDataInputStream.properties">
|
906
953
|
<ANCHOR id="GDataInputStream.description" href="gio/GDataInputStream.html#GDataInputStream.description">
|
907
954
|
<ANCHOR id="GDataInputStream.details" href="gio/GDataInputStream.html#GDataInputStream.details">
|
@@ -928,8 +975,10 @@
|
|
928
975
|
<ANCHOR id="g-data-input-stream-read-int64" href="gio/GDataInputStream.html#g-data-input-stream-read-int64">
|
929
976
|
<ANCHOR id="g-data-input-stream-read-uint64" href="gio/GDataInputStream.html#g-data-input-stream-read-uint64">
|
930
977
|
<ANCHOR id="g-data-input-stream-read-line" href="gio/GDataInputStream.html#g-data-input-stream-read-line">
|
978
|
+
<ANCHOR id="g-data-input-stream-read-line-utf8" href="gio/GDataInputStream.html#g-data-input-stream-read-line-utf8">
|
931
979
|
<ANCHOR id="g-data-input-stream-read-line-async" href="gio/GDataInputStream.html#g-data-input-stream-read-line-async">
|
932
980
|
<ANCHOR id="g-data-input-stream-read-line-finish" href="gio/GDataInputStream.html#g-data-input-stream-read-line-finish">
|
981
|
+
<ANCHOR id="g-data-input-stream-read-line-finish-utf8" href="gio/GDataInputStream.html#g-data-input-stream-read-line-finish-utf8">
|
933
982
|
<ANCHOR id="g-data-input-stream-read-upto" href="gio/GDataInputStream.html#g-data-input-stream-read-upto">
|
934
983
|
<ANCHOR id="g-data-input-stream-read-upto-async" href="gio/GDataInputStream.html#g-data-input-stream-read-upto-async">
|
935
984
|
<ANCHOR id="g-data-input-stream-read-upto-finish" href="gio/GDataInputStream.html#g-data-input-stream-read-upto-finish">
|
@@ -943,6 +992,7 @@
|
|
943
992
|
<ANCHOR id="GDataOutputStream" href="gio/GDataOutputStream.html">
|
944
993
|
<ANCHOR id="GDataOutputStream.synopsis" href="gio/GDataOutputStream.html#GDataOutputStream.synopsis">
|
945
994
|
<ANCHOR id="GDataOutputStream.object-hierarchy" href="gio/GDataOutputStream.html#GDataOutputStream.object-hierarchy">
|
995
|
+
<ANCHOR id="GDataOutputStream.implemented-interfaces" href="gio/GDataOutputStream.html#GDataOutputStream.implemented-interfaces">
|
946
996
|
<ANCHOR id="GDataOutputStream.properties" href="gio/GDataOutputStream.html#GDataOutputStream.properties">
|
947
997
|
<ANCHOR id="GDataOutputStream.description" href="gio/GDataOutputStream.html#GDataOutputStream.description">
|
948
998
|
<ANCHOR id="GDataOutputStream.details" href="gio/GDataOutputStream.html#GDataOutputStream.details">
|
@@ -993,10 +1043,31 @@
|
|
993
1043
|
<ANCHOR id="GUnixOutputStream--close-fd" href="gio/GUnixOutputStream.html#GUnixOutputStream--close-fd">
|
994
1044
|
<ANCHOR id="GUnixOutputStream--fd" href="gio/GUnixOutputStream.html#GUnixOutputStream--fd">
|
995
1045
|
<ANCHOR id="GUnixOutputStream.see-also" href="gio/GUnixOutputStream.html#GUnixOutputStream.see-also">
|
1046
|
+
<ANCHOR id="gio-GWin32InputStream" href="gio/gio-GWin32InputStream.html">
|
1047
|
+
<ANCHOR id="gio-GWin32InputStream.synopsis" href="gio/gio-GWin32InputStream.html#gio-GWin32InputStream.synopsis">
|
1048
|
+
<ANCHOR id="gio-GWin32InputStream.description" href="gio/gio-GWin32InputStream.html#gio-GWin32InputStream.description">
|
1049
|
+
<ANCHOR id="gio-GWin32InputStream.details" href="gio/gio-GWin32InputStream.html#gio-GWin32InputStream.details">
|
1050
|
+
<ANCHOR id="GWin32InputStream" href="gio/gio-GWin32InputStream.html#GWin32InputStream">
|
1051
|
+
<ANCHOR id="g-win32-input-stream-new" href="gio/gio-GWin32InputStream.html#g-win32-input-stream-new">
|
1052
|
+
<ANCHOR id="g-win32-input-stream-set-close-handle" href="gio/gio-GWin32InputStream.html#g-win32-input-stream-set-close-handle">
|
1053
|
+
<ANCHOR id="g-win32-input-stream-get-close-handle" href="gio/gio-GWin32InputStream.html#g-win32-input-stream-get-close-handle">
|
1054
|
+
<ANCHOR id="g-win32-input-stream-get-handle" href="gio/gio-GWin32InputStream.html#g-win32-input-stream-get-handle">
|
1055
|
+
<ANCHOR id="gio-GWin32InputStream.see-also" href="gio/gio-GWin32InputStream.html#gio-GWin32InputStream.see-also">
|
1056
|
+
<ANCHOR id="gio-GWin32OutputStream" href="gio/gio-GWin32OutputStream.html">
|
1057
|
+
<ANCHOR id="gio-GWin32OutputStream.synopsis" href="gio/gio-GWin32OutputStream.html#gio-GWin32OutputStream.synopsis">
|
1058
|
+
<ANCHOR id="gio-GWin32OutputStream.description" href="gio/gio-GWin32OutputStream.html#gio-GWin32OutputStream.description">
|
1059
|
+
<ANCHOR id="gio-GWin32OutputStream.details" href="gio/gio-GWin32OutputStream.html#gio-GWin32OutputStream.details">
|
1060
|
+
<ANCHOR id="GWin32OutputStream" href="gio/gio-GWin32OutputStream.html#GWin32OutputStream">
|
1061
|
+
<ANCHOR id="g-win32-output-stream-new" href="gio/gio-GWin32OutputStream.html#g-win32-output-stream-new">
|
1062
|
+
<ANCHOR id="g-win32-output-stream-set-close-handle" href="gio/gio-GWin32OutputStream.html#g-win32-output-stream-set-close-handle">
|
1063
|
+
<ANCHOR id="g-win32-output-stream-get-close-handle" href="gio/gio-GWin32OutputStream.html#g-win32-output-stream-get-close-handle">
|
1064
|
+
<ANCHOR id="g-win32-output-stream-get-handle" href="gio/gio-GWin32OutputStream.html#g-win32-output-stream-get-handle">
|
1065
|
+
<ANCHOR id="gio-GWin32OutputStream.see-also" href="gio/gio-GWin32OutputStream.html#gio-GWin32OutputStream.see-also">
|
996
1066
|
<ANCHOR id="gio-GConverterInputstream" href="gio/gio-GConverterInputstream.html">
|
997
1067
|
<ANCHOR id="gio-GConverterInputstream.synopsis" href="gio/gio-GConverterInputstream.html#gio-GConverterInputstream.synopsis">
|
998
1068
|
<ANCHOR id="GConverterInputStream" href="gio/gio-GConverterInputstream.html#GConverterInputStream">
|
999
1069
|
<ANCHOR id="gio-GConverterInputstream.object-hierarchy" href="gio/gio-GConverterInputstream.html#gio-GConverterInputstream.object-hierarchy">
|
1070
|
+
<ANCHOR id="gio-GConverterInputstream.implemented-interfaces" href="gio/gio-GConverterInputstream.html#gio-GConverterInputstream.implemented-interfaces">
|
1000
1071
|
<ANCHOR id="gio-GConverterInputstream.properties" href="gio/gio-GConverterInputstream.html#gio-GConverterInputstream.properties">
|
1001
1072
|
<ANCHOR id="gio-GConverterInputstream.description" href="gio/gio-GConverterInputstream.html#gio-GConverterInputstream.description">
|
1002
1073
|
<ANCHOR id="gio-GConverterInputstream.details" href="gio/gio-GConverterInputstream.html#gio-GConverterInputstream.details">
|
@@ -1010,6 +1081,7 @@
|
|
1010
1081
|
<ANCHOR id="gio-GConverterOutputstream.synopsis" href="gio/gio-GConverterOutputstream.html#gio-GConverterOutputstream.synopsis">
|
1011
1082
|
<ANCHOR id="GConverterOutputStream" href="gio/gio-GConverterOutputstream.html#GConverterOutputStream">
|
1012
1083
|
<ANCHOR id="gio-GConverterOutputstream.object-hierarchy" href="gio/gio-GConverterOutputstream.html#gio-GConverterOutputstream.object-hierarchy">
|
1084
|
+
<ANCHOR id="gio-GConverterOutputstream.implemented-interfaces" href="gio/gio-GConverterOutputstream.html#gio-GConverterOutputstream.implemented-interfaces">
|
1013
1085
|
<ANCHOR id="gio-GConverterOutputstream.properties" href="gio/gio-GConverterOutputstream.html#gio-GConverterOutputstream.properties">
|
1014
1086
|
<ANCHOR id="gio-GConverterOutputstream.description" href="gio/gio-GConverterOutputstream.html#gio-GConverterOutputstream.description">
|
1015
1087
|
<ANCHOR id="gio-GConverterOutputstream.details" href="gio/gio-GConverterOutputstream.html#gio-GConverterOutputstream.details">
|
@@ -1032,8 +1104,6 @@
|
|
1032
1104
|
<ANCHOR id="g-pollable-input-stream-is-readable" href="gio/GPollableInputStream.html#g-pollable-input-stream-is-readable">
|
1033
1105
|
<ANCHOR id="g-pollable-input-stream-create-source" href="gio/GPollableInputStream.html#g-pollable-input-stream-create-source">
|
1034
1106
|
<ANCHOR id="g-pollable-input-stream-read-nonblocking" href="gio/GPollableInputStream.html#g-pollable-input-stream-read-nonblocking">
|
1035
|
-
<ANCHOR id="GPollableSourceFunc" href="gio/GPollableInputStream.html#GPollableSourceFunc">
|
1036
|
-
<ANCHOR id="g-pollable-source-new" href="gio/GPollableInputStream.html#g-pollable-source-new">
|
1037
1107
|
<ANCHOR id="GPollableInputStream.see-also" href="gio/GPollableInputStream.html#GPollableInputStream.see-also">
|
1038
1108
|
<ANCHOR id="GPollableOutputStream" href="gio/GPollableOutputStream.html">
|
1039
1109
|
<ANCHOR id="GPollableOutputStream.synopsis" href="gio/GPollableOutputStream.html#GPollableOutputStream.synopsis">
|
@@ -1049,6 +1119,16 @@
|
|
1049
1119
|
<ANCHOR id="g-pollable-output-stream-create-source" href="gio/GPollableOutputStream.html#g-pollable-output-stream-create-source">
|
1050
1120
|
<ANCHOR id="g-pollable-output-stream-write-nonblocking" href="gio/GPollableOutputStream.html#g-pollable-output-stream-write-nonblocking">
|
1051
1121
|
<ANCHOR id="GPollableOutputStream.see-also" href="gio/GPollableOutputStream.html#GPollableOutputStream.see-also">
|
1122
|
+
<ANCHOR id="gio-gpollableutils" href="gio/gio-gpollableutils.html">
|
1123
|
+
<ANCHOR id="gio-gpollableutils.synopsis" href="gio/gio-gpollableutils.html#gio-gpollableutils.synopsis">
|
1124
|
+
<ANCHOR id="gio-gpollableutils.description" href="gio/gio-gpollableutils.html#gio-gpollableutils.description">
|
1125
|
+
<ANCHOR id="gio-gpollableutils.details" href="gio/gio-gpollableutils.html#gio-gpollableutils.details">
|
1126
|
+
<ANCHOR id="GPollableSourceFunc" href="gio/gio-gpollableutils.html#GPollableSourceFunc">
|
1127
|
+
<ANCHOR id="g-pollable-source-new" href="gio/gio-gpollableutils.html#g-pollable-source-new">
|
1128
|
+
<ANCHOR id="g-pollable-source-new-full" href="gio/gio-gpollableutils.html#g-pollable-source-new-full">
|
1129
|
+
<ANCHOR id="g-pollable-stream-read" href="gio/gio-gpollableutils.html#g-pollable-stream-read">
|
1130
|
+
<ANCHOR id="g-pollable-stream-write" href="gio/gio-gpollableutils.html#g-pollable-stream-write">
|
1131
|
+
<ANCHOR id="g-pollable-stream-write-all" href="gio/gio-gpollableutils.html#g-pollable-stream-write-all">
|
1052
1132
|
<ANCHOR id="gio-GContentType" href="gio/gio-GContentType.html">
|
1053
1133
|
<ANCHOR id="gio-GContentType.synopsis" href="gio/gio-GContentType.html#gio-GContentType.synopsis">
|
1054
1134
|
<ANCHOR id="gio-GContentType.description" href="gio/gio-GContentType.html#gio-GContentType.description">
|
@@ -1059,6 +1139,8 @@
|
|
1059
1139
|
<ANCHOR id="g-content-type-get-description" href="gio/gio-GContentType.html#g-content-type-get-description">
|
1060
1140
|
<ANCHOR id="g-content-type-get-mime-type" href="gio/gio-GContentType.html#g-content-type-get-mime-type">
|
1061
1141
|
<ANCHOR id="g-content-type-get-icon" href="gio/gio-GContentType.html#g-content-type-get-icon">
|
1142
|
+
<ANCHOR id="g-content-type-get-symbolic-icon" href="gio/gio-GContentType.html#g-content-type-get-symbolic-icon">
|
1143
|
+
<ANCHOR id="g-content-type-get-generic-icon-name" href="gio/gio-GContentType.html#g-content-type-get-generic-icon-name">
|
1062
1144
|
<ANCHOR id="g-content-type-can-be-executable" href="gio/gio-GContentType.html#g-content-type-can-be-executable">
|
1063
1145
|
<ANCHOR id="g-content-type-from-mime-type" href="gio/gio-GContentType.html#g-content-type-from-mime-type">
|
1064
1146
|
<ANCHOR id="g-content-type-guess" href="gio/gio-GContentType.html#g-content-type-guess">
|
@@ -1066,11 +1148,11 @@
|
|
1066
1148
|
<ANCHOR id="g-content-types-get-registered" href="gio/gio-GContentType.html#g-content-types-get-registered">
|
1067
1149
|
<ANCHOR id="GAppInfo" href="gio/GAppInfo.html">
|
1068
1150
|
<ANCHOR id="GAppInfo.synopsis" href="gio/GAppInfo.html#GAppInfo.synopsis">
|
1069
|
-
<ANCHOR id="GAppInfoCreateFlags" href="gio/GAppInfo.html#GAppInfoCreateFlags">
|
1070
1151
|
<ANCHOR id="GAppLaunchContext" href="gio/GAppInfo.html#GAppLaunchContext">
|
1071
1152
|
<ANCHOR id="GAppInfo.object-hierarchy" href="gio/GAppInfo.html#GAppInfo.object-hierarchy">
|
1072
1153
|
<ANCHOR id="GAppInfo.prerequisites" href="gio/GAppInfo.html#GAppInfo.prerequisites">
|
1073
1154
|
<ANCHOR id="GAppInfo.implementations" href="gio/GAppInfo.html#GAppInfo.implementations">
|
1155
|
+
<ANCHOR id="GAppInfo.signals" href="gio/GAppInfo.html#GAppInfo.signals">
|
1074
1156
|
<ANCHOR id="GAppInfo.description" href="gio/GAppInfo.html#GAppInfo.description">
|
1075
1157
|
<ANCHOR id="GAppInfo.details" href="gio/GAppInfo.html#GAppInfo.details">
|
1076
1158
|
<ANCHOR id="GAppInfoCreateFlags" href="gio/GAppInfo.html#GAppInfoCreateFlags">
|
@@ -1105,6 +1187,7 @@
|
|
1105
1187
|
<ANCHOR id="g-app-info-add-supports-type" href="gio/GAppInfo.html#g-app-info-add-supports-type">
|
1106
1188
|
<ANCHOR id="g-app-info-can-remove-supports-type" href="gio/GAppInfo.html#g-app-info-can-remove-supports-type">
|
1107
1189
|
<ANCHOR id="g-app-info-remove-supports-type" href="gio/GAppInfo.html#g-app-info-remove-supports-type">
|
1190
|
+
<ANCHOR id="g-app-info-get-supported-types" href="gio/GAppInfo.html#g-app-info-get-supported-types">
|
1108
1191
|
<ANCHOR id="g-app-info-get-all" href="gio/GAppInfo.html#g-app-info-get-all">
|
1109
1192
|
<ANCHOR id="g-app-info-get-all-for-type" href="gio/GAppInfo.html#g-app-info-get-all-for-type">
|
1110
1193
|
<ANCHOR id="g-app-info-get-default-for-type" href="gio/GAppInfo.html#g-app-info-get-default-for-type">
|
@@ -1112,15 +1195,22 @@
|
|
1112
1195
|
<ANCHOR id="g-app-info-get-fallback-for-type" href="gio/GAppInfo.html#g-app-info-get-fallback-for-type">
|
1113
1196
|
<ANCHOR id="g-app-info-get-recommended-for-type" href="gio/GAppInfo.html#g-app-info-get-recommended-for-type">
|
1114
1197
|
<ANCHOR id="g-app-info-launch-default-for-uri" href="gio/GAppInfo.html#g-app-info-launch-default-for-uri">
|
1198
|
+
<ANCHOR id="g-app-launch-context-setenv" href="gio/GAppInfo.html#g-app-launch-context-setenv">
|
1199
|
+
<ANCHOR id="g-app-launch-context-unsetenv" href="gio/GAppInfo.html#g-app-launch-context-unsetenv">
|
1200
|
+
<ANCHOR id="g-app-launch-context-get-environment" href="gio/GAppInfo.html#g-app-launch-context-get-environment">
|
1115
1201
|
<ANCHOR id="g-app-launch-context-get-display" href="gio/GAppInfo.html#g-app-launch-context-get-display">
|
1116
1202
|
<ANCHOR id="g-app-launch-context-get-startup-notify-id" href="gio/GAppInfo.html#g-app-launch-context-get-startup-notify-id">
|
1117
1203
|
<ANCHOR id="g-app-launch-context-launch-failed" href="gio/GAppInfo.html#g-app-launch-context-launch-failed">
|
1118
1204
|
<ANCHOR id="g-app-launch-context-new" href="gio/GAppInfo.html#g-app-launch-context-new">
|
1205
|
+
<ANCHOR id="GAppInfo.signal-details" href="gio/GAppInfo.html#GAppInfo.signal-details">
|
1206
|
+
<ANCHOR id="GAppLaunchContext-launch-failed" href="gio/GAppInfo.html#GAppLaunchContext-launch-failed">
|
1207
|
+
<ANCHOR id="GAppLaunchContext-launched" href="gio/GAppInfo.html#GAppLaunchContext-launched">
|
1119
1208
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo" href="gio/gio-Desktop-file-based-GAppInfo.html">
|
1120
1209
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo.synopsis" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.synopsis">
|
1121
1210
|
<ANCHOR id="GDesktopAppInfo" href="gio/gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo">
|
1122
1211
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo.object-hierarchy" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.object-hierarchy">
|
1123
1212
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo.implemented-interfaces" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.implemented-interfaces">
|
1213
|
+
<ANCHOR id="gio-Desktop-file-based-GAppInfo.properties" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.properties">
|
1124
1214
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo.description" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.description">
|
1125
1215
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo.details" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.details">
|
1126
1216
|
<ANCHOR id="GDesktopAppInfo-struct" href="gio/gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo-struct">
|
@@ -1129,7 +1219,20 @@
|
|
1129
1219
|
<ANCHOR id="g-desktop-app-info-new" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new">
|
1130
1220
|
<ANCHOR id="g-desktop-app-info-get-filename" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-filename">
|
1131
1221
|
<ANCHOR id="g-desktop-app-info-get-is-hidden" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-is-hidden">
|
1222
|
+
<ANCHOR id="g-desktop-app-info-get-nodisplay" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-nodisplay">
|
1223
|
+
<ANCHOR id="g-desktop-app-info-get-show-in" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-show-in">
|
1224
|
+
<ANCHOR id="g-desktop-app-info-get-generic-name" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-generic-name">
|
1225
|
+
<ANCHOR id="g-desktop-app-info-get-categories" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-categories">
|
1226
|
+
<ANCHOR id="g-desktop-app-info-get-keywords" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-keywords">
|
1227
|
+
<ANCHOR id="g-desktop-app-info-get-startup-wm-class" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-startup-wm-class">
|
1132
1228
|
<ANCHOR id="g-desktop-app-info-set-desktop-env" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-set-desktop-env">
|
1229
|
+
<ANCHOR id="g-desktop-app-info-get-string" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-string">
|
1230
|
+
<ANCHOR id="g-desktop-app-info-get-boolean" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-boolean">
|
1231
|
+
<ANCHOR id="g-desktop-app-info-has-key" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-has-key">
|
1232
|
+
<ANCHOR id="GDesktopAppLaunchCallback" href="gio/gio-Desktop-file-based-GAppInfo.html#GDesktopAppLaunchCallback">
|
1233
|
+
<ANCHOR id="g-desktop-app-info-launch-uris-as-manager" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-launch-uris-as-manager">
|
1234
|
+
<ANCHOR id="gio-Desktop-file-based-GAppInfo.property-details" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.property-details">
|
1235
|
+
<ANCHOR id="GDesktopAppInfo--filename" href="gio/gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo--filename">
|
1133
1236
|
<ANCHOR id="GVolumeMonitor" href="gio/GVolumeMonitor.html">
|
1134
1237
|
<ANCHOR id="GVolumeMonitor.synopsis" href="gio/GVolumeMonitor.html#GVolumeMonitor.synopsis">
|
1135
1238
|
<ANCHOR id="GVolumeMonitor.object-hierarchy" href="gio/GVolumeMonitor.html#GVolumeMonitor.object-hierarchy">
|
@@ -1171,6 +1274,7 @@
|
|
1171
1274
|
<ANCHOR id="g-volume-get-name" href="gio/GVolume.html#g-volume-get-name">
|
1172
1275
|
<ANCHOR id="g-volume-get-uuid" href="gio/GVolume.html#g-volume-get-uuid">
|
1173
1276
|
<ANCHOR id="g-volume-get-icon" href="gio/GVolume.html#g-volume-get-icon">
|
1277
|
+
<ANCHOR id="g-volume-get-symbolic-icon" href="gio/GVolume.html#g-volume-get-symbolic-icon">
|
1174
1278
|
<ANCHOR id="g-volume-get-drive" href="gio/GVolume.html#g-volume-get-drive">
|
1175
1279
|
<ANCHOR id="g-volume-get-mount" href="gio/GVolume.html#g-volume-get-mount">
|
1176
1280
|
<ANCHOR id="g-volume-can-mount" href="gio/GVolume.html#g-volume-can-mount">
|
@@ -1188,15 +1292,15 @@
|
|
1188
1292
|
<ANCHOR id="G-VOLUME-IDENTIFIER-KIND-NFS-MOUNT:CAPS" href="gio/GVolume.html#G-VOLUME-IDENTIFIER-KIND-NFS-MOUNT:CAPS">
|
1189
1293
|
<ANCHOR id="G-VOLUME-IDENTIFIER-KIND-UNIX-DEVICE:CAPS" href="gio/GVolume.html#G-VOLUME-IDENTIFIER-KIND-UNIX-DEVICE:CAPS">
|
1190
1294
|
<ANCHOR id="G-VOLUME-IDENTIFIER-KIND-UUID:CAPS" href="gio/GVolume.html#G-VOLUME-IDENTIFIER-KIND-UUID:CAPS">
|
1295
|
+
<ANCHOR id="G-VOLUME-IDENTIFIER-KIND-CLASS:CAPS" href="gio/GVolume.html#G-VOLUME-IDENTIFIER-KIND-CLASS:CAPS">
|
1191
1296
|
<ANCHOR id="g-volume-enumerate-identifiers" href="gio/GVolume.html#g-volume-enumerate-identifiers">
|
1192
1297
|
<ANCHOR id="g-volume-get-identifier" href="gio/GVolume.html#g-volume-get-identifier">
|
1298
|
+
<ANCHOR id="g-volume-get-sort-key" href="gio/GVolume.html#g-volume-get-sort-key">
|
1193
1299
|
<ANCHOR id="GVolume.signal-details" href="gio/GVolume.html#GVolume.signal-details">
|
1194
1300
|
<ANCHOR id="GVolume-changed" href="gio/GVolume.html#GVolume-changed">
|
1195
1301
|
<ANCHOR id="GVolume-removed" href="gio/GVolume.html#GVolume-removed">
|
1196
1302
|
<ANCHOR id="GMount" href="gio/GMount.html">
|
1197
1303
|
<ANCHOR id="GMount.synopsis" href="gio/GMount.html#GMount.synopsis">
|
1198
|
-
<ANCHOR id="GMountMountFlags" href="gio/GMount.html#GMountMountFlags">
|
1199
|
-
<ANCHOR id="GMountUnmountFlags" href="gio/GMount.html#GMountUnmountFlags">
|
1200
1304
|
<ANCHOR id="GMount.object-hierarchy" href="gio/GMount.html#GMount.object-hierarchy">
|
1201
1305
|
<ANCHOR id="GMount.prerequisites" href="gio/GMount.html#GMount.prerequisites">
|
1202
1306
|
<ANCHOR id="GMount.signals" href="gio/GMount.html#GMount.signals">
|
@@ -1207,6 +1311,7 @@
|
|
1207
1311
|
<ANCHOR id="g-mount-get-name" href="gio/GMount.html#g-mount-get-name">
|
1208
1312
|
<ANCHOR id="g-mount-get-uuid" href="gio/GMount.html#g-mount-get-uuid">
|
1209
1313
|
<ANCHOR id="g-mount-get-icon" href="gio/GMount.html#g-mount-get-icon">
|
1314
|
+
<ANCHOR id="g-mount-get-symbolic-icon" href="gio/GMount.html#g-mount-get-symbolic-icon">
|
1210
1315
|
<ANCHOR id="g-mount-get-drive" href="gio/GMount.html#g-mount-get-drive">
|
1211
1316
|
<ANCHOR id="g-mount-get-root" href="gio/GMount.html#g-mount-get-root">
|
1212
1317
|
<ANCHOR id="g-mount-get-volume" href="gio/GMount.html#g-mount-get-volume">
|
@@ -1234,6 +1339,7 @@
|
|
1234
1339
|
<ANCHOR id="g-mount-is-shadowed" href="gio/GMount.html#g-mount-is-shadowed">
|
1235
1340
|
<ANCHOR id="g-mount-shadow" href="gio/GMount.html#g-mount-shadow">
|
1236
1341
|
<ANCHOR id="g-mount-unshadow" href="gio/GMount.html#g-mount-unshadow">
|
1342
|
+
<ANCHOR id="g-mount-get-sort-key" href="gio/GMount.html#g-mount-get-sort-key">
|
1237
1343
|
<ANCHOR id="GMount.signal-details" href="gio/GMount.html#GMount.signal-details">
|
1238
1344
|
<ANCHOR id="GMount-changed" href="gio/GMount.html#GMount-changed">
|
1239
1345
|
<ANCHOR id="GMount-pre-unmount" href="gio/GMount.html#GMount-pre-unmount">
|
@@ -1258,6 +1364,7 @@
|
|
1258
1364
|
<ANCHOR id="G-DRIVE-START-STOP-TYPE-PASSWORD:CAPS" href="gio/GDrive.html#G-DRIVE-START-STOP-TYPE-PASSWORD:CAPS">
|
1259
1365
|
<ANCHOR id="g-drive-get-name" href="gio/GDrive.html#g-drive-get-name">
|
1260
1366
|
<ANCHOR id="g-drive-get-icon" href="gio/GDrive.html#g-drive-get-icon">
|
1367
|
+
<ANCHOR id="g-drive-get-symbolic-icon" href="gio/GDrive.html#g-drive-get-symbolic-icon">
|
1261
1368
|
<ANCHOR id="g-drive-has-volumes" href="gio/GDrive.html#g-drive-has-volumes">
|
1262
1369
|
<ANCHOR id="g-drive-get-volumes" href="gio/GDrive.html#g-drive-get-volumes">
|
1263
1370
|
<ANCHOR id="g-drive-can-eject" href="gio/GDrive.html#g-drive-can-eject">
|
@@ -1281,6 +1388,7 @@
|
|
1281
1388
|
<ANCHOR id="g-drive-stop-finish" href="gio/GDrive.html#g-drive-stop-finish">
|
1282
1389
|
<ANCHOR id="g-drive-enumerate-identifiers" href="gio/GDrive.html#g-drive-enumerate-identifiers">
|
1283
1390
|
<ANCHOR id="g-drive-get-identifier" href="gio/GDrive.html#g-drive-get-identifier">
|
1391
|
+
<ANCHOR id="g-drive-get-sort-key" href="gio/GDrive.html#g-drive-get-sort-key">
|
1284
1392
|
<ANCHOR id="GDrive.signal-details" href="gio/GDrive.html#GDrive.signal-details">
|
1285
1393
|
<ANCHOR id="GDrive-changed" href="gio/GDrive.html#GDrive-changed">
|
1286
1394
|
<ANCHOR id="GDrive-disconnected" href="gio/GDrive.html#GDrive-disconnected">
|
@@ -1304,6 +1412,7 @@
|
|
1304
1412
|
<ANCHOR id="g-unix-mount-is-readonly" href="gio/gio-Unix-Mounts.html#g-unix-mount-is-readonly">
|
1305
1413
|
<ANCHOR id="g-unix-mount-is-system-internal" href="gio/gio-Unix-Mounts.html#g-unix-mount-is-system-internal">
|
1306
1414
|
<ANCHOR id="g-unix-mount-guess-icon" href="gio/gio-Unix-Mounts.html#g-unix-mount-guess-icon">
|
1415
|
+
<ANCHOR id="g-unix-mount-guess-symbolic-icon" href="gio/gio-Unix-Mounts.html#g-unix-mount-guess-symbolic-icon">
|
1307
1416
|
<ANCHOR id="g-unix-mount-guess-name" href="gio/gio-Unix-Mounts.html#g-unix-mount-guess-name">
|
1308
1417
|
<ANCHOR id="g-unix-mount-guess-can-eject" href="gio/gio-Unix-Mounts.html#g-unix-mount-guess-can-eject">
|
1309
1418
|
<ANCHOR id="g-unix-mount-guess-should-display" href="gio/gio-Unix-Mounts.html#g-unix-mount-guess-should-display">
|
@@ -1312,10 +1421,12 @@
|
|
1312
1421
|
<ANCHOR id="g-unix-mount-point-get-mount-path" href="gio/gio-Unix-Mounts.html#g-unix-mount-point-get-mount-path">
|
1313
1422
|
<ANCHOR id="g-unix-mount-point-get-device-path" href="gio/gio-Unix-Mounts.html#g-unix-mount-point-get-device-path">
|
1314
1423
|
<ANCHOR id="g-unix-mount-point-get-fs-type" href="gio/gio-Unix-Mounts.html#g-unix-mount-point-get-fs-type">
|
1424
|
+
<ANCHOR id="g-unix-mount-point-get-options" href="gio/gio-Unix-Mounts.html#g-unix-mount-point-get-options">
|
1315
1425
|
<ANCHOR id="g-unix-mount-point-is-readonly" href="gio/gio-Unix-Mounts.html#g-unix-mount-point-is-readonly">
|
1316
1426
|
<ANCHOR id="g-unix-mount-point-is-user-mountable" href="gio/gio-Unix-Mounts.html#g-unix-mount-point-is-user-mountable">
|
1317
1427
|
<ANCHOR id="g-unix-mount-point-is-loopback" href="gio/gio-Unix-Mounts.html#g-unix-mount-point-is-loopback">
|
1318
1428
|
<ANCHOR id="g-unix-mount-point-guess-icon" href="gio/gio-Unix-Mounts.html#g-unix-mount-point-guess-icon">
|
1429
|
+
<ANCHOR id="g-unix-mount-point-guess-symbolic-icon" href="gio/gio-Unix-Mounts.html#g-unix-mount-point-guess-symbolic-icon">
|
1319
1430
|
<ANCHOR id="g-unix-mount-point-guess-name" href="gio/gio-Unix-Mounts.html#g-unix-mount-point-guess-name">
|
1320
1431
|
<ANCHOR id="g-unix-mount-point-guess-can-eject" href="gio/gio-Unix-Mounts.html#g-unix-mount-point-guess-can-eject">
|
1321
1432
|
<ANCHOR id="g-unix-mount-points-get" href="gio/gio-Unix-Mounts.html#g-unix-mount-points-get">
|
@@ -1406,7 +1517,6 @@
|
|
1406
1517
|
<ANCHOR id="GEmblemedIcon.see-also" href="gio/GEmblemedIcon.html#GEmblemedIcon.see-also">
|
1407
1518
|
<ANCHOR id="GEmblem" href="gio/GEmblem.html">
|
1408
1519
|
<ANCHOR id="GEmblem.synopsis" href="gio/GEmblem.html#GEmblem.synopsis">
|
1409
|
-
<ANCHOR id="GEmblemOrigin" href="gio/GEmblem.html#GEmblemOrigin">
|
1410
1520
|
<ANCHOR id="GEmblem.object-hierarchy" href="gio/GEmblem.html#GEmblem.object-hierarchy">
|
1411
1521
|
<ANCHOR id="GEmblem.implemented-interfaces" href="gio/GEmblem.html#GEmblem.implemented-interfaces">
|
1412
1522
|
<ANCHOR id="GEmblem.properties" href="gio/GEmblem.html#GEmblem.properties">
|
@@ -1430,6 +1540,7 @@
|
|
1430
1540
|
<ANCHOR id="GInitable.synopsis" href="gio/GInitable.html#GInitable.synopsis">
|
1431
1541
|
<ANCHOR id="GInitable.object-hierarchy" href="gio/GInitable.html#GInitable.object-hierarchy">
|
1432
1542
|
<ANCHOR id="GInitable.prerequisites" href="gio/GInitable.html#GInitable.prerequisites">
|
1543
|
+
<ANCHOR id="GInitable.derived-interfaces" href="gio/GInitable.html#GInitable.derived-interfaces">
|
1433
1544
|
<ANCHOR id="GInitable.implementations" href="gio/GInitable.html#GInitable.implementations">
|
1434
1545
|
<ANCHOR id="GInitable.description" href="gio/GInitable.html#GInitable.description">
|
1435
1546
|
<ANCHOR id="GInitable.details" href="gio/GInitable.html#GInitable.details">
|
@@ -1458,9 +1569,6 @@
|
|
1458
1569
|
<ANCHOR id="GAsyncInitable.see-also" href="gio/GAsyncInitable.html#GAsyncInitable.see-also">
|
1459
1570
|
<ANCHOR id="GSocket" href="gio/GSocket.html">
|
1460
1571
|
<ANCHOR id="GSocket.synopsis" href="gio/GSocket.html#GSocket.synopsis">
|
1461
|
-
<ANCHOR id="GSocketType" href="gio/GSocket.html#GSocketType">
|
1462
|
-
<ANCHOR id="GSocketProtocol" href="gio/GSocket.html#GSocketProtocol">
|
1463
|
-
<ANCHOR id="GSocketMsgFlags" href="gio/GSocket.html#GSocketMsgFlags">
|
1464
1572
|
<ANCHOR id="GSocket.object-hierarchy" href="gio/GSocket.html#GSocket.object-hierarchy">
|
1465
1573
|
<ANCHOR id="GSocket.implemented-interfaces" href="gio/GSocket.html#GSocket.implemented-interfaces">
|
1466
1574
|
<ANCHOR id="GSocket.properties" href="gio/GSocket.html#GSocket.properties">
|
@@ -1508,6 +1616,8 @@
|
|
1508
1616
|
<ANCHOR id="g-socket-create-source" href="gio/GSocket.html#g-socket-create-source">
|
1509
1617
|
<ANCHOR id="g-socket-condition-check" href="gio/GSocket.html#g-socket-condition-check">
|
1510
1618
|
<ANCHOR id="g-socket-condition-wait" href="gio/GSocket.html#g-socket-condition-wait">
|
1619
|
+
<ANCHOR id="g-socket-condition-timed-wait" href="gio/GSocket.html#g-socket-condition-timed-wait">
|
1620
|
+
<ANCHOR id="g-socket-get-available-bytes" href="gio/GSocket.html#g-socket-get-available-bytes">
|
1511
1621
|
<ANCHOR id="g-socket-set-listen-backlog" href="gio/GSocket.html#g-socket-set-listen-backlog">
|
1512
1622
|
<ANCHOR id="g-socket-get-listen-backlog" href="gio/GSocket.html#g-socket-get-listen-backlog">
|
1513
1623
|
<ANCHOR id="g-socket-get-blocking" href="gio/GSocket.html#g-socket-get-blocking">
|
@@ -1516,6 +1626,12 @@
|
|
1516
1626
|
<ANCHOR id="g-socket-set-keepalive" href="gio/GSocket.html#g-socket-set-keepalive">
|
1517
1627
|
<ANCHOR id="g-socket-get-timeout" href="gio/GSocket.html#g-socket-get-timeout">
|
1518
1628
|
<ANCHOR id="g-socket-set-timeout" href="gio/GSocket.html#g-socket-set-timeout">
|
1629
|
+
<ANCHOR id="g-socket-set-ttl" href="gio/GSocket.html#g-socket-set-ttl">
|
1630
|
+
<ANCHOR id="g-socket-get-ttl" href="gio/GSocket.html#g-socket-get-ttl">
|
1631
|
+
<ANCHOR id="g-socket-get-broadcast" href="gio/GSocket.html#g-socket-get-broadcast">
|
1632
|
+
<ANCHOR id="g-socket-set-broadcast" href="gio/GSocket.html#g-socket-set-broadcast">
|
1633
|
+
<ANCHOR id="g-socket-get-option" href="gio/GSocket.html#g-socket-get-option">
|
1634
|
+
<ANCHOR id="g-socket-set-option" href="gio/GSocket.html#g-socket-set-option">
|
1519
1635
|
<ANCHOR id="g-socket-get-family" href="gio/GSocket.html#g-socket-get-family">
|
1520
1636
|
<ANCHOR id="g-socket-get-fd" href="gio/GSocket.html#g-socket-get-fd">
|
1521
1637
|
<ANCHOR id="g-socket-get-local-address" href="gio/GSocket.html#g-socket-get-local-address">
|
@@ -1524,16 +1640,26 @@
|
|
1524
1640
|
<ANCHOR id="g-socket-get-socket-type" href="gio/GSocket.html#g-socket-get-socket-type">
|
1525
1641
|
<ANCHOR id="g-socket-speaks-ipv4" href="gio/GSocket.html#g-socket-speaks-ipv4">
|
1526
1642
|
<ANCHOR id="g-socket-get-credentials" href="gio/GSocket.html#g-socket-get-credentials">
|
1643
|
+
<ANCHOR id="g-socket-join-multicast-group" href="gio/GSocket.html#g-socket-join-multicast-group">
|
1644
|
+
<ANCHOR id="g-socket-leave-multicast-group" href="gio/GSocket.html#g-socket-leave-multicast-group">
|
1645
|
+
<ANCHOR id="g-socket-get-multicast-loopback" href="gio/GSocket.html#g-socket-get-multicast-loopback">
|
1646
|
+
<ANCHOR id="g-socket-set-multicast-loopback" href="gio/GSocket.html#g-socket-set-multicast-loopback">
|
1647
|
+
<ANCHOR id="g-socket-get-multicast-ttl" href="gio/GSocket.html#g-socket-get-multicast-ttl">
|
1648
|
+
<ANCHOR id="g-socket-set-multicast-ttl" href="gio/GSocket.html#g-socket-set-multicast-ttl">
|
1527
1649
|
<ANCHOR id="GSocket.property-details" href="gio/GSocket.html#GSocket.property-details">
|
1528
1650
|
<ANCHOR id="GSocket--blocking" href="gio/GSocket.html#GSocket--blocking">
|
1651
|
+
<ANCHOR id="GSocket--broadcast" href="gio/GSocket.html#GSocket--broadcast">
|
1529
1652
|
<ANCHOR id="GSocket--family" href="gio/GSocket.html#GSocket--family">
|
1530
1653
|
<ANCHOR id="GSocket--fd" href="gio/GSocket.html#GSocket--fd">
|
1531
1654
|
<ANCHOR id="GSocket--keepalive" href="gio/GSocket.html#GSocket--keepalive">
|
1532
1655
|
<ANCHOR id="GSocket--listen-backlog" href="gio/GSocket.html#GSocket--listen-backlog">
|
1533
1656
|
<ANCHOR id="GSocket--local-address" href="gio/GSocket.html#GSocket--local-address">
|
1657
|
+
<ANCHOR id="GSocket--multicast-loopback" href="gio/GSocket.html#GSocket--multicast-loopback">
|
1658
|
+
<ANCHOR id="GSocket--multicast-ttl" href="gio/GSocket.html#GSocket--multicast-ttl">
|
1534
1659
|
<ANCHOR id="GSocket--protocol" href="gio/GSocket.html#GSocket--protocol">
|
1535
1660
|
<ANCHOR id="GSocket--remote-address" href="gio/GSocket.html#GSocket--remote-address">
|
1536
1661
|
<ANCHOR id="GSocket--timeout" href="gio/GSocket.html#GSocket--timeout">
|
1662
|
+
<ANCHOR id="GSocket--ttl" href="gio/GSocket.html#GSocket--ttl">
|
1537
1663
|
<ANCHOR id="GSocket--type" href="gio/GSocket.html#GSocket--type">
|
1538
1664
|
<ANCHOR id="GSocket.see-also" href="gio/GSocket.html#GSocket.see-also">
|
1539
1665
|
<ANCHOR id="GInetAddress" href="gio/GInetAddress.html">
|
@@ -1547,6 +1673,7 @@
|
|
1547
1673
|
<ANCHOR id="g-inet-address-new-from-bytes" href="gio/GInetAddress.html#g-inet-address-new-from-bytes">
|
1548
1674
|
<ANCHOR id="g-inet-address-new-any" href="gio/GInetAddress.html#g-inet-address-new-any">
|
1549
1675
|
<ANCHOR id="g-inet-address-new-loopback" href="gio/GInetAddress.html#g-inet-address-new-loopback">
|
1676
|
+
<ANCHOR id="g-inet-address-equal" href="gio/GInetAddress.html#g-inet-address-equal">
|
1550
1677
|
<ANCHOR id="g-inet-address-to-bytes" href="gio/GInetAddress.html#g-inet-address-to-bytes">
|
1551
1678
|
<ANCHOR id="g-inet-address-get-native-size" href="gio/GInetAddress.html#g-inet-address-get-native-size">
|
1552
1679
|
<ANCHOR id="g-inet-address-to-string" href="gio/GInetAddress.html#g-inet-address-to-string">
|
@@ -1574,9 +1701,21 @@
|
|
1574
1701
|
<ANCHOR id="GInetAddress--is-mc-site-local" href="gio/GInetAddress.html#GInetAddress--is-mc-site-local">
|
1575
1702
|
<ANCHOR id="GInetAddress--is-multicast" href="gio/GInetAddress.html#GInetAddress--is-multicast">
|
1576
1703
|
<ANCHOR id="GInetAddress--is-site-local" href="gio/GInetAddress.html#GInetAddress--is-site-local">
|
1704
|
+
<ANCHOR id="gio-GInetAddressMask" href="gio/gio-GInetAddressMask.html">
|
1705
|
+
<ANCHOR id="gio-GInetAddressMask.synopsis" href="gio/gio-GInetAddressMask.html#gio-GInetAddressMask.synopsis">
|
1706
|
+
<ANCHOR id="gio-GInetAddressMask.description" href="gio/gio-GInetAddressMask.html#gio-GInetAddressMask.description">
|
1707
|
+
<ANCHOR id="gio-GInetAddressMask.details" href="gio/gio-GInetAddressMask.html#gio-GInetAddressMask.details">
|
1708
|
+
<ANCHOR id="GInetAddressMask" href="gio/gio-GInetAddressMask.html#GInetAddressMask">
|
1709
|
+
<ANCHOR id="g-inet-address-mask-new" href="gio/gio-GInetAddressMask.html#g-inet-address-mask-new">
|
1710
|
+
<ANCHOR id="g-inet-address-mask-new-from-string" href="gio/gio-GInetAddressMask.html#g-inet-address-mask-new-from-string">
|
1711
|
+
<ANCHOR id="g-inet-address-mask-to-string" href="gio/gio-GInetAddressMask.html#g-inet-address-mask-to-string">
|
1712
|
+
<ANCHOR id="g-inet-address-mask-get-family" href="gio/gio-GInetAddressMask.html#g-inet-address-mask-get-family">
|
1713
|
+
<ANCHOR id="g-inet-address-mask-get-address" href="gio/gio-GInetAddressMask.html#g-inet-address-mask-get-address">
|
1714
|
+
<ANCHOR id="g-inet-address-mask-get-length" href="gio/gio-GInetAddressMask.html#g-inet-address-mask-get-length">
|
1715
|
+
<ANCHOR id="g-inet-address-mask-matches" href="gio/gio-GInetAddressMask.html#g-inet-address-mask-matches">
|
1716
|
+
<ANCHOR id="g-inet-address-mask-equal" href="gio/gio-GInetAddressMask.html#g-inet-address-mask-equal">
|
1577
1717
|
<ANCHOR id="GSocketAddress" href="gio/GSocketAddress.html">
|
1578
1718
|
<ANCHOR id="GSocketAddress.synopsis" href="gio/GSocketAddress.html#GSocketAddress.synopsis">
|
1579
|
-
<ANCHOR id="GSocketFamily" href="gio/GSocketAddress.html#GSocketFamily">
|
1580
1719
|
<ANCHOR id="GSocketAddress.object-hierarchy" href="gio/GSocketAddress.html#GSocketAddress.object-hierarchy">
|
1581
1720
|
<ANCHOR id="GSocketAddress.implemented-interfaces" href="gio/GSocketAddress.html#GSocketAddress.implemented-interfaces">
|
1582
1721
|
<ANCHOR id="GSocketAddress.properties" href="gio/GSocketAddress.html#GSocketAddress.properties">
|
@@ -1605,12 +1744,15 @@
|
|
1605
1744
|
<ANCHOR id="g-inet-socket-address-new" href="gio/GInetSocketAddress.html#g-inet-socket-address-new">
|
1606
1745
|
<ANCHOR id="g-inet-socket-address-get-address" href="gio/GInetSocketAddress.html#g-inet-socket-address-get-address">
|
1607
1746
|
<ANCHOR id="g-inet-socket-address-get-port" href="gio/GInetSocketAddress.html#g-inet-socket-address-get-port">
|
1747
|
+
<ANCHOR id="g-inet-socket-address-get-flowinfo" href="gio/GInetSocketAddress.html#g-inet-socket-address-get-flowinfo">
|
1748
|
+
<ANCHOR id="g-inet-socket-address-get-scope-id" href="gio/GInetSocketAddress.html#g-inet-socket-address-get-scope-id">
|
1608
1749
|
<ANCHOR id="GInetSocketAddress.property-details" href="gio/GInetSocketAddress.html#GInetSocketAddress.property-details">
|
1609
1750
|
<ANCHOR id="GInetSocketAddress--address" href="gio/GInetSocketAddress.html#GInetSocketAddress--address">
|
1751
|
+
<ANCHOR id="GInetSocketAddress--flowinfo" href="gio/GInetSocketAddress.html#GInetSocketAddress--flowinfo">
|
1610
1752
|
<ANCHOR id="GInetSocketAddress--port" href="gio/GInetSocketAddress.html#GInetSocketAddress--port">
|
1753
|
+
<ANCHOR id="GInetSocketAddress--scope-id" href="gio/GInetSocketAddress.html#GInetSocketAddress--scope-id">
|
1611
1754
|
<ANCHOR id="GUnixSocketAddress" href="gio/GUnixSocketAddress.html">
|
1612
1755
|
<ANCHOR id="GUnixSocketAddress.synopsis" href="gio/GUnixSocketAddress.html#GUnixSocketAddress.synopsis">
|
1613
|
-
<ANCHOR id="GUnixSocketAddressType" href="gio/GUnixSocketAddress.html#GUnixSocketAddressType">
|
1614
1756
|
<ANCHOR id="GUnixSocketAddress.object-hierarchy" href="gio/GUnixSocketAddress.html#GUnixSocketAddress.object-hierarchy">
|
1615
1757
|
<ANCHOR id="GUnixSocketAddress.implemented-interfaces" href="gio/GUnixSocketAddress.html#GUnixSocketAddress.implemented-interfaces">
|
1616
1758
|
<ANCHOR id="GUnixSocketAddress.properties" href="gio/GUnixSocketAddress.html#GUnixSocketAddress.properties">
|
@@ -1687,6 +1829,7 @@
|
|
1687
1829
|
<ANCHOR id="G-CREDENTIALS-TYPE-INVALID:CAPS" href="gio/GCredentials.html#G-CREDENTIALS-TYPE-INVALID:CAPS">
|
1688
1830
|
<ANCHOR id="G-CREDENTIALS-TYPE-LINUX-UCRED:CAPS" href="gio/GCredentials.html#G-CREDENTIALS-TYPE-LINUX-UCRED:CAPS">
|
1689
1831
|
<ANCHOR id="G-CREDENTIALS-TYPE-FREEBSD-CMSGCRED:CAPS" href="gio/GCredentials.html#G-CREDENTIALS-TYPE-FREEBSD-CMSGCRED:CAPS">
|
1832
|
+
<ANCHOR id="G-CREDENTIALS-TYPE-OPENBSD-SOCKPEERCRED:CAPS" href="gio/GCredentials.html#G-CREDENTIALS-TYPE-OPENBSD-SOCKPEERCRED:CAPS">
|
1690
1833
|
<ANCHOR id="g-credentials-new" href="gio/GCredentials.html#g-credentials-new">
|
1691
1834
|
<ANCHOR id="g-credentials-to-string" href="gio/GCredentials.html#g-credentials-to-string">
|
1692
1835
|
<ANCHOR id="g-credentials-get-native" href="gio/GCredentials.html#g-credentials-get-native">
|
@@ -1732,26 +1875,45 @@
|
|
1732
1875
|
<ANCHOR id="GProxyAddress.details" href="gio/GProxyAddress.html#GProxyAddress.details">
|
1733
1876
|
<ANCHOR id="GProxyAddress-struct" href="gio/GProxyAddress.html#GProxyAddress-struct">
|
1734
1877
|
<ANCHOR id="GProxyAddressClass" href="gio/GProxyAddress.html#GProxyAddressClass">
|
1878
|
+
<ANCHOR id="g-proxy-address-get-destination-protocol" href="gio/GProxyAddress.html#g-proxy-address-get-destination-protocol">
|
1735
1879
|
<ANCHOR id="g-proxy-address-get-destination-hostname" href="gio/GProxyAddress.html#g-proxy-address-get-destination-hostname">
|
1736
1880
|
<ANCHOR id="g-proxy-address-get-destination-port" href="gio/GProxyAddress.html#g-proxy-address-get-destination-port">
|
1737
1881
|
<ANCHOR id="g-proxy-address-get-password" href="gio/GProxyAddress.html#g-proxy-address-get-password">
|
1738
1882
|
<ANCHOR id="g-proxy-address-get-protocol" href="gio/GProxyAddress.html#g-proxy-address-get-protocol">
|
1739
1883
|
<ANCHOR id="g-proxy-address-get-username" href="gio/GProxyAddress.html#g-proxy-address-get-username">
|
1884
|
+
<ANCHOR id="g-proxy-address-get-uri" href="gio/GProxyAddress.html#g-proxy-address-get-uri">
|
1740
1885
|
<ANCHOR id="g-proxy-address-new" href="gio/GProxyAddress.html#g-proxy-address-new">
|
1741
1886
|
<ANCHOR id="GProxyAddress.property-details" href="gio/GProxyAddress.html#GProxyAddress.property-details">
|
1742
1887
|
<ANCHOR id="GProxyAddress--destination-hostname" href="gio/GProxyAddress.html#GProxyAddress--destination-hostname">
|
1743
1888
|
<ANCHOR id="GProxyAddress--destination-port" href="gio/GProxyAddress.html#GProxyAddress--destination-port">
|
1889
|
+
<ANCHOR id="GProxyAddress--destination-protocol" href="gio/GProxyAddress.html#GProxyAddress--destination-protocol">
|
1744
1890
|
<ANCHOR id="GProxyAddress--password" href="gio/GProxyAddress.html#GProxyAddress--password">
|
1745
1891
|
<ANCHOR id="GProxyAddress--protocol" href="gio/GProxyAddress.html#GProxyAddress--protocol">
|
1892
|
+
<ANCHOR id="GProxyAddress--uri" href="gio/GProxyAddress.html#GProxyAddress--uri">
|
1746
1893
|
<ANCHOR id="GProxyAddress--username" href="gio/GProxyAddress.html#GProxyAddress--username">
|
1894
|
+
<ANCHOR id="gio-gnetworking.h" href="gio/gio-gnetworking.h.html">
|
1895
|
+
<ANCHOR id="gio-gnetworking.h.synopsis" href="gio/gio-gnetworking.h.html#gio-gnetworking.h.synopsis">
|
1896
|
+
<ANCHOR id="gio-gnetworking.h.description" href="gio/gio-gnetworking.h.html#gio-gnetworking.h.description">
|
1897
|
+
<ANCHOR id="gio-gnetworking.h.details" href="gio/gio-gnetworking.h.html#gio-gnetworking.h.details">
|
1898
|
+
<ANCHOR id="g-networking-init" href="gio/gio-gnetworking.h.html#g-networking-init">
|
1747
1899
|
<ANCHOR id="GSocketClient" href="gio/GSocketClient.html">
|
1748
1900
|
<ANCHOR id="GSocketClient.synopsis" href="gio/GSocketClient.html#GSocketClient.synopsis">
|
1749
1901
|
<ANCHOR id="GSocketClient.object-hierarchy" href="gio/GSocketClient.html#GSocketClient.object-hierarchy">
|
1750
1902
|
<ANCHOR id="GSocketClient.properties" href="gio/GSocketClient.html#GSocketClient.properties">
|
1903
|
+
<ANCHOR id="GSocketClient.signals" href="gio/GSocketClient.html#GSocketClient.signals">
|
1751
1904
|
<ANCHOR id="GSocketClient.description" href="gio/GSocketClient.html#GSocketClient.description">
|
1752
1905
|
<ANCHOR id="GSocketClient.details" href="gio/GSocketClient.html#GSocketClient.details">
|
1753
1906
|
<ANCHOR id="GSocketClient-struct" href="gio/GSocketClient.html#GSocketClient-struct">
|
1754
|
-
<ANCHOR id="
|
1907
|
+
<ANCHOR id="GSocketClientEvent" href="gio/GSocketClient.html#GSocketClientEvent">
|
1908
|
+
<ANCHOR id="G-SOCKET-CLIENT-RESOLVING:CAPS" href="gio/GSocketClient.html#G-SOCKET-CLIENT-RESOLVING:CAPS">
|
1909
|
+
<ANCHOR id="G-SOCKET-CLIENT-RESOLVED:CAPS" href="gio/GSocketClient.html#G-SOCKET-CLIENT-RESOLVED:CAPS">
|
1910
|
+
<ANCHOR id="G-SOCKET-CLIENT-CONNECTING:CAPS" href="gio/GSocketClient.html#G-SOCKET-CLIENT-CONNECTING:CAPS">
|
1911
|
+
<ANCHOR id="G-SOCKET-CLIENT-CONNECTED:CAPS" href="gio/GSocketClient.html#G-SOCKET-CLIENT-CONNECTED:CAPS">
|
1912
|
+
<ANCHOR id="G-SOCKET-CLIENT-PROXY-NEGOTIATING:CAPS" href="gio/GSocketClient.html#G-SOCKET-CLIENT-PROXY-NEGOTIATING:CAPS">
|
1913
|
+
<ANCHOR id="G-SOCKET-CLIENT-PROXY-NEGOTIATED:CAPS" href="gio/GSocketClient.html#G-SOCKET-CLIENT-PROXY-NEGOTIATED:CAPS">
|
1914
|
+
<ANCHOR id="G-SOCKET-CLIENT-TLS-HANDSHAKING:CAPS" href="gio/GSocketClient.html#G-SOCKET-CLIENT-TLS-HANDSHAKING:CAPS">
|
1915
|
+
<ANCHOR id="G-SOCKET-CLIENT-TLS-HANDSHAKED:CAPS" href="gio/GSocketClient.html#G-SOCKET-CLIENT-TLS-HANDSHAKED:CAPS">
|
1916
|
+
<ANCHOR id="G-SOCKET-CLIENT-COMPLETE:CAPS" href="gio/GSocketClient.html#G-SOCKET-CLIENT-COMPLETE:CAPS">
|
1755
1917
|
<ANCHOR id="g-socket-client-new" href="gio/GSocketClient.html#g-socket-client-new">
|
1756
1918
|
<ANCHOR id="g-socket-client-connect" href="gio/GSocketClient.html#g-socket-client-connect">
|
1757
1919
|
<ANCHOR id="g-socket-client-connect-async" href="gio/GSocketClient.html#g-socket-client-connect-async">
|
@@ -1781,6 +1943,7 @@
|
|
1781
1943
|
<ANCHOR id="g-socket-client-get-enable-proxy" href="gio/GSocketClient.html#g-socket-client-get-enable-proxy">
|
1782
1944
|
<ANCHOR id="g-socket-client-get-tls" href="gio/GSocketClient.html#g-socket-client-get-tls">
|
1783
1945
|
<ANCHOR id="g-socket-client-get-tls-validation-flags" href="gio/GSocketClient.html#g-socket-client-get-tls-validation-flags">
|
1946
|
+
<ANCHOR id="g-socket-client-add-application-proxy" href="gio/GSocketClient.html#g-socket-client-add-application-proxy">
|
1784
1947
|
<ANCHOR id="GSocketClient.property-details" href="gio/GSocketClient.html#GSocketClient.property-details">
|
1785
1948
|
<ANCHOR id="GSocketClient--enable-proxy" href="gio/GSocketClient.html#GSocketClient--enable-proxy">
|
1786
1949
|
<ANCHOR id="GSocketClient--family" href="gio/GSocketClient.html#GSocketClient--family">
|
@@ -1790,6 +1953,8 @@
|
|
1790
1953
|
<ANCHOR id="GSocketClient--tls" href="gio/GSocketClient.html#GSocketClient--tls">
|
1791
1954
|
<ANCHOR id="GSocketClient--tls-validation-flags" href="gio/GSocketClient.html#GSocketClient--tls-validation-flags">
|
1792
1955
|
<ANCHOR id="GSocketClient--type" href="gio/GSocketClient.html#GSocketClient--type">
|
1956
|
+
<ANCHOR id="GSocketClient.signal-details" href="gio/GSocketClient.html#GSocketClient.signal-details">
|
1957
|
+
<ANCHOR id="GSocketClient-event" href="gio/GSocketClient.html#GSocketClient-event">
|
1793
1958
|
<ANCHOR id="GSocketClient.see-also" href="gio/GSocketClient.html#GSocketClient.see-also">
|
1794
1959
|
<ANCHOR id="GSocketConnection" href="gio/GSocketConnection.html">
|
1795
1960
|
<ANCHOR id="GSocketConnection.synopsis" href="gio/GSocketConnection.html#GSocketConnection.synopsis">
|
@@ -1798,6 +1963,10 @@
|
|
1798
1963
|
<ANCHOR id="GSocketConnection.description" href="gio/GSocketConnection.html#GSocketConnection.description">
|
1799
1964
|
<ANCHOR id="GSocketConnection.details" href="gio/GSocketConnection.html#GSocketConnection.details">
|
1800
1965
|
<ANCHOR id="GSocketConnection-struct" href="gio/GSocketConnection.html#GSocketConnection-struct">
|
1966
|
+
<ANCHOR id="g-socket-connection-connect" href="gio/GSocketConnection.html#g-socket-connection-connect">
|
1967
|
+
<ANCHOR id="g-socket-connection-connect-async" href="gio/GSocketConnection.html#g-socket-connection-connect-async">
|
1968
|
+
<ANCHOR id="g-socket-connection-connect-finish" href="gio/GSocketConnection.html#g-socket-connection-connect-finish">
|
1969
|
+
<ANCHOR id="g-socket-connection-is-connected" href="gio/GSocketConnection.html#g-socket-connection-is-connected">
|
1801
1970
|
<ANCHOR id="g-socket-connection-get-local-address" href="gio/GSocketConnection.html#g-socket-connection-get-local-address">
|
1802
1971
|
<ANCHOR id="g-socket-connection-get-remote-address" href="gio/GSocketConnection.html#g-socket-connection-get-remote-address">
|
1803
1972
|
<ANCHOR id="g-socket-connection-get-socket" href="gio/GSocketConnection.html#g-socket-connection-get-socket">
|
@@ -1816,7 +1985,11 @@
|
|
1816
1985
|
<ANCHOR id="g-unix-connection-receive-fd" href="gio/GUnixConnection.html#g-unix-connection-receive-fd">
|
1817
1986
|
<ANCHOR id="g-unix-connection-send-fd" href="gio/GUnixConnection.html#g-unix-connection-send-fd">
|
1818
1987
|
<ANCHOR id="g-unix-connection-receive-credentials" href="gio/GUnixConnection.html#g-unix-connection-receive-credentials">
|
1988
|
+
<ANCHOR id="g-unix-connection-receive-credentials-async" href="gio/GUnixConnection.html#g-unix-connection-receive-credentials-async">
|
1989
|
+
<ANCHOR id="g-unix-connection-receive-credentials-finish" href="gio/GUnixConnection.html#g-unix-connection-receive-credentials-finish">
|
1819
1990
|
<ANCHOR id="g-unix-connection-send-credentials" href="gio/GUnixConnection.html#g-unix-connection-send-credentials">
|
1991
|
+
<ANCHOR id="g-unix-connection-send-credentials-async" href="gio/GUnixConnection.html#g-unix-connection-send-credentials-async">
|
1992
|
+
<ANCHOR id="g-unix-connection-send-credentials-finish" href="gio/GUnixConnection.html#g-unix-connection-send-credentials-finish">
|
1820
1993
|
<ANCHOR id="GUnixConnection.see-also" href="gio/GUnixConnection.html#GUnixConnection.see-also">
|
1821
1994
|
<ANCHOR id="GTcpConnection" href="gio/GTcpConnection.html">
|
1822
1995
|
<ANCHOR id="GTcpConnection.synopsis" href="gio/GTcpConnection.html#GTcpConnection.synopsis">
|
@@ -1893,9 +2066,28 @@
|
|
1893
2066
|
<ANCHOR id="GThreadedSocketService.signal-details" href="gio/GThreadedSocketService.html#GThreadedSocketService.signal-details">
|
1894
2067
|
<ANCHOR id="GThreadedSocketService-run" href="gio/GThreadedSocketService.html#GThreadedSocketService-run">
|
1895
2068
|
<ANCHOR id="GThreadedSocketService.see-also" href="gio/GThreadedSocketService.html#GThreadedSocketService.see-also">
|
2069
|
+
<ANCHOR id="GNetworkMonitor" href="gio/GNetworkMonitor.html">
|
2070
|
+
<ANCHOR id="GNetworkMonitor.synopsis" href="gio/GNetworkMonitor.html#GNetworkMonitor.synopsis">
|
2071
|
+
<ANCHOR id="GNetworkMonitor.object-hierarchy" href="gio/GNetworkMonitor.html#GNetworkMonitor.object-hierarchy">
|
2072
|
+
<ANCHOR id="GNetworkMonitor.prerequisites" href="gio/GNetworkMonitor.html#GNetworkMonitor.prerequisites">
|
2073
|
+
<ANCHOR id="GNetworkMonitor.properties" href="gio/GNetworkMonitor.html#GNetworkMonitor.properties">
|
2074
|
+
<ANCHOR id="GNetworkMonitor.signals" href="gio/GNetworkMonitor.html#GNetworkMonitor.signals">
|
2075
|
+
<ANCHOR id="GNetworkMonitor.description" href="gio/GNetworkMonitor.html#GNetworkMonitor.description">
|
2076
|
+
<ANCHOR id="GNetworkMonitor.details" href="gio/GNetworkMonitor.html#GNetworkMonitor.details">
|
2077
|
+
<ANCHOR id="GNetworkMonitor-struct" href="gio/GNetworkMonitor.html#GNetworkMonitor-struct">
|
2078
|
+
<ANCHOR id="GNetworkMonitorInterface" href="gio/GNetworkMonitor.html#GNetworkMonitorInterface">
|
2079
|
+
<ANCHOR id="G-NETWORK-MONITOR-EXTENSION-POINT-NAME:CAPS" href="gio/GNetworkMonitor.html#G-NETWORK-MONITOR-EXTENSION-POINT-NAME:CAPS">
|
2080
|
+
<ANCHOR id="g-network-monitor-get-default" href="gio/GNetworkMonitor.html#g-network-monitor-get-default">
|
2081
|
+
<ANCHOR id="g-network-monitor-get-network-available" href="gio/GNetworkMonitor.html#g-network-monitor-get-network-available">
|
2082
|
+
<ANCHOR id="g-network-monitor-can-reach" href="gio/GNetworkMonitor.html#g-network-monitor-can-reach">
|
2083
|
+
<ANCHOR id="g-network-monitor-can-reach-async" href="gio/GNetworkMonitor.html#g-network-monitor-can-reach-async">
|
2084
|
+
<ANCHOR id="g-network-monitor-can-reach-finish" href="gio/GNetworkMonitor.html#g-network-monitor-can-reach-finish">
|
2085
|
+
<ANCHOR id="GNetworkMonitor.property-details" href="gio/GNetworkMonitor.html#GNetworkMonitor.property-details">
|
2086
|
+
<ANCHOR id="GNetworkMonitor--network-available" href="gio/GNetworkMonitor.html#GNetworkMonitor--network-available">
|
2087
|
+
<ANCHOR id="GNetworkMonitor.signal-details" href="gio/GNetworkMonitor.html#GNetworkMonitor.signal-details">
|
2088
|
+
<ANCHOR id="GNetworkMonitor-network-changed" href="gio/GNetworkMonitor.html#GNetworkMonitor-network-changed">
|
1896
2089
|
<ANCHOR id="gio-TLS-Overview" href="gio/gio-TLS-Overview.html">
|
1897
2090
|
<ANCHOR id="gio-TLS-Overview.synopsis" href="gio/gio-TLS-Overview.html#gio-TLS-Overview.synopsis">
|
1898
|
-
<ANCHOR id="GTlsAuthenticationMode" href="gio/gio-TLS-Overview.html#GTlsAuthenticationMode">
|
1899
2091
|
<ANCHOR id="GTlsCertificateFlags" href="gio/gio-TLS-Overview.html#GTlsCertificateFlags">
|
1900
2092
|
<ANCHOR id="gio-TLS-Overview.object-hierarchy" href="gio/gio-TLS-Overview.html#gio-TLS-Overview.object-hierarchy">
|
1901
2093
|
<ANCHOR id="gio-TLS-Overview.description" href="gio/gio-TLS-Overview.html#gio-TLS-Overview.description">
|
@@ -1913,7 +2105,7 @@
|
|
1913
2105
|
<ANCHOR id="G-TLS-AUTHENTICATION-NONE:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-AUTHENTICATION-NONE:CAPS">
|
1914
2106
|
<ANCHOR id="G-TLS-AUTHENTICATION-REQUESTED:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-AUTHENTICATION-REQUESTED:CAPS">
|
1915
2107
|
<ANCHOR id="G-TLS-AUTHENTICATION-REQUIRED:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-AUTHENTICATION-REQUIRED:CAPS">
|
1916
|
-
<ANCHOR id="GTlsCertificateFlags" href="gio/gio-TLS-Overview.html#GTlsCertificateFlags">
|
2108
|
+
<ANCHOR id="GTlsCertificateFlags-enum" href="gio/gio-TLS-Overview.html#GTlsCertificateFlags-enum">
|
1917
2109
|
<ANCHOR id="G-TLS-CERTIFICATE-UNKNOWN-CA:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-CERTIFICATE-UNKNOWN-CA:CAPS">
|
1918
2110
|
<ANCHOR id="G-TLS-CERTIFICATE-BAD-IDENTITY:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-CERTIFICATE-BAD-IDENTITY:CAPS">
|
1919
2111
|
<ANCHOR id="G-TLS-CERTIFICATE-NOT-ACTIVATED:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-CERTIFICATE-NOT-ACTIVATED:CAPS">
|
@@ -1935,6 +2127,7 @@
|
|
1935
2127
|
<ANCHOR id="g-tls-certificate-list-new-from-file" href="gio/GTlsCertificate.html#g-tls-certificate-list-new-from-file">
|
1936
2128
|
<ANCHOR id="g-tls-certificate-get-issuer" href="gio/GTlsCertificate.html#g-tls-certificate-get-issuer">
|
1937
2129
|
<ANCHOR id="g-tls-certificate-verify" href="gio/GTlsCertificate.html#g-tls-certificate-verify">
|
2130
|
+
<ANCHOR id="g-tls-certificate-is-same" href="gio/GTlsCertificate.html#g-tls-certificate-is-same">
|
1938
2131
|
<ANCHOR id="GTlsCertificate.property-details" href="gio/GTlsCertificate.html#GTlsCertificate.property-details">
|
1939
2132
|
<ANCHOR id="GTlsCertificate--certificate" href="gio/GTlsCertificate.html#GTlsCertificate--certificate">
|
1940
2133
|
<ANCHOR id="GTlsCertificate--certificate-pem" href="gio/GTlsCertificate.html#GTlsCertificate--certificate-pem">
|
@@ -1944,7 +2137,6 @@
|
|
1944
2137
|
<ANCHOR id="GTlsCertificate.see-also" href="gio/GTlsCertificate.html#GTlsCertificate.see-also">
|
1945
2138
|
<ANCHOR id="GTlsConnection" href="gio/GTlsConnection.html">
|
1946
2139
|
<ANCHOR id="GTlsConnection.synopsis" href="gio/GTlsConnection.html#GTlsConnection.synopsis">
|
1947
|
-
<ANCHOR id="GTlsRehandshakeMode" href="gio/GTlsConnection.html#GTlsRehandshakeMode">
|
1948
2140
|
<ANCHOR id="GTlsConnection.object-hierarchy" href="gio/GTlsConnection.html#GTlsConnection.object-hierarchy">
|
1949
2141
|
<ANCHOR id="GTlsConnection.derived-interfaces" href="gio/GTlsConnection.html#GTlsConnection.derived-interfaces">
|
1950
2142
|
<ANCHOR id="GTlsConnection.properties" href="gio/GTlsConnection.html#GTlsConnection.properties">
|
@@ -1966,6 +2158,10 @@
|
|
1966
2158
|
<ANCHOR id="g-tls-connection-get-rehandshake-mode" href="gio/GTlsConnection.html#g-tls-connection-get-rehandshake-mode">
|
1967
2159
|
<ANCHOR id="g-tls-connection-set-use-system-certdb" href="gio/GTlsConnection.html#g-tls-connection-set-use-system-certdb">
|
1968
2160
|
<ANCHOR id="g-tls-connection-get-use-system-certdb" href="gio/GTlsConnection.html#g-tls-connection-get-use-system-certdb">
|
2161
|
+
<ANCHOR id="g-tls-connection-get-database" href="gio/GTlsConnection.html#g-tls-connection-get-database">
|
2162
|
+
<ANCHOR id="g-tls-connection-set-database" href="gio/GTlsConnection.html#g-tls-connection-set-database">
|
2163
|
+
<ANCHOR id="g-tls-connection-get-interaction" href="gio/GTlsConnection.html#g-tls-connection-get-interaction">
|
2164
|
+
<ANCHOR id="g-tls-connection-set-interaction" href="gio/GTlsConnection.html#g-tls-connection-set-interaction">
|
1969
2165
|
<ANCHOR id="g-tls-connection-handshake" href="gio/GTlsConnection.html#g-tls-connection-handshake">
|
1970
2166
|
<ANCHOR id="g-tls-connection-handshake-async" href="gio/GTlsConnection.html#g-tls-connection-handshake-async">
|
1971
2167
|
<ANCHOR id="g-tls-connection-handshake-finish" href="gio/GTlsConnection.html#g-tls-connection-handshake-finish">
|
@@ -1973,6 +2169,8 @@
|
|
1973
2169
|
<ANCHOR id="GTlsConnection.property-details" href="gio/GTlsConnection.html#GTlsConnection.property-details">
|
1974
2170
|
<ANCHOR id="GTlsConnection--base-io-stream" href="gio/GTlsConnection.html#GTlsConnection--base-io-stream">
|
1975
2171
|
<ANCHOR id="GTlsConnection--certificate" href="gio/GTlsConnection.html#GTlsConnection--certificate">
|
2172
|
+
<ANCHOR id="GTlsConnection--database" href="gio/GTlsConnection.html#GTlsConnection--database">
|
2173
|
+
<ANCHOR id="GTlsConnection--interaction" href="gio/GTlsConnection.html#GTlsConnection--interaction">
|
1976
2174
|
<ANCHOR id="GTlsConnection--peer-certificate" href="gio/GTlsConnection.html#GTlsConnection--peer-certificate">
|
1977
2175
|
<ANCHOR id="GTlsConnection--peer-certificate-errors" href="gio/GTlsConnection.html#GTlsConnection--peer-certificate-errors">
|
1978
2176
|
<ANCHOR id="GTlsConnection--rehandshake-mode" href="gio/GTlsConnection.html#GTlsConnection--rehandshake-mode">
|
@@ -2025,12 +2223,94 @@
|
|
2025
2223
|
<ANCHOR id="GTlsBackendInterface" href="gio/GTlsBackend.html#GTlsBackendInterface">
|
2026
2224
|
<ANCHOR id="g-tls-backend-get-default" href="gio/GTlsBackend.html#g-tls-backend-get-default">
|
2027
2225
|
<ANCHOR id="g-tls-backend-supports-tls" href="gio/GTlsBackend.html#g-tls-backend-supports-tls">
|
2226
|
+
<ANCHOR id="g-tls-backend-get-default-database" href="gio/GTlsBackend.html#g-tls-backend-get-default-database">
|
2028
2227
|
<ANCHOR id="g-tls-backend-get-certificate-type" href="gio/GTlsBackend.html#g-tls-backend-get-certificate-type">
|
2029
2228
|
<ANCHOR id="g-tls-backend-get-client-connection-type" href="gio/GTlsBackend.html#g-tls-backend-get-client-connection-type">
|
2030
2229
|
<ANCHOR id="g-tls-backend-get-server-connection-type" href="gio/GTlsBackend.html#g-tls-backend-get-server-connection-type">
|
2230
|
+
<ANCHOR id="g-tls-backend-get-file-database-type" href="gio/GTlsBackend.html#g-tls-backend-get-file-database-type">
|
2231
|
+
<ANCHOR id="GTlsDatabase" href="gio/GTlsDatabase.html">
|
2232
|
+
<ANCHOR id="GTlsDatabase.synopsis" href="gio/GTlsDatabase.html#GTlsDatabase.synopsis">
|
2233
|
+
<ANCHOR id="GTlsDatabase.object-hierarchy" href="gio/GTlsDatabase.html#GTlsDatabase.object-hierarchy">
|
2234
|
+
<ANCHOR id="GTlsDatabase.derived-interfaces" href="gio/GTlsDatabase.html#GTlsDatabase.derived-interfaces">
|
2235
|
+
<ANCHOR id="GTlsDatabase.description" href="gio/GTlsDatabase.html#GTlsDatabase.description">
|
2236
|
+
<ANCHOR id="GTlsDatabase.details" href="gio/GTlsDatabase.html#GTlsDatabase.details">
|
2237
|
+
<ANCHOR id="GTlsDatabase-struct" href="gio/GTlsDatabase.html#GTlsDatabase-struct">
|
2238
|
+
<ANCHOR id="GTlsDatabaseVerifyFlags" href="gio/GTlsDatabase.html#GTlsDatabaseVerifyFlags">
|
2239
|
+
<ANCHOR id="G-TLS-DATABASE-VERIFY-NONE:CAPS" href="gio/GTlsDatabase.html#G-TLS-DATABASE-VERIFY-NONE:CAPS">
|
2240
|
+
<ANCHOR id="G-TLS-DATABASE-PURPOSE-AUTHENTICATE-SERVER:CAPS" href="gio/GTlsDatabase.html#G-TLS-DATABASE-PURPOSE-AUTHENTICATE-SERVER:CAPS">
|
2241
|
+
<ANCHOR id="G-TLS-DATABASE-PURPOSE-AUTHENTICATE-CLIENT:CAPS" href="gio/GTlsDatabase.html#G-TLS-DATABASE-PURPOSE-AUTHENTICATE-CLIENT:CAPS">
|
2242
|
+
<ANCHOR id="g-tls-database-verify-chain" href="gio/GTlsDatabase.html#g-tls-database-verify-chain">
|
2243
|
+
<ANCHOR id="g-tls-database-verify-chain-async" href="gio/GTlsDatabase.html#g-tls-database-verify-chain-async">
|
2244
|
+
<ANCHOR id="g-tls-database-verify-chain-finish" href="gio/GTlsDatabase.html#g-tls-database-verify-chain-finish">
|
2245
|
+
<ANCHOR id="GTlsDatabaseLookupFlags" href="gio/GTlsDatabase.html#GTlsDatabaseLookupFlags">
|
2246
|
+
<ANCHOR id="G-TLS-DATABASE-LOOKUP-NONE:CAPS" href="gio/GTlsDatabase.html#G-TLS-DATABASE-LOOKUP-NONE:CAPS">
|
2247
|
+
<ANCHOR id="G-TLS-DATABASE-LOOKUP-KEYPAIR:CAPS" href="gio/GTlsDatabase.html#G-TLS-DATABASE-LOOKUP-KEYPAIR:CAPS">
|
2248
|
+
<ANCHOR id="g-tls-database-lookup-certificate-issuer" href="gio/GTlsDatabase.html#g-tls-database-lookup-certificate-issuer">
|
2249
|
+
<ANCHOR id="g-tls-database-lookup-certificate-issuer-async" href="gio/GTlsDatabase.html#g-tls-database-lookup-certificate-issuer-async">
|
2250
|
+
<ANCHOR id="g-tls-database-lookup-certificate-issuer-finish" href="gio/GTlsDatabase.html#g-tls-database-lookup-certificate-issuer-finish">
|
2251
|
+
<ANCHOR id="g-tls-database-lookup-certificates-issued-by" href="gio/GTlsDatabase.html#g-tls-database-lookup-certificates-issued-by">
|
2252
|
+
<ANCHOR id="g-tls-database-lookup-certificates-issued-by-async" href="gio/GTlsDatabase.html#g-tls-database-lookup-certificates-issued-by-async">
|
2253
|
+
<ANCHOR id="g-tls-database-lookup-certificates-issued-by-finish" href="gio/GTlsDatabase.html#g-tls-database-lookup-certificates-issued-by-finish">
|
2254
|
+
<ANCHOR id="g-tls-database-create-certificate-handle" href="gio/GTlsDatabase.html#g-tls-database-create-certificate-handle">
|
2255
|
+
<ANCHOR id="g-tls-database-lookup-certificate-for-handle" href="gio/GTlsDatabase.html#g-tls-database-lookup-certificate-for-handle">
|
2256
|
+
<ANCHOR id="g-tls-database-lookup-certificate-for-handle-async" href="gio/GTlsDatabase.html#g-tls-database-lookup-certificate-for-handle-async">
|
2257
|
+
<ANCHOR id="g-tls-database-lookup-certificate-for-handle-finish" href="gio/GTlsDatabase.html#g-tls-database-lookup-certificate-for-handle-finish">
|
2258
|
+
<ANCHOR id="GTlsFileDatabase" href="gio/GTlsFileDatabase.html">
|
2259
|
+
<ANCHOR id="GTlsFileDatabase.synopsis" href="gio/GTlsFileDatabase.html#GTlsFileDatabase.synopsis">
|
2260
|
+
<ANCHOR id="GTlsFileDatabase.object-hierarchy" href="gio/GTlsFileDatabase.html#GTlsFileDatabase.object-hierarchy">
|
2261
|
+
<ANCHOR id="GTlsFileDatabase.prerequisites" href="gio/GTlsFileDatabase.html#GTlsFileDatabase.prerequisites">
|
2262
|
+
<ANCHOR id="GTlsFileDatabase.properties" href="gio/GTlsFileDatabase.html#GTlsFileDatabase.properties">
|
2263
|
+
<ANCHOR id="GTlsFileDatabase.description" href="gio/GTlsFileDatabase.html#GTlsFileDatabase.description">
|
2264
|
+
<ANCHOR id="GTlsFileDatabase.details" href="gio/GTlsFileDatabase.html#GTlsFileDatabase.details">
|
2265
|
+
<ANCHOR id="GTlsFileDatabase-struct" href="gio/GTlsFileDatabase.html#GTlsFileDatabase-struct">
|
2266
|
+
<ANCHOR id="GTlsFileDatabaseInterface" href="gio/GTlsFileDatabase.html#GTlsFileDatabaseInterface">
|
2267
|
+
<ANCHOR id="g-tls-file-database-new" href="gio/GTlsFileDatabase.html#g-tls-file-database-new">
|
2268
|
+
<ANCHOR id="GTlsFileDatabase.property-details" href="gio/GTlsFileDatabase.html#GTlsFileDatabase.property-details">
|
2269
|
+
<ANCHOR id="GTlsFileDatabase--anchors" href="gio/GTlsFileDatabase.html#GTlsFileDatabase--anchors">
|
2270
|
+
<ANCHOR id="GTlsInteraction" href="gio/GTlsInteraction.html">
|
2271
|
+
<ANCHOR id="GTlsInteraction.synopsis" href="gio/GTlsInteraction.html#GTlsInteraction.synopsis">
|
2272
|
+
<ANCHOR id="GTlsInteraction.object-hierarchy" href="gio/GTlsInteraction.html#GTlsInteraction.object-hierarchy">
|
2273
|
+
<ANCHOR id="GTlsInteraction.description" href="gio/GTlsInteraction.html#GTlsInteraction.description">
|
2274
|
+
<ANCHOR id="GTlsInteraction.details" href="gio/GTlsInteraction.html#GTlsInteraction.details">
|
2275
|
+
<ANCHOR id="GTlsInteraction-struct" href="gio/GTlsInteraction.html#GTlsInteraction-struct">
|
2276
|
+
<ANCHOR id="GTlsInteractionResult" href="gio/GTlsInteraction.html#GTlsInteractionResult">
|
2277
|
+
<ANCHOR id="G-TLS-INTERACTION-UNHANDLED:CAPS" href="gio/GTlsInteraction.html#G-TLS-INTERACTION-UNHANDLED:CAPS">
|
2278
|
+
<ANCHOR id="G-TLS-INTERACTION-HANDLED:CAPS" href="gio/GTlsInteraction.html#G-TLS-INTERACTION-HANDLED:CAPS">
|
2279
|
+
<ANCHOR id="G-TLS-INTERACTION-FAILED:CAPS" href="gio/GTlsInteraction.html#G-TLS-INTERACTION-FAILED:CAPS">
|
2280
|
+
<ANCHOR id="g-tls-interaction-ask-password" href="gio/GTlsInteraction.html#g-tls-interaction-ask-password">
|
2281
|
+
<ANCHOR id="g-tls-interaction-ask-password-async" href="gio/GTlsInteraction.html#g-tls-interaction-ask-password-async">
|
2282
|
+
<ANCHOR id="g-tls-interaction-ask-password-finish" href="gio/GTlsInteraction.html#g-tls-interaction-ask-password-finish">
|
2283
|
+
<ANCHOR id="g-tls-interaction-invoke-ask-password" href="gio/GTlsInteraction.html#g-tls-interaction-invoke-ask-password">
|
2284
|
+
<ANCHOR id="GTlsPassword" href="gio/GTlsPassword.html">
|
2285
|
+
<ANCHOR id="GTlsPassword.synopsis" href="gio/GTlsPassword.html#GTlsPassword.synopsis">
|
2286
|
+
<ANCHOR id="GTlsPasswordFlags" href="gio/GTlsPassword.html#GTlsPasswordFlags">
|
2287
|
+
<ANCHOR id="GTlsPassword.object-hierarchy" href="gio/GTlsPassword.html#GTlsPassword.object-hierarchy">
|
2288
|
+
<ANCHOR id="GTlsPassword.properties" href="gio/GTlsPassword.html#GTlsPassword.properties">
|
2289
|
+
<ANCHOR id="GTlsPassword.description" href="gio/GTlsPassword.html#GTlsPassword.description">
|
2290
|
+
<ANCHOR id="GTlsPassword.details" href="gio/GTlsPassword.html#GTlsPassword.details">
|
2291
|
+
<ANCHOR id="GTlsPassword-struct" href="gio/GTlsPassword.html#GTlsPassword-struct">
|
2292
|
+
<ANCHOR id="GTlsPasswordClass" href="gio/GTlsPassword.html#GTlsPasswordClass">
|
2293
|
+
<ANCHOR id="GTlsPasswordFlags-enum" href="gio/GTlsPassword.html#GTlsPasswordFlags-enum">
|
2294
|
+
<ANCHOR id="G-TLS-PASSWORD-NONE:CAPS" href="gio/GTlsPassword.html#G-TLS-PASSWORD-NONE:CAPS">
|
2295
|
+
<ANCHOR id="G-TLS-PASSWORD-RETRY:CAPS" href="gio/GTlsPassword.html#G-TLS-PASSWORD-RETRY:CAPS">
|
2296
|
+
<ANCHOR id="G-TLS-PASSWORD-MANY-TRIES:CAPS" href="gio/GTlsPassword.html#G-TLS-PASSWORD-MANY-TRIES:CAPS">
|
2297
|
+
<ANCHOR id="G-TLS-PASSWORD-FINAL-TRY:CAPS" href="gio/GTlsPassword.html#G-TLS-PASSWORD-FINAL-TRY:CAPS">
|
2298
|
+
<ANCHOR id="g-tls-password-new" href="gio/GTlsPassword.html#g-tls-password-new">
|
2299
|
+
<ANCHOR id="g-tls-password-get-value" href="gio/GTlsPassword.html#g-tls-password-get-value">
|
2300
|
+
<ANCHOR id="g-tls-password-set-value" href="gio/GTlsPassword.html#g-tls-password-set-value">
|
2301
|
+
<ANCHOR id="g-tls-password-set-value-full" href="gio/GTlsPassword.html#g-tls-password-set-value-full">
|
2302
|
+
<ANCHOR id="g-tls-password-get-description" href="gio/GTlsPassword.html#g-tls-password-get-description">
|
2303
|
+
<ANCHOR id="g-tls-password-set-description" href="gio/GTlsPassword.html#g-tls-password-set-description">
|
2304
|
+
<ANCHOR id="g-tls-password-get-flags" href="gio/GTlsPassword.html#g-tls-password-get-flags">
|
2305
|
+
<ANCHOR id="g-tls-password-set-flags" href="gio/GTlsPassword.html#g-tls-password-set-flags">
|
2306
|
+
<ANCHOR id="g-tls-password-get-warning" href="gio/GTlsPassword.html#g-tls-password-get-warning">
|
2307
|
+
<ANCHOR id="g-tls-password-set-warning" href="gio/GTlsPassword.html#g-tls-password-set-warning">
|
2308
|
+
<ANCHOR id="GTlsPassword.property-details" href="gio/GTlsPassword.html#GTlsPassword.property-details">
|
2309
|
+
<ANCHOR id="GTlsPassword--description" href="gio/GTlsPassword.html#GTlsPassword--description">
|
2310
|
+
<ANCHOR id="GTlsPassword--flags" href="gio/GTlsPassword.html#GTlsPassword--flags">
|
2311
|
+
<ANCHOR id="GTlsPassword--warning" href="gio/GTlsPassword.html#GTlsPassword--warning">
|
2031
2312
|
<ANCHOR id="GResolver" href="gio/GResolver.html">
|
2032
2313
|
<ANCHOR id="GResolver.synopsis" href="gio/GResolver.html#GResolver.synopsis">
|
2033
|
-
<ANCHOR id="GResolverError" href="gio/GResolver.html#GResolverError">
|
2034
2314
|
<ANCHOR id="GResolver.object-hierarchy" href="gio/GResolver.html#GResolver.object-hierarchy">
|
2035
2315
|
<ANCHOR id="GResolver.signals" href="gio/GResolver.html#GResolver.signals">
|
2036
2316
|
<ANCHOR id="GResolver.description" href="gio/GResolver.html#GResolver.description">
|
@@ -2049,6 +2329,9 @@
|
|
2049
2329
|
<ANCHOR id="g-resolver-lookup-service-async" href="gio/GResolver.html#g-resolver-lookup-service-async">
|
2050
2330
|
<ANCHOR id="g-resolver-lookup-service-finish" href="gio/GResolver.html#g-resolver-lookup-service-finish">
|
2051
2331
|
<ANCHOR id="g-resolver-free-targets" href="gio/GResolver.html#g-resolver-free-targets">
|
2332
|
+
<ANCHOR id="g-resolver-lookup-records" href="gio/GResolver.html#g-resolver-lookup-records">
|
2333
|
+
<ANCHOR id="g-resolver-lookup-records-async" href="gio/GResolver.html#g-resolver-lookup-records-async">
|
2334
|
+
<ANCHOR id="g-resolver-lookup-records-finish" href="gio/GResolver.html#g-resolver-lookup-records-finish">
|
2052
2335
|
<ANCHOR id="G-RESOLVER-ERROR:CAPS" href="gio/GResolver.html#G-RESOLVER-ERROR:CAPS">
|
2053
2336
|
<ANCHOR id="GResolverError" href="gio/GResolver.html#GResolverError">
|
2054
2337
|
<ANCHOR id="G-RESOLVER-ERROR-NOT-FOUND:CAPS" href="gio/GResolver.html#G-RESOLVER-ERROR-NOT-FOUND:CAPS">
|
@@ -2153,6 +2436,8 @@
|
|
2153
2436
|
<ANCHOR id="g-dbus-is-unique-name" href="gio/gio-D-Bus-Utilities.html#g-dbus-is-unique-name">
|
2154
2437
|
<ANCHOR id="g-dbus-is-member-name" href="gio/gio-D-Bus-Utilities.html#g-dbus-is-member-name">
|
2155
2438
|
<ANCHOR id="g-dbus-is-interface-name" href="gio/gio-D-Bus-Utilities.html#g-dbus-is-interface-name">
|
2439
|
+
<ANCHOR id="g-dbus-gvalue-to-gvariant" href="gio/gio-D-Bus-Utilities.html#g-dbus-gvalue-to-gvariant">
|
2440
|
+
<ANCHOR id="g-dbus-gvariant-to-gvalue" href="gio/gio-D-Bus-Utilities.html#g-dbus-gvariant-to-gvalue">
|
2156
2441
|
<ANCHOR id="gio-D-Bus-Addresses" href="gio/gio-D-Bus-Addresses.html">
|
2157
2442
|
<ANCHOR id="gio-D-Bus-Addresses.synopsis" href="gio/gio-D-Bus-Addresses.html#gio-D-Bus-Addresses.synopsis">
|
2158
2443
|
<ANCHOR id="gio-D-Bus-Addresses.description" href="gio/gio-D-Bus-Addresses.html#gio-D-Bus-Addresses.description">
|
@@ -2165,25 +2450,33 @@
|
|
2165
2450
|
<ANCHOR id="g-dbus-address-get-for-bus-sync" href="gio/gio-D-Bus-Addresses.html#g-dbus-address-get-for-bus-sync">
|
2166
2451
|
<ANCHOR id="gio-D-Bus-Introspection-Data" href="gio/gio-D-Bus-Introspection-Data.html">
|
2167
2452
|
<ANCHOR id="gio-D-Bus-Introspection-Data.synopsis" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.synopsis">
|
2168
|
-
<ANCHOR id="GDBusInterfaceInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo">
|
2169
|
-
<ANCHOR id="gio-D-Bus-Introspection-Data.object-hierarchy" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.object-hierarchy">
|
2170
|
-
<ANCHOR id="gio-D-Bus-Introspection-Data.description" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.description">
|
2171
|
-
<ANCHOR id="gio-D-Bus-Introspection-Data.details" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.details">
|
2172
2453
|
<ANCHOR id="GDBusAnnotationInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo">
|
2173
2454
|
<ANCHOR id="GDBusArgInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusArgInfo">
|
2174
2455
|
<ANCHOR id="GDBusMethodInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusMethodInfo">
|
2175
2456
|
<ANCHOR id="GDBusSignalInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusSignalInfo">
|
2457
|
+
<ANCHOR id="GDBusPropertyInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo">
|
2458
|
+
<ANCHOR id="GDBusInterfaceInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo">
|
2459
|
+
<ANCHOR id="GDBusNodeInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusNodeInfo">
|
2460
|
+
<ANCHOR id="gio-D-Bus-Introspection-Data.object-hierarchy" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.object-hierarchy">
|
2461
|
+
<ANCHOR id="gio-D-Bus-Introspection-Data.description" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.description">
|
2462
|
+
<ANCHOR id="gio-D-Bus-Introspection-Data.details" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.details">
|
2463
|
+
<ANCHOR id="GDBusAnnotationInfo-struct" href="gio/gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo-struct">
|
2464
|
+
<ANCHOR id="GDBusArgInfo-struct" href="gio/gio-D-Bus-Introspection-Data.html#GDBusArgInfo-struct">
|
2465
|
+
<ANCHOR id="GDBusMethodInfo-struct" href="gio/gio-D-Bus-Introspection-Data.html#GDBusMethodInfo-struct">
|
2466
|
+
<ANCHOR id="GDBusSignalInfo-struct" href="gio/gio-D-Bus-Introspection-Data.html#GDBusSignalInfo-struct">
|
2176
2467
|
<ANCHOR id="GDBusPropertyInfoFlags" href="gio/gio-D-Bus-Introspection-Data.html#GDBusPropertyInfoFlags">
|
2177
2468
|
<ANCHOR id="G-DBUS-PROPERTY-INFO-FLAGS-NONE:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-DBUS-PROPERTY-INFO-FLAGS-NONE:CAPS">
|
2178
2469
|
<ANCHOR id="G-DBUS-PROPERTY-INFO-FLAGS-READABLE:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-DBUS-PROPERTY-INFO-FLAGS-READABLE:CAPS">
|
2179
2470
|
<ANCHOR id="G-DBUS-PROPERTY-INFO-FLAGS-WRITABLE:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-DBUS-PROPERTY-INFO-FLAGS-WRITABLE:CAPS">
|
2180
|
-
<ANCHOR id="GDBusPropertyInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo">
|
2471
|
+
<ANCHOR id="GDBusPropertyInfo-struct" href="gio/gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo-struct">
|
2181
2472
|
<ANCHOR id="GDBusInterfaceInfo-struct" href="gio/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct">
|
2182
|
-
<ANCHOR id="GDBusNodeInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusNodeInfo">
|
2473
|
+
<ANCHOR id="GDBusNodeInfo-struct" href="gio/gio-D-Bus-Introspection-Data.html#GDBusNodeInfo-struct">
|
2183
2474
|
<ANCHOR id="g-dbus-annotation-info-lookup" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-lookup">
|
2184
2475
|
<ANCHOR id="g-dbus-interface-info-lookup-method" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-method">
|
2185
2476
|
<ANCHOR id="g-dbus-interface-info-lookup-signal" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-signal">
|
2186
2477
|
<ANCHOR id="g-dbus-interface-info-lookup-property" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-property">
|
2478
|
+
<ANCHOR id="g-dbus-interface-info-cache-build" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-cache-build">
|
2479
|
+
<ANCHOR id="g-dbus-interface-info-cache-release" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-cache-release">
|
2187
2480
|
<ANCHOR id="g-dbus-interface-info-generate-xml" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-generate-xml">
|
2188
2481
|
<ANCHOR id="g-dbus-node-info-new-for-xml" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-node-info-new-for-xml">
|
2189
2482
|
<ANCHOR id="g-dbus-node-info-lookup-interface" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-node-info-lookup-interface">
|
@@ -2209,65 +2502,64 @@
|
|
2209
2502
|
<ANCHOR id="g-dbus-property-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-property-info-unref">
|
2210
2503
|
<ANCHOR id="g-dbus-arg-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-unref">
|
2211
2504
|
<ANCHOR id="g-dbus-annotation-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-unref">
|
2212
|
-
<ANCHOR id="GDBusError" href="gio/GDBusError.html">
|
2213
|
-
<ANCHOR id="GDBusError.synopsis" href="gio/GDBusError.html#GDBusError.synopsis">
|
2214
|
-
<ANCHOR id="GDBusError.
|
2215
|
-
<ANCHOR id="GDBusError.
|
2216
|
-
<ANCHOR id="GDBusError
|
2217
|
-
<ANCHOR id="
|
2218
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2219
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2220
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2221
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2222
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2223
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2224
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2225
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2226
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2227
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2228
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2229
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2230
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2231
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2232
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2233
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2234
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2235
|
-
<ANCHOR id="G-DBUS-ERROR-FILE-
|
2236
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2237
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2238
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2239
|
-
<ANCHOR id="G-DBUS-ERROR-MATCH-RULE-
|
2240
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2241
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
2242
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
2243
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-CHILD-
|
2244
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
2245
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-FAILED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-FAILED:CAPS">
|
2246
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
2247
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
2248
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-SERVICE-
|
2249
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
2250
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
2251
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
2252
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2253
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2254
|
-
<ANCHOR id="G-DBUS-ERROR-INVALID-
|
2255
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2256
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2257
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2258
|
-
<ANCHOR id="G-DBUS-ERROR
|
2259
|
-
<ANCHOR id="
|
2260
|
-
<ANCHOR id="g-dbus-error-
|
2261
|
-
<ANCHOR id="g-dbus-error-
|
2262
|
-
<ANCHOR id="
|
2263
|
-
<ANCHOR id="
|
2264
|
-
<ANCHOR id="g-dbus-error-register-error
|
2265
|
-
<ANCHOR id="g-dbus-error-
|
2266
|
-
<ANCHOR id="g-dbus-error-
|
2267
|
-
<ANCHOR id="g-dbus-error-
|
2268
|
-
<ANCHOR id="g-dbus-error-set-dbus-error" href="gio/GDBusError.html#g-dbus-error-set-dbus-error">
|
2269
|
-
<ANCHOR id="g-dbus-error-
|
2270
|
-
<ANCHOR id="g-dbus-error-encode-gerror" href="gio/GDBusError.html#g-dbus-error-encode-gerror">
|
2505
|
+
<ANCHOR id="gio-GDBusError" href="gio/gio-GDBusError.html">
|
2506
|
+
<ANCHOR id="gio-GDBusError.synopsis" href="gio/gio-GDBusError.html#gio-GDBusError.synopsis">
|
2507
|
+
<ANCHOR id="gio-GDBusError.description" href="gio/gio-GDBusError.html#gio-GDBusError.description">
|
2508
|
+
<ANCHOR id="gio-GDBusError.details" href="gio/gio-GDBusError.html#gio-GDBusError.details">
|
2509
|
+
<ANCHOR id="GDBusError" href="gio/gio-GDBusError.html#GDBusError">
|
2510
|
+
<ANCHOR id="G-DBUS-ERROR-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-FAILED:CAPS">
|
2511
|
+
<ANCHOR id="G-DBUS-ERROR-NO-MEMORY:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NO-MEMORY:CAPS">
|
2512
|
+
<ANCHOR id="G-DBUS-ERROR-SERVICE-UNKNOWN:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SERVICE-UNKNOWN:CAPS">
|
2513
|
+
<ANCHOR id="G-DBUS-ERROR-NAME-HAS-NO-OWNER:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NAME-HAS-NO-OWNER:CAPS">
|
2514
|
+
<ANCHOR id="G-DBUS-ERROR-NO-REPLY:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NO-REPLY:CAPS">
|
2515
|
+
<ANCHOR id="G-DBUS-ERROR-IO-ERROR:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-IO-ERROR:CAPS">
|
2516
|
+
<ANCHOR id="G-DBUS-ERROR-BAD-ADDRESS:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-BAD-ADDRESS:CAPS">
|
2517
|
+
<ANCHOR id="G-DBUS-ERROR-NOT-SUPPORTED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NOT-SUPPORTED:CAPS">
|
2518
|
+
<ANCHOR id="G-DBUS-ERROR-LIMITS-EXCEEDED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-LIMITS-EXCEEDED:CAPS">
|
2519
|
+
<ANCHOR id="G-DBUS-ERROR-ACCESS-DENIED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-ACCESS-DENIED:CAPS">
|
2520
|
+
<ANCHOR id="G-DBUS-ERROR-AUTH-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-AUTH-FAILED:CAPS">
|
2521
|
+
<ANCHOR id="G-DBUS-ERROR-NO-SERVER:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NO-SERVER:CAPS">
|
2522
|
+
<ANCHOR id="G-DBUS-ERROR-TIMEOUT:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-TIMEOUT:CAPS">
|
2523
|
+
<ANCHOR id="G-DBUS-ERROR-NO-NETWORK:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-NO-NETWORK:CAPS">
|
2524
|
+
<ANCHOR id="G-DBUS-ERROR-ADDRESS-IN-USE:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-ADDRESS-IN-USE:CAPS">
|
2525
|
+
<ANCHOR id="G-DBUS-ERROR-DISCONNECTED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-DISCONNECTED:CAPS">
|
2526
|
+
<ANCHOR id="G-DBUS-ERROR-INVALID-ARGS:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-INVALID-ARGS:CAPS">
|
2527
|
+
<ANCHOR id="G-DBUS-ERROR-FILE-NOT-FOUND:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-FILE-NOT-FOUND:CAPS">
|
2528
|
+
<ANCHOR id="G-DBUS-ERROR-FILE-EXISTS:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-FILE-EXISTS:CAPS">
|
2529
|
+
<ANCHOR id="G-DBUS-ERROR-UNKNOWN-METHOD:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS">
|
2530
|
+
<ANCHOR id="G-DBUS-ERROR-TIMED-OUT:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-TIMED-OUT:CAPS">
|
2531
|
+
<ANCHOR id="G-DBUS-ERROR-MATCH-RULE-NOT-FOUND:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-MATCH-RULE-NOT-FOUND:CAPS">
|
2532
|
+
<ANCHOR id="G-DBUS-ERROR-MATCH-RULE-INVALID:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-MATCH-RULE-INVALID:CAPS">
|
2533
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-EXEC-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-EXEC-FAILED:CAPS">
|
2534
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-FORK-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-FORK-FAILED:CAPS">
|
2535
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-CHILD-EXITED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-CHILD-EXITED:CAPS">
|
2536
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-CHILD-SIGNALED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-CHILD-SIGNALED:CAPS">
|
2537
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-FAILED:CAPS">
|
2538
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-SETUP-FAILED:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-SETUP-FAILED:CAPS">
|
2539
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-CONFIG-INVALID:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-CONFIG-INVALID:CAPS">
|
2540
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-SERVICE-INVALID:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-SERVICE-INVALID:CAPS">
|
2541
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-SERVICE-NOT-FOUND:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-SERVICE-NOT-FOUND:CAPS">
|
2542
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-PERMISSIONS-INVALID:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-PERMISSIONS-INVALID:CAPS">
|
2543
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-FILE-INVALID:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-FILE-INVALID:CAPS">
|
2544
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-NO-MEMORY:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SPAWN-NO-MEMORY:CAPS">
|
2545
|
+
<ANCHOR id="G-DBUS-ERROR-UNIX-PROCESS-ID-UNKNOWN:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-UNIX-PROCESS-ID-UNKNOWN:CAPS">
|
2546
|
+
<ANCHOR id="G-DBUS-ERROR-INVALID-SIGNATURE:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-INVALID-SIGNATURE:CAPS">
|
2547
|
+
<ANCHOR id="G-DBUS-ERROR-INVALID-FILE-CONTENT:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-INVALID-FILE-CONTENT:CAPS">
|
2548
|
+
<ANCHOR id="G-DBUS-ERROR-SELINUX-SECURITY-CONTEXT-UNKNOWN:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-SELINUX-SECURITY-CONTEXT-UNKNOWN:CAPS">
|
2549
|
+
<ANCHOR id="G-DBUS-ERROR-ADT-AUDIT-DATA-UNKNOWN:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-ADT-AUDIT-DATA-UNKNOWN:CAPS">
|
2550
|
+
<ANCHOR id="G-DBUS-ERROR-OBJECT-PATH-IN-USE:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR-OBJECT-PATH-IN-USE:CAPS">
|
2551
|
+
<ANCHOR id="G-DBUS-ERROR:CAPS" href="gio/gio-GDBusError.html#G-DBUS-ERROR:CAPS">
|
2552
|
+
<ANCHOR id="g-dbus-error-is-remote-error" href="gio/gio-GDBusError.html#g-dbus-error-is-remote-error">
|
2553
|
+
<ANCHOR id="g-dbus-error-get-remote-error" href="gio/gio-GDBusError.html#g-dbus-error-get-remote-error">
|
2554
|
+
<ANCHOR id="g-dbus-error-strip-remote-error" href="gio/gio-GDBusError.html#g-dbus-error-strip-remote-error">
|
2555
|
+
<ANCHOR id="GDBusErrorEntry" href="gio/gio-GDBusError.html#GDBusErrorEntry">
|
2556
|
+
<ANCHOR id="g-dbus-error-register-error-domain" href="gio/gio-GDBusError.html#g-dbus-error-register-error-domain">
|
2557
|
+
<ANCHOR id="g-dbus-error-register-error" href="gio/gio-GDBusError.html#g-dbus-error-register-error">
|
2558
|
+
<ANCHOR id="g-dbus-error-unregister-error" href="gio/gio-GDBusError.html#g-dbus-error-unregister-error">
|
2559
|
+
<ANCHOR id="g-dbus-error-new-for-dbus-error" href="gio/gio-GDBusError.html#g-dbus-error-new-for-dbus-error">
|
2560
|
+
<ANCHOR id="g-dbus-error-set-dbus-error" href="gio/gio-GDBusError.html#g-dbus-error-set-dbus-error">
|
2561
|
+
<ANCHOR id="g-dbus-error-set-dbus-error-valist" href="gio/gio-GDBusError.html#g-dbus-error-set-dbus-error-valist">
|
2562
|
+
<ANCHOR id="g-dbus-error-encode-gerror" href="gio/gio-GDBusError.html#g-dbus-error-encode-gerror">
|
2271
2563
|
<ANCHOR id="GDBusMessage" href="gio/GDBusMessage.html">
|
2272
2564
|
<ANCHOR id="GDBusMessage.synopsis" href="gio/GDBusMessage.html#GDBusMessage.synopsis">
|
2273
2565
|
<ANCHOR id="GDBusMessage.object-hierarchy" href="gio/GDBusMessage.html#GDBusMessage.object-hierarchy">
|
@@ -2352,7 +2644,6 @@
|
|
2352
2644
|
<ANCHOR id="GDBusMessage--locked" href="gio/GDBusMessage.html#GDBusMessage--locked">
|
2353
2645
|
<ANCHOR id="GDBusConnection" href="gio/GDBusConnection.html">
|
2354
2646
|
<ANCHOR id="GDBusConnection.synopsis" href="gio/GDBusConnection.html#GDBusConnection.synopsis">
|
2355
|
-
<ANCHOR id="GBusType" href="gio/GDBusConnection.html#GBusType">
|
2356
2647
|
<ANCHOR id="GDBusConnectionFlags" href="gio/GDBusConnection.html#GDBusConnectionFlags">
|
2357
2648
|
<ANCHOR id="GDBusCapabilityFlags" href="gio/GDBusConnection.html#GDBusCapabilityFlags">
|
2358
2649
|
<ANCHOR id="GDBusConnection.object-hierarchy" href="gio/GDBusConnection.html#GDBusConnection.object-hierarchy">
|
@@ -2370,7 +2661,7 @@
|
|
2370
2661
|
<ANCHOR id="g-bus-get-finish" href="gio/GDBusConnection.html#g-bus-get-finish">
|
2371
2662
|
<ANCHOR id="g-bus-get-sync" href="gio/GDBusConnection.html#g-bus-get-sync">
|
2372
2663
|
<ANCHOR id="GDBusConnection-struct" href="gio/GDBusConnection.html#GDBusConnection-struct">
|
2373
|
-
<ANCHOR id="GDBusConnectionFlags" href="gio/GDBusConnection.html#GDBusConnectionFlags">
|
2664
|
+
<ANCHOR id="GDBusConnectionFlags-enum" href="gio/GDBusConnection.html#GDBusConnectionFlags-enum">
|
2374
2665
|
<ANCHOR id="G-DBUS-CONNECTION-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-NONE:CAPS">
|
2375
2666
|
<ANCHOR id="G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-CLIENT:CAPS" href="gio/GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-CLIENT:CAPS">
|
2376
2667
|
<ANCHOR id="G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-SERVER:CAPS" href="gio/GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-SERVER:CAPS">
|
@@ -2396,17 +2687,21 @@
|
|
2396
2687
|
<ANCHOR id="g-dbus-connection-get-stream" href="gio/GDBusConnection.html#g-dbus-connection-get-stream">
|
2397
2688
|
<ANCHOR id="g-dbus-connection-get-guid" href="gio/GDBusConnection.html#g-dbus-connection-get-guid">
|
2398
2689
|
<ANCHOR id="g-dbus-connection-get-unique-name" href="gio/GDBusConnection.html#g-dbus-connection-get-unique-name">
|
2399
|
-
<ANCHOR id="GDBusCapabilityFlags" href="gio/GDBusConnection.html#GDBusCapabilityFlags">
|
2690
|
+
<ANCHOR id="GDBusCapabilityFlags-enum" href="gio/GDBusConnection.html#GDBusCapabilityFlags-enum">
|
2400
2691
|
<ANCHOR id="G-DBUS-CAPABILITY-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-CAPABILITY-FLAGS-NONE:CAPS">
|
2401
2692
|
<ANCHOR id="G-DBUS-CAPABILITY-FLAGS-UNIX-FD-PASSING:CAPS" href="gio/GDBusConnection.html#G-DBUS-CAPABILITY-FLAGS-UNIX-FD-PASSING:CAPS">
|
2402
2693
|
<ANCHOR id="g-dbus-connection-get-capabilities" href="gio/GDBusConnection.html#g-dbus-connection-get-capabilities">
|
2403
2694
|
<ANCHOR id="g-dbus-connection-get-peer-credentials" href="gio/GDBusConnection.html#g-dbus-connection-get-peer-credentials">
|
2695
|
+
<ANCHOR id="g-dbus-connection-get-last-serial" href="gio/GDBusConnection.html#g-dbus-connection-get-last-serial">
|
2404
2696
|
<ANCHOR id="GDBusCallFlags" href="gio/GDBusConnection.html#GDBusCallFlags">
|
2405
2697
|
<ANCHOR id="G-DBUS-CALL-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-CALL-FLAGS-NONE:CAPS">
|
2406
2698
|
<ANCHOR id="G-DBUS-CALL-FLAGS-NO-AUTO-START:CAPS" href="gio/GDBusConnection.html#G-DBUS-CALL-FLAGS-NO-AUTO-START:CAPS">
|
2407
2699
|
<ANCHOR id="g-dbus-connection-call" href="gio/GDBusConnection.html#g-dbus-connection-call">
|
2408
2700
|
<ANCHOR id="g-dbus-connection-call-finish" href="gio/GDBusConnection.html#g-dbus-connection-call-finish">
|
2409
2701
|
<ANCHOR id="g-dbus-connection-call-sync" href="gio/GDBusConnection.html#g-dbus-connection-call-sync">
|
2702
|
+
<ANCHOR id="g-dbus-connection-call-with-unix-fd-list" href="gio/GDBusConnection.html#g-dbus-connection-call-with-unix-fd-list">
|
2703
|
+
<ANCHOR id="g-dbus-connection-call-with-unix-fd-list-finish" href="gio/GDBusConnection.html#g-dbus-connection-call-with-unix-fd-list-finish">
|
2704
|
+
<ANCHOR id="g-dbus-connection-call-with-unix-fd-list-sync" href="gio/GDBusConnection.html#g-dbus-connection-call-with-unix-fd-list-sync">
|
2410
2705
|
<ANCHOR id="g-dbus-connection-emit-signal" href="gio/GDBusConnection.html#g-dbus-connection-emit-signal">
|
2411
2706
|
<ANCHOR id="GDBusSignalFlags" href="gio/GDBusConnection.html#GDBusSignalFlags">
|
2412
2707
|
<ANCHOR id="G-DBUS-SIGNAL-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-SIGNAL-FLAGS-NONE:CAPS">
|
@@ -2472,6 +2767,8 @@
|
|
2472
2767
|
<ANCHOR id="g-dbus-method-invocation-return-error-literal" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-literal">
|
2473
2768
|
<ANCHOR id="g-dbus-method-invocation-return-gerror" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-gerror">
|
2474
2769
|
<ANCHOR id="g-dbus-method-invocation-return-dbus-error" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-dbus-error">
|
2770
|
+
<ANCHOR id="g-dbus-method-invocation-take-error" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-take-error">
|
2771
|
+
<ANCHOR id="g-dbus-method-invocation-return-value-with-unix-fd-list" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-value-with-unix-fd-list">
|
2475
2772
|
<ANCHOR id="GDBusServer" href="gio/GDBusServer.html">
|
2476
2773
|
<ANCHOR id="GDBusServer.synopsis" href="gio/GDBusServer.html#GDBusServer.synopsis">
|
2477
2774
|
<ANCHOR id="GDBusServerFlags" href="gio/GDBusServer.html#GDBusServerFlags">
|
@@ -2482,7 +2779,7 @@
|
|
2482
2779
|
<ANCHOR id="GDBusServer.description" href="gio/GDBusServer.html#GDBusServer.description">
|
2483
2780
|
<ANCHOR id="GDBusServer.details" href="gio/GDBusServer.html#GDBusServer.details">
|
2484
2781
|
<ANCHOR id="GDBusServer-struct" href="gio/GDBusServer.html#GDBusServer-struct">
|
2485
|
-
<ANCHOR id="GDBusServerFlags" href="gio/GDBusServer.html#GDBusServerFlags">
|
2782
|
+
<ANCHOR id="GDBusServerFlags-enum" href="gio/GDBusServer.html#GDBusServerFlags-enum">
|
2486
2783
|
<ANCHOR id="G-DBUS-SERVER-FLAGS-NONE:CAPS" href="gio/GDBusServer.html#G-DBUS-SERVER-FLAGS-NONE:CAPS">
|
2487
2784
|
<ANCHOR id="G-DBUS-SERVER-FLAGS-RUN-IN-THREAD:CAPS" href="gio/GDBusServer.html#G-DBUS-SERVER-FLAGS-RUN-IN-THREAD:CAPS">
|
2488
2785
|
<ANCHOR id="G-DBUS-SERVER-FLAGS-AUTHENTICATION-ALLOW-ANONYMOUS:CAPS" href="gio/GDBusServer.html#G-DBUS-SERVER-FLAGS-AUTHENTICATION-ALLOW-ANONYMOUS:CAPS">
|
@@ -2511,12 +2808,12 @@
|
|
2511
2808
|
<ANCHOR id="GDBusAuthObserver-struct" href="gio/GDBusAuthObserver.html#GDBusAuthObserver-struct">
|
2512
2809
|
<ANCHOR id="g-dbus-auth-observer-new" href="gio/GDBusAuthObserver.html#g-dbus-auth-observer-new">
|
2513
2810
|
<ANCHOR id="g-dbus-auth-observer-authorize-authenticated-peer" href="gio/GDBusAuthObserver.html#g-dbus-auth-observer-authorize-authenticated-peer">
|
2811
|
+
<ANCHOR id="g-dbus-auth-observer-allow-mechanism" href="gio/GDBusAuthObserver.html#g-dbus-auth-observer-allow-mechanism">
|
2514
2812
|
<ANCHOR id="GDBusAuthObserver.signal-details" href="gio/GDBusAuthObserver.html#GDBusAuthObserver.signal-details">
|
2813
|
+
<ANCHOR id="GDBusAuthObserver-allow-mechanism" href="gio/GDBusAuthObserver.html#GDBusAuthObserver-allow-mechanism">
|
2515
2814
|
<ANCHOR id="GDBusAuthObserver-authorize-authenticated-peer" href="gio/GDBusAuthObserver.html#GDBusAuthObserver-authorize-authenticated-peer">
|
2516
2815
|
<ANCHOR id="gio-Owning-Bus-Names" href="gio/gio-Owning-Bus-Names.html">
|
2517
2816
|
<ANCHOR id="gio-Owning-Bus-Names.synopsis" href="gio/gio-Owning-Bus-Names.html#gio-Owning-Bus-Names.synopsis">
|
2518
|
-
<ANCHOR id="GBusNameOwnerFlags" href="gio/gio-Owning-Bus-Names.html#GBusNameOwnerFlags">
|
2519
|
-
<ANCHOR id="gio-Owning-Bus-Names.object-hierarchy" href="gio/gio-Owning-Bus-Names.html#gio-Owning-Bus-Names.object-hierarchy">
|
2520
2817
|
<ANCHOR id="gio-Owning-Bus-Names.description" href="gio/gio-Owning-Bus-Names.html#gio-Owning-Bus-Names.description">
|
2521
2818
|
<ANCHOR id="gio-Owning-Bus-Names.details" href="gio/gio-Owning-Bus-Names.html#gio-Owning-Bus-Names.details">
|
2522
2819
|
<ANCHOR id="GBusAcquiredCallback" href="gio/gio-Owning-Bus-Names.html#GBusAcquiredCallback">
|
@@ -2545,6 +2842,50 @@
|
|
2545
2842
|
<ANCHOR id="g-bus-unwatch-name" href="gio/gio-Watching-Bus-Names.html#g-bus-unwatch-name">
|
2546
2843
|
<ANCHOR id="g-bus-watch-name-with-closures" href="gio/gio-Watching-Bus-Names.html#g-bus-watch-name-with-closures">
|
2547
2844
|
<ANCHOR id="g-bus-watch-name-on-connection-with-closures" href="gio/gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection-with-closures">
|
2845
|
+
<ANCHOR id="GDBusInterface" href="gio/GDBusInterface.html">
|
2846
|
+
<ANCHOR id="GDBusInterface.synopsis" href="gio/GDBusInterface.html#GDBusInterface.synopsis">
|
2847
|
+
<ANCHOR id="GDBusInterface.object-hierarchy" href="gio/GDBusInterface.html#GDBusInterface.object-hierarchy">
|
2848
|
+
<ANCHOR id="GDBusInterface.prerequisites" href="gio/GDBusInterface.html#GDBusInterface.prerequisites">
|
2849
|
+
<ANCHOR id="GDBusInterface.implementations" href="gio/GDBusInterface.html#GDBusInterface.implementations">
|
2850
|
+
<ANCHOR id="GDBusInterface.description" href="gio/GDBusInterface.html#GDBusInterface.description">
|
2851
|
+
<ANCHOR id="GDBusInterface.details" href="gio/GDBusInterface.html#GDBusInterface.details">
|
2852
|
+
<ANCHOR id="GDBusInterface-struct" href="gio/GDBusInterface.html#GDBusInterface-struct">
|
2853
|
+
<ANCHOR id="GDBusInterfaceIface" href="gio/GDBusInterface.html#GDBusInterfaceIface">
|
2854
|
+
<ANCHOR id="g-dbus-interface-get-info" href="gio/GDBusInterface.html#g-dbus-interface-get-info">
|
2855
|
+
<ANCHOR id="g-dbus-interface-get-object" href="gio/GDBusInterface.html#g-dbus-interface-get-object">
|
2856
|
+
<ANCHOR id="g-dbus-interface-dup-object" href="gio/GDBusInterface.html#g-dbus-interface-dup-object">
|
2857
|
+
<ANCHOR id="g-dbus-interface-set-object" href="gio/GDBusInterface.html#g-dbus-interface-set-object">
|
2858
|
+
<ANCHOR id="GDBusInterfaceSkeleton" href="gio/GDBusInterfaceSkeleton.html">
|
2859
|
+
<ANCHOR id="GDBusInterfaceSkeleton.synopsis" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton.synopsis">
|
2860
|
+
<ANCHOR id="GDBusInterfaceSkeletonFlags" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonFlags">
|
2861
|
+
<ANCHOR id="GDBusInterfaceSkeleton.object-hierarchy" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton.object-hierarchy">
|
2862
|
+
<ANCHOR id="GDBusInterfaceSkeleton.implemented-interfaces" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton.implemented-interfaces">
|
2863
|
+
<ANCHOR id="GDBusInterfaceSkeleton.properties" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton.properties">
|
2864
|
+
<ANCHOR id="GDBusInterfaceSkeleton.signals" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton.signals">
|
2865
|
+
<ANCHOR id="GDBusInterfaceSkeleton.description" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton.description">
|
2866
|
+
<ANCHOR id="GDBusInterfaceSkeleton.details" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton.details">
|
2867
|
+
<ANCHOR id="GDBusInterfaceSkeleton-struct" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton-struct">
|
2868
|
+
<ANCHOR id="GDBusInterfaceSkeletonClass" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass">
|
2869
|
+
<ANCHOR id="g-dbus-interface-skeleton-flush" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-flush">
|
2870
|
+
<ANCHOR id="g-dbus-interface-skeleton-get-info" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-info">
|
2871
|
+
<ANCHOR id="g-dbus-interface-skeleton-get-vtable" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-vtable">
|
2872
|
+
<ANCHOR id="g-dbus-interface-skeleton-get-properties" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-properties">
|
2873
|
+
<ANCHOR id="g-dbus-interface-skeleton-export" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-export">
|
2874
|
+
<ANCHOR id="g-dbus-interface-skeleton-unexport" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-unexport">
|
2875
|
+
<ANCHOR id="g-dbus-interface-skeleton-unexport-from-connection" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-unexport-from-connection">
|
2876
|
+
<ANCHOR id="g-dbus-interface-skeleton-get-connection" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-connection">
|
2877
|
+
<ANCHOR id="g-dbus-interface-skeleton-get-connections" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-connections">
|
2878
|
+
<ANCHOR id="g-dbus-interface-skeleton-has-connection" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-has-connection">
|
2879
|
+
<ANCHOR id="g-dbus-interface-skeleton-get-object-path" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-object-path">
|
2880
|
+
<ANCHOR id="GDBusInterfaceSkeletonFlags-enum" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonFlags-enum">
|
2881
|
+
<ANCHOR id="G-DBUS-INTERFACE-SKELETON-FLAGS-NONE:CAPS" href="gio/GDBusInterfaceSkeleton.html#G-DBUS-INTERFACE-SKELETON-FLAGS-NONE:CAPS">
|
2882
|
+
<ANCHOR id="G-DBUS-INTERFACE-SKELETON-FLAGS-HANDLE-METHOD-INVOCATIONS-IN-THREAD:CAPS" href="gio/GDBusInterfaceSkeleton.html#G-DBUS-INTERFACE-SKELETON-FLAGS-HANDLE-METHOD-INVOCATIONS-IN-THREAD:CAPS">
|
2883
|
+
<ANCHOR id="g-dbus-interface-skeleton-get-flags" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-flags">
|
2884
|
+
<ANCHOR id="g-dbus-interface-skeleton-set-flags" href="gio/GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-set-flags">
|
2885
|
+
<ANCHOR id="GDBusInterfaceSkeleton.property-details" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton.property-details">
|
2886
|
+
<ANCHOR id="GDBusInterfaceSkeleton--g-flags" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton--g-flags">
|
2887
|
+
<ANCHOR id="GDBusInterfaceSkeleton.signal-details" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton.signal-details">
|
2888
|
+
<ANCHOR id="GDBusInterfaceSkeleton-g-authorize-method" href="gio/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton-g-authorize-method">
|
2548
2889
|
<ANCHOR id="GDBusProxy" href="gio/GDBusProxy.html">
|
2549
2890
|
<ANCHOR id="GDBusProxy.synopsis" href="gio/GDBusProxy.html#GDBusProxy.synopsis">
|
2550
2891
|
<ANCHOR id="GDBusProxyFlags" href="gio/GDBusProxy.html#GDBusProxyFlags">
|
@@ -2554,11 +2895,12 @@
|
|
2554
2895
|
<ANCHOR id="GDBusProxy.signals" href="gio/GDBusProxy.html#GDBusProxy.signals">
|
2555
2896
|
<ANCHOR id="GDBusProxy.description" href="gio/GDBusProxy.html#GDBusProxy.description">
|
2556
2897
|
<ANCHOR id="GDBusProxy.details" href="gio/GDBusProxy.html#GDBusProxy.details">
|
2557
|
-
<ANCHOR id="GDBusProxyFlags" href="gio/GDBusProxy.html#GDBusProxyFlags">
|
2898
|
+
<ANCHOR id="GDBusProxyFlags-enum" href="gio/GDBusProxy.html#GDBusProxyFlags-enum">
|
2558
2899
|
<ANCHOR id="G-DBUS-PROXY-FLAGS-NONE:CAPS" href="gio/GDBusProxy.html#G-DBUS-PROXY-FLAGS-NONE:CAPS">
|
2559
2900
|
<ANCHOR id="G-DBUS-PROXY-FLAGS-DO-NOT-LOAD-PROPERTIES:CAPS" href="gio/GDBusProxy.html#G-DBUS-PROXY-FLAGS-DO-NOT-LOAD-PROPERTIES:CAPS">
|
2560
2901
|
<ANCHOR id="G-DBUS-PROXY-FLAGS-DO-NOT-CONNECT-SIGNALS:CAPS" href="gio/GDBusProxy.html#G-DBUS-PROXY-FLAGS-DO-NOT-CONNECT-SIGNALS:CAPS">
|
2561
2902
|
<ANCHOR id="G-DBUS-PROXY-FLAGS-DO-NOT-AUTO-START:CAPS" href="gio/GDBusProxy.html#G-DBUS-PROXY-FLAGS-DO-NOT-AUTO-START:CAPS">
|
2903
|
+
<ANCHOR id="G-DBUS-PROXY-FLAGS-GET-INVALIDATED-PROPERTIES:CAPS" href="gio/GDBusProxy.html#G-DBUS-PROXY-FLAGS-GET-INVALIDATED-PROPERTIES:CAPS">
|
2562
2904
|
<ANCHOR id="GDBusProxy-struct" href="gio/GDBusProxy.html#GDBusProxy-struct">
|
2563
2905
|
<ANCHOR id="GDBusProxyClass" href="gio/GDBusProxy.html#GDBusProxyClass">
|
2564
2906
|
<ANCHOR id="g-dbus-proxy-new" href="gio/GDBusProxy.html#g-dbus-proxy-new">
|
@@ -2583,6 +2925,9 @@
|
|
2583
2925
|
<ANCHOR id="g-dbus-proxy-call" href="gio/GDBusProxy.html#g-dbus-proxy-call">
|
2584
2926
|
<ANCHOR id="g-dbus-proxy-call-finish" href="gio/GDBusProxy.html#g-dbus-proxy-call-finish">
|
2585
2927
|
<ANCHOR id="g-dbus-proxy-call-sync" href="gio/GDBusProxy.html#g-dbus-proxy-call-sync">
|
2928
|
+
<ANCHOR id="g-dbus-proxy-call-with-unix-fd-list" href="gio/GDBusProxy.html#g-dbus-proxy-call-with-unix-fd-list">
|
2929
|
+
<ANCHOR id="g-dbus-proxy-call-with-unix-fd-list-finish" href="gio/GDBusProxy.html#g-dbus-proxy-call-with-unix-fd-list-finish">
|
2930
|
+
<ANCHOR id="g-dbus-proxy-call-with-unix-fd-list-sync" href="gio/GDBusProxy.html#g-dbus-proxy-call-with-unix-fd-list-sync">
|
2586
2931
|
<ANCHOR id="GDBusProxy.property-details" href="gio/GDBusProxy.html#GDBusProxy.property-details">
|
2587
2932
|
<ANCHOR id="GDBusProxy--g-bus-type" href="gio/GDBusProxy.html#GDBusProxy--g-bus-type">
|
2588
2933
|
<ANCHOR id="GDBusProxy--g-connection" href="gio/GDBusProxy.html#GDBusProxy--g-connection">
|
@@ -2596,6 +2941,132 @@
|
|
2596
2941
|
<ANCHOR id="GDBusProxy.signal-details" href="gio/GDBusProxy.html#GDBusProxy.signal-details">
|
2597
2942
|
<ANCHOR id="GDBusProxy-g-properties-changed" href="gio/GDBusProxy.html#GDBusProxy-g-properties-changed">
|
2598
2943
|
<ANCHOR id="GDBusProxy-g-signal" href="gio/GDBusProxy.html#GDBusProxy-g-signal">
|
2944
|
+
<ANCHOR id="GDBusObject" href="gio/GDBusObject.html">
|
2945
|
+
<ANCHOR id="GDBusObject.synopsis" href="gio/GDBusObject.html#GDBusObject.synopsis">
|
2946
|
+
<ANCHOR id="GDBusObject.object-hierarchy" href="gio/GDBusObject.html#GDBusObject.object-hierarchy">
|
2947
|
+
<ANCHOR id="GDBusObject.prerequisites" href="gio/GDBusObject.html#GDBusObject.prerequisites">
|
2948
|
+
<ANCHOR id="GDBusObject.implementations" href="gio/GDBusObject.html#GDBusObject.implementations">
|
2949
|
+
<ANCHOR id="GDBusObject.signals" href="gio/GDBusObject.html#GDBusObject.signals">
|
2950
|
+
<ANCHOR id="GDBusObject.description" href="gio/GDBusObject.html#GDBusObject.description">
|
2951
|
+
<ANCHOR id="GDBusObject.details" href="gio/GDBusObject.html#GDBusObject.details">
|
2952
|
+
<ANCHOR id="GDBusObject-struct" href="gio/GDBusObject.html#GDBusObject-struct">
|
2953
|
+
<ANCHOR id="GDBusObjectIface" href="gio/GDBusObject.html#GDBusObjectIface">
|
2954
|
+
<ANCHOR id="g-dbus-object-get-object-path" href="gio/GDBusObject.html#g-dbus-object-get-object-path">
|
2955
|
+
<ANCHOR id="g-dbus-object-get-interfaces" href="gio/GDBusObject.html#g-dbus-object-get-interfaces">
|
2956
|
+
<ANCHOR id="g-dbus-object-get-interface" href="gio/GDBusObject.html#g-dbus-object-get-interface">
|
2957
|
+
<ANCHOR id="GDBusObject.signal-details" href="gio/GDBusObject.html#GDBusObject.signal-details">
|
2958
|
+
<ANCHOR id="GDBusObject-interface-added" href="gio/GDBusObject.html#GDBusObject-interface-added">
|
2959
|
+
<ANCHOR id="GDBusObject-interface-removed" href="gio/GDBusObject.html#GDBusObject-interface-removed">
|
2960
|
+
<ANCHOR id="GDBusObjectSkeleton" href="gio/GDBusObjectSkeleton.html">
|
2961
|
+
<ANCHOR id="GDBusObjectSkeleton.synopsis" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton.synopsis">
|
2962
|
+
<ANCHOR id="GDBusObjectSkeleton.object-hierarchy" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton.object-hierarchy">
|
2963
|
+
<ANCHOR id="GDBusObjectSkeleton.implemented-interfaces" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton.implemented-interfaces">
|
2964
|
+
<ANCHOR id="GDBusObjectSkeleton.properties" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton.properties">
|
2965
|
+
<ANCHOR id="GDBusObjectSkeleton.signals" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton.signals">
|
2966
|
+
<ANCHOR id="GDBusObjectSkeleton.description" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton.description">
|
2967
|
+
<ANCHOR id="GDBusObjectSkeleton.details" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton.details">
|
2968
|
+
<ANCHOR id="GDBusObjectSkeleton-struct" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton-struct">
|
2969
|
+
<ANCHOR id="GDBusObjectSkeletonClass" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeletonClass">
|
2970
|
+
<ANCHOR id="g-dbus-object-skeleton-new" href="gio/GDBusObjectSkeleton.html#g-dbus-object-skeleton-new">
|
2971
|
+
<ANCHOR id="g-dbus-object-skeleton-flush" href="gio/GDBusObjectSkeleton.html#g-dbus-object-skeleton-flush">
|
2972
|
+
<ANCHOR id="g-dbus-object-skeleton-add-interface" href="gio/GDBusObjectSkeleton.html#g-dbus-object-skeleton-add-interface">
|
2973
|
+
<ANCHOR id="g-dbus-object-skeleton-remove-interface" href="gio/GDBusObjectSkeleton.html#g-dbus-object-skeleton-remove-interface">
|
2974
|
+
<ANCHOR id="g-dbus-object-skeleton-remove-interface-by-name" href="gio/GDBusObjectSkeleton.html#g-dbus-object-skeleton-remove-interface-by-name">
|
2975
|
+
<ANCHOR id="g-dbus-object-skeleton-set-object-path" href="gio/GDBusObjectSkeleton.html#g-dbus-object-skeleton-set-object-path">
|
2976
|
+
<ANCHOR id="GDBusObjectSkeleton.property-details" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton.property-details">
|
2977
|
+
<ANCHOR id="GDBusObjectSkeleton--g-object-path" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton--g-object-path">
|
2978
|
+
<ANCHOR id="GDBusObjectSkeleton.signal-details" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton.signal-details">
|
2979
|
+
<ANCHOR id="GDBusObjectSkeleton-authorize-method" href="gio/GDBusObjectSkeleton.html#GDBusObjectSkeleton-authorize-method">
|
2980
|
+
<ANCHOR id="GDBusObjectProxy" href="gio/GDBusObjectProxy.html">
|
2981
|
+
<ANCHOR id="GDBusObjectProxy.synopsis" href="gio/GDBusObjectProxy.html#GDBusObjectProxy.synopsis">
|
2982
|
+
<ANCHOR id="GDBusObjectProxy.object-hierarchy" href="gio/GDBusObjectProxy.html#GDBusObjectProxy.object-hierarchy">
|
2983
|
+
<ANCHOR id="GDBusObjectProxy.implemented-interfaces" href="gio/GDBusObjectProxy.html#GDBusObjectProxy.implemented-interfaces">
|
2984
|
+
<ANCHOR id="GDBusObjectProxy.properties" href="gio/GDBusObjectProxy.html#GDBusObjectProxy.properties">
|
2985
|
+
<ANCHOR id="GDBusObjectProxy.description" href="gio/GDBusObjectProxy.html#GDBusObjectProxy.description">
|
2986
|
+
<ANCHOR id="GDBusObjectProxy.details" href="gio/GDBusObjectProxy.html#GDBusObjectProxy.details">
|
2987
|
+
<ANCHOR id="GDBusObjectProxy-struct" href="gio/GDBusObjectProxy.html#GDBusObjectProxy-struct">
|
2988
|
+
<ANCHOR id="GDBusObjectProxyClass" href="gio/GDBusObjectProxy.html#GDBusObjectProxyClass">
|
2989
|
+
<ANCHOR id="g-dbus-object-proxy-new" href="gio/GDBusObjectProxy.html#g-dbus-object-proxy-new">
|
2990
|
+
<ANCHOR id="g-dbus-object-proxy-get-connection" href="gio/GDBusObjectProxy.html#g-dbus-object-proxy-get-connection">
|
2991
|
+
<ANCHOR id="GDBusObjectProxy.property-details" href="gio/GDBusObjectProxy.html#GDBusObjectProxy.property-details">
|
2992
|
+
<ANCHOR id="GDBusObjectProxy--g-connection" href="gio/GDBusObjectProxy.html#GDBusObjectProxy--g-connection">
|
2993
|
+
<ANCHOR id="GDBusObjectProxy--g-object-path" href="gio/GDBusObjectProxy.html#GDBusObjectProxy--g-object-path">
|
2994
|
+
<ANCHOR id="GDBusObjectManager" href="gio/GDBusObjectManager.html">
|
2995
|
+
<ANCHOR id="GDBusObjectManager.synopsis" href="gio/GDBusObjectManager.html#GDBusObjectManager.synopsis">
|
2996
|
+
<ANCHOR id="GDBusObjectManager.object-hierarchy" href="gio/GDBusObjectManager.html#GDBusObjectManager.object-hierarchy">
|
2997
|
+
<ANCHOR id="GDBusObjectManager.prerequisites" href="gio/GDBusObjectManager.html#GDBusObjectManager.prerequisites">
|
2998
|
+
<ANCHOR id="GDBusObjectManager.implementations" href="gio/GDBusObjectManager.html#GDBusObjectManager.implementations">
|
2999
|
+
<ANCHOR id="GDBusObjectManager.signals" href="gio/GDBusObjectManager.html#GDBusObjectManager.signals">
|
3000
|
+
<ANCHOR id="GDBusObjectManager.description" href="gio/GDBusObjectManager.html#GDBusObjectManager.description">
|
3001
|
+
<ANCHOR id="GDBusObjectManager.details" href="gio/GDBusObjectManager.html#GDBusObjectManager.details">
|
3002
|
+
<ANCHOR id="GDBusObjectManager-struct" href="gio/GDBusObjectManager.html#GDBusObjectManager-struct">
|
3003
|
+
<ANCHOR id="GDBusObjectManagerIface" href="gio/GDBusObjectManager.html#GDBusObjectManagerIface">
|
3004
|
+
<ANCHOR id="g-dbus-object-manager-get-object-path" href="gio/GDBusObjectManager.html#g-dbus-object-manager-get-object-path">
|
3005
|
+
<ANCHOR id="g-dbus-object-manager-get-objects" href="gio/GDBusObjectManager.html#g-dbus-object-manager-get-objects">
|
3006
|
+
<ANCHOR id="g-dbus-object-manager-get-object" href="gio/GDBusObjectManager.html#g-dbus-object-manager-get-object">
|
3007
|
+
<ANCHOR id="g-dbus-object-manager-get-interface" href="gio/GDBusObjectManager.html#g-dbus-object-manager-get-interface">
|
3008
|
+
<ANCHOR id="GDBusObjectManager.signal-details" href="gio/GDBusObjectManager.html#GDBusObjectManager.signal-details">
|
3009
|
+
<ANCHOR id="GDBusObjectManager-interface-added" href="gio/GDBusObjectManager.html#GDBusObjectManager-interface-added">
|
3010
|
+
<ANCHOR id="GDBusObjectManager-interface-removed" href="gio/GDBusObjectManager.html#GDBusObjectManager-interface-removed">
|
3011
|
+
<ANCHOR id="GDBusObjectManager-object-added" href="gio/GDBusObjectManager.html#GDBusObjectManager-object-added">
|
3012
|
+
<ANCHOR id="GDBusObjectManager-object-removed" href="gio/GDBusObjectManager.html#GDBusObjectManager-object-removed">
|
3013
|
+
<ANCHOR id="GDBusObjectManagerServer" href="gio/GDBusObjectManagerServer.html">
|
3014
|
+
<ANCHOR id="GDBusObjectManagerServer.synopsis" href="gio/GDBusObjectManagerServer.html#GDBusObjectManagerServer.synopsis">
|
3015
|
+
<ANCHOR id="GDBusObjectManagerServer.object-hierarchy" href="gio/GDBusObjectManagerServer.html#GDBusObjectManagerServer.object-hierarchy">
|
3016
|
+
<ANCHOR id="GDBusObjectManagerServer.implemented-interfaces" href="gio/GDBusObjectManagerServer.html#GDBusObjectManagerServer.implemented-interfaces">
|
3017
|
+
<ANCHOR id="GDBusObjectManagerServer.properties" href="gio/GDBusObjectManagerServer.html#GDBusObjectManagerServer.properties">
|
3018
|
+
<ANCHOR id="GDBusObjectManagerServer.description" href="gio/GDBusObjectManagerServer.html#GDBusObjectManagerServer.description">
|
3019
|
+
<ANCHOR id="GDBusObjectManagerServer.details" href="gio/GDBusObjectManagerServer.html#GDBusObjectManagerServer.details">
|
3020
|
+
<ANCHOR id="GDBusObjectManagerServer-struct" href="gio/GDBusObjectManagerServer.html#GDBusObjectManagerServer-struct">
|
3021
|
+
<ANCHOR id="GDBusObjectManagerServerClass" href="gio/GDBusObjectManagerServer.html#GDBusObjectManagerServerClass">
|
3022
|
+
<ANCHOR id="g-dbus-object-manager-server-new" href="gio/GDBusObjectManagerServer.html#g-dbus-object-manager-server-new">
|
3023
|
+
<ANCHOR id="g-dbus-object-manager-server-get-connection" href="gio/GDBusObjectManagerServer.html#g-dbus-object-manager-server-get-connection">
|
3024
|
+
<ANCHOR id="g-dbus-object-manager-server-set-connection" href="gio/GDBusObjectManagerServer.html#g-dbus-object-manager-server-set-connection">
|
3025
|
+
<ANCHOR id="g-dbus-object-manager-server-export" href="gio/GDBusObjectManagerServer.html#g-dbus-object-manager-server-export">
|
3026
|
+
<ANCHOR id="g-dbus-object-manager-server-export-uniquely" href="gio/GDBusObjectManagerServer.html#g-dbus-object-manager-server-export-uniquely">
|
3027
|
+
<ANCHOR id="g-dbus-object-manager-server-is-exported" href="gio/GDBusObjectManagerServer.html#g-dbus-object-manager-server-is-exported">
|
3028
|
+
<ANCHOR id="g-dbus-object-manager-server-unexport" href="gio/GDBusObjectManagerServer.html#g-dbus-object-manager-server-unexport">
|
3029
|
+
<ANCHOR id="GDBusObjectManagerServer.property-details" href="gio/GDBusObjectManagerServer.html#GDBusObjectManagerServer.property-details">
|
3030
|
+
<ANCHOR id="GDBusObjectManagerServer--connection" href="gio/GDBusObjectManagerServer.html#GDBusObjectManagerServer--connection">
|
3031
|
+
<ANCHOR id="GDBusObjectManagerServer--object-path" href="gio/GDBusObjectManagerServer.html#GDBusObjectManagerServer--object-path">
|
3032
|
+
<ANCHOR id="GDBusObjectManagerClient" href="gio/GDBusObjectManagerClient.html">
|
3033
|
+
<ANCHOR id="GDBusObjectManagerClient.synopsis" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient.synopsis">
|
3034
|
+
<ANCHOR id="GDBusObjectManagerClientFlags" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClientFlags">
|
3035
|
+
<ANCHOR id="GDBusObjectManagerClient.object-hierarchy" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient.object-hierarchy">
|
3036
|
+
<ANCHOR id="GDBusObjectManagerClient.implemented-interfaces" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient.implemented-interfaces">
|
3037
|
+
<ANCHOR id="GDBusObjectManagerClient.properties" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient.properties">
|
3038
|
+
<ANCHOR id="GDBusObjectManagerClient.signals" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient.signals">
|
3039
|
+
<ANCHOR id="GDBusObjectManagerClient.description" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient.description">
|
3040
|
+
<ANCHOR id="GDBusObjectManagerClient.details" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient.details">
|
3041
|
+
<ANCHOR id="GDBusObjectManagerClient-struct" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient-struct">
|
3042
|
+
<ANCHOR id="GDBusObjectManagerClientClass" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClientClass">
|
3043
|
+
<ANCHOR id="GDBusObjectManagerClientFlags-enum" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClientFlags-enum">
|
3044
|
+
<ANCHOR id="G-DBUS-OBJECT-MANAGER-CLIENT-FLAGS-NONE:CAPS" href="gio/GDBusObjectManagerClient.html#G-DBUS-OBJECT-MANAGER-CLIENT-FLAGS-NONE:CAPS">
|
3045
|
+
<ANCHOR id="G-DBUS-OBJECT-MANAGER-CLIENT-FLAGS-DO-NOT-AUTO-START:CAPS" href="gio/GDBusObjectManagerClient.html#G-DBUS-OBJECT-MANAGER-CLIENT-FLAGS-DO-NOT-AUTO-START:CAPS">
|
3046
|
+
<ANCHOR id="GDBusProxyTypeFunc" href="gio/GDBusObjectManagerClient.html#GDBusProxyTypeFunc">
|
3047
|
+
<ANCHOR id="g-dbus-object-manager-client-new" href="gio/GDBusObjectManagerClient.html#g-dbus-object-manager-client-new">
|
3048
|
+
<ANCHOR id="g-dbus-object-manager-client-new-finish" href="gio/GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-finish">
|
3049
|
+
<ANCHOR id="g-dbus-object-manager-client-new-sync" href="gio/GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-sync">
|
3050
|
+
<ANCHOR id="g-dbus-object-manager-client-new-for-bus" href="gio/GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-for-bus">
|
3051
|
+
<ANCHOR id="g-dbus-object-manager-client-new-for-bus-finish" href="gio/GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-for-bus-finish">
|
3052
|
+
<ANCHOR id="g-dbus-object-manager-client-new-for-bus-sync" href="gio/GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-for-bus-sync">
|
3053
|
+
<ANCHOR id="g-dbus-object-manager-client-get-connection" href="gio/GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-connection">
|
3054
|
+
<ANCHOR id="g-dbus-object-manager-client-get-flags" href="gio/GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-flags">
|
3055
|
+
<ANCHOR id="g-dbus-object-manager-client-get-name" href="gio/GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-name">
|
3056
|
+
<ANCHOR id="g-dbus-object-manager-client-get-name-owner" href="gio/GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-name-owner">
|
3057
|
+
<ANCHOR id="GDBusObjectManagerClient.property-details" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient.property-details">
|
3058
|
+
<ANCHOR id="GDBusObjectManagerClient--bus-type" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient--bus-type">
|
3059
|
+
<ANCHOR id="GDBusObjectManagerClient--connection" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient--connection">
|
3060
|
+
<ANCHOR id="GDBusObjectManagerClient--flags" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient--flags">
|
3061
|
+
<ANCHOR id="GDBusObjectManagerClient--get-proxy-type-destroy-notify" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient--get-proxy-type-destroy-notify">
|
3062
|
+
<ANCHOR id="GDBusObjectManagerClient--get-proxy-type-func" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient--get-proxy-type-func">
|
3063
|
+
<ANCHOR id="GDBusObjectManagerClient--get-proxy-type-user-data" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient--get-proxy-type-user-data">
|
3064
|
+
<ANCHOR id="GDBusObjectManagerClient--name" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient--name">
|
3065
|
+
<ANCHOR id="GDBusObjectManagerClient--name-owner" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient--name-owner">
|
3066
|
+
<ANCHOR id="GDBusObjectManagerClient--object-path" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient--object-path">
|
3067
|
+
<ANCHOR id="GDBusObjectManagerClient.signal-details" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient.signal-details">
|
3068
|
+
<ANCHOR id="GDBusObjectManagerClient-interface-proxy-properties-changed" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient-interface-proxy-properties-changed">
|
3069
|
+
<ANCHOR id="GDBusObjectManagerClient-interface-proxy-signal" href="gio/GDBusObjectManagerClient.html#GDBusObjectManagerClient-interface-proxy-signal">
|
2599
3070
|
<ANCHOR id="GSettings" href="gio/GSettings.html">
|
2600
3071
|
<ANCHOR id="GSettings.synopsis" href="gio/GSettings.html#GSettings.synopsis">
|
2601
3072
|
<ANCHOR id="GSettings.object-hierarchy" href="gio/GSettings.html#GSettings.object-hierarchy">
|
@@ -2608,6 +3079,7 @@
|
|
2608
3079
|
<ANCHOR id="g-settings-new-with-path" href="gio/GSettings.html#g-settings-new-with-path">
|
2609
3080
|
<ANCHOR id="g-settings-new-with-backend" href="gio/GSettings.html#g-settings-new-with-backend">
|
2610
3081
|
<ANCHOR id="g-settings-new-with-backend-and-path" href="gio/GSettings.html#g-settings-new-with-backend-and-path">
|
3082
|
+
<ANCHOR id="g-settings-new-full" href="gio/GSettings.html#g-settings-new-full">
|
2611
3083
|
<ANCHOR id="g-settings-sync" href="gio/GSettings.html#g-settings-sync">
|
2612
3084
|
<ANCHOR id="g-settings-get-value" href="gio/GSettings.html#g-settings-get-value">
|
2613
3085
|
<ANCHOR id="g-settings-set-value" href="gio/GSettings.html#g-settings-set-value">
|
@@ -2630,6 +3102,8 @@
|
|
2630
3102
|
<ANCHOR id="g-settings-set-boolean" href="gio/GSettings.html#g-settings-set-boolean">
|
2631
3103
|
<ANCHOR id="g-settings-get-int" href="gio/GSettings.html#g-settings-get-int">
|
2632
3104
|
<ANCHOR id="g-settings-set-int" href="gio/GSettings.html#g-settings-set-int">
|
3105
|
+
<ANCHOR id="g-settings-get-uint" href="gio/GSettings.html#g-settings-get-uint">
|
3106
|
+
<ANCHOR id="g-settings-set-uint" href="gio/GSettings.html#g-settings-set-uint">
|
2633
3107
|
<ANCHOR id="g-settings-get-double" href="gio/GSettings.html#g-settings-get-double">
|
2634
3108
|
<ANCHOR id="g-settings-set-double" href="gio/GSettings.html#g-settings-set-double">
|
2635
3109
|
<ANCHOR id="g-settings-get-string" href="gio/GSettings.html#g-settings-get-string">
|
@@ -2655,12 +3129,15 @@
|
|
2655
3129
|
<ANCHOR id="g-settings-unbind" href="gio/GSettings.html#g-settings-unbind">
|
2656
3130
|
<ANCHOR id="GSettingsBindSetMapping" href="gio/GSettings.html#GSettingsBindSetMapping">
|
2657
3131
|
<ANCHOR id="GSettingsBindGetMapping" href="gio/GSettings.html#GSettingsBindGetMapping">
|
3132
|
+
<ANCHOR id="g-settings-create-action" href="gio/GSettings.html#g-settings-create-action">
|
2658
3133
|
<ANCHOR id="GSettings.property-details" href="gio/GSettings.html#GSettings.property-details">
|
2659
3134
|
<ANCHOR id="GSettings--backend" href="gio/GSettings.html#GSettings--backend">
|
2660
3135
|
<ANCHOR id="GSettings--delay-apply" href="gio/GSettings.html#GSettings--delay-apply">
|
2661
3136
|
<ANCHOR id="GSettings--has-unapplied" href="gio/GSettings.html#GSettings--has-unapplied">
|
2662
3137
|
<ANCHOR id="GSettings--path" href="gio/GSettings.html#GSettings--path">
|
2663
3138
|
<ANCHOR id="GSettings--schema" href="gio/GSettings.html#GSettings--schema">
|
3139
|
+
<ANCHOR id="GSettings--schema-id" href="gio/GSettings.html#GSettings--schema-id">
|
3140
|
+
<ANCHOR id="GSettings--settings-schema" href="gio/GSettings.html#GSettings--settings-schema">
|
2664
3141
|
<ANCHOR id="GSettings.signal-details" href="gio/GSettings.html#GSettings.signal-details">
|
2665
3142
|
<ANCHOR id="GSettings-change-event" href="gio/GSettings.html#GSettings-change-event">
|
2666
3143
|
<ANCHOR id="GSettings-changed" href="gio/GSettings.html#GSettings-changed">
|
@@ -2686,6 +3163,53 @@
|
|
2686
3163
|
<ANCHOR id="g-memory-settings-backend-new" href="gio/GSettingsBackend.html#g-memory-settings-backend-new">
|
2687
3164
|
<ANCHOR id="g-null-settings-backend-new" href="gio/GSettingsBackend.html#g-null-settings-backend-new">
|
2688
3165
|
<ANCHOR id="GSettingsBackend.see-also" href="gio/GSettingsBackend.html#GSettingsBackend.see-also">
|
3166
|
+
<ANCHOR id="gio-GSettingsSchema-GSettingsSchemaSource" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html">
|
3167
|
+
<ANCHOR id="gio-GSettingsSchema-GSettingsSchemaSource.synopsis" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#gio-GSettingsSchema-GSettingsSchemaSource.synopsis">
|
3168
|
+
<ANCHOR id="GSettingsSchema" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#GSettingsSchema">
|
3169
|
+
<ANCHOR id="gio-GSettingsSchema-GSettingsSchemaSource.object-hierarchy" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#gio-GSettingsSchema-GSettingsSchemaSource.object-hierarchy">
|
3170
|
+
<ANCHOR id="gio-GSettingsSchema-GSettingsSchemaSource.description" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#gio-GSettingsSchema-GSettingsSchemaSource.description">
|
3171
|
+
<ANCHOR id="gio-GSettingsSchema-GSettingsSchemaSource.details" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#gio-GSettingsSchema-GSettingsSchemaSource.details">
|
3172
|
+
<ANCHOR id="GSettingsSchemaSource" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#GSettingsSchemaSource">
|
3173
|
+
<ANCHOR id="G-TYPE-SETTINGS-SCHEMA-SOURCE:CAPS" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#G-TYPE-SETTINGS-SCHEMA-SOURCE:CAPS">
|
3174
|
+
<ANCHOR id="g-settings-schema-source-get-default" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-get-default">
|
3175
|
+
<ANCHOR id="g-settings-schema-source-ref" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-ref">
|
3176
|
+
<ANCHOR id="g-settings-schema-source-unref" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-unref">
|
3177
|
+
<ANCHOR id="g-settings-schema-source-new-from-directory" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-new-from-directory">
|
3178
|
+
<ANCHOR id="g-settings-schema-source-lookup" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-lookup">
|
3179
|
+
<ANCHOR id="GSettingsSchema-struct" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#GSettingsSchema-struct">
|
3180
|
+
<ANCHOR id="G-TYPE-SETTINGS-SCHEMA:CAPS" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#G-TYPE-SETTINGS-SCHEMA:CAPS">
|
3181
|
+
<ANCHOR id="g-settings-schema-ref" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-ref">
|
3182
|
+
<ANCHOR id="g-settings-schema-unref" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-unref">
|
3183
|
+
<ANCHOR id="g-settings-schema-get-id" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-get-id">
|
3184
|
+
<ANCHOR id="g-settings-schema-get-path" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-get-path">
|
3185
|
+
<ANCHOR id="gio-GResource" href="gio/gio-GResource.html">
|
3186
|
+
<ANCHOR id="gio-GResource.synopsis" href="gio/gio-GResource.html#gio-GResource.synopsis">
|
3187
|
+
<ANCHOR id="gio-GResource.description" href="gio/gio-GResource.html#gio-GResource.description">
|
3188
|
+
<ANCHOR id="gio-GResource.details" href="gio/gio-GResource.html#gio-GResource.details">
|
3189
|
+
<ANCHOR id="GResource" href="gio/gio-GResource.html#GResource">
|
3190
|
+
<ANCHOR id="GResourceFlags" href="gio/gio-GResource.html#GResourceFlags">
|
3191
|
+
<ANCHOR id="G-RESOURCE-FLAGS-NONE:CAPS" href="gio/gio-GResource.html#G-RESOURCE-FLAGS-NONE:CAPS">
|
3192
|
+
<ANCHOR id="G-RESOURCE-FLAGS-COMPRESSED:CAPS" href="gio/gio-GResource.html#G-RESOURCE-FLAGS-COMPRESSED:CAPS">
|
3193
|
+
<ANCHOR id="GResourceLookupFlags" href="gio/gio-GResource.html#GResourceLookupFlags">
|
3194
|
+
<ANCHOR id="G-RESOURCE-LOOKUP-FLAGS-NONE:CAPS" href="gio/gio-GResource.html#G-RESOURCE-LOOKUP-FLAGS-NONE:CAPS">
|
3195
|
+
<ANCHOR id="g-resource-load" href="gio/gio-GResource.html#g-resource-load">
|
3196
|
+
<ANCHOR id="g-resource-new-from-data" href="gio/gio-GResource.html#g-resource-new-from-data">
|
3197
|
+
<ANCHOR id="g-resource-ref" href="gio/gio-GResource.html#g-resource-ref">
|
3198
|
+
<ANCHOR id="g-resource-unref" href="gio/gio-GResource.html#g-resource-unref">
|
3199
|
+
<ANCHOR id="g-resource-lookup-data" href="gio/gio-GResource.html#g-resource-lookup-data">
|
3200
|
+
<ANCHOR id="g-resource-open-stream" href="gio/gio-GResource.html#g-resource-open-stream">
|
3201
|
+
<ANCHOR id="g-resource-enumerate-children" href="gio/gio-GResource.html#g-resource-enumerate-children">
|
3202
|
+
<ANCHOR id="g-resource-get-info" href="gio/gio-GResource.html#g-resource-get-info">
|
3203
|
+
<ANCHOR id="g-resources-register" href="gio/gio-GResource.html#g-resources-register">
|
3204
|
+
<ANCHOR id="g-resources-unregister" href="gio/gio-GResource.html#g-resources-unregister">
|
3205
|
+
<ANCHOR id="g-resources-lookup-data" href="gio/gio-GResource.html#g-resources-lookup-data">
|
3206
|
+
<ANCHOR id="g-resources-open-stream" href="gio/gio-GResource.html#g-resources-open-stream">
|
3207
|
+
<ANCHOR id="g-resources-enumerate-children" href="gio/gio-GResource.html#g-resources-enumerate-children">
|
3208
|
+
<ANCHOR id="g-resources-get-info" href="gio/gio-GResource.html#g-resources-get-info">
|
3209
|
+
<ANCHOR id="G-RESOURCE-ERROR:CAPS" href="gio/gio-GResource.html#G-RESOURCE-ERROR:CAPS">
|
3210
|
+
<ANCHOR id="GResourceError" href="gio/gio-GResource.html#GResourceError">
|
3211
|
+
<ANCHOR id="G-RESOURCE-ERROR-NOT-FOUND:CAPS" href="gio/gio-GResource.html#G-RESOURCE-ERROR-NOT-FOUND:CAPS">
|
3212
|
+
<ANCHOR id="G-RESOURCE-ERROR-INTERNAL:CAPS" href="gio/gio-GResource.html#G-RESOURCE-ERROR-INTERNAL:CAPS">
|
2689
3213
|
<ANCHOR id="GPermission" href="gio/GPermission.html">
|
2690
3214
|
<ANCHOR id="GPermission.synopsis" href="gio/GPermission.html#GPermission.synopsis">
|
2691
3215
|
<ANCHOR id="GPermission.object-hierarchy" href="gio/GPermission.html#GPermission.object-hierarchy">
|
@@ -2714,17 +3238,93 @@
|
|
2714
3238
|
<ANCHOR id="GSimplePermission.details" href="gio/GSimplePermission.html#GSimplePermission.details">
|
2715
3239
|
<ANCHOR id="GSimplePermission-struct" href="gio/GSimplePermission.html#GSimplePermission-struct">
|
2716
3240
|
<ANCHOR id="g-simple-permission-new" href="gio/GSimplePermission.html#g-simple-permission-new">
|
3241
|
+
<ANCHOR id="GApplication" href="gio/GApplication.html">
|
3242
|
+
<ANCHOR id="GApplication.synopsis" href="gio/GApplication.html#GApplication.synopsis">
|
3243
|
+
<ANCHOR id="GApplicationFlags" href="gio/GApplication.html#GApplicationFlags">
|
3244
|
+
<ANCHOR id="GApplication.object-hierarchy" href="gio/GApplication.html#GApplication.object-hierarchy">
|
3245
|
+
<ANCHOR id="GApplication.implemented-interfaces" href="gio/GApplication.html#GApplication.implemented-interfaces">
|
3246
|
+
<ANCHOR id="GApplication.properties" href="gio/GApplication.html#GApplication.properties">
|
3247
|
+
<ANCHOR id="GApplication.signals" href="gio/GApplication.html#GApplication.signals">
|
3248
|
+
<ANCHOR id="GApplication.description" href="gio/GApplication.html#GApplication.description">
|
3249
|
+
<ANCHOR id="GApplication.details" href="gio/GApplication.html#GApplication.details">
|
3250
|
+
<ANCHOR id="GApplication-struct" href="gio/GApplication.html#GApplication-struct">
|
3251
|
+
<ANCHOR id="GApplicationClass" href="gio/GApplication.html#GApplicationClass">
|
3252
|
+
<ANCHOR id="GApplicationFlags-enum" href="gio/GApplication.html#GApplicationFlags-enum">
|
3253
|
+
<ANCHOR id="G-APPLICATION-FLAGS-NONE:CAPS" href="gio/GApplication.html#G-APPLICATION-FLAGS-NONE:CAPS">
|
3254
|
+
<ANCHOR id="G-APPLICATION-IS-SERVICE:CAPS" href="gio/GApplication.html#G-APPLICATION-IS-SERVICE:CAPS">
|
3255
|
+
<ANCHOR id="G-APPLICATION-IS-LAUNCHER:CAPS" href="gio/GApplication.html#G-APPLICATION-IS-LAUNCHER:CAPS">
|
3256
|
+
<ANCHOR id="G-APPLICATION-HANDLES-OPEN:CAPS" href="gio/GApplication.html#G-APPLICATION-HANDLES-OPEN:CAPS">
|
3257
|
+
<ANCHOR id="G-APPLICATION-HANDLES-COMMAND-LINE:CAPS" href="gio/GApplication.html#G-APPLICATION-HANDLES-COMMAND-LINE:CAPS">
|
3258
|
+
<ANCHOR id="G-APPLICATION-SEND-ENVIRONMENT:CAPS" href="gio/GApplication.html#G-APPLICATION-SEND-ENVIRONMENT:CAPS">
|
3259
|
+
<ANCHOR id="G-APPLICATION-NON-UNIQUE:CAPS" href="gio/GApplication.html#G-APPLICATION-NON-UNIQUE:CAPS">
|
3260
|
+
<ANCHOR id="g-application-id-is-valid" href="gio/GApplication.html#g-application-id-is-valid">
|
3261
|
+
<ANCHOR id="g-application-new" href="gio/GApplication.html#g-application-new">
|
3262
|
+
<ANCHOR id="g-application-get-application-id" href="gio/GApplication.html#g-application-get-application-id">
|
3263
|
+
<ANCHOR id="g-application-set-application-id" href="gio/GApplication.html#g-application-set-application-id">
|
3264
|
+
<ANCHOR id="g-application-get-inactivity-timeout" href="gio/GApplication.html#g-application-get-inactivity-timeout">
|
3265
|
+
<ANCHOR id="g-application-set-inactivity-timeout" href="gio/GApplication.html#g-application-set-inactivity-timeout">
|
3266
|
+
<ANCHOR id="g-application-get-flags" href="gio/GApplication.html#g-application-get-flags">
|
3267
|
+
<ANCHOR id="g-application-set-flags" href="gio/GApplication.html#g-application-set-flags">
|
3268
|
+
<ANCHOR id="g-application-get-dbus-connection" href="gio/GApplication.html#g-application-get-dbus-connection">
|
3269
|
+
<ANCHOR id="g-application-get-dbus-object-path" href="gio/GApplication.html#g-application-get-dbus-object-path">
|
3270
|
+
<ANCHOR id="g-application-set-action-group" href="gio/GApplication.html#g-application-set-action-group">
|
3271
|
+
<ANCHOR id="g-application-get-is-registered" href="gio/GApplication.html#g-application-get-is-registered">
|
3272
|
+
<ANCHOR id="g-application-get-is-remote" href="gio/GApplication.html#g-application-get-is-remote">
|
3273
|
+
<ANCHOR id="g-application-register" href="gio/GApplication.html#g-application-register">
|
3274
|
+
<ANCHOR id="g-application-hold" href="gio/GApplication.html#g-application-hold">
|
3275
|
+
<ANCHOR id="g-application-release" href="gio/GApplication.html#g-application-release">
|
3276
|
+
<ANCHOR id="g-application-quit" href="gio/GApplication.html#g-application-quit">
|
3277
|
+
<ANCHOR id="g-application-activate" href="gio/GApplication.html#g-application-activate">
|
3278
|
+
<ANCHOR id="g-application-open" href="gio/GApplication.html#g-application-open">
|
3279
|
+
<ANCHOR id="g-application-run" href="gio/GApplication.html#g-application-run">
|
3280
|
+
<ANCHOR id="g-application-set-default" href="gio/GApplication.html#g-application-set-default">
|
3281
|
+
<ANCHOR id="g-application-get-default" href="gio/GApplication.html#g-application-get-default">
|
3282
|
+
<ANCHOR id="GApplication.property-details" href="gio/GApplication.html#GApplication.property-details">
|
3283
|
+
<ANCHOR id="GApplication--action-group" href="gio/GApplication.html#GApplication--action-group">
|
3284
|
+
<ANCHOR id="GApplication--application-id" href="gio/GApplication.html#GApplication--application-id">
|
3285
|
+
<ANCHOR id="GApplication--flags" href="gio/GApplication.html#GApplication--flags">
|
3286
|
+
<ANCHOR id="GApplication--inactivity-timeout" href="gio/GApplication.html#GApplication--inactivity-timeout">
|
3287
|
+
<ANCHOR id="GApplication--is-registered" href="gio/GApplication.html#GApplication--is-registered">
|
3288
|
+
<ANCHOR id="GApplication--is-remote" href="gio/GApplication.html#GApplication--is-remote">
|
3289
|
+
<ANCHOR id="GApplication.signal-details" href="gio/GApplication.html#GApplication.signal-details">
|
3290
|
+
<ANCHOR id="GApplication-activate" href="gio/GApplication.html#GApplication-activate">
|
3291
|
+
<ANCHOR id="GApplication-command-line" href="gio/GApplication.html#GApplication-command-line">
|
3292
|
+
<ANCHOR id="GApplication-open" href="gio/GApplication.html#GApplication-open">
|
3293
|
+
<ANCHOR id="GApplication-shutdown" href="gio/GApplication.html#GApplication-shutdown">
|
3294
|
+
<ANCHOR id="GApplication-startup" href="gio/GApplication.html#GApplication-startup">
|
3295
|
+
<ANCHOR id="GApplicationCommandLine" href="gio/GApplicationCommandLine.html">
|
3296
|
+
<ANCHOR id="GApplicationCommandLine.synopsis" href="gio/GApplicationCommandLine.html#GApplicationCommandLine.synopsis">
|
3297
|
+
<ANCHOR id="GApplicationCommandLine.object-hierarchy" href="gio/GApplicationCommandLine.html#GApplicationCommandLine.object-hierarchy">
|
3298
|
+
<ANCHOR id="GApplicationCommandLine.description" href="gio/GApplicationCommandLine.html#GApplicationCommandLine.description">
|
3299
|
+
<ANCHOR id="GApplicationCommandLine.details" href="gio/GApplicationCommandLine.html#GApplicationCommandLine.details">
|
3300
|
+
<ANCHOR id="GApplicationCommandLine-struct" href="gio/GApplicationCommandLine.html#GApplicationCommandLine-struct">
|
3301
|
+
<ANCHOR id="GApplicationCommandLineClass" href="gio/GApplicationCommandLine.html#GApplicationCommandLineClass">
|
3302
|
+
<ANCHOR id="g-application-command-line-get-arguments" href="gio/GApplicationCommandLine.html#g-application-command-line-get-arguments">
|
3303
|
+
<ANCHOR id="g-application-command-line-get-cwd" href="gio/GApplicationCommandLine.html#g-application-command-line-get-cwd">
|
3304
|
+
<ANCHOR id="g-application-command-line-get-environ" href="gio/GApplicationCommandLine.html#g-application-command-line-get-environ">
|
3305
|
+
<ANCHOR id="g-application-command-line-create-file-for-arg" href="gio/GApplicationCommandLine.html#g-application-command-line-create-file-for-arg">
|
3306
|
+
<ANCHOR id="g-application-command-line-getenv" href="gio/GApplicationCommandLine.html#g-application-command-line-getenv">
|
3307
|
+
<ANCHOR id="g-application-command-line-get-is-remote" href="gio/GApplicationCommandLine.html#g-application-command-line-get-is-remote">
|
3308
|
+
<ANCHOR id="g-application-command-line-get-platform-data" href="gio/GApplicationCommandLine.html#g-application-command-line-get-platform-data">
|
3309
|
+
<ANCHOR id="g-application-command-line-set-exit-status" href="gio/GApplicationCommandLine.html#g-application-command-line-set-exit-status">
|
3310
|
+
<ANCHOR id="g-application-command-line-get-exit-status" href="gio/GApplicationCommandLine.html#g-application-command-line-get-exit-status">
|
3311
|
+
<ANCHOR id="g-application-command-line-print" href="gio/GApplicationCommandLine.html#g-application-command-line-print">
|
3312
|
+
<ANCHOR id="g-application-command-line-printerr" href="gio/GApplicationCommandLine.html#g-application-command-line-printerr">
|
3313
|
+
<ANCHOR id="GApplicationCommandLine.see-also" href="gio/GApplicationCommandLine.html#GApplicationCommandLine.see-also">
|
2717
3314
|
<ANCHOR id="GActionGroup" href="gio/GActionGroup.html">
|
2718
3315
|
<ANCHOR id="GActionGroup.synopsis" href="gio/GActionGroup.html#GActionGroup.synopsis">
|
2719
3316
|
<ANCHOR id="GActionGroup.object-hierarchy" href="gio/GActionGroup.html#GActionGroup.object-hierarchy">
|
2720
3317
|
<ANCHOR id="GActionGroup.prerequisites" href="gio/GActionGroup.html#GActionGroup.prerequisites">
|
3318
|
+
<ANCHOR id="GActionGroup.derived-interfaces" href="gio/GActionGroup.html#GActionGroup.derived-interfaces">
|
2721
3319
|
<ANCHOR id="GActionGroup.implementations" href="gio/GActionGroup.html#GActionGroup.implementations">
|
2722
3320
|
<ANCHOR id="GActionGroup.signals" href="gio/GActionGroup.html#GActionGroup.signals">
|
2723
3321
|
<ANCHOR id="GActionGroup.description" href="gio/GActionGroup.html#GActionGroup.description">
|
2724
3322
|
<ANCHOR id="GActionGroup.details" href="gio/GActionGroup.html#GActionGroup.details">
|
2725
3323
|
<ANCHOR id="GActionGroup-struct" href="gio/GActionGroup.html#GActionGroup-struct">
|
2726
|
-
<ANCHOR id="
|
3324
|
+
<ANCHOR id="GActionGroupInterface" href="gio/GActionGroup.html#GActionGroupInterface">
|
2727
3325
|
<ANCHOR id="g-action-group-list-actions" href="gio/GActionGroup.html#g-action-group-list-actions">
|
3326
|
+
<ANCHOR id="g-action-group-query-action" href="gio/GActionGroup.html#g-action-group-query-action">
|
3327
|
+
<ANCHOR id="g-action-group-has-action" href="gio/GActionGroup.html#g-action-group-has-action">
|
2728
3328
|
<ANCHOR id="g-action-group-get-action-enabled" href="gio/GActionGroup.html#g-action-group-get-action-enabled">
|
2729
3329
|
<ANCHOR id="g-action-group-get-action-parameter-type" href="gio/GActionGroup.html#g-action-group-get-action-parameter-type">
|
2730
3330
|
<ANCHOR id="g-action-group-get-action-state-type" href="gio/GActionGroup.html#g-action-group-get-action-state-type">
|
@@ -2741,6 +3341,21 @@
|
|
2741
3341
|
<ANCHOR id="GActionGroup-action-enabled-changed" href="gio/GActionGroup.html#GActionGroup-action-enabled-changed">
|
2742
3342
|
<ANCHOR id="GActionGroup-action-removed" href="gio/GActionGroup.html#GActionGroup-action-removed">
|
2743
3343
|
<ANCHOR id="GActionGroup-action-state-changed" href="gio/GActionGroup.html#GActionGroup-action-state-changed">
|
3344
|
+
<ANCHOR id="GActionGroup.see-also" href="gio/GActionGroup.html#GActionGroup.see-also">
|
3345
|
+
<ANCHOR id="GActionMap" href="gio/GActionMap.html">
|
3346
|
+
<ANCHOR id="GActionMap.synopsis" href="gio/GActionMap.html#GActionMap.synopsis">
|
3347
|
+
<ANCHOR id="GActionMap.object-hierarchy" href="gio/GActionMap.html#GActionMap.object-hierarchy">
|
3348
|
+
<ANCHOR id="GActionMap.prerequisites" href="gio/GActionMap.html#GActionMap.prerequisites">
|
3349
|
+
<ANCHOR id="GActionMap.implementations" href="gio/GActionMap.html#GActionMap.implementations">
|
3350
|
+
<ANCHOR id="GActionMap.description" href="gio/GActionMap.html#GActionMap.description">
|
3351
|
+
<ANCHOR id="GActionMap.details" href="gio/GActionMap.html#GActionMap.details">
|
3352
|
+
<ANCHOR id="GActionMap-struct" href="gio/GActionMap.html#GActionMap-struct">
|
3353
|
+
<ANCHOR id="GActionMapInterface" href="gio/GActionMap.html#GActionMapInterface">
|
3354
|
+
<ANCHOR id="g-action-map-lookup-action" href="gio/GActionMap.html#g-action-map-lookup-action">
|
3355
|
+
<ANCHOR id="GActionEntry" href="gio/GActionMap.html#GActionEntry">
|
3356
|
+
<ANCHOR id="g-action-map-add-action-entries" href="gio/GActionMap.html#g-action-map-add-action-entries">
|
3357
|
+
<ANCHOR id="g-action-map-add-action" href="gio/GActionMap.html#g-action-map-add-action">
|
3358
|
+
<ANCHOR id="g-action-map-remove-action" href="gio/GActionMap.html#g-action-map-remove-action">
|
2744
3359
|
<ANCHOR id="GSimpleActionGroup" href="gio/GSimpleActionGroup.html">
|
2745
3360
|
<ANCHOR id="GSimpleActionGroup.synopsis" href="gio/GSimpleActionGroup.html#GSimpleActionGroup.synopsis">
|
2746
3361
|
<ANCHOR id="GSimpleActionGroup.object-hierarchy" href="gio/GSimpleActionGroup.html#GSimpleActionGroup.object-hierarchy">
|
@@ -2752,6 +3367,7 @@
|
|
2752
3367
|
<ANCHOR id="g-simple-action-group-lookup" href="gio/GSimpleActionGroup.html#g-simple-action-group-lookup">
|
2753
3368
|
<ANCHOR id="g-simple-action-group-insert" href="gio/GSimpleActionGroup.html#g-simple-action-group-insert">
|
2754
3369
|
<ANCHOR id="g-simple-action-group-remove" href="gio/GSimpleActionGroup.html#g-simple-action-group-remove">
|
3370
|
+
<ANCHOR id="g-simple-action-group-add-entries" href="gio/GSimpleActionGroup.html#g-simple-action-group-add-entries">
|
2755
3371
|
<ANCHOR id="GAction" href="gio/GAction.html">
|
2756
3372
|
<ANCHOR id="GAction.synopsis" href="gio/GAction.html#GAction.synopsis">
|
2757
3373
|
<ANCHOR id="GAction.object-hierarchy" href="gio/GAction.html#GAction.object-hierarchy">
|
@@ -2761,13 +3377,14 @@
|
|
2761
3377
|
<ANCHOR id="GAction.description" href="gio/GAction.html#GAction.description">
|
2762
3378
|
<ANCHOR id="GAction.details" href="gio/GAction.html#GAction.details">
|
2763
3379
|
<ANCHOR id="GAction-struct" href="gio/GAction.html#GAction-struct">
|
3380
|
+
<ANCHOR id="GActionInterface" href="gio/GAction.html#GActionInterface">
|
2764
3381
|
<ANCHOR id="g-action-get-name" href="gio/GAction.html#g-action-get-name">
|
2765
3382
|
<ANCHOR id="g-action-get-parameter-type" href="gio/GAction.html#g-action-get-parameter-type">
|
2766
3383
|
<ANCHOR id="g-action-get-state-type" href="gio/GAction.html#g-action-get-state-type">
|
2767
3384
|
<ANCHOR id="g-action-get-state-hint" href="gio/GAction.html#g-action-get-state-hint">
|
2768
3385
|
<ANCHOR id="g-action-get-enabled" href="gio/GAction.html#g-action-get-enabled">
|
2769
3386
|
<ANCHOR id="g-action-get-state" href="gio/GAction.html#g-action-get-state">
|
2770
|
-
<ANCHOR id="g-action-
|
3387
|
+
<ANCHOR id="g-action-change-state" href="gio/GAction.html#g-action-change-state">
|
2771
3388
|
<ANCHOR id="g-action-activate" href="gio/GAction.html#g-action-activate">
|
2772
3389
|
<ANCHOR id="GAction.property-details" href="gio/GAction.html#GAction.property-details">
|
2773
3390
|
<ANCHOR id="GAction--enabled" href="gio/GAction.html#GAction--enabled">
|
@@ -2784,10 +3401,10 @@
|
|
2784
3401
|
<ANCHOR id="GSimpleAction.description" href="gio/GSimpleAction.html#GSimpleAction.description">
|
2785
3402
|
<ANCHOR id="GSimpleAction.details" href="gio/GSimpleAction.html#GSimpleAction.details">
|
2786
3403
|
<ANCHOR id="GSimpleAction-struct" href="gio/GSimpleAction.html#GSimpleAction-struct">
|
2787
|
-
<ANCHOR id="GSimpleActionClass" href="gio/GSimpleAction.html#GSimpleActionClass">
|
2788
3404
|
<ANCHOR id="g-simple-action-new" href="gio/GSimpleAction.html#g-simple-action-new">
|
2789
3405
|
<ANCHOR id="g-simple-action-new-stateful" href="gio/GSimpleAction.html#g-simple-action-new-stateful">
|
2790
3406
|
<ANCHOR id="g-simple-action-set-enabled" href="gio/GSimpleAction.html#g-simple-action-set-enabled">
|
3407
|
+
<ANCHOR id="g-simple-action-set-state" href="gio/GSimpleAction.html#g-simple-action-set-state">
|
2791
3408
|
<ANCHOR id="GSimpleAction.property-details" href="gio/GSimpleAction.html#GSimpleAction.property-details">
|
2792
3409
|
<ANCHOR id="GSimpleAction--enabled" href="gio/GSimpleAction.html#GSimpleAction--enabled">
|
2793
3410
|
<ANCHOR id="GSimpleAction--name" href="gio/GSimpleAction.html#GSimpleAction--name">
|
@@ -2796,71 +3413,123 @@
|
|
2796
3413
|
<ANCHOR id="GSimpleAction--state-type" href="gio/GSimpleAction.html#GSimpleAction--state-type">
|
2797
3414
|
<ANCHOR id="GSimpleAction.signal-details" href="gio/GSimpleAction.html#GSimpleAction.signal-details">
|
2798
3415
|
<ANCHOR id="GSimpleAction-activate" href="gio/GSimpleAction.html#GSimpleAction-activate">
|
2799
|
-
<ANCHOR id="
|
2800
|
-
<ANCHOR id="
|
2801
|
-
<ANCHOR id="
|
2802
|
-
<ANCHOR id="
|
2803
|
-
<ANCHOR id="
|
2804
|
-
<ANCHOR id="
|
2805
|
-
<ANCHOR id="
|
2806
|
-
<ANCHOR id="
|
2807
|
-
<ANCHOR id="
|
2808
|
-
<ANCHOR id="
|
2809
|
-
<ANCHOR id="
|
2810
|
-
<ANCHOR id="
|
2811
|
-
<ANCHOR id="
|
2812
|
-
<ANCHOR id="
|
2813
|
-
<ANCHOR id="
|
2814
|
-
<ANCHOR id="
|
2815
|
-
<ANCHOR id="
|
2816
|
-
<ANCHOR id="
|
2817
|
-
<ANCHOR id="
|
2818
|
-
<ANCHOR id="
|
2819
|
-
<ANCHOR id="
|
2820
|
-
<ANCHOR id="
|
2821
|
-
<ANCHOR id="
|
2822
|
-
<ANCHOR id="
|
2823
|
-
<ANCHOR id="
|
2824
|
-
<ANCHOR id="
|
2825
|
-
<ANCHOR id="g-
|
2826
|
-
<ANCHOR id="
|
2827
|
-
<ANCHOR id="
|
2828
|
-
<ANCHOR id="
|
2829
|
-
<ANCHOR id="
|
2830
|
-
<ANCHOR id="
|
2831
|
-
<ANCHOR id="
|
2832
|
-
<ANCHOR id="
|
2833
|
-
<ANCHOR id="
|
2834
|
-
<ANCHOR id="
|
2835
|
-
<ANCHOR id="
|
2836
|
-
<ANCHOR id="
|
2837
|
-
<ANCHOR id="
|
2838
|
-
<ANCHOR id="
|
2839
|
-
<ANCHOR id="
|
2840
|
-
<ANCHOR id="
|
2841
|
-
<ANCHOR id="
|
2842
|
-
<ANCHOR id="
|
2843
|
-
<ANCHOR id="
|
2844
|
-
<ANCHOR id="
|
2845
|
-
<ANCHOR id="
|
2846
|
-
<ANCHOR id="
|
2847
|
-
<ANCHOR id="
|
2848
|
-
<ANCHOR id="
|
2849
|
-
<ANCHOR id="
|
2850
|
-
<ANCHOR id="
|
2851
|
-
<ANCHOR id="
|
2852
|
-
<ANCHOR id="
|
2853
|
-
<ANCHOR id="g-
|
2854
|
-
<ANCHOR id="
|
2855
|
-
<ANCHOR id="g-
|
2856
|
-
<ANCHOR id="g-
|
2857
|
-
<ANCHOR id="g-
|
2858
|
-
<ANCHOR id="g-
|
2859
|
-
<ANCHOR id="
|
2860
|
-
<ANCHOR id="
|
2861
|
-
<ANCHOR id="
|
2862
|
-
<ANCHOR id="
|
2863
|
-
<ANCHOR id="
|
3416
|
+
<ANCHOR id="GSimpleAction-change-state" href="gio/GSimpleAction.html#GSimpleAction-change-state">
|
3417
|
+
<ANCHOR id="GRemoteActionGroup" href="gio/GRemoteActionGroup.html">
|
3418
|
+
<ANCHOR id="GRemoteActionGroup.synopsis" href="gio/GRemoteActionGroup.html#GRemoteActionGroup.synopsis">
|
3419
|
+
<ANCHOR id="GRemoteActionGroup.object-hierarchy" href="gio/GRemoteActionGroup.html#GRemoteActionGroup.object-hierarchy">
|
3420
|
+
<ANCHOR id="GRemoteActionGroup.prerequisites" href="gio/GRemoteActionGroup.html#GRemoteActionGroup.prerequisites">
|
3421
|
+
<ANCHOR id="GRemoteActionGroup.implementations" href="gio/GRemoteActionGroup.html#GRemoteActionGroup.implementations">
|
3422
|
+
<ANCHOR id="GRemoteActionGroup.description" href="gio/GRemoteActionGroup.html#GRemoteActionGroup.description">
|
3423
|
+
<ANCHOR id="GRemoteActionGroup.details" href="gio/GRemoteActionGroup.html#GRemoteActionGroup.details">
|
3424
|
+
<ANCHOR id="GRemoteActionGroup-struct" href="gio/GRemoteActionGroup.html#GRemoteActionGroup-struct">
|
3425
|
+
<ANCHOR id="GRemoteActionGroupInterface" href="gio/GRemoteActionGroup.html#GRemoteActionGroupInterface">
|
3426
|
+
<ANCHOR id="g-remote-action-group-activate-action-full" href="gio/GRemoteActionGroup.html#g-remote-action-group-activate-action-full">
|
3427
|
+
<ANCHOR id="g-remote-action-group-change-action-state-full" href="gio/GRemoteActionGroup.html#g-remote-action-group-change-action-state-full">
|
3428
|
+
<ANCHOR id="gio-GActionGroup-exporter" href="gio/gio-GActionGroup-exporter.html">
|
3429
|
+
<ANCHOR id="gio-GActionGroup-exporter.synopsis" href="gio/gio-GActionGroup-exporter.html#gio-GActionGroup-exporter.synopsis">
|
3430
|
+
<ANCHOR id="gio-GActionGroup-exporter.description" href="gio/gio-GActionGroup-exporter.html#gio-GActionGroup-exporter.description">
|
3431
|
+
<ANCHOR id="gio-GActionGroup-exporter.details" href="gio/gio-GActionGroup-exporter.html#gio-GActionGroup-exporter.details">
|
3432
|
+
<ANCHOR id="g-dbus-connection-export-action-group" href="gio/gio-GActionGroup-exporter.html#g-dbus-connection-export-action-group">
|
3433
|
+
<ANCHOR id="g-dbus-connection-unexport-action-group" href="gio/gio-GActionGroup-exporter.html#g-dbus-connection-unexport-action-group">
|
3434
|
+
<ANCHOR id="gio-GActionGroup-exporter.see-also" href="gio/gio-GActionGroup-exporter.html#gio-GActionGroup-exporter.see-also">
|
3435
|
+
<ANCHOR id="GDBusActionGroup" href="gio/GDBusActionGroup.html">
|
3436
|
+
<ANCHOR id="GDBusActionGroup.synopsis" href="gio/GDBusActionGroup.html#GDBusActionGroup.synopsis">
|
3437
|
+
<ANCHOR id="GDBusActionGroup.object-hierarchy" href="gio/GDBusActionGroup.html#GDBusActionGroup.object-hierarchy">
|
3438
|
+
<ANCHOR id="GDBusActionGroup.implemented-interfaces" href="gio/GDBusActionGroup.html#GDBusActionGroup.implemented-interfaces">
|
3439
|
+
<ANCHOR id="GDBusActionGroup.description" href="gio/GDBusActionGroup.html#GDBusActionGroup.description">
|
3440
|
+
<ANCHOR id="GDBusActionGroup.details" href="gio/GDBusActionGroup.html#GDBusActionGroup.details">
|
3441
|
+
<ANCHOR id="GDBusActionGroup-struct" href="gio/GDBusActionGroup.html#GDBusActionGroup-struct">
|
3442
|
+
<ANCHOR id="g-dbus-action-group-get" href="gio/GDBusActionGroup.html#g-dbus-action-group-get">
|
3443
|
+
<ANCHOR id="GDBusActionGroup.see-also" href="gio/GDBusActionGroup.html#GDBusActionGroup.see-also">
|
3444
|
+
<ANCHOR id="GMenuModel" href="gio/GMenuModel.html">
|
3445
|
+
<ANCHOR id="GMenuModel.synopsis" href="gio/GMenuModel.html#GMenuModel.synopsis">
|
3446
|
+
<ANCHOR id="GMenuAttributeIter" href="gio/GMenuModel.html#GMenuAttributeIter">
|
3447
|
+
<ANCHOR id="GMenuLinkIter" href="gio/GMenuModel.html#GMenuLinkIter">
|
3448
|
+
<ANCHOR id="GMenuModel.object-hierarchy" href="gio/GMenuModel.html#GMenuModel.object-hierarchy">
|
3449
|
+
<ANCHOR id="GMenuModel.signals" href="gio/GMenuModel.html#GMenuModel.signals">
|
3450
|
+
<ANCHOR id="GMenuModel.description" href="gio/GMenuModel.html#GMenuModel.description">
|
3451
|
+
<ANCHOR id="GMenuModel.details" href="gio/GMenuModel.html#GMenuModel.details">
|
3452
|
+
<ANCHOR id="GMenuModel-struct" href="gio/GMenuModel.html#GMenuModel-struct">
|
3453
|
+
<ANCHOR id="g-menu-model-is-mutable" href="gio/GMenuModel.html#g-menu-model-is-mutable">
|
3454
|
+
<ANCHOR id="g-menu-model-get-n-items" href="gio/GMenuModel.html#g-menu-model-get-n-items">
|
3455
|
+
<ANCHOR id="G-MENU-ATTRIBUTE-ACTION:CAPS" href="gio/GMenuModel.html#G-MENU-ATTRIBUTE-ACTION:CAPS">
|
3456
|
+
<ANCHOR id="G-MENU-ATTRIBUTE-LABEL:CAPS" href="gio/GMenuModel.html#G-MENU-ATTRIBUTE-LABEL:CAPS">
|
3457
|
+
<ANCHOR id="G-MENU-ATTRIBUTE-TARGET:CAPS" href="gio/GMenuModel.html#G-MENU-ATTRIBUTE-TARGET:CAPS">
|
3458
|
+
<ANCHOR id="G-MENU-LINK-SECTION:CAPS" href="gio/GMenuModel.html#G-MENU-LINK-SECTION:CAPS">
|
3459
|
+
<ANCHOR id="G-MENU-LINK-SUBMENU:CAPS" href="gio/GMenuModel.html#G-MENU-LINK-SUBMENU:CAPS">
|
3460
|
+
<ANCHOR id="g-menu-model-get-item-attribute-value" href="gio/GMenuModel.html#g-menu-model-get-item-attribute-value">
|
3461
|
+
<ANCHOR id="g-menu-model-get-item-attribute" href="gio/GMenuModel.html#g-menu-model-get-item-attribute">
|
3462
|
+
<ANCHOR id="g-menu-model-get-item-link" href="gio/GMenuModel.html#g-menu-model-get-item-link">
|
3463
|
+
<ANCHOR id="g-menu-model-iterate-item-attributes" href="gio/GMenuModel.html#g-menu-model-iterate-item-attributes">
|
3464
|
+
<ANCHOR id="g-menu-model-iterate-item-links" href="gio/GMenuModel.html#g-menu-model-iterate-item-links">
|
3465
|
+
<ANCHOR id="g-menu-model-items-changed" href="gio/GMenuModel.html#g-menu-model-items-changed">
|
3466
|
+
<ANCHOR id="GMenuAttributeIter-struct" href="gio/GMenuModel.html#GMenuAttributeIter-struct">
|
3467
|
+
<ANCHOR id="g-menu-attribute-iter-get-next" href="gio/GMenuModel.html#g-menu-attribute-iter-get-next">
|
3468
|
+
<ANCHOR id="g-menu-attribute-iter-get-name" href="gio/GMenuModel.html#g-menu-attribute-iter-get-name">
|
3469
|
+
<ANCHOR id="g-menu-attribute-iter-get-value" href="gio/GMenuModel.html#g-menu-attribute-iter-get-value">
|
3470
|
+
<ANCHOR id="g-menu-attribute-iter-next" href="gio/GMenuModel.html#g-menu-attribute-iter-next">
|
3471
|
+
<ANCHOR id="GMenuLinkIter-struct" href="gio/GMenuModel.html#GMenuLinkIter-struct">
|
3472
|
+
<ANCHOR id="g-menu-link-iter-get-name" href="gio/GMenuModel.html#g-menu-link-iter-get-name">
|
3473
|
+
<ANCHOR id="g-menu-link-iter-get-next" href="gio/GMenuModel.html#g-menu-link-iter-get-next">
|
3474
|
+
<ANCHOR id="g-menu-link-iter-get-value" href="gio/GMenuModel.html#g-menu-link-iter-get-value">
|
3475
|
+
<ANCHOR id="g-menu-link-iter-next" href="gio/GMenuModel.html#g-menu-link-iter-next">
|
3476
|
+
<ANCHOR id="GMenuModel.signal-details" href="gio/GMenuModel.html#GMenuModel.signal-details">
|
3477
|
+
<ANCHOR id="GMenuModel-items-changed" href="gio/GMenuModel.html#GMenuModel-items-changed">
|
3478
|
+
<ANCHOR id="GMenuModel.see-also" href="gio/GMenuModel.html#GMenuModel.see-also">
|
3479
|
+
<ANCHOR id="GMenu" href="gio/GMenu.html">
|
3480
|
+
<ANCHOR id="GMenu.synopsis" href="gio/GMenu.html#GMenu.synopsis">
|
3481
|
+
<ANCHOR id="GMenuItem" href="gio/GMenu.html#GMenuItem">
|
3482
|
+
<ANCHOR id="GMenu.object-hierarchy" href="gio/GMenu.html#GMenu.object-hierarchy">
|
3483
|
+
<ANCHOR id="GMenu.description" href="gio/GMenu.html#GMenu.description">
|
3484
|
+
<ANCHOR id="GMenu.details" href="gio/GMenu.html#GMenu.details">
|
3485
|
+
<ANCHOR id="GMenu-struct" href="gio/GMenu.html#GMenu-struct">
|
3486
|
+
<ANCHOR id="g-menu-new" href="gio/GMenu.html#g-menu-new">
|
3487
|
+
<ANCHOR id="g-menu-freeze" href="gio/GMenu.html#g-menu-freeze">
|
3488
|
+
<ANCHOR id="g-menu-insert" href="gio/GMenu.html#g-menu-insert">
|
3489
|
+
<ANCHOR id="g-menu-prepend" href="gio/GMenu.html#g-menu-prepend">
|
3490
|
+
<ANCHOR id="g-menu-append" href="gio/GMenu.html#g-menu-append">
|
3491
|
+
<ANCHOR id="g-menu-insert-item" href="gio/GMenu.html#g-menu-insert-item">
|
3492
|
+
<ANCHOR id="g-menu-append-item" href="gio/GMenu.html#g-menu-append-item">
|
3493
|
+
<ANCHOR id="g-menu-prepend-item" href="gio/GMenu.html#g-menu-prepend-item">
|
3494
|
+
<ANCHOR id="g-menu-insert-section" href="gio/GMenu.html#g-menu-insert-section">
|
3495
|
+
<ANCHOR id="g-menu-prepend-section" href="gio/GMenu.html#g-menu-prepend-section">
|
3496
|
+
<ANCHOR id="g-menu-append-section" href="gio/GMenu.html#g-menu-append-section">
|
3497
|
+
<ANCHOR id="g-menu-append-submenu" href="gio/GMenu.html#g-menu-append-submenu">
|
3498
|
+
<ANCHOR id="g-menu-insert-submenu" href="gio/GMenu.html#g-menu-insert-submenu">
|
3499
|
+
<ANCHOR id="g-menu-prepend-submenu" href="gio/GMenu.html#g-menu-prepend-submenu">
|
3500
|
+
<ANCHOR id="g-menu-remove" href="gio/GMenu.html#g-menu-remove">
|
3501
|
+
<ANCHOR id="GMenuItem-struct" href="gio/GMenu.html#GMenuItem-struct">
|
3502
|
+
<ANCHOR id="g-menu-item-new" href="gio/GMenu.html#g-menu-item-new">
|
3503
|
+
<ANCHOR id="g-menu-item-new-section" href="gio/GMenu.html#g-menu-item-new-section">
|
3504
|
+
<ANCHOR id="g-menu-item-new-submenu" href="gio/GMenu.html#g-menu-item-new-submenu">
|
3505
|
+
<ANCHOR id="g-menu-item-new-from-model" href="gio/GMenu.html#g-menu-item-new-from-model">
|
3506
|
+
<ANCHOR id="g-menu-item-set-label" href="gio/GMenu.html#g-menu-item-set-label">
|
3507
|
+
<ANCHOR id="g-menu-item-set-action-and-target-value" href="gio/GMenu.html#g-menu-item-set-action-and-target-value">
|
3508
|
+
<ANCHOR id="g-menu-item-set-action-and-target" href="gio/GMenu.html#g-menu-item-set-action-and-target">
|
3509
|
+
<ANCHOR id="g-menu-item-set-detailed-action" href="gio/GMenu.html#g-menu-item-set-detailed-action">
|
3510
|
+
<ANCHOR id="g-menu-item-set-section" href="gio/GMenu.html#g-menu-item-set-section">
|
3511
|
+
<ANCHOR id="g-menu-item-set-submenu" href="gio/GMenu.html#g-menu-item-set-submenu">
|
3512
|
+
<ANCHOR id="g-menu-item-get-attribute-value" href="gio/GMenu.html#g-menu-item-get-attribute-value">
|
3513
|
+
<ANCHOR id="g-menu-item-get-attribute" href="gio/GMenu.html#g-menu-item-get-attribute">
|
3514
|
+
<ANCHOR id="g-menu-item-get-link" href="gio/GMenu.html#g-menu-item-get-link">
|
3515
|
+
<ANCHOR id="g-menu-item-set-attribute-value" href="gio/GMenu.html#g-menu-item-set-attribute-value">
|
3516
|
+
<ANCHOR id="g-menu-item-set-attribute" href="gio/GMenu.html#g-menu-item-set-attribute">
|
3517
|
+
<ANCHOR id="g-menu-item-set-link" href="gio/GMenu.html#g-menu-item-set-link">
|
3518
|
+
<ANCHOR id="gio-GMenuModel-exporter" href="gio/gio-GMenuModel-exporter.html">
|
3519
|
+
<ANCHOR id="gio-GMenuModel-exporter.synopsis" href="gio/gio-GMenuModel-exporter.html#gio-GMenuModel-exporter.synopsis">
|
3520
|
+
<ANCHOR id="gio-GMenuModel-exporter.description" href="gio/gio-GMenuModel-exporter.html#gio-GMenuModel-exporter.description">
|
3521
|
+
<ANCHOR id="gio-GMenuModel-exporter.details" href="gio/gio-GMenuModel-exporter.html#gio-GMenuModel-exporter.details">
|
3522
|
+
<ANCHOR id="g-dbus-connection-export-menu-model" href="gio/gio-GMenuModel-exporter.html#g-dbus-connection-export-menu-model">
|
3523
|
+
<ANCHOR id="g-dbus-connection-unexport-menu-model" href="gio/gio-GMenuModel-exporter.html#g-dbus-connection-unexport-menu-model">
|
3524
|
+
<ANCHOR id="gio-GMenuModel-exporter.see-also" href="gio/gio-GMenuModel-exporter.html#gio-GMenuModel-exporter.see-also">
|
3525
|
+
<ANCHOR id="GDBusMenuModel" href="gio/GDBusMenuModel.html">
|
3526
|
+
<ANCHOR id="GDBusMenuModel.synopsis" href="gio/GDBusMenuModel.html#GDBusMenuModel.synopsis">
|
3527
|
+
<ANCHOR id="GDBusMenuModel.object-hierarchy" href="gio/GDBusMenuModel.html#GDBusMenuModel.object-hierarchy">
|
3528
|
+
<ANCHOR id="GDBusMenuModel.description" href="gio/GDBusMenuModel.html#GDBusMenuModel.description">
|
3529
|
+
<ANCHOR id="GDBusMenuModel.details" href="gio/GDBusMenuModel.html#GDBusMenuModel.details">
|
3530
|
+
<ANCHOR id="GDBusMenuModel-struct" href="gio/GDBusMenuModel.html#GDBusMenuModel-struct">
|
3531
|
+
<ANCHOR id="g-dbus-menu-model-get" href="gio/GDBusMenuModel.html#g-dbus-menu-model-get">
|
3532
|
+
<ANCHOR id="GDBusMenuModel.see-also" href="gio/GDBusMenuModel.html#GDBusMenuModel.see-also">
|
2864
3533
|
<ANCHOR id="GVfs" href="gio/GVfs.html">
|
2865
3534
|
<ANCHOR id="GVfs.synopsis" href="gio/GVfs.html#GVfs.synopsis">
|
2866
3535
|
<ANCHOR id="GVfs.object-hierarchy" href="gio/GVfs.html#GVfs.object-hierarchy">
|
@@ -2882,9 +3551,18 @@
|
|
2882
3551
|
<ANCHOR id="GIOModule.description" href="gio/GIOModule.html#GIOModule.description">
|
2883
3552
|
<ANCHOR id="GIOModule.details" href="gio/GIOModule.html#GIOModule.details">
|
2884
3553
|
<ANCHOR id="GIOModule-struct" href="gio/GIOModule.html#GIOModule-struct">
|
3554
|
+
<ANCHOR id="GIOModuleScope" href="gio/GIOModule.html#GIOModuleScope">
|
3555
|
+
<ANCHOR id="GIOModuleScopeFlags" href="gio/GIOModule.html#GIOModuleScopeFlags">
|
3556
|
+
<ANCHOR id="G-IO-MODULE-SCOPE-NONE:CAPS" href="gio/GIOModule.html#G-IO-MODULE-SCOPE-NONE:CAPS">
|
3557
|
+
<ANCHOR id="G-IO-MODULE-SCOPE-BLOCK-DUPLICATES:CAPS" href="gio/GIOModule.html#G-IO-MODULE-SCOPE-BLOCK-DUPLICATES:CAPS">
|
2885
3558
|
<ANCHOR id="g-io-module-new" href="gio/GIOModule.html#g-io-module-new">
|
3559
|
+
<ANCHOR id="g-io-module-scope-block" href="gio/GIOModule.html#g-io-module-scope-block">
|
3560
|
+
<ANCHOR id="g-io-module-scope-free" href="gio/GIOModule.html#g-io-module-scope-free">
|
3561
|
+
<ANCHOR id="g-io-module-scope-new" href="gio/GIOModule.html#g-io-module-scope-new">
|
2886
3562
|
<ANCHOR id="g-io-modules-load-all-in-directory" href="gio/GIOModule.html#g-io-modules-load-all-in-directory">
|
3563
|
+
<ANCHOR id="g-io-modules-load-all-in-directory-with-scope" href="gio/GIOModule.html#g-io-modules-load-all-in-directory-with-scope">
|
2887
3564
|
<ANCHOR id="g-io-modules-scan-all-in-directory" href="gio/GIOModule.html#g-io-modules-scan-all-in-directory">
|
3565
|
+
<ANCHOR id="g-io-modules-scan-all-in-directory-with-scope" href="gio/GIOModule.html#g-io-modules-scan-all-in-directory-with-scope">
|
2888
3566
|
<ANCHOR id="g-io-module-load" href="gio/GIOModule.html#g-io-module-load">
|
2889
3567
|
<ANCHOR id="g-io-module-unload" href="gio/GIOModule.html#g-io-module-unload">
|
2890
3568
|
<ANCHOR id="g-io-module-query" href="gio/GIOModule.html#g-io-module-query">
|
@@ -2909,7 +3587,159 @@
|
|
2909
3587
|
<ANCHOR id="gio-querymodules" href="gio/gio-querymodules.html">
|
2910
3588
|
<ANCHOR id="gsettings-tool" href="gio/gsettings-tool.html">
|
2911
3589
|
<ANCHOR id="glib-compile-schemas" href="gio/glib-compile-schemas.html">
|
3590
|
+
<ANCHOR id="glib-compile-resources" href="gio/glib-compile-resources.html">
|
2912
3591
|
<ANCHOR id="gdbus" href="gio/gdbus.html">
|
3592
|
+
<ANCHOR id="gdbus-codegen" href="gio/gdbus-codegen.html">
|
3593
|
+
<ANCHOR id="gdbus-code-stability" href="gio/gdbus-codegen.html#gdbus-code-stability">
|
3594
|
+
<ANCHOR id="gresource-tool" href="gio/gresource-tool.html">
|
3595
|
+
<ANCHOR id="GTestDBus" href="gio/GTestDBus.html">
|
3596
|
+
<ANCHOR id="GTestDBus.synopsis" href="gio/GTestDBus.html#GTestDBus.synopsis">
|
3597
|
+
<ANCHOR id="GTestDBusFlags" href="gio/GTestDBus.html#GTestDBusFlags">
|
3598
|
+
<ANCHOR id="GTestDBus.object-hierarchy" href="gio/GTestDBus.html#GTestDBus.object-hierarchy">
|
3599
|
+
<ANCHOR id="GTestDBus.properties" href="gio/GTestDBus.html#GTestDBus.properties">
|
3600
|
+
<ANCHOR id="GTestDBus.description" href="gio/GTestDBus.html#GTestDBus.description">
|
3601
|
+
<ANCHOR id="GTestDBus.details" href="gio/GTestDBus.html#GTestDBus.details">
|
3602
|
+
<ANCHOR id="GTestDBus-struct" href="gio/GTestDBus.html#GTestDBus-struct">
|
3603
|
+
<ANCHOR id="GTestDBusFlags-enum" href="gio/GTestDBus.html#GTestDBusFlags-enum">
|
3604
|
+
<ANCHOR id="G-TEST-DBUS-NONE:CAPS" href="gio/GTestDBus.html#G-TEST-DBUS-NONE:CAPS">
|
3605
|
+
<ANCHOR id="g-test-dbus-new" href="gio/GTestDBus.html#g-test-dbus-new">
|
3606
|
+
<ANCHOR id="g-test-dbus-get-flags" href="gio/GTestDBus.html#g-test-dbus-get-flags">
|
3607
|
+
<ANCHOR id="g-test-dbus-get-bus-address" href="gio/GTestDBus.html#g-test-dbus-get-bus-address">
|
3608
|
+
<ANCHOR id="g-test-dbus-add-service-dir" href="gio/GTestDBus.html#g-test-dbus-add-service-dir">
|
3609
|
+
<ANCHOR id="g-test-dbus-up" href="gio/GTestDBus.html#g-test-dbus-up">
|
3610
|
+
<ANCHOR id="g-test-dbus-stop" href="gio/GTestDBus.html#g-test-dbus-stop">
|
3611
|
+
<ANCHOR id="g-test-dbus-down" href="gio/GTestDBus.html#g-test-dbus-down">
|
3612
|
+
<ANCHOR id="g-test-dbus-unset" href="gio/GTestDBus.html#g-test-dbus-unset">
|
3613
|
+
<ANCHOR id="GTestDBus.property-details" href="gio/GTestDBus.html#GTestDBus.property-details">
|
3614
|
+
<ANCHOR id="GTestDBus--flags" href="gio/GTestDBus.html#GTestDBus--flags">
|
3615
|
+
<ANCHOR id="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html">
|
3616
|
+
<ANCHOR id="gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Animal" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Animal">
|
3617
|
+
<ANCHOR id="gdbus-methods-org.gtk.GDBus.Example.ObjectManager.Animal" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-methods-org.gtk.GDBus.Example.ObjectManager.Animal">
|
3618
|
+
<ANCHOR id="gdbus-method-org-gtk-GDBus-Example-ObjectManager-Animal.Poke" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-method-org-gtk-GDBus-Example-ObjectManager-Animal.Poke">
|
3619
|
+
<ANCHOR id="gdbus-signals-org.gtk.GDBus.Example.ObjectManager.Animal" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-signals-org.gtk.GDBus.Example.ObjectManager.Animal">
|
3620
|
+
<ANCHOR id="gdbus-signal-org-gtk-GDBus-Example-ObjectManager-Animal.Jumped" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-signal-org-gtk-GDBus-Example-ObjectManager-Animal.Jumped">
|
3621
|
+
<ANCHOR id="gdbus-properties-org.gtk.GDBus.Example.ObjectManager.Animal" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-properties-org.gtk.GDBus.Example.ObjectManager.Animal">
|
3622
|
+
<ANCHOR id="gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Mood" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Mood">
|
3623
|
+
<ANCHOR id="gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Foo" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Foo">
|
3624
|
+
<ANCHOR id="gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Bar" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Bar">
|
3625
|
+
<ANCHOR id="gdbus-org.gtk.GDBus.Example.ObjectManager.Cat" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html">
|
3626
|
+
<ANCHOR id="gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Cat" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html#gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Cat">
|
3627
|
+
<ANCHOR id="ExampleAnimal" href="gio/ExampleAnimal.html">
|
3628
|
+
<ANCHOR id="ExampleAnimal.synopsis" href="gio/ExampleAnimal.html#ExampleAnimal.synopsis">
|
3629
|
+
<ANCHOR id="ExampleAnimalProxy" href="gio/ExampleAnimal.html#ExampleAnimalProxy">
|
3630
|
+
<ANCHOR id="ExampleAnimalSkeleton" href="gio/ExampleAnimal.html#ExampleAnimalSkeleton">
|
3631
|
+
<ANCHOR id="ExampleAnimal.object-hierarchy" href="gio/ExampleAnimal.html#ExampleAnimal.object-hierarchy">
|
3632
|
+
<ANCHOR id="ExampleAnimal.prerequisites" href="gio/ExampleAnimal.html#ExampleAnimal.prerequisites">
|
3633
|
+
<ANCHOR id="ExampleAnimal.implemented-interfaces" href="gio/ExampleAnimal.html#ExampleAnimal.implemented-interfaces">
|
3634
|
+
<ANCHOR id="ExampleAnimal.implementations" href="gio/ExampleAnimal.html#ExampleAnimal.implementations">
|
3635
|
+
<ANCHOR id="ExampleAnimal.properties" href="gio/ExampleAnimal.html#ExampleAnimal.properties">
|
3636
|
+
<ANCHOR id="ExampleAnimal.signals" href="gio/ExampleAnimal.html#ExampleAnimal.signals">
|
3637
|
+
<ANCHOR id="ExampleAnimal.description" href="gio/ExampleAnimal.html#ExampleAnimal.description">
|
3638
|
+
<ANCHOR id="ExampleAnimal.details" href="gio/ExampleAnimal.html#ExampleAnimal.details">
|
3639
|
+
<ANCHOR id="ExampleAnimal-struct" href="gio/ExampleAnimal.html#ExampleAnimal-struct">
|
3640
|
+
<ANCHOR id="ExampleAnimalIface" href="gio/ExampleAnimal.html#ExampleAnimalIface">
|
3641
|
+
<ANCHOR id="example-animal-interface-info" href="gio/ExampleAnimal.html#example-animal-interface-info">
|
3642
|
+
<ANCHOR id="example-animal-override-properties" href="gio/ExampleAnimal.html#example-animal-override-properties">
|
3643
|
+
<ANCHOR id="example-animal-call-poke" href="gio/ExampleAnimal.html#example-animal-call-poke">
|
3644
|
+
<ANCHOR id="example-animal-call-poke-finish" href="gio/ExampleAnimal.html#example-animal-call-poke-finish">
|
3645
|
+
<ANCHOR id="example-animal-call-poke-sync" href="gio/ExampleAnimal.html#example-animal-call-poke-sync">
|
3646
|
+
<ANCHOR id="example-animal-complete-poke" href="gio/ExampleAnimal.html#example-animal-complete-poke">
|
3647
|
+
<ANCHOR id="example-animal-emit-jumped" href="gio/ExampleAnimal.html#example-animal-emit-jumped">
|
3648
|
+
<ANCHOR id="example-animal-get-mood" href="gio/ExampleAnimal.html#example-animal-get-mood">
|
3649
|
+
<ANCHOR id="example-animal-get-foo" href="gio/ExampleAnimal.html#example-animal-get-foo">
|
3650
|
+
<ANCHOR id="example-animal-get-bar" href="gio/ExampleAnimal.html#example-animal-get-bar">
|
3651
|
+
<ANCHOR id="example-animal-dup-mood" href="gio/ExampleAnimal.html#example-animal-dup-mood">
|
3652
|
+
<ANCHOR id="example-animal-dup-foo" href="gio/ExampleAnimal.html#example-animal-dup-foo">
|
3653
|
+
<ANCHOR id="example-animal-dup-bar" href="gio/ExampleAnimal.html#example-animal-dup-bar">
|
3654
|
+
<ANCHOR id="example-animal-set-mood" href="gio/ExampleAnimal.html#example-animal-set-mood">
|
3655
|
+
<ANCHOR id="example-animal-set-foo" href="gio/ExampleAnimal.html#example-animal-set-foo">
|
3656
|
+
<ANCHOR id="example-animal-set-bar" href="gio/ExampleAnimal.html#example-animal-set-bar">
|
3657
|
+
<ANCHOR id="ExampleAnimalProxy-struct" href="gio/ExampleAnimal.html#ExampleAnimalProxy-struct">
|
3658
|
+
<ANCHOR id="ExampleAnimalProxyClass" href="gio/ExampleAnimal.html#ExampleAnimalProxyClass">
|
3659
|
+
<ANCHOR id="example-animal-proxy-new" href="gio/ExampleAnimal.html#example-animal-proxy-new">
|
3660
|
+
<ANCHOR id="example-animal-proxy-new-finish" href="gio/ExampleAnimal.html#example-animal-proxy-new-finish">
|
3661
|
+
<ANCHOR id="example-animal-proxy-new-sync" href="gio/ExampleAnimal.html#example-animal-proxy-new-sync">
|
3662
|
+
<ANCHOR id="example-animal-proxy-new-for-bus" href="gio/ExampleAnimal.html#example-animal-proxy-new-for-bus">
|
3663
|
+
<ANCHOR id="example-animal-proxy-new-for-bus-finish" href="gio/ExampleAnimal.html#example-animal-proxy-new-for-bus-finish">
|
3664
|
+
<ANCHOR id="example-animal-proxy-new-for-bus-sync" href="gio/ExampleAnimal.html#example-animal-proxy-new-for-bus-sync">
|
3665
|
+
<ANCHOR id="ExampleAnimalSkeleton-struct" href="gio/ExampleAnimal.html#ExampleAnimalSkeleton-struct">
|
3666
|
+
<ANCHOR id="ExampleAnimalSkeletonClass" href="gio/ExampleAnimal.html#ExampleAnimalSkeletonClass">
|
3667
|
+
<ANCHOR id="example-animal-skeleton-new" href="gio/ExampleAnimal.html#example-animal-skeleton-new">
|
3668
|
+
<ANCHOR id="ExampleAnimal.property-details" href="gio/ExampleAnimal.html#ExampleAnimal.property-details">
|
3669
|
+
<ANCHOR id="ExampleAnimal--bar" href="gio/ExampleAnimal.html#ExampleAnimal--bar">
|
3670
|
+
<ANCHOR id="ExampleAnimal--foo" href="gio/ExampleAnimal.html#ExampleAnimal--foo">
|
3671
|
+
<ANCHOR id="ExampleAnimal--mood" href="gio/ExampleAnimal.html#ExampleAnimal--mood">
|
3672
|
+
<ANCHOR id="ExampleAnimal.signal-details" href="gio/ExampleAnimal.html#ExampleAnimal.signal-details">
|
3673
|
+
<ANCHOR id="ExampleAnimal-handle-poke" href="gio/ExampleAnimal.html#ExampleAnimal-handle-poke">
|
3674
|
+
<ANCHOR id="ExampleAnimal-jumped" href="gio/ExampleAnimal.html#ExampleAnimal-jumped">
|
3675
|
+
<ANCHOR id="ExampleCat" href="gio/ExampleCat.html">
|
3676
|
+
<ANCHOR id="ExampleCat.synopsis" href="gio/ExampleCat.html#ExampleCat.synopsis">
|
3677
|
+
<ANCHOR id="ExampleCatProxy" href="gio/ExampleCat.html#ExampleCatProxy">
|
3678
|
+
<ANCHOR id="ExampleCatSkeleton" href="gio/ExampleCat.html#ExampleCatSkeleton">
|
3679
|
+
<ANCHOR id="ExampleCat.object-hierarchy" href="gio/ExampleCat.html#ExampleCat.object-hierarchy">
|
3680
|
+
<ANCHOR id="ExampleCat.prerequisites" href="gio/ExampleCat.html#ExampleCat.prerequisites">
|
3681
|
+
<ANCHOR id="ExampleCat.implemented-interfaces" href="gio/ExampleCat.html#ExampleCat.implemented-interfaces">
|
3682
|
+
<ANCHOR id="ExampleCat.implementations" href="gio/ExampleCat.html#ExampleCat.implementations">
|
3683
|
+
<ANCHOR id="ExampleCat.description" href="gio/ExampleCat.html#ExampleCat.description">
|
3684
|
+
<ANCHOR id="ExampleCat.details" href="gio/ExampleCat.html#ExampleCat.details">
|
3685
|
+
<ANCHOR id="ExampleCat-struct" href="gio/ExampleCat.html#ExampleCat-struct">
|
3686
|
+
<ANCHOR id="ExampleCatIface" href="gio/ExampleCat.html#ExampleCatIface">
|
3687
|
+
<ANCHOR id="example-cat-interface-info" href="gio/ExampleCat.html#example-cat-interface-info">
|
3688
|
+
<ANCHOR id="example-cat-override-properties" href="gio/ExampleCat.html#example-cat-override-properties">
|
3689
|
+
<ANCHOR id="ExampleCatProxy-struct" href="gio/ExampleCat.html#ExampleCatProxy-struct">
|
3690
|
+
<ANCHOR id="ExampleCatProxyClass" href="gio/ExampleCat.html#ExampleCatProxyClass">
|
3691
|
+
<ANCHOR id="example-cat-proxy-new" href="gio/ExampleCat.html#example-cat-proxy-new">
|
3692
|
+
<ANCHOR id="example-cat-proxy-new-finish" href="gio/ExampleCat.html#example-cat-proxy-new-finish">
|
3693
|
+
<ANCHOR id="example-cat-proxy-new-sync" href="gio/ExampleCat.html#example-cat-proxy-new-sync">
|
3694
|
+
<ANCHOR id="example-cat-proxy-new-for-bus" href="gio/ExampleCat.html#example-cat-proxy-new-for-bus">
|
3695
|
+
<ANCHOR id="example-cat-proxy-new-for-bus-finish" href="gio/ExampleCat.html#example-cat-proxy-new-for-bus-finish">
|
3696
|
+
<ANCHOR id="example-cat-proxy-new-for-bus-sync" href="gio/ExampleCat.html#example-cat-proxy-new-for-bus-sync">
|
3697
|
+
<ANCHOR id="ExampleCatSkeleton-struct" href="gio/ExampleCat.html#ExampleCatSkeleton-struct">
|
3698
|
+
<ANCHOR id="ExampleCatSkeletonClass" href="gio/ExampleCat.html#ExampleCatSkeletonClass">
|
3699
|
+
<ANCHOR id="example-cat-skeleton-new" href="gio/ExampleCat.html#example-cat-skeleton-new">
|
3700
|
+
<ANCHOR id="ExampleObject" href="gio/ExampleObject.html">
|
3701
|
+
<ANCHOR id="ExampleObject.synopsis" href="gio/ExampleObject.html#ExampleObject.synopsis">
|
3702
|
+
<ANCHOR id="ExampleObjectProxy" href="gio/ExampleObject.html#ExampleObjectProxy">
|
3703
|
+
<ANCHOR id="ExampleObjectSkeleton" href="gio/ExampleObject.html#ExampleObjectSkeleton">
|
3704
|
+
<ANCHOR id="ExampleObject.object-hierarchy" href="gio/ExampleObject.html#ExampleObject.object-hierarchy">
|
3705
|
+
<ANCHOR id="ExampleObject.prerequisites" href="gio/ExampleObject.html#ExampleObject.prerequisites">
|
3706
|
+
<ANCHOR id="ExampleObject.implemented-interfaces" href="gio/ExampleObject.html#ExampleObject.implemented-interfaces">
|
3707
|
+
<ANCHOR id="ExampleObject.implementations" href="gio/ExampleObject.html#ExampleObject.implementations">
|
3708
|
+
<ANCHOR id="ExampleObject.properties" href="gio/ExampleObject.html#ExampleObject.properties">
|
3709
|
+
<ANCHOR id="ExampleObject.description" href="gio/ExampleObject.html#ExampleObject.description">
|
3710
|
+
<ANCHOR id="ExampleObject.details" href="gio/ExampleObject.html#ExampleObject.details">
|
3711
|
+
<ANCHOR id="ExampleObject-struct" href="gio/ExampleObject.html#ExampleObject-struct">
|
3712
|
+
<ANCHOR id="ExampleObjectIface" href="gio/ExampleObject.html#ExampleObjectIface">
|
3713
|
+
<ANCHOR id="example-object-get-animal" href="gio/ExampleObject.html#example-object-get-animal">
|
3714
|
+
<ANCHOR id="example-object-get-cat" href="gio/ExampleObject.html#example-object-get-cat">
|
3715
|
+
<ANCHOR id="example-object-peek-animal" href="gio/ExampleObject.html#example-object-peek-animal">
|
3716
|
+
<ANCHOR id="example-object-peek-cat" href="gio/ExampleObject.html#example-object-peek-cat">
|
3717
|
+
<ANCHOR id="ExampleObjectProxy-struct" href="gio/ExampleObject.html#ExampleObjectProxy-struct">
|
3718
|
+
<ANCHOR id="ExampleObjectProxyClass" href="gio/ExampleObject.html#ExampleObjectProxyClass">
|
3719
|
+
<ANCHOR id="example-object-proxy-new" href="gio/ExampleObject.html#example-object-proxy-new">
|
3720
|
+
<ANCHOR id="ExampleObjectSkeleton-struct" href="gio/ExampleObject.html#ExampleObjectSkeleton-struct">
|
3721
|
+
<ANCHOR id="ExampleObjectSkeletonClass" href="gio/ExampleObject.html#ExampleObjectSkeletonClass">
|
3722
|
+
<ANCHOR id="example-object-skeleton-new" href="gio/ExampleObject.html#example-object-skeleton-new">
|
3723
|
+
<ANCHOR id="example-object-skeleton-set-animal" href="gio/ExampleObject.html#example-object-skeleton-set-animal">
|
3724
|
+
<ANCHOR id="example-object-skeleton-set-cat" href="gio/ExampleObject.html#example-object-skeleton-set-cat">
|
3725
|
+
<ANCHOR id="ExampleObject.property-details" href="gio/ExampleObject.html#ExampleObject.property-details">
|
3726
|
+
<ANCHOR id="ExampleObject--animal" href="gio/ExampleObject.html#ExampleObject--animal">
|
3727
|
+
<ANCHOR id="ExampleObject--cat" href="gio/ExampleObject.html#ExampleObject--cat">
|
3728
|
+
<ANCHOR id="ExampleObjectManagerClient" href="gio/ExampleObjectManagerClient.html">
|
3729
|
+
<ANCHOR id="ExampleObjectManagerClient.synopsis" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.synopsis">
|
3730
|
+
<ANCHOR id="ExampleObjectManagerClient.object-hierarchy" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.object-hierarchy">
|
3731
|
+
<ANCHOR id="ExampleObjectManagerClient.implemented-interfaces" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.implemented-interfaces">
|
3732
|
+
<ANCHOR id="ExampleObjectManagerClient.description" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.description">
|
3733
|
+
<ANCHOR id="ExampleObjectManagerClient.details" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.details">
|
3734
|
+
<ANCHOR id="ExampleObjectManagerClient-struct" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient-struct">
|
3735
|
+
<ANCHOR id="ExampleObjectManagerClientClass" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClientClass">
|
3736
|
+
<ANCHOR id="example-object-manager-client-get-proxy-type" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-get-proxy-type">
|
3737
|
+
<ANCHOR id="example-object-manager-client-new" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new">
|
3738
|
+
<ANCHOR id="example-object-manager-client-new-finish" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new-finish">
|
3739
|
+
<ANCHOR id="example-object-manager-client-new-sync" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new-sync">
|
3740
|
+
<ANCHOR id="example-object-manager-client-new-for-bus" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new-for-bus">
|
3741
|
+
<ANCHOR id="example-object-manager-client-new-for-bus-finish" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new-for-bus-finish">
|
3742
|
+
<ANCHOR id="example-object-manager-client-new-for-bus-sync" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new-for-bus-sync">
|
2913
3743
|
<ANCHOR id="annotation-glossterm-out" href="gio/annotation-glossary.html#annotation-glossterm-out">
|
2914
3744
|
<ANCHOR id="annotation-glossterm-scope async" href="gio/annotation-glossary.html#annotation-glossterm-scope async">
|
2915
3745
|
<ANCHOR id="annotation-glossterm-allow-none" href="gio/annotation-glossary.html#annotation-glossterm-allow-none">
|
@@ -2918,6 +3748,6 @@
|
|
2918
3748
|
<ANCHOR id="annotation-glossterm-array" href="gio/annotation-glossary.html#annotation-glossterm-array">
|
2919
3749
|
<ANCHOR id="annotation-glossterm-element-type" href="gio/annotation-glossary.html#annotation-glossterm-element-type">
|
2920
3750
|
<ANCHOR id="annotation-glossterm-transfer container" href="gio/annotation-glossary.html#annotation-glossterm-transfer container">
|
2921
|
-
<ANCHOR id="annotation-glossterm-transfer full" href="gio/annotation-glossary.html#annotation-glossterm-transfer full">
|
2922
3751
|
<ANCHOR id="annotation-glossterm-scope call" href="gio/annotation-glossary.html#annotation-glossterm-scope call">
|
3752
|
+
<ANCHOR id="annotation-glossterm-transfer full" href="gio/annotation-glossary.html#annotation-glossterm-transfer full">
|
2923
3753
|
<ANCHOR id="annotation-glossterm-type" href="gio/annotation-glossary.html#annotation-glossterm-type">
|