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
@@ -0,0 +1,231 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Index of new symbols in 2.34</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
|
7
|
+
<link rel="home" href="index.html" title="GIO Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="GIO Reference Manual">
|
9
|
+
<link rel="prev" href="api-index-2-32.html" title="Index of new symbols in 2.32">
|
10
|
+
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
16
|
+
<tr valign="middle">
|
17
|
+
<td><a accesskey="p" href="api-index-2-32.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
18
|
+
<td> </td>
|
19
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
+
<th width="100%" align="center">GIO Reference Manual</th>
|
21
|
+
<td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
+
</tr>
|
23
|
+
<tr><td colspan="5" class="shortcuts">
|
24
|
+
<a class="shortcut" href="#idxA">A</a>
|
25
|
+
|
|
26
|
+
<a class="shortcut" href="#idxC">C</a>
|
27
|
+
|
|
28
|
+
<a class="shortcut" href="#idxD">D</a>
|
29
|
+
|
|
30
|
+
<a class="shortcut" href="#idxF">F</a>
|
31
|
+
|
|
32
|
+
<a class="shortcut" href="#idxM">M</a>
|
33
|
+
|
|
34
|
+
<a class="shortcut" href="#idxP">P</a>
|
35
|
+
|
|
36
|
+
<a class="shortcut" href="#idxR">R</a>
|
37
|
+
|
|
38
|
+
<a class="shortcut" href="#idxT">T</a>
|
39
|
+
|
|
40
|
+
<a class="shortcut" href="#idxU">U</a>
|
41
|
+
|
|
42
|
+
<a class="shortcut" href="#idxV">V</a>
|
43
|
+
</td></tr>
|
44
|
+
</table>
|
45
|
+
<div class="index">
|
46
|
+
<div class="titlepage"><div><div><h1 class="title">
|
47
|
+
<a name="api-index-2-34"></a>Index of new symbols in 2.34</h1></div></div></div>
|
48
|
+
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
49
|
+
<dt>
|
50
|
+
<a class="link" href="GApplication.html#g-application-get-dbus-connection" title="g_application_get_dbus_connection ()">g_application_get_dbus_connection</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
51
|
+
</dt>
|
52
|
+
<dd></dd>
|
53
|
+
<dt>
|
54
|
+
<a class="link" href="GApplication.html#g-application-get-dbus-object-path" title="g_application_get_dbus_object_path ()">g_application_get_dbus_object_path</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
55
|
+
</dt>
|
56
|
+
<dd></dd>
|
57
|
+
<dt>
|
58
|
+
<a class="link" href="GAppInfo.html#g-app-info-get-supported-types" title="g_app_info_get_supported_types ()">g_app_info_get_supported_types</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
|
59
|
+
</dt>
|
60
|
+
<dd></dd>
|
61
|
+
<dt>
|
62
|
+
<a class="link" href="GAsyncResult.html#g-async-result-is-tagged" title="g_async_result_is_tagged ()">g_async_result_is_tagged</a>, function in <a class="link" href="GAsyncResult.html" title="GAsyncResult">GAsyncResult</a>
|
63
|
+
</dt>
|
64
|
+
<dd></dd>
|
65
|
+
<dt>
|
66
|
+
<a class="link" href="GAsyncResult.html#g-async-result-legacy-propagate-error" title="g_async_result_legacy_propagate_error ()">g_async_result_legacy_propagate_error</a>, function in <a class="link" href="GAsyncResult.html" title="GAsyncResult">GAsyncResult</a>
|
67
|
+
</dt>
|
68
|
+
<dd></dd>
|
69
|
+
<a name="idxC"></a><h3 class="title">C</h3>
|
70
|
+
<dt>
|
71
|
+
<a class="link" href="gio-GContentType.html#g-content-type-get-generic-icon-name" title="g_content_type_get_generic_icon_name ()">g_content_type_get_generic_icon_name</a>, function in <a class="link" href="gio-GContentType.html" title="GContentType">GContentType</a>
|
72
|
+
</dt>
|
73
|
+
<dd></dd>
|
74
|
+
<dt>
|
75
|
+
<a class="link" href="gio-GContentType.html#g-content-type-get-symbolic-icon" title="g_content_type_get_symbolic_icon ()">g_content_type_get_symbolic_icon</a>, function in <a class="link" href="gio-GContentType.html" title="GContentType">GContentType</a>
|
76
|
+
</dt>
|
77
|
+
<dd></dd>
|
78
|
+
<a name="idxD"></a><h3 class="title">D</h3>
|
79
|
+
<dt>
|
80
|
+
<a class="link" href="GDBusAuthObserver.html#GDBusAuthObserver-allow-mechanism" title='The "allow-mechanism" signal'>GDBusAuthObserver::allow-mechanism</a>, object signal in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
|
81
|
+
</dt>
|
82
|
+
<dd></dd>
|
83
|
+
<dt>
|
84
|
+
<a class="link" href="GDBusAuthObserver.html#g-dbus-auth-observer-allow-mechanism" title="g_dbus_auth_observer_allow_mechanism ()">g_dbus_auth_observer_allow_mechanism</a>, function in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
|
85
|
+
</dt>
|
86
|
+
<dd></dd>
|
87
|
+
<dt>
|
88
|
+
<a class="link" href="GDBusConnection.html#g-dbus-connection-get-last-serial" title="g_dbus_connection_get_last_serial ()">g_dbus_connection_get_last_serial</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
89
|
+
</dt>
|
90
|
+
<dd></dd>
|
91
|
+
<dt>
|
92
|
+
<a class="link" href="GDBusObjectManagerServer.html#g-dbus-object-manager-server-is-exported" title="g_dbus_object_manager_server_is_exported ()">g_dbus_object_manager_server_is_exported</a>, function in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
93
|
+
</dt>
|
94
|
+
<dd></dd>
|
95
|
+
<dt>
|
96
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-startup-wm-class" title="g_desktop_app_info_get_startup_wm_class ()">g_desktop_app_info_get_startup_wm_class</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
97
|
+
</dt>
|
98
|
+
<dd></dd>
|
99
|
+
<dt>
|
100
|
+
<a class="link" href="GDrive.html#g-drive-get-symbolic-icon" title="g_drive_get_symbolic_icon ()">g_drive_get_symbolic_icon</a>, function in <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
|
101
|
+
</dt>
|
102
|
+
<dd></dd>
|
103
|
+
<a name="idxF"></a><h3 class="title">F</h3>
|
104
|
+
<dt>
|
105
|
+
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMBOLIC-ICON:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON">G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON</a>, macro in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
106
|
+
</dt>
|
107
|
+
<dd></dd>
|
108
|
+
<dt>
|
109
|
+
<a class="link" href="GFile.html#g-file-delete-async" title="g_file_delete_async ()">g_file_delete_async</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
110
|
+
</dt>
|
111
|
+
<dd></dd>
|
112
|
+
<dt>
|
113
|
+
<a class="link" href="GFile.html#g-file-delete-finish" title="g_file_delete_finish ()">g_file_delete_finish</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
114
|
+
</dt>
|
115
|
+
<dd></dd>
|
116
|
+
<dt>
|
117
|
+
<a class="link" href="GFileInfo.html#g-file-info-get-symbolic-icon" title="g_file_info_get_symbolic_icon ()">g_file_info_get_symbolic_icon</a>, function in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
118
|
+
</dt>
|
119
|
+
<dd></dd>
|
120
|
+
<dt>
|
121
|
+
<a class="link" href="GFileInfo.html#g-file-info-set-symbolic-icon" title="g_file_info_set_symbolic_icon ()">g_file_info_set_symbolic_icon</a>, function in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
122
|
+
</dt>
|
123
|
+
<dd></dd>
|
124
|
+
<a name="idxM"></a><h3 class="title">M</h3>
|
125
|
+
<dt>
|
126
|
+
<a class="link" href="GMenu.html#g-menu-item-get-attribute" title="g_menu_item_get_attribute ()">g_menu_item_get_attribute</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
127
|
+
</dt>
|
128
|
+
<dd></dd>
|
129
|
+
<dt>
|
130
|
+
<a class="link" href="GMenu.html#g-menu-item-get-attribute-value" title="g_menu_item_get_attribute_value ()">g_menu_item_get_attribute_value</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
131
|
+
</dt>
|
132
|
+
<dd></dd>
|
133
|
+
<dt>
|
134
|
+
<a class="link" href="GMenu.html#g-menu-item-get-link" title="g_menu_item_get_link ()">g_menu_item_get_link</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
135
|
+
</dt>
|
136
|
+
<dd></dd>
|
137
|
+
<dt>
|
138
|
+
<a class="link" href="GMenu.html#g-menu-item-new-from-model" title="g_menu_item_new_from_model ()">g_menu_item_new_from_model</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
139
|
+
</dt>
|
140
|
+
<dd></dd>
|
141
|
+
<dt>
|
142
|
+
<a class="link" href="GMountOperation.html#GMountOperation-show-unmount-progress" title='The "show-unmount-progress" signal'>GMountOperation::show-unmount-progress</a>, object signal in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
143
|
+
</dt>
|
144
|
+
<dd></dd>
|
145
|
+
<dt>
|
146
|
+
<a class="link" href="GMount.html#g-mount-get-symbolic-icon" title="g_mount_get_symbolic_icon ()">g_mount_get_symbolic_icon</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
147
|
+
</dt>
|
148
|
+
<dd></dd>
|
149
|
+
<a name="idxP"></a><h3 class="title">P</h3>
|
150
|
+
<dt>
|
151
|
+
<a class="link" href="gio-gpollableutils.html#g-pollable-source-new-full" title="g_pollable_source_new_full ()">g_pollable_source_new_full</a>, function in <a class="link" href="gio-gpollableutils.html" title="gpollableutils">gpollableutils</a>
|
152
|
+
</dt>
|
153
|
+
<dd></dd>
|
154
|
+
<dt>
|
155
|
+
<a class="link" href="gio-gpollableutils.html#g-pollable-stream-read" title="g_pollable_stream_read ()">g_pollable_stream_read</a>, function in <a class="link" href="gio-gpollableutils.html" title="gpollableutils">gpollableutils</a>
|
156
|
+
</dt>
|
157
|
+
<dd></dd>
|
158
|
+
<dt>
|
159
|
+
<a class="link" href="gio-gpollableutils.html#g-pollable-stream-write" title="g_pollable_stream_write ()">g_pollable_stream_write</a>, function in <a class="link" href="gio-gpollableutils.html" title="gpollableutils">gpollableutils</a>
|
160
|
+
</dt>
|
161
|
+
<dd></dd>
|
162
|
+
<dt>
|
163
|
+
<a class="link" href="gio-gpollableutils.html#g-pollable-stream-write-all" title="g_pollable_stream_write_all ()">g_pollable_stream_write_all</a>, function in <a class="link" href="gio-gpollableutils.html" title="gpollableutils">gpollableutils</a>
|
164
|
+
</dt>
|
165
|
+
<dd></dd>
|
166
|
+
<dt>
|
167
|
+
<a class="link" href="GProxyAddress.html#GProxyAddress--destination-protocol" title='The "destination-protocol" property'>GProxyAddress:destination-protocol</a>, object property in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
168
|
+
</dt>
|
169
|
+
<dd></dd>
|
170
|
+
<dt>
|
171
|
+
<a class="link" href="GProxyAddress.html#GProxyAddress--uri" title='The "uri" property'>GProxyAddress:uri</a>, object property in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
172
|
+
</dt>
|
173
|
+
<dd></dd>
|
174
|
+
<dt>
|
175
|
+
<a class="link" href="GProxyAddress.html#g-proxy-address-get-destination-protocol" title="g_proxy_address_get_destination_protocol ()">g_proxy_address_get_destination_protocol</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
176
|
+
</dt>
|
177
|
+
<dd></dd>
|
178
|
+
<dt>
|
179
|
+
<a class="link" href="GProxyAddress.html#g-proxy-address-get-uri" title="g_proxy_address_get_uri ()">g_proxy_address_get_uri</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
180
|
+
</dt>
|
181
|
+
<dd></dd>
|
182
|
+
<a name="idxR"></a><h3 class="title">R</h3>
|
183
|
+
<dt>
|
184
|
+
<a class="link" href="GResolver.html#g-resolver-lookup-records" title="g_resolver_lookup_records ()">g_resolver_lookup_records</a>, function in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
|
185
|
+
</dt>
|
186
|
+
<dd></dd>
|
187
|
+
<dt>
|
188
|
+
<a class="link" href="GResolver.html#g-resolver-lookup-records-async" title="g_resolver_lookup_records_async ()">g_resolver_lookup_records_async</a>, function in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
|
189
|
+
</dt>
|
190
|
+
<dd></dd>
|
191
|
+
<dt>
|
192
|
+
<a class="link" href="GResolver.html#g-resolver-lookup-records-finish" title="g_resolver_lookup_records_finish ()">g_resolver_lookup_records_finish</a>, function in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
|
193
|
+
</dt>
|
194
|
+
<dd></dd>
|
195
|
+
<a name="idxT"></a><h3 class="title">T</h3>
|
196
|
+
<dt>
|
197
|
+
<a class="link" href="GTestDBus.html#GTestDBus-struct" title="GTestDBus">GTestDBus</a>, struct in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
198
|
+
</dt>
|
199
|
+
<dd></dd>
|
200
|
+
<dt>
|
201
|
+
<a class="link" href="GTestDBus.html#GTestDBus--flags" title='The "flags" property'>GTestDBus:flags</a>, object property in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
202
|
+
</dt>
|
203
|
+
<dd></dd>
|
204
|
+
<dt>
|
205
|
+
<a class="link" href="GTestDBus.html#GTestDBusFlags-enum" title="enum GTestDBusFlags">GTestDBusFlags</a>, enum in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
206
|
+
</dt>
|
207
|
+
<dd></dd>
|
208
|
+
<dt>
|
209
|
+
<a class="link" href="GTlsCertificate.html#g-tls-certificate-is-same" title="g_tls_certificate_is_same ()">g_tls_certificate_is_same</a>, function in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
|
210
|
+
</dt>
|
211
|
+
<dd></dd>
|
212
|
+
<a name="idxU"></a><h3 class="title">U</h3>
|
213
|
+
<dt>
|
214
|
+
<a class="link" href="gio-Unix-Mounts.html#g-unix-mount-guess-symbolic-icon" title="g_unix_mount_guess_symbolic_icon ()">g_unix_mount_guess_symbolic_icon</a>, function in <a class="link" href="gio-Unix-Mounts.html" title="Unix Mounts">Unix Mounts</a>
|
215
|
+
</dt>
|
216
|
+
<dd></dd>
|
217
|
+
<dt>
|
218
|
+
<a class="link" href="gio-Unix-Mounts.html#g-unix-mount-point-guess-symbolic-icon" title="g_unix_mount_point_guess_symbolic_icon ()">g_unix_mount_point_guess_symbolic_icon</a>, function in <a class="link" href="gio-Unix-Mounts.html" title="Unix Mounts">Unix Mounts</a>
|
219
|
+
</dt>
|
220
|
+
<dd></dd>
|
221
|
+
<a name="idxV"></a><h3 class="title">V</h3>
|
222
|
+
<dt>
|
223
|
+
<a class="link" href="GVolume.html#g-volume-get-symbolic-icon" title="g_volume_get_symbolic_icon ()">g_volume_get_symbolic_icon</a>, function in <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
|
224
|
+
</dt>
|
225
|
+
<dd></dd>
|
226
|
+
</div>
|
227
|
+
<div class="footer">
|
228
|
+
<hr>
|
229
|
+
Generated by GTK-Doc V1.18</div>
|
230
|
+
</body>
|
231
|
+
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of deprecated symbols</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="index.html" title="GIO Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-full.html" title="Index">
|
10
10
|
<link rel="next" href="api-index-2-18.html" title="Index of new symbols in 2.18">
|
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">
|
@@ -21,21 +21,34 @@
|
|
21
21
|
<td><a accesskey="n" href="api-index-2-18.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
22
|
</tr>
|
23
23
|
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a class="shortcut" href="#
|
24
|
+
<a class="shortcut" href="#idxA">A</a>
|
25
|
+
|
|
26
|
+
<a class="shortcut" href="#idxD">D</a>
|
25
27
|
|
|
26
28
|
<a class="shortcut" href="#idxF">F</a>
|
27
29
|
|
|
30
|
+
<a class="shortcut" href="#idxI">I</a>
|
31
|
+
|
|
28
32
|
<a class="shortcut" href="#idxM">M</a>
|
29
33
|
|
|
34
|
+
<a class="shortcut" href="#idxS">S</a>
|
35
|
+
|
|
36
|
+
<a class="shortcut" href="#idxT">T</a>
|
37
|
+
|
|
30
38
|
<a class="shortcut" href="#idxU">U</a>
|
31
39
|
|
|
32
40
|
<a class="shortcut" href="#idxV">V</a>
|
33
41
|
</td></tr>
|
34
42
|
</table>
|
35
43
|
<div class="index">
|
36
|
-
<div class="titlepage"><div><div><
|
37
|
-
<a name="api-index-deprecated"></a>Index of deprecated symbols</
|
38
|
-
<a name="idx"></a><a name="
|
44
|
+
<div class="titlepage"><div><div><h1 class="title">
|
45
|
+
<a name="api-index-deprecated"></a>Index of deprecated symbols</h1></div></div></div>
|
46
|
+
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
47
|
+
<dt>
|
48
|
+
<a class="link" href="GApplication.html#g-application-set-action-group" title="g_application_set_action_group ()">g_application_set_action_group</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
49
|
+
</dt>
|
50
|
+
<dd></dd>
|
51
|
+
<a name="idxD"></a><h3 class="title">D</h3>
|
39
52
|
<dt>
|
40
53
|
<a class="link" href="GDrive.html#g-drive-eject" title="g_drive_eject ()">g_drive_eject</a>, function in <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
|
41
54
|
</dt>
|
@@ -61,6 +74,23 @@
|
|
61
74
|
<a class="link" href="GFile.html#g-file-unmount-mountable-finish" title="g_file_unmount_mountable_finish ()">g_file_unmount_mountable_finish</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
62
75
|
</dt>
|
63
76
|
<dd></dd>
|
77
|
+
<a name="idxI"></a><h3 class="title">I</h3>
|
78
|
+
<dt>
|
79
|
+
<a class="link" href="gio-GIOScheduler.html#g-io-scheduler-cancel-all-jobs" title="g_io_scheduler_cancel_all_jobs ()">g_io_scheduler_cancel_all_jobs</a>, function in <a class="link" href="gio-GIOScheduler.html" title="GIOScheduler">GIOScheduler</a>
|
80
|
+
</dt>
|
81
|
+
<dd></dd>
|
82
|
+
<dt>
|
83
|
+
<a class="link" href="gio-GIOScheduler.html#g-io-scheduler-job-send-to-mainloop" title="g_io_scheduler_job_send_to_mainloop ()">g_io_scheduler_job_send_to_mainloop</a>, function in <a class="link" href="gio-GIOScheduler.html" title="GIOScheduler">GIOScheduler</a>
|
84
|
+
</dt>
|
85
|
+
<dd></dd>
|
86
|
+
<dt>
|
87
|
+
<a class="link" href="gio-GIOScheduler.html#g-io-scheduler-job-send-to-mainloop-async" title="g_io_scheduler_job_send_to_mainloop_async ()">g_io_scheduler_job_send_to_mainloop_async</a>, function in <a class="link" href="gio-GIOScheduler.html" title="GIOScheduler">GIOScheduler</a>
|
88
|
+
</dt>
|
89
|
+
<dd></dd>
|
90
|
+
<dt>
|
91
|
+
<a class="link" href="gio-GIOScheduler.html#g-io-scheduler-push-job" title="g_io_scheduler_push_job ()">g_io_scheduler_push_job</a>, function in <a class="link" href="gio-GIOScheduler.html" title="GIOScheduler">GIOScheduler</a>
|
92
|
+
</dt>
|
93
|
+
<dd></dd>
|
64
94
|
<a name="idxM"></a><h3 class="title">M</h3>
|
65
95
|
<dt>
|
66
96
|
<a class="link" href="GMount.html#g-mount-eject" title="g_mount_eject ()">g_mount_eject</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
@@ -78,6 +108,24 @@
|
|
78
108
|
<a class="link" href="GMount.html#g-mount-unmount-finish" title="g_mount_unmount_finish ()">g_mount_unmount_finish</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
79
109
|
</dt>
|
80
110
|
<dd></dd>
|
111
|
+
<a name="idxS"></a><h3 class="title">S</h3>
|
112
|
+
<dt>
|
113
|
+
<a class="link" href="GSettings.html#GSettings--schema" title='The "schema" property'>GSettings:schema</a>, object property in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
114
|
+
</dt>
|
115
|
+
<dd></dd>
|
116
|
+
<a name="idxT"></a><h3 class="title">T</h3>
|
117
|
+
<dt>
|
118
|
+
<a class="link" href="GTlsConnection.html#GTlsConnection--use-system-certdb" title='The "use-system-certdb" property'>GTlsConnection:use-system-certdb</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
119
|
+
</dt>
|
120
|
+
<dd></dd>
|
121
|
+
<dt>
|
122
|
+
<a class="link" href="GTlsConnection.html#g-tls-connection-get-use-system-certdb" title="g_tls_connection_get_use_system_certdb ()">g_tls_connection_get_use_system_certdb</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
123
|
+
</dt>
|
124
|
+
<dd></dd>
|
125
|
+
<dt>
|
126
|
+
<a class="link" href="GTlsConnection.html#g-tls-connection-set-use-system-certdb" title="g_tls_connection_set_use_system_certdb ()">g_tls_connection_set_use_system_certdb</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
127
|
+
</dt>
|
128
|
+
<dd></dd>
|
81
129
|
<a name="idxU"></a><h3 class="title">U</h3>
|
82
130
|
<dt>
|
83
131
|
<a class="link" href="GUnixSocketAddress.html#GUnixSocketAddress--abstract" title='The "abstract" property'>GUnixSocketAddress:abstract</a>, object property in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
|
@@ -107,6 +155,6 @@
|
|
107
155
|
</div>
|
108
156
|
<div class="footer">
|
109
157
|
<hr>
|
110
|
-
Generated by GTK-Doc V1.
|
158
|
+
Generated by GTK-Doc V1.18</div>
|
111
159
|
</body>
|
112
160
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index</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="index.html" title="GIO Reference Manual">
|
9
9
|
<link rel="prev" href="gio-hierarchy.html" title="Object Hierarchy">
|
10
10
|
<link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
|
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">
|
@@ -57,12 +57,14 @@
|
|
57
57
|
|
|
58
58
|
<a class="shortcut" href="#idxV">V</a>
|
59
59
|
|
|
60
|
+
<a class="shortcut" href="#idxW">W</a>
|
61
|
+
|
|
60
62
|
<a class="shortcut" href="#idxZ">Z</a>
|
61
63
|
</td></tr>
|
62
64
|
</table>
|
63
65
|
<div class="index">
|
64
|
-
<div class="titlepage"><div><div><
|
65
|
-
<a name="api-index-full"></a>Index</
|
66
|
+
<div class="titlepage"><div><div><h1 class="title">
|
67
|
+
<a name="api-index-full"></a>Index</h1></div></div></div>
|
66
68
|
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
67
69
|
<dt>
|
68
70
|
<a class="link" href="GAction.html#GAction-struct" title="GAction">GAction</a>, struct in <a class="link" href="GAction.html" title="GAction">GAction</a>
|
@@ -89,6 +91,10 @@
|
|
89
91
|
</dt>
|
90
92
|
<dd></dd>
|
91
93
|
<dt>
|
94
|
+
<a class="link" href="GActionMap.html#GActionEntry" title="struct GActionEntry">GActionEntry</a>, struct in <a class="link" href="GActionMap.html" title="GActionMap">GActionMap</a>
|
95
|
+
</dt>
|
96
|
+
<dd></dd>
|
97
|
+
<dt>
|
92
98
|
<a class="link" href="GActionGroup.html#GActionGroup-struct" title="GActionGroup">GActionGroup</a>, struct in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
|
93
99
|
</dt>
|
94
100
|
<dd></dd>
|
@@ -109,10 +115,30 @@
|
|
109
115
|
</dt>
|
110
116
|
<dd></dd>
|
111
117
|
<dt>
|
118
|
+
<a class="link" href="GActionGroup.html#GActionGroupInterface" title="struct GActionGroupInterface">GActionGroupInterface</a>, struct in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
|
119
|
+
</dt>
|
120
|
+
<dd></dd>
|
121
|
+
<dt>
|
122
|
+
<a class="link" href="GAction.html#GActionInterface" title="struct GActionInterface">GActionInterface</a>, struct in <a class="link" href="GAction.html" title="GAction">GAction</a>
|
123
|
+
</dt>
|
124
|
+
<dd></dd>
|
125
|
+
<dt>
|
126
|
+
<a class="link" href="GActionMap.html#GActionMap-struct" title="GActionMap">GActionMap</a>, struct in <a class="link" href="GActionMap.html" title="GActionMap">GActionMap</a>
|
127
|
+
</dt>
|
128
|
+
<dd></dd>
|
129
|
+
<dt>
|
130
|
+
<a class="link" href="GActionMap.html#GActionMapInterface" title="struct GActionMapInterface">GActionMapInterface</a>, struct in <a class="link" href="GActionMap.html" title="GActionMap">GActionMap</a>
|
131
|
+
</dt>
|
132
|
+
<dd></dd>
|
133
|
+
<dt>
|
112
134
|
<a class="link" href="GAction.html#g-action-activate" title="g_action_activate ()">g_action_activate</a>, function in <a class="link" href="GAction.html" title="GAction">GAction</a>
|
113
135
|
</dt>
|
114
136
|
<dd></dd>
|
115
137
|
<dt>
|
138
|
+
<a class="link" href="GAction.html#g-action-change-state" title="g_action_change_state ()">g_action_change_state</a>, function in <a class="link" href="GAction.html" title="GAction">GAction</a>
|
139
|
+
</dt>
|
140
|
+
<dd></dd>
|
141
|
+
<dt>
|
116
142
|
<a class="link" href="GAction.html#g-action-get-enabled" title="g_action_get_enabled ()">g_action_get_enabled</a>, function in <a class="link" href="GAction.html" title="GAction">GAction</a>
|
117
143
|
</dt>
|
118
144
|
<dd></dd>
|
@@ -189,7 +215,23 @@
|
|
189
215
|
</dt>
|
190
216
|
<dd></dd>
|
191
217
|
<dt>
|
192
|
-
<a class="link" href="
|
218
|
+
<a class="link" href="GActionGroup.html#g-action-group-query-action" title="g_action_group_query_action ()">g_action_group_query_action</a>, function in <a class="link" href="GActionGroup.html" title="GActionGroup">GActionGroup</a>
|
219
|
+
</dt>
|
220
|
+
<dd></dd>
|
221
|
+
<dt>
|
222
|
+
<a class="link" href="GActionMap.html#g-action-map-add-action" title="g_action_map_add_action ()">g_action_map_add_action</a>, function in <a class="link" href="GActionMap.html" title="GActionMap">GActionMap</a>
|
223
|
+
</dt>
|
224
|
+
<dd></dd>
|
225
|
+
<dt>
|
226
|
+
<a class="link" href="GActionMap.html#g-action-map-add-action-entries" title="g_action_map_add_action_entries ()">g_action_map_add_action_entries</a>, function in <a class="link" href="GActionMap.html" title="GActionMap">GActionMap</a>
|
227
|
+
</dt>
|
228
|
+
<dd></dd>
|
229
|
+
<dt>
|
230
|
+
<a class="link" href="GActionMap.html#g-action-map-lookup-action" title="g_action_map_lookup_action ()">g_action_map_lookup_action</a>, function in <a class="link" href="GActionMap.html" title="GActionMap">GActionMap</a>
|
231
|
+
</dt>
|
232
|
+
<dd></dd>
|
233
|
+
<dt>
|
234
|
+
<a class="link" href="GActionMap.html#g-action-map-remove-action" title="g_action_map_remove_action ()">g_action_map_remove_action</a>, function in <a class="link" href="GActionMap.html" title="GActionMap">GActionMap</a>
|
193
235
|
</dt>
|
194
236
|
<dd></dd>
|
195
237
|
<dt>
|
@@ -197,7 +239,7 @@
|
|
197
239
|
</dt>
|
198
240
|
<dd></dd>
|
199
241
|
<dt>
|
200
|
-
<a class="link" href="GAppInfo.html#GAppInfoCreateFlags">GAppInfoCreateFlags</a>, enum in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
|
242
|
+
<a class="link" href="GAppInfo.html#GAppInfoCreateFlags" title="enum GAppInfoCreateFlags">GAppInfoCreateFlags</a>, enum in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
|
201
243
|
</dt>
|
202
244
|
<dd></dd>
|
203
245
|
<dt>
|
@@ -209,6 +251,14 @@
|
|
209
251
|
</dt>
|
210
252
|
<dd></dd>
|
211
253
|
<dt>
|
254
|
+
<a class="link" href="GAppInfo.html#GAppLaunchContext-launch-failed" title='The "launch-failed" signal'>GAppLaunchContext::launch-failed</a>, object signal in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
|
255
|
+
</dt>
|
256
|
+
<dd></dd>
|
257
|
+
<dt>
|
258
|
+
<a class="link" href="GAppInfo.html#GAppLaunchContext-launched" title='The "launched" signal'>GAppLaunchContext::launched</a>, object signal in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
|
259
|
+
</dt>
|
260
|
+
<dd></dd>
|
261
|
+
<dt>
|
212
262
|
<a class="link" href="GApplication.html#GApplication-struct" title="GApplication">GApplication</a>, struct in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
213
263
|
</dt>
|
214
264
|
<dd></dd>
|
@@ -225,6 +275,10 @@
|
|
225
275
|
</dt>
|
226
276
|
<dd></dd>
|
227
277
|
<dt>
|
278
|
+
<a class="link" href="GApplication.html#GApplication-shutdown" title='The "shutdown" signal'>GApplication::shutdown</a>, object signal in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
279
|
+
</dt>
|
280
|
+
<dd></dd>
|
281
|
+
<dt>
|
228
282
|
<a class="link" href="GApplication.html#GApplication-startup" title='The "startup" signal'>GApplication::startup</a>, object signal in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
229
283
|
</dt>
|
230
284
|
<dd></dd>
|
@@ -265,7 +319,7 @@
|
|
265
319
|
</dt>
|
266
320
|
<dd></dd>
|
267
321
|
<dt>
|
268
|
-
<a class="link" href="GApplication.html#GApplicationFlags">GApplicationFlags</a>, enum in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
322
|
+
<a class="link" href="GApplication.html#GApplicationFlags-enum" title="enum GApplicationFlags">GApplicationFlags</a>, enum in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
269
323
|
</dt>
|
270
324
|
<dd></dd>
|
271
325
|
<dt>
|
@@ -273,6 +327,10 @@
|
|
273
327
|
</dt>
|
274
328
|
<dd></dd>
|
275
329
|
<dt>
|
330
|
+
<a class="link" href="GApplicationCommandLine.html#g-application-command-line-create-file-for-arg" title="g_application_command_line_create_file_for_arg ()">g_application_command_line_create_file_for_arg</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
|
331
|
+
</dt>
|
332
|
+
<dd></dd>
|
333
|
+
<dt>
|
276
334
|
<a class="link" href="GApplicationCommandLine.html#g-application-command-line-getenv" title="g_application_command_line_getenv ()">g_application_command_line_getenv</a>, function in <a class="link" href="GApplicationCommandLine.html" title="GApplicationCommandLine">GApplicationCommandLine</a>
|
277
335
|
</dt>
|
278
336
|
<dd></dd>
|
@@ -317,6 +375,18 @@
|
|
317
375
|
</dt>
|
318
376
|
<dd></dd>
|
319
377
|
<dt>
|
378
|
+
<a class="link" href="GApplication.html#g-application-get-dbus-connection" title="g_application_get_dbus_connection ()">g_application_get_dbus_connection</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
379
|
+
</dt>
|
380
|
+
<dd></dd>
|
381
|
+
<dt>
|
382
|
+
<a class="link" href="GApplication.html#g-application-get-dbus-object-path" title="g_application_get_dbus_object_path ()">g_application_get_dbus_object_path</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
383
|
+
</dt>
|
384
|
+
<dd></dd>
|
385
|
+
<dt>
|
386
|
+
<a class="link" href="GApplication.html#g-application-get-default" title="g_application_get_default ()">g_application_get_default</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
387
|
+
</dt>
|
388
|
+
<dd></dd>
|
389
|
+
<dt>
|
320
390
|
<a class="link" href="GApplication.html#g-application-get-flags" title="g_application_get_flags ()">g_application_get_flags</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
321
391
|
</dt>
|
322
392
|
<dd></dd>
|
@@ -349,6 +419,10 @@
|
|
349
419
|
</dt>
|
350
420
|
<dd></dd>
|
351
421
|
<dt>
|
422
|
+
<a class="link" href="GApplication.html#g-application-quit" title="g_application_quit ()">g_application_quit</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
423
|
+
</dt>
|
424
|
+
<dd></dd>
|
425
|
+
<dt>
|
352
426
|
<a class="link" href="GApplication.html#g-application-register" title="g_application_register ()">g_application_register</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
353
427
|
</dt>
|
354
428
|
<dd></dd>
|
@@ -369,6 +443,10 @@
|
|
369
443
|
</dt>
|
370
444
|
<dd></dd>
|
371
445
|
<dt>
|
446
|
+
<a class="link" href="GApplication.html#g-application-set-default" title="g_application_set_default ()">g_application_set_default</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
447
|
+
</dt>
|
448
|
+
<dd></dd>
|
449
|
+
<dt>
|
372
450
|
<a class="link" href="GApplication.html#g-application-set-flags" title="g_application_set_flags ()">g_application_set_flags</a>, function in <a class="link" href="GApplication.html" title="GApplication">GApplication</a>
|
373
451
|
</dt>
|
374
452
|
<dd></dd>
|
@@ -457,6 +535,10 @@
|
|
457
535
|
</dt>
|
458
536
|
<dd></dd>
|
459
537
|
<dt>
|
538
|
+
<a class="link" href="GAppInfo.html#g-app-info-get-supported-types" title="g_app_info_get_supported_types ()">g_app_info_get_supported_types</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
|
539
|
+
</dt>
|
540
|
+
<dd></dd>
|
541
|
+
<dt>
|
460
542
|
<a class="link" href="GAppInfo.html#g-app-info-launch" title="g_app_info_launch ()">g_app_info_launch</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
|
461
543
|
</dt>
|
462
544
|
<dd></dd>
|
@@ -505,6 +587,10 @@
|
|
505
587
|
</dt>
|
506
588
|
<dd></dd>
|
507
589
|
<dt>
|
590
|
+
<a class="link" href="GAppInfo.html#g-app-launch-context-get-environment" title="g_app_launch_context_get_environment ()">g_app_launch_context_get_environment</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
|
591
|
+
</dt>
|
592
|
+
<dd></dd>
|
593
|
+
<dt>
|
508
594
|
<a class="link" href="GAppInfo.html#g-app-launch-context-get-startup-notify-id" title="g_app_launch_context_get_startup_notify_id ()">g_app_launch_context_get_startup_notify_id</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
|
509
595
|
</dt>
|
510
596
|
<dd></dd>
|
@@ -517,7 +603,15 @@
|
|
517
603
|
</dt>
|
518
604
|
<dd></dd>
|
519
605
|
<dt>
|
520
|
-
<a class="link" href="
|
606
|
+
<a class="link" href="GAppInfo.html#g-app-launch-context-setenv" title="g_app_launch_context_setenv ()">g_app_launch_context_setenv</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
|
607
|
+
</dt>
|
608
|
+
<dd></dd>
|
609
|
+
<dt>
|
610
|
+
<a class="link" href="GAppInfo.html#g-app-launch-context-unsetenv" title="g_app_launch_context_unsetenv ()">g_app_launch_context_unsetenv</a>, function in <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>
|
611
|
+
</dt>
|
612
|
+
<dd></dd>
|
613
|
+
<dt>
|
614
|
+
<a class="link" href="GMountOperation.html#GAskPasswordFlags-enum" title="enum GAskPasswordFlags">GAskPasswordFlags</a>, enum in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
521
615
|
</dt>
|
522
616
|
<dd></dd>
|
523
617
|
<dt>
|
@@ -572,6 +666,14 @@
|
|
572
666
|
<a class="link" href="GAsyncResult.html#g-async-result-get-user-data" title="g_async_result_get_user_data ()">g_async_result_get_user_data</a>, function in <a class="link" href="GAsyncResult.html" title="GAsyncResult">GAsyncResult</a>
|
573
667
|
</dt>
|
574
668
|
<dd></dd>
|
669
|
+
<dt>
|
670
|
+
<a class="link" href="GAsyncResult.html#g-async-result-is-tagged" title="g_async_result_is_tagged ()">g_async_result_is_tagged</a>, function in <a class="link" href="GAsyncResult.html" title="GAsyncResult">GAsyncResult</a>
|
671
|
+
</dt>
|
672
|
+
<dd></dd>
|
673
|
+
<dt>
|
674
|
+
<a class="link" href="GAsyncResult.html#g-async-result-legacy-propagate-error" title="g_async_result_legacy_propagate_error ()">g_async_result_legacy_propagate_error</a>, function in <a class="link" href="GAsyncResult.html" title="GAsyncResult">GAsyncResult</a>
|
675
|
+
</dt>
|
676
|
+
<dd></dd>
|
575
677
|
<a name="idxB"></a><h3 class="title">B</h3>
|
576
678
|
<dt>
|
577
679
|
<a class="link" href="GBufferedInputStream.html#GBufferedInputStream-struct" title="GBufferedInputStream">GBufferedInputStream</a>, struct in <a class="link" href="GBufferedInputStream.html" title="GBufferedInputStream">GBufferedInputStream</a>
|
@@ -678,7 +780,7 @@
|
|
678
780
|
</dt>
|
679
781
|
<dd></dd>
|
680
782
|
<dt>
|
681
|
-
<a class="link" href="gio-Owning-Bus-Names.html#GBusNameOwnerFlags">GBusNameOwnerFlags</a>, enum in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
|
783
|
+
<a class="link" href="gio-Owning-Bus-Names.html#GBusNameOwnerFlags" title="enum GBusNameOwnerFlags">GBusNameOwnerFlags</a>, enum in <a class="link" href="gio-Owning-Bus-Names.html" title="Owning Bus Names">Owning Bus Names</a>
|
682
784
|
</dt>
|
683
785
|
<dd></dd>
|
684
786
|
<dt>
|
@@ -690,7 +792,7 @@
|
|
690
792
|
</dt>
|
691
793
|
<dd></dd>
|
692
794
|
<dt>
|
693
|
-
<a class="link" href="GDBusConnection.html#GBusType">GBusType</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
795
|
+
<a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType">GBusType</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
694
796
|
</dt>
|
695
797
|
<dd></dd>
|
696
798
|
<dt>
|
@@ -867,6 +969,10 @@
|
|
867
969
|
</dt>
|
868
970
|
<dd></dd>
|
869
971
|
<dt>
|
972
|
+
<a class="link" href="gio-GContentType.html#g-content-type-get-generic-icon-name" title="g_content_type_get_generic_icon_name ()">g_content_type_get_generic_icon_name</a>, function in <a class="link" href="gio-GContentType.html" title="GContentType">GContentType</a>
|
973
|
+
</dt>
|
974
|
+
<dd></dd>
|
975
|
+
<dt>
|
870
976
|
<a class="link" href="gio-GContentType.html#g-content-type-get-icon" title="g_content_type_get_icon ()">g_content_type_get_icon</a>, function in <a class="link" href="gio-GContentType.html" title="GContentType">GContentType</a>
|
871
977
|
</dt>
|
872
978
|
<dd></dd>
|
@@ -875,6 +981,10 @@
|
|
875
981
|
</dt>
|
876
982
|
<dd></dd>
|
877
983
|
<dt>
|
984
|
+
<a class="link" href="gio-GContentType.html#g-content-type-get-symbolic-icon" title="g_content_type_get_symbolic_icon ()">g_content_type_get_symbolic_icon</a>, function in <a class="link" href="gio-GContentType.html" title="GContentType">GContentType</a>
|
985
|
+
</dt>
|
986
|
+
<dd></dd>
|
987
|
+
<dt>
|
878
988
|
<a class="link" href="gio-GContentType.html#g-content-type-guess" title="g_content_type_guess ()">g_content_type_guess</a>, function in <a class="link" href="gio-GContentType.html" title="GContentType">GContentType</a>
|
879
989
|
</dt>
|
880
990
|
<dd></dd>
|
@@ -895,7 +1005,7 @@
|
|
895
1005
|
</dt>
|
896
1006
|
<dd></dd>
|
897
1007
|
<dt>
|
898
|
-
<a class="link" href="GConverter.html#GConverterFlags">GConverterFlags</a>, enum in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
|
1008
|
+
<a class="link" href="GConverter.html#GConverterFlags" title="enum GConverterFlags">GConverterFlags</a>, enum in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
|
899
1009
|
</dt>
|
900
1010
|
<dd></dd>
|
901
1011
|
<dt>
|
@@ -919,7 +1029,7 @@
|
|
919
1029
|
</dt>
|
920
1030
|
<dd></dd>
|
921
1031
|
<dt>
|
922
|
-
<a class="link" href="GConverter.html#GConverterResult">GConverterResult</a>, enum in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
|
1032
|
+
<a class="link" href="GConverter.html#GConverterResult" title="enum GConverterResult">GConverterResult</a>, enum in <a class="link" href="GConverter.html" title="GConverter">GConverter</a>
|
923
1033
|
</dt>
|
924
1034
|
<dd></dd>
|
925
1035
|
<dt>
|
@@ -1004,11 +1114,11 @@
|
|
1004
1114
|
</dt>
|
1005
1115
|
<dd></dd>
|
1006
1116
|
<dt>
|
1007
|
-
<a class="link" href="GDataInputStream.html#GDataStreamByteOrder">GDataStreamByteOrder</a>, enum in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
|
1117
|
+
<a class="link" href="GDataInputStream.html#GDataStreamByteOrder" title="enum GDataStreamByteOrder">GDataStreamByteOrder</a>, enum in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
|
1008
1118
|
</dt>
|
1009
1119
|
<dd></dd>
|
1010
1120
|
<dt>
|
1011
|
-
<a class="link" href="GDataInputStream.html#GDataStreamNewlineType">GDataStreamNewlineType</a>, enum in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
|
1121
|
+
<a class="link" href="GDataInputStream.html#GDataStreamNewlineType" title="enum GDataStreamNewlineType">GDataStreamNewlineType</a>, enum in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
|
1012
1122
|
</dt>
|
1013
1123
|
<dd></dd>
|
1014
1124
|
<dt>
|
@@ -1052,6 +1162,14 @@
|
|
1052
1162
|
</dt>
|
1053
1163
|
<dd></dd>
|
1054
1164
|
<dt>
|
1165
|
+
<a class="link" href="GDataInputStream.html#g-data-input-stream-read-line-finish-utf8" title="g_data_input_stream_read_line_finish_utf8 ()">g_data_input_stream_read_line_finish_utf8</a>, function in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
|
1166
|
+
</dt>
|
1167
|
+
<dd></dd>
|
1168
|
+
<dt>
|
1169
|
+
<a class="link" href="GDataInputStream.html#g-data-input-stream-read-line-utf8" title="g_data_input_stream_read_line_utf8 ()">g_data_input_stream_read_line_utf8</a>, function in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
|
1170
|
+
</dt>
|
1171
|
+
<dd></dd>
|
1172
|
+
<dt>
|
1055
1173
|
<a class="link" href="GDataInputStream.html#g-data-input-stream-read-uint16" title="g_data_input_stream_read_uint16 ()">g_data_input_stream_read_uint16</a>, function in <a class="link" href="GDataInputStream.html" title="GDataInputStream">GDataInputStream</a>
|
1056
1174
|
</dt>
|
1057
1175
|
<dd></dd>
|
@@ -1140,11 +1258,15 @@
|
|
1140
1258
|
</dt>
|
1141
1259
|
<dd></dd>
|
1142
1260
|
<dt>
|
1143
|
-
<a class="link" href="
|
1261
|
+
<a class="link" href="GDBusActionGroup.html#GDBusActionGroup-struct" title="GDBusActionGroup">GDBusActionGroup</a>, struct in <a class="link" href="GDBusActionGroup.html" title="GDBusActionGroup">GDBusActionGroup</a>
|
1144
1262
|
</dt>
|
1145
1263
|
<dd></dd>
|
1146
1264
|
<dt>
|
1147
|
-
<a class="link" href="gio-D-Bus-Introspection-Data.html#
|
1265
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo-struct" title="GDBusAnnotationInfo">GDBusAnnotationInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1266
|
+
</dt>
|
1267
|
+
<dd></dd>
|
1268
|
+
<dt>
|
1269
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusArgInfo-struct" title="GDBusArgInfo">GDBusArgInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1148
1270
|
</dt>
|
1149
1271
|
<dd></dd>
|
1150
1272
|
<dt>
|
@@ -1152,6 +1274,10 @@
|
|
1152
1274
|
</dt>
|
1153
1275
|
<dd></dd>
|
1154
1276
|
<dt>
|
1277
|
+
<a class="link" href="GDBusAuthObserver.html#GDBusAuthObserver-allow-mechanism" title='The "allow-mechanism" signal'>GDBusAuthObserver::allow-mechanism</a>, object signal in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
|
1278
|
+
</dt>
|
1279
|
+
<dd></dd>
|
1280
|
+
<dt>
|
1155
1281
|
<a class="link" href="GDBusAuthObserver.html#GDBusAuthObserver-authorize-authenticated-peer" title='The "authorize-authenticated-peer" signal'>GDBusAuthObserver::authorize-authenticated-peer</a>, object signal in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
|
1156
1282
|
</dt>
|
1157
1283
|
<dd></dd>
|
@@ -1160,7 +1286,7 @@
|
|
1160
1286
|
</dt>
|
1161
1287
|
<dd></dd>
|
1162
1288
|
<dt>
|
1163
|
-
<a class="link" href="GDBusConnection.html#GDBusCapabilityFlags">GDBusCapabilityFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1289
|
+
<a class="link" href="GDBusConnection.html#GDBusCapabilityFlags-enum" title="enum GDBusCapabilityFlags">GDBusCapabilityFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1164
1290
|
</dt>
|
1165
1291
|
<dd></dd>
|
1166
1292
|
<dt>
|
@@ -1208,15 +1334,19 @@
|
|
1208
1334
|
</dt>
|
1209
1335
|
<dd></dd>
|
1210
1336
|
<dt>
|
1211
|
-
<a class="link" href="GDBusConnection.html#GDBusConnectionFlags">GDBusConnectionFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1337
|
+
<a class="link" href="GDBusConnection.html#GDBusConnectionFlags-enum" title="enum GDBusConnectionFlags">GDBusConnectionFlags</a>, enum in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1338
|
+
</dt>
|
1339
|
+
<dd></dd>
|
1340
|
+
<dt>
|
1341
|
+
<a class="link" href="gio-GDBusError.html#GDBusError" title="enum GDBusError">GDBusError</a>, enum in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1212
1342
|
</dt>
|
1213
1343
|
<dd></dd>
|
1214
1344
|
<dt>
|
1215
|
-
<a class="link" href="GDBusError.html" title="
|
1345
|
+
<a class="link" href="gio-GDBusError.html#GDBusErrorEntry" title="GDBusErrorEntry">GDBusErrorEntry</a>, struct in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1216
1346
|
</dt>
|
1217
1347
|
<dd></dd>
|
1218
1348
|
<dt>
|
1219
|
-
<a class="link" href="
|
1349
|
+
<a class="link" href="GDBusInterface.html#GDBusInterface-struct" title="GDBusInterface">GDBusInterface</a>, struct in <a class="link" href="GDBusInterface.html" title="GDBusInterface">GDBusInterface</a>
|
1220
1350
|
</dt>
|
1221
1351
|
<dd></dd>
|
1222
1352
|
<dt>
|
@@ -1224,6 +1354,10 @@
|
|
1224
1354
|
</dt>
|
1225
1355
|
<dd></dd>
|
1226
1356
|
<dt>
|
1357
|
+
<a class="link" href="GDBusInterface.html#GDBusInterfaceIface" title="struct GDBusInterfaceIface">GDBusInterfaceIface</a>, struct in <a class="link" href="GDBusInterface.html" title="GDBusInterface">GDBusInterface</a>
|
1358
|
+
</dt>
|
1359
|
+
<dd></dd>
|
1360
|
+
<dt>
|
1227
1361
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct" title="GDBusInterfaceInfo">GDBusInterfaceInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1228
1362
|
</dt>
|
1229
1363
|
<dd></dd>
|
@@ -1236,10 +1370,34 @@
|
|
1236
1370
|
</dt>
|
1237
1371
|
<dd></dd>
|
1238
1372
|
<dt>
|
1373
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton-struct" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>, struct in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
1374
|
+
</dt>
|
1375
|
+
<dd></dd>
|
1376
|
+
<dt>
|
1377
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton-g-authorize-method" title='The "g-authorize-method" signal'>GDBusInterfaceSkeleton::g-authorize-method</a>, object signal in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
1378
|
+
</dt>
|
1379
|
+
<dd></dd>
|
1380
|
+
<dt>
|
1381
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton--g-flags" title='The "g-flags" property'>GDBusInterfaceSkeleton:g-flags</a>, object property in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
1382
|
+
</dt>
|
1383
|
+
<dd></dd>
|
1384
|
+
<dt>
|
1385
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass" title="struct GDBusInterfaceSkeletonClass">GDBusInterfaceSkeletonClass</a>, struct in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
1386
|
+
</dt>
|
1387
|
+
<dd></dd>
|
1388
|
+
<dt>
|
1389
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonFlags-enum" title="enum GDBusInterfaceSkeletonFlags">GDBusInterfaceSkeletonFlags</a>, enum in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
1390
|
+
</dt>
|
1391
|
+
<dd></dd>
|
1392
|
+
<dt>
|
1239
1393
|
<a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable">GDBusInterfaceVTable</a>, struct in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1240
1394
|
</dt>
|
1241
1395
|
<dd></dd>
|
1242
1396
|
<dt>
|
1397
|
+
<a class="link" href="GDBusMenuModel.html#GDBusMenuModel-struct" title="GDBusMenuModel">GDBusMenuModel</a>, struct in <a class="link" href="GDBusMenuModel.html" title="GDBusMenuModel">GDBusMenuModel</a>
|
1398
|
+
</dt>
|
1399
|
+
<dd></dd>
|
1400
|
+
<dt>
|
1243
1401
|
<a class="link" href="GDBusMessage.html#GDBusMessage-struct" title="GDBusMessage">GDBusMessage</a>, struct in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
|
1244
1402
|
</dt>
|
1245
1403
|
<dd></dd>
|
@@ -1268,7 +1426,7 @@
|
|
1268
1426
|
</dt>
|
1269
1427
|
<dd></dd>
|
1270
1428
|
<dt>
|
1271
|
-
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo" title="GDBusMethodInfo">GDBusMethodInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1429
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo-struct" title="GDBusMethodInfo">GDBusMethodInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1272
1430
|
</dt>
|
1273
1431
|
<dd></dd>
|
1274
1432
|
<dt>
|
@@ -1276,11 +1434,155 @@
|
|
1276
1434
|
</dt>
|
1277
1435
|
<dd></dd>
|
1278
1436
|
<dt>
|
1279
|
-
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo" title="GDBusNodeInfo">GDBusNodeInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1437
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo-struct" title="GDBusNodeInfo">GDBusNodeInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1438
|
+
</dt>
|
1439
|
+
<dd></dd>
|
1440
|
+
<dt>
|
1441
|
+
<a class="link" href="GDBusObject.html#GDBusObject-struct" title="GDBusObject">GDBusObject</a>, struct in <a class="link" href="GDBusObject.html" title="GDBusObject">GDBusObject</a>
|
1442
|
+
</dt>
|
1443
|
+
<dd></dd>
|
1444
|
+
<dt>
|
1445
|
+
<a class="link" href="GDBusObject.html#GDBusObject-interface-added" title='The "interface-added" signal'>GDBusObject::interface-added</a>, object signal in <a class="link" href="GDBusObject.html" title="GDBusObject">GDBusObject</a>
|
1446
|
+
</dt>
|
1447
|
+
<dd></dd>
|
1448
|
+
<dt>
|
1449
|
+
<a class="link" href="GDBusObject.html#GDBusObject-interface-removed" title='The "interface-removed" signal'>GDBusObject::interface-removed</a>, object signal in <a class="link" href="GDBusObject.html" title="GDBusObject">GDBusObject</a>
|
1450
|
+
</dt>
|
1451
|
+
<dd></dd>
|
1452
|
+
<dt>
|
1453
|
+
<a class="link" href="GDBusObject.html#GDBusObjectIface" title="struct GDBusObjectIface">GDBusObjectIface</a>, struct in <a class="link" href="GDBusObject.html" title="GDBusObject">GDBusObject</a>
|
1454
|
+
</dt>
|
1455
|
+
<dd></dd>
|
1456
|
+
<dt>
|
1457
|
+
<a class="link" href="GDBusObjectManager.html#GDBusObjectManager-struct" title="GDBusObjectManager">GDBusObjectManager</a>, struct in <a class="link" href="GDBusObjectManager.html" title="GDBusObjectManager">GDBusObjectManager</a>
|
1458
|
+
</dt>
|
1459
|
+
<dd></dd>
|
1460
|
+
<dt>
|
1461
|
+
<a class="link" href="GDBusObjectManager.html#GDBusObjectManager-interface-added" title='The "interface-added" signal'>GDBusObjectManager::interface-added</a>, object signal in <a class="link" href="GDBusObjectManager.html" title="GDBusObjectManager">GDBusObjectManager</a>
|
1462
|
+
</dt>
|
1463
|
+
<dd></dd>
|
1464
|
+
<dt>
|
1465
|
+
<a class="link" href="GDBusObjectManager.html#GDBusObjectManager-interface-removed" title='The "interface-removed" signal'>GDBusObjectManager::interface-removed</a>, object signal in <a class="link" href="GDBusObjectManager.html" title="GDBusObjectManager">GDBusObjectManager</a>
|
1466
|
+
</dt>
|
1467
|
+
<dd></dd>
|
1468
|
+
<dt>
|
1469
|
+
<a class="link" href="GDBusObjectManager.html#GDBusObjectManager-object-added" title='The "object-added" signal'>GDBusObjectManager::object-added</a>, object signal in <a class="link" href="GDBusObjectManager.html" title="GDBusObjectManager">GDBusObjectManager</a>
|
1470
|
+
</dt>
|
1471
|
+
<dd></dd>
|
1472
|
+
<dt>
|
1473
|
+
<a class="link" href="GDBusObjectManager.html#GDBusObjectManager-object-removed" title='The "object-removed" signal'>GDBusObjectManager::object-removed</a>, object signal in <a class="link" href="GDBusObjectManager.html" title="GDBusObjectManager">GDBusObjectManager</a>
|
1474
|
+
</dt>
|
1475
|
+
<dd></dd>
|
1476
|
+
<dt>
|
1477
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient-struct" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>, struct in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1478
|
+
</dt>
|
1479
|
+
<dd></dd>
|
1480
|
+
<dt>
|
1481
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient-interface-proxy-properties-changed" title='The "interface-proxy-properties-changed" signal'>GDBusObjectManagerClient::interface-proxy-properties-changed</a>, object signal in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1482
|
+
</dt>
|
1483
|
+
<dd></dd>
|
1484
|
+
<dt>
|
1485
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient-interface-proxy-signal" title='The "interface-proxy-signal" signal'>GDBusObjectManagerClient::interface-proxy-signal</a>, object signal in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1486
|
+
</dt>
|
1487
|
+
<dd></dd>
|
1488
|
+
<dt>
|
1489
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient--bus-type" title='The "bus-type" property'>GDBusObjectManagerClient:bus-type</a>, object property in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1490
|
+
</dt>
|
1491
|
+
<dd></dd>
|
1492
|
+
<dt>
|
1493
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient--connection" title='The "connection" property'>GDBusObjectManagerClient:connection</a>, object property in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1494
|
+
</dt>
|
1495
|
+
<dd></dd>
|
1496
|
+
<dt>
|
1497
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient--flags" title='The "flags" property'>GDBusObjectManagerClient:flags</a>, object property in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1498
|
+
</dt>
|
1499
|
+
<dd></dd>
|
1500
|
+
<dt>
|
1501
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient--get-proxy-type-destroy-notify" title='The "get-proxy-type-destroy-notify" property'>GDBusObjectManagerClient:get-proxy-type-destroy-notify</a>, object property in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1502
|
+
</dt>
|
1503
|
+
<dd></dd>
|
1504
|
+
<dt>
|
1505
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient--get-proxy-type-func" title='The "get-proxy-type-func" property'>GDBusObjectManagerClient:get-proxy-type-func</a>, object property in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1506
|
+
</dt>
|
1507
|
+
<dd></dd>
|
1508
|
+
<dt>
|
1509
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient--get-proxy-type-user-data" title='The "get-proxy-type-user-data" property'>GDBusObjectManagerClient:get-proxy-type-user-data</a>, object property in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1510
|
+
</dt>
|
1511
|
+
<dd></dd>
|
1512
|
+
<dt>
|
1513
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient--name" title='The "name" property'>GDBusObjectManagerClient:name</a>, object property in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1514
|
+
</dt>
|
1515
|
+
<dd></dd>
|
1516
|
+
<dt>
|
1517
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient--name-owner" title='The "name-owner" property'>GDBusObjectManagerClient:name-owner</a>, object property in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1518
|
+
</dt>
|
1519
|
+
<dd></dd>
|
1520
|
+
<dt>
|
1521
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClient--object-path" title='The "object-path" property'>GDBusObjectManagerClient:object-path</a>, object property in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1522
|
+
</dt>
|
1523
|
+
<dd></dd>
|
1524
|
+
<dt>
|
1525
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClientClass" title="struct GDBusObjectManagerClientClass">GDBusObjectManagerClientClass</a>, struct in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1526
|
+
</dt>
|
1527
|
+
<dd></dd>
|
1528
|
+
<dt>
|
1529
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusObjectManagerClientFlags-enum" title="enum GDBusObjectManagerClientFlags">GDBusObjectManagerClientFlags</a>, enum in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1530
|
+
</dt>
|
1531
|
+
<dd></dd>
|
1532
|
+
<dt>
|
1533
|
+
<a class="link" href="GDBusObjectManager.html#GDBusObjectManagerIface" title="struct GDBusObjectManagerIface">GDBusObjectManagerIface</a>, struct in <a class="link" href="GDBusObjectManager.html" title="GDBusObjectManager">GDBusObjectManager</a>
|
1534
|
+
</dt>
|
1535
|
+
<dd></dd>
|
1536
|
+
<dt>
|
1537
|
+
<a class="link" href="GDBusObjectManagerServer.html#GDBusObjectManagerServer-struct" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>, struct in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
1538
|
+
</dt>
|
1539
|
+
<dd></dd>
|
1540
|
+
<dt>
|
1541
|
+
<a class="link" href="GDBusObjectManagerServer.html#GDBusObjectManagerServer--connection" title='The "connection" property'>GDBusObjectManagerServer:connection</a>, object property in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
1542
|
+
</dt>
|
1543
|
+
<dd></dd>
|
1544
|
+
<dt>
|
1545
|
+
<a class="link" href="GDBusObjectManagerServer.html#GDBusObjectManagerServer--object-path" title='The "object-path" property'>GDBusObjectManagerServer:object-path</a>, object property in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
1546
|
+
</dt>
|
1547
|
+
<dd></dd>
|
1548
|
+
<dt>
|
1549
|
+
<a class="link" href="GDBusObjectManagerServer.html#GDBusObjectManagerServerClass" title="struct GDBusObjectManagerServerClass">GDBusObjectManagerServerClass</a>, struct in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
1550
|
+
</dt>
|
1551
|
+
<dd></dd>
|
1552
|
+
<dt>
|
1553
|
+
<a class="link" href="GDBusObjectProxy.html#GDBusObjectProxy-struct" title="GDBusObjectProxy">GDBusObjectProxy</a>, struct in <a class="link" href="GDBusObjectProxy.html" title="GDBusObjectProxy">GDBusObjectProxy</a>
|
1554
|
+
</dt>
|
1555
|
+
<dd></dd>
|
1556
|
+
<dt>
|
1557
|
+
<a class="link" href="GDBusObjectProxy.html#GDBusObjectProxy--g-connection" title='The "g-connection" property'>GDBusObjectProxy:g-connection</a>, object property in <a class="link" href="GDBusObjectProxy.html" title="GDBusObjectProxy">GDBusObjectProxy</a>
|
1558
|
+
</dt>
|
1559
|
+
<dd></dd>
|
1560
|
+
<dt>
|
1561
|
+
<a class="link" href="GDBusObjectProxy.html#GDBusObjectProxy--g-object-path" title='The "g-object-path" property'>GDBusObjectProxy:g-object-path</a>, object property in <a class="link" href="GDBusObjectProxy.html" title="GDBusObjectProxy">GDBusObjectProxy</a>
|
1562
|
+
</dt>
|
1563
|
+
<dd></dd>
|
1564
|
+
<dt>
|
1565
|
+
<a class="link" href="GDBusObjectProxy.html#GDBusObjectProxyClass" title="struct GDBusObjectProxyClass">GDBusObjectProxyClass</a>, struct in <a class="link" href="GDBusObjectProxy.html" title="GDBusObjectProxy">GDBusObjectProxy</a>
|
1566
|
+
</dt>
|
1567
|
+
<dd></dd>
|
1568
|
+
<dt>
|
1569
|
+
<a class="link" href="GDBusObjectSkeleton.html#GDBusObjectSkeleton-struct" title="GDBusObjectSkeleton">GDBusObjectSkeleton</a>, struct in <a class="link" href="GDBusObjectSkeleton.html" title="GDBusObjectSkeleton">GDBusObjectSkeleton</a>
|
1570
|
+
</dt>
|
1571
|
+
<dd></dd>
|
1572
|
+
<dt>
|
1573
|
+
<a class="link" href="GDBusObjectSkeleton.html#GDBusObjectSkeleton-authorize-method" title='The "authorize-method" signal'>GDBusObjectSkeleton::authorize-method</a>, object signal in <a class="link" href="GDBusObjectSkeleton.html" title="GDBusObjectSkeleton">GDBusObjectSkeleton</a>
|
1574
|
+
</dt>
|
1575
|
+
<dd></dd>
|
1576
|
+
<dt>
|
1577
|
+
<a class="link" href="GDBusObjectSkeleton.html#GDBusObjectSkeleton--g-object-path" title='The "g-object-path" property'>GDBusObjectSkeleton:g-object-path</a>, object property in <a class="link" href="GDBusObjectSkeleton.html" title="GDBusObjectSkeleton">GDBusObjectSkeleton</a>
|
1578
|
+
</dt>
|
1579
|
+
<dd></dd>
|
1580
|
+
<dt>
|
1581
|
+
<a class="link" href="GDBusObjectSkeleton.html#GDBusObjectSkeletonClass" title="struct GDBusObjectSkeletonClass">GDBusObjectSkeletonClass</a>, struct in <a class="link" href="GDBusObjectSkeleton.html" title="GDBusObjectSkeleton">GDBusObjectSkeleton</a>
|
1280
1582
|
</dt>
|
1281
1583
|
<dd></dd>
|
1282
1584
|
<dt>
|
1283
|
-
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo" title="GDBusPropertyInfo">GDBusPropertyInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1585
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo-struct" title="GDBusPropertyInfo">GDBusPropertyInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1284
1586
|
</dt>
|
1285
1587
|
<dd></dd>
|
1286
1588
|
<dt>
|
@@ -1340,7 +1642,11 @@
|
|
1340
1642
|
</dt>
|
1341
1643
|
<dd></dd>
|
1342
1644
|
<dt>
|
1343
|
-
<a class="link" href="GDBusProxy.html#GDBusProxyFlags">GDBusProxyFlags</a>, enum in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
|
1645
|
+
<a class="link" href="GDBusProxy.html#GDBusProxyFlags-enum" title="enum GDBusProxyFlags">GDBusProxyFlags</a>, enum in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
|
1646
|
+
</dt>
|
1647
|
+
<dd></dd>
|
1648
|
+
<dt>
|
1649
|
+
<a class="link" href="GDBusObjectManagerClient.html#GDBusProxyTypeFunc" title="GDBusProxyTypeFunc ()">GDBusProxyTypeFunc</a>, user_function in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
1344
1650
|
</dt>
|
1345
1651
|
<dd></dd>
|
1346
1652
|
<dt>
|
@@ -1380,7 +1686,7 @@
|
|
1380
1686
|
</dt>
|
1381
1687
|
<dd></dd>
|
1382
1688
|
<dt>
|
1383
|
-
<a class="link" href="GDBusServer.html#GDBusServerFlags">GDBusServerFlags</a>, enum in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
|
1689
|
+
<a class="link" href="GDBusServer.html#GDBusServerFlags-enum" title="enum GDBusServerFlags">GDBusServerFlags</a>, enum in <a class="link" href="GDBusServer.html" title="GDBusServer">GDBusServer</a>
|
1384
1690
|
</dt>
|
1385
1691
|
<dd></dd>
|
1386
1692
|
<dt>
|
@@ -1392,7 +1698,7 @@
|
|
1392
1698
|
</dt>
|
1393
1699
|
<dd></dd>
|
1394
1700
|
<dt>
|
1395
|
-
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo" title="GDBusSignalInfo">GDBusSignalInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1701
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo-struct" title="GDBusSignalInfo">GDBusSignalInfo</a>, struct in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1396
1702
|
</dt>
|
1397
1703
|
<dd></dd>
|
1398
1704
|
<dt>
|
@@ -1416,6 +1722,10 @@
|
|
1416
1722
|
</dt>
|
1417
1723
|
<dd></dd>
|
1418
1724
|
<dt>
|
1725
|
+
<a class="link" href="GDBusActionGroup.html#g-dbus-action-group-get" title="g_dbus_action_group_get ()">g_dbus_action_group_get</a>, function in <a class="link" href="GDBusActionGroup.html" title="GDBusActionGroup">GDBusActionGroup</a>
|
1726
|
+
</dt>
|
1727
|
+
<dd></dd>
|
1728
|
+
<dt>
|
1419
1729
|
<a class="link" href="gio-D-Bus-Addresses.html#g-dbus-address-get-for-bus-sync" title="g_dbus_address_get_for_bus_sync ()">g_dbus_address_get_for_bus_sync</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
|
1420
1730
|
</dt>
|
1421
1731
|
<dd></dd>
|
@@ -1452,6 +1762,10 @@
|
|
1452
1762
|
</dt>
|
1453
1763
|
<dd></dd>
|
1454
1764
|
<dt>
|
1765
|
+
<a class="link" href="GDBusAuthObserver.html#g-dbus-auth-observer-allow-mechanism" title="g_dbus_auth_observer_allow_mechanism ()">g_dbus_auth_observer_allow_mechanism</a>, function in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
|
1766
|
+
</dt>
|
1767
|
+
<dd></dd>
|
1768
|
+
<dt>
|
1455
1769
|
<a class="link" href="GDBusAuthObserver.html#g-dbus-auth-observer-authorize-authenticated-peer" title="g_dbus_auth_observer_authorize_authenticated_peer ()">g_dbus_auth_observer_authorize_authenticated_peer</a>, function in <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver">GDBusAuthObserver</a>
|
1456
1770
|
</dt>
|
1457
1771
|
<dd></dd>
|
@@ -1476,6 +1790,18 @@
|
|
1476
1790
|
</dt>
|
1477
1791
|
<dd></dd>
|
1478
1792
|
<dt>
|
1793
|
+
<a class="link" href="GDBusConnection.html#g-dbus-connection-call-with-unix-fd-list" title="g_dbus_connection_call_with_unix_fd_list ()">g_dbus_connection_call_with_unix_fd_list</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1794
|
+
</dt>
|
1795
|
+
<dd></dd>
|
1796
|
+
<dt>
|
1797
|
+
<a class="link" href="GDBusConnection.html#g-dbus-connection-call-with-unix-fd-list-finish" title="g_dbus_connection_call_with_unix_fd_list_finish ()">g_dbus_connection_call_with_unix_fd_list_finish</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1798
|
+
</dt>
|
1799
|
+
<dd></dd>
|
1800
|
+
<dt>
|
1801
|
+
<a class="link" href="GDBusConnection.html#g-dbus-connection-call-with-unix-fd-list-sync" title="g_dbus_connection_call_with_unix_fd_list_sync ()">g_dbus_connection_call_with_unix_fd_list_sync</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1802
|
+
</dt>
|
1803
|
+
<dd></dd>
|
1804
|
+
<dt>
|
1479
1805
|
<a class="link" href="GDBusConnection.html#g-dbus-connection-close" title="g_dbus_connection_close ()">g_dbus_connection_close</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1480
1806
|
</dt>
|
1481
1807
|
<dd></dd>
|
@@ -1492,6 +1818,14 @@
|
|
1492
1818
|
</dt>
|
1493
1819
|
<dd></dd>
|
1494
1820
|
<dt>
|
1821
|
+
<a class="link" href="gio-GActionGroup-exporter.html#g-dbus-connection-export-action-group" title="g_dbus_connection_export_action_group ()">g_dbus_connection_export_action_group</a>, function in <a class="link" href="gio-GActionGroup-exporter.html" title="GActionGroup exporter">GActionGroup exporter</a>
|
1822
|
+
</dt>
|
1823
|
+
<dd></dd>
|
1824
|
+
<dt>
|
1825
|
+
<a class="link" href="gio-GMenuModel-exporter.html#g-dbus-connection-export-menu-model" title="g_dbus_connection_export_menu_model ()">g_dbus_connection_export_menu_model</a>, function in <a class="link" href="gio-GMenuModel-exporter.html" title="GMenuModel exporter">GMenuModel exporter</a>
|
1826
|
+
</dt>
|
1827
|
+
<dd></dd>
|
1828
|
+
<dt>
|
1495
1829
|
<a class="link" href="GDBusConnection.html#g-dbus-connection-flush" title="g_dbus_connection_flush ()">g_dbus_connection_flush</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1496
1830
|
</dt>
|
1497
1831
|
<dd></dd>
|
@@ -1516,6 +1850,10 @@
|
|
1516
1850
|
</dt>
|
1517
1851
|
<dd></dd>
|
1518
1852
|
<dt>
|
1853
|
+
<a class="link" href="GDBusConnection.html#g-dbus-connection-get-last-serial" title="g_dbus_connection_get_last_serial ()">g_dbus_connection_get_last_serial</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1854
|
+
</dt>
|
1855
|
+
<dd></dd>
|
1856
|
+
<dt>
|
1519
1857
|
<a class="link" href="GDBusConnection.html#g-dbus-connection-get-peer-credentials" title="g_dbus_connection_get_peer_credentials ()">g_dbus_connection_get_peer_credentials</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1520
1858
|
</dt>
|
1521
1859
|
<dd></dd>
|
@@ -1600,55 +1938,63 @@
|
|
1600
1938
|
</dt>
|
1601
1939
|
<dd></dd>
|
1602
1940
|
<dt>
|
1603
|
-
<a class="link" href="
|
1941
|
+
<a class="link" href="gio-GActionGroup-exporter.html#g-dbus-connection-unexport-action-group" title="g_dbus_connection_unexport_action_group ()">g_dbus_connection_unexport_action_group</a>, function in <a class="link" href="gio-GActionGroup-exporter.html" title="GActionGroup exporter">GActionGroup exporter</a>
|
1604
1942
|
</dt>
|
1605
1943
|
<dd></dd>
|
1606
1944
|
<dt>
|
1607
|
-
<a class="link" href="
|
1945
|
+
<a class="link" href="gio-GMenuModel-exporter.html#g-dbus-connection-unexport-menu-model" title="g_dbus_connection_unexport_menu_model ()">g_dbus_connection_unexport_menu_model</a>, function in <a class="link" href="gio-GMenuModel-exporter.html" title="GMenuModel exporter">GMenuModel exporter</a>
|
1608
1946
|
</dt>
|
1609
1947
|
<dd></dd>
|
1610
1948
|
<dt>
|
1611
|
-
<a class="link" href="
|
1949
|
+
<a class="link" href="GDBusConnection.html#g-dbus-connection-unregister-object" title="g_dbus_connection_unregister_object ()">g_dbus_connection_unregister_object</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1612
1950
|
</dt>
|
1613
1951
|
<dd></dd>
|
1614
1952
|
<dt>
|
1615
|
-
<a class="link" href="
|
1953
|
+
<a class="link" href="GDBusConnection.html#g-dbus-connection-unregister-subtree" title="g_dbus_connection_unregister_subtree ()">g_dbus_connection_unregister_subtree</a>, function in <a class="link" href="GDBusConnection.html" title="GDBusConnection">GDBusConnection</a>
|
1954
|
+
</dt>
|
1955
|
+
<dd></dd>
|
1956
|
+
<dt>
|
1957
|
+
<a class="link" href="gio-GDBusError.html#G-DBUS-ERROR:CAPS" title="G_DBUS_ERROR">G_DBUS_ERROR</a>, macro in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1616
1958
|
</dt>
|
1617
1959
|
<dd></dd>
|
1618
1960
|
<dt>
|
1619
|
-
<a class="link" href="GDBusError.html#g-dbus-error-
|
1961
|
+
<a class="link" href="gio-GDBusError.html#g-dbus-error-encode-gerror" title="g_dbus_error_encode_gerror ()">g_dbus_error_encode_gerror</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1620
1962
|
</dt>
|
1621
1963
|
<dd></dd>
|
1622
1964
|
<dt>
|
1623
|
-
<a class="link" href="GDBusError.html#g-dbus-error-
|
1965
|
+
<a class="link" href="gio-GDBusError.html#g-dbus-error-get-remote-error" title="g_dbus_error_get_remote_error ()">g_dbus_error_get_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1624
1966
|
</dt>
|
1625
1967
|
<dd></dd>
|
1626
1968
|
<dt>
|
1627
|
-
<a class="link" href="GDBusError.html#g-dbus-error-
|
1969
|
+
<a class="link" href="gio-GDBusError.html#g-dbus-error-is-remote-error" title="g_dbus_error_is_remote_error ()">g_dbus_error_is_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1628
1970
|
</dt>
|
1629
1971
|
<dd></dd>
|
1630
1972
|
<dt>
|
1631
|
-
<a class="link" href="GDBusError.html#g-dbus-error-
|
1973
|
+
<a class="link" href="gio-GDBusError.html#g-dbus-error-new-for-dbus-error" title="g_dbus_error_new_for_dbus_error ()">g_dbus_error_new_for_dbus_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1632
1974
|
</dt>
|
1633
1975
|
<dd></dd>
|
1634
1976
|
<dt>
|
1635
|
-
<a class="link" href="GDBusError.html#g-dbus-error-register-error
|
1977
|
+
<a class="link" href="gio-GDBusError.html#g-dbus-error-register-error" title="g_dbus_error_register_error ()">g_dbus_error_register_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1636
1978
|
</dt>
|
1637
1979
|
<dd></dd>
|
1638
1980
|
<dt>
|
1639
|
-
<a class="link" href="GDBusError.html#g-dbus-error-
|
1981
|
+
<a class="link" href="gio-GDBusError.html#g-dbus-error-register-error-domain" title="g_dbus_error_register_error_domain ()">g_dbus_error_register_error_domain</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1640
1982
|
</dt>
|
1641
1983
|
<dd></dd>
|
1642
1984
|
<dt>
|
1643
|
-
<a class="link" href="GDBusError.html#g-dbus-error-set-dbus-error
|
1985
|
+
<a class="link" href="gio-GDBusError.html#g-dbus-error-set-dbus-error" title="g_dbus_error_set_dbus_error ()">g_dbus_error_set_dbus_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1644
1986
|
</dt>
|
1645
1987
|
<dd></dd>
|
1646
1988
|
<dt>
|
1647
|
-
<a class="link" href="GDBusError.html#g-dbus-error-
|
1989
|
+
<a class="link" href="gio-GDBusError.html#g-dbus-error-set-dbus-error-valist" title="g_dbus_error_set_dbus_error_valist ()">g_dbus_error_set_dbus_error_valist</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1648
1990
|
</dt>
|
1649
1991
|
<dd></dd>
|
1650
1992
|
<dt>
|
1651
|
-
<a class="link" href="GDBusError.html#g-dbus-error-
|
1993
|
+
<a class="link" href="gio-GDBusError.html#g-dbus-error-strip-remote-error" title="g_dbus_error_strip_remote_error ()">g_dbus_error_strip_remote_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1994
|
+
</dt>
|
1995
|
+
<dd></dd>
|
1996
|
+
<dt>
|
1997
|
+
<a class="link" href="gio-GDBusError.html#g-dbus-error-unregister-error" title="g_dbus_error_unregister_error ()">g_dbus_error_unregister_error</a>, function in <a class="link" href="gio-GDBusError.html" title="GDBusError">GDBusError</a>
|
1652
1998
|
</dt>
|
1653
1999
|
<dd></dd>
|
1654
2000
|
<dt>
|
@@ -1656,6 +2002,34 @@
|
|
1656
2002
|
</dt>
|
1657
2003
|
<dd></dd>
|
1658
2004
|
<dt>
|
2005
|
+
<a class="link" href="gio-D-Bus-Utilities.html#g-dbus-gvalue-to-gvariant" title="g_dbus_gvalue_to_gvariant ()">g_dbus_gvalue_to_gvariant</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
|
2006
|
+
</dt>
|
2007
|
+
<dd></dd>
|
2008
|
+
<dt>
|
2009
|
+
<a class="link" href="gio-D-Bus-Utilities.html#g-dbus-gvariant-to-gvalue" title="g_dbus_gvariant_to_gvalue ()">g_dbus_gvariant_to_gvalue</a>, function in <a class="link" href="gio-D-Bus-Utilities.html" title="D-Bus Utilities">D-Bus Utilities</a>
|
2010
|
+
</dt>
|
2011
|
+
<dd></dd>
|
2012
|
+
<dt>
|
2013
|
+
<a class="link" href="GDBusInterface.html#g-dbus-interface-dup-object" title="g_dbus_interface_dup_object ()">g_dbus_interface_dup_object</a>, function in <a class="link" href="GDBusInterface.html" title="GDBusInterface">GDBusInterface</a>
|
2014
|
+
</dt>
|
2015
|
+
<dd></dd>
|
2016
|
+
<dt>
|
2017
|
+
<a class="link" href="GDBusInterface.html#g-dbus-interface-get-info" title="g_dbus_interface_get_info ()">g_dbus_interface_get_info</a>, function in <a class="link" href="GDBusInterface.html" title="GDBusInterface">GDBusInterface</a>
|
2018
|
+
</dt>
|
2019
|
+
<dd></dd>
|
2020
|
+
<dt>
|
2021
|
+
<a class="link" href="GDBusInterface.html#g-dbus-interface-get-object" title="g_dbus_interface_get_object ()">g_dbus_interface_get_object</a>, function in <a class="link" href="GDBusInterface.html" title="GDBusInterface">GDBusInterface</a>
|
2022
|
+
</dt>
|
2023
|
+
<dd></dd>
|
2024
|
+
<dt>
|
2025
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-cache-build" title="g_dbus_interface_info_cache_build ()">g_dbus_interface_info_cache_build</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
2026
|
+
</dt>
|
2027
|
+
<dd></dd>
|
2028
|
+
<dt>
|
2029
|
+
<a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-cache-release" title="g_dbus_interface_info_cache_release ()">g_dbus_interface_info_cache_release</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
2030
|
+
</dt>
|
2031
|
+
<dd></dd>
|
2032
|
+
<dt>
|
1659
2033
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-generate-xml" title="g_dbus_interface_info_generate_xml ()">g_dbus_interface_info_generate_xml</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1660
2034
|
</dt>
|
1661
2035
|
<dd></dd>
|
@@ -1680,6 +2054,62 @@
|
|
1680
2054
|
</dt>
|
1681
2055
|
<dd></dd>
|
1682
2056
|
<dt>
|
2057
|
+
<a class="link" href="GDBusInterface.html#g-dbus-interface-set-object" title="g_dbus_interface_set_object ()">g_dbus_interface_set_object</a>, function in <a class="link" href="GDBusInterface.html" title="GDBusInterface">GDBusInterface</a>
|
2058
|
+
</dt>
|
2059
|
+
<dd></dd>
|
2060
|
+
<dt>
|
2061
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-export" title="g_dbus_interface_skeleton_export ()">g_dbus_interface_skeleton_export</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2062
|
+
</dt>
|
2063
|
+
<dd></dd>
|
2064
|
+
<dt>
|
2065
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-flush" title="g_dbus_interface_skeleton_flush ()">g_dbus_interface_skeleton_flush</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2066
|
+
</dt>
|
2067
|
+
<dd></dd>
|
2068
|
+
<dt>
|
2069
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-connection" title="g_dbus_interface_skeleton_get_connection ()">g_dbus_interface_skeleton_get_connection</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2070
|
+
</dt>
|
2071
|
+
<dd></dd>
|
2072
|
+
<dt>
|
2073
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-connections" title="g_dbus_interface_skeleton_get_connections ()">g_dbus_interface_skeleton_get_connections</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2074
|
+
</dt>
|
2075
|
+
<dd></dd>
|
2076
|
+
<dt>
|
2077
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-flags" title="g_dbus_interface_skeleton_get_flags ()">g_dbus_interface_skeleton_get_flags</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2078
|
+
</dt>
|
2079
|
+
<dd></dd>
|
2080
|
+
<dt>
|
2081
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-info" title="g_dbus_interface_skeleton_get_info ()">g_dbus_interface_skeleton_get_info</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2082
|
+
</dt>
|
2083
|
+
<dd></dd>
|
2084
|
+
<dt>
|
2085
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-object-path" title="g_dbus_interface_skeleton_get_object_path ()">g_dbus_interface_skeleton_get_object_path</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2086
|
+
</dt>
|
2087
|
+
<dd></dd>
|
2088
|
+
<dt>
|
2089
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-properties" title="g_dbus_interface_skeleton_get_properties ()">g_dbus_interface_skeleton_get_properties</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2090
|
+
</dt>
|
2091
|
+
<dd></dd>
|
2092
|
+
<dt>
|
2093
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-vtable" title="g_dbus_interface_skeleton_get_vtable ()">g_dbus_interface_skeleton_get_vtable</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2094
|
+
</dt>
|
2095
|
+
<dd></dd>
|
2096
|
+
<dt>
|
2097
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-has-connection" title="g_dbus_interface_skeleton_has_connection ()">g_dbus_interface_skeleton_has_connection</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2098
|
+
</dt>
|
2099
|
+
<dd></dd>
|
2100
|
+
<dt>
|
2101
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-set-flags" title="g_dbus_interface_skeleton_set_flags ()">g_dbus_interface_skeleton_set_flags</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2102
|
+
</dt>
|
2103
|
+
<dd></dd>
|
2104
|
+
<dt>
|
2105
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-unexport" title="g_dbus_interface_skeleton_unexport ()">g_dbus_interface_skeleton_unexport</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2106
|
+
</dt>
|
2107
|
+
<dd></dd>
|
2108
|
+
<dt>
|
2109
|
+
<a class="link" href="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-unexport-from-connection" title="g_dbus_interface_skeleton_unexport_from_connection ()">g_dbus_interface_skeleton_unexport_from_connection</a>, function in <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
2110
|
+
</dt>
|
2111
|
+
<dd></dd>
|
2112
|
+
<dt>
|
1683
2113
|
<a class="link" href="gio-D-Bus-Addresses.html#g-dbus-is-address" title="g_dbus_is_address ()">g_dbus_is_address</a>, function in <a class="link" href="gio-D-Bus-Addresses.html" title="D-Bus Addresses">D-Bus Addresses</a>
|
1684
2114
|
</dt>
|
1685
2115
|
<dd></dd>
|
@@ -1708,6 +2138,10 @@
|
|
1708
2138
|
</dt>
|
1709
2139
|
<dd></dd>
|
1710
2140
|
<dt>
|
2141
|
+
<a class="link" href="GDBusMenuModel.html#g-dbus-menu-model-get" title="g_dbus_menu_model_get ()">g_dbus_menu_model_get</a>, function in <a class="link" href="GDBusMenuModel.html" title="GDBusMenuModel">GDBusMenuModel</a>
|
2142
|
+
</dt>
|
2143
|
+
<dd></dd>
|
2144
|
+
<dt>
|
1711
2145
|
<a class="link" href="GDBusMessage.html#g-dbus-message-bytes-needed" title="g_dbus_message_bytes_needed ()">g_dbus_message_bytes_needed</a>, function in <a class="link" href="GDBusMessage.html" title="GDBusMessage">GDBusMessage</a>
|
1712
2146
|
</dt>
|
1713
2147
|
<dd></dd>
|
@@ -1972,6 +2406,14 @@
|
|
1972
2406
|
</dt>
|
1973
2407
|
<dd></dd>
|
1974
2408
|
<dt>
|
2409
|
+
<a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-value-with-unix-fd-list" title="g_dbus_method_invocation_return_value_with_unix_fd_list ()">g_dbus_method_invocation_return_value_with_unix_fd_list</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
|
2410
|
+
</dt>
|
2411
|
+
<dd></dd>
|
2412
|
+
<dt>
|
2413
|
+
<a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-take-error" title="g_dbus_method_invocation_take_error ()">g_dbus_method_invocation_take_error</a>, function in <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">GDBusMethodInvocation</a>
|
2414
|
+
</dt>
|
2415
|
+
<dd></dd>
|
2416
|
+
<dt>
|
1975
2417
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-generate-xml" title="g_dbus_node_info_generate_xml ()">g_dbus_node_info_generate_xml</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1976
2418
|
</dt>
|
1977
2419
|
<dd></dd>
|
@@ -1992,6 +2434,134 @@
|
|
1992
2434
|
</dt>
|
1993
2435
|
<dd></dd>
|
1994
2436
|
<dt>
|
2437
|
+
<a class="link" href="GDBusObject.html#g-dbus-object-get-interface" title="g_dbus_object_get_interface ()">g_dbus_object_get_interface</a>, function in <a class="link" href="GDBusObject.html" title="GDBusObject">GDBusObject</a>
|
2438
|
+
</dt>
|
2439
|
+
<dd></dd>
|
2440
|
+
<dt>
|
2441
|
+
<a class="link" href="GDBusObject.html#g-dbus-object-get-interfaces" title="g_dbus_object_get_interfaces ()">g_dbus_object_get_interfaces</a>, function in <a class="link" href="GDBusObject.html" title="GDBusObject">GDBusObject</a>
|
2442
|
+
</dt>
|
2443
|
+
<dd></dd>
|
2444
|
+
<dt>
|
2445
|
+
<a class="link" href="GDBusObject.html#g-dbus-object-get-object-path" title="g_dbus_object_get_object_path ()">g_dbus_object_get_object_path</a>, function in <a class="link" href="GDBusObject.html" title="GDBusObject">GDBusObject</a>
|
2446
|
+
</dt>
|
2447
|
+
<dd></dd>
|
2448
|
+
<dt>
|
2449
|
+
<a class="link" href="GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-connection" title="g_dbus_object_manager_client_get_connection ()">g_dbus_object_manager_client_get_connection</a>, function in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
2450
|
+
</dt>
|
2451
|
+
<dd></dd>
|
2452
|
+
<dt>
|
2453
|
+
<a class="link" href="GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-flags" title="g_dbus_object_manager_client_get_flags ()">g_dbus_object_manager_client_get_flags</a>, function in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
2454
|
+
</dt>
|
2455
|
+
<dd></dd>
|
2456
|
+
<dt>
|
2457
|
+
<a class="link" href="GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-name" title="g_dbus_object_manager_client_get_name ()">g_dbus_object_manager_client_get_name</a>, function in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
2458
|
+
</dt>
|
2459
|
+
<dd></dd>
|
2460
|
+
<dt>
|
2461
|
+
<a class="link" href="GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-name-owner" title="g_dbus_object_manager_client_get_name_owner ()">g_dbus_object_manager_client_get_name_owner</a>, function in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
2462
|
+
</dt>
|
2463
|
+
<dd></dd>
|
2464
|
+
<dt>
|
2465
|
+
<a class="link" href="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new" title="g_dbus_object_manager_client_new ()">g_dbus_object_manager_client_new</a>, function in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
2466
|
+
</dt>
|
2467
|
+
<dd></dd>
|
2468
|
+
<dt>
|
2469
|
+
<a class="link" href="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-finish" title="g_dbus_object_manager_client_new_finish ()">g_dbus_object_manager_client_new_finish</a>, function in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
2470
|
+
</dt>
|
2471
|
+
<dd></dd>
|
2472
|
+
<dt>
|
2473
|
+
<a class="link" href="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-for-bus" title="g_dbus_object_manager_client_new_for_bus ()">g_dbus_object_manager_client_new_for_bus</a>, function in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
2474
|
+
</dt>
|
2475
|
+
<dd></dd>
|
2476
|
+
<dt>
|
2477
|
+
<a class="link" href="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-for-bus-finish" title="g_dbus_object_manager_client_new_for_bus_finish ()">g_dbus_object_manager_client_new_for_bus_finish</a>, function in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
2478
|
+
</dt>
|
2479
|
+
<dd></dd>
|
2480
|
+
<dt>
|
2481
|
+
<a class="link" href="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-for-bus-sync" title="g_dbus_object_manager_client_new_for_bus_sync ()">g_dbus_object_manager_client_new_for_bus_sync</a>, function in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
2482
|
+
</dt>
|
2483
|
+
<dd></dd>
|
2484
|
+
<dt>
|
2485
|
+
<a class="link" href="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-sync" title="g_dbus_object_manager_client_new_sync ()">g_dbus_object_manager_client_new_sync</a>, function in <a class="link" href="GDBusObjectManagerClient.html" title="GDBusObjectManagerClient">GDBusObjectManagerClient</a>
|
2486
|
+
</dt>
|
2487
|
+
<dd></dd>
|
2488
|
+
<dt>
|
2489
|
+
<a class="link" href="GDBusObjectManager.html#g-dbus-object-manager-get-interface" title="g_dbus_object_manager_get_interface ()">g_dbus_object_manager_get_interface</a>, function in <a class="link" href="GDBusObjectManager.html" title="GDBusObjectManager">GDBusObjectManager</a>
|
2490
|
+
</dt>
|
2491
|
+
<dd></dd>
|
2492
|
+
<dt>
|
2493
|
+
<a class="link" href="GDBusObjectManager.html#g-dbus-object-manager-get-object" title="g_dbus_object_manager_get_object ()">g_dbus_object_manager_get_object</a>, function in <a class="link" href="GDBusObjectManager.html" title="GDBusObjectManager">GDBusObjectManager</a>
|
2494
|
+
</dt>
|
2495
|
+
<dd></dd>
|
2496
|
+
<dt>
|
2497
|
+
<a class="link" href="GDBusObjectManager.html#g-dbus-object-manager-get-objects" title="g_dbus_object_manager_get_objects ()">g_dbus_object_manager_get_objects</a>, function in <a class="link" href="GDBusObjectManager.html" title="GDBusObjectManager">GDBusObjectManager</a>
|
2498
|
+
</dt>
|
2499
|
+
<dd></dd>
|
2500
|
+
<dt>
|
2501
|
+
<a class="link" href="GDBusObjectManager.html#g-dbus-object-manager-get-object-path" title="g_dbus_object_manager_get_object_path ()">g_dbus_object_manager_get_object_path</a>, function in <a class="link" href="GDBusObjectManager.html" title="GDBusObjectManager">GDBusObjectManager</a>
|
2502
|
+
</dt>
|
2503
|
+
<dd></dd>
|
2504
|
+
<dt>
|
2505
|
+
<a class="link" href="GDBusObjectManagerServer.html#g-dbus-object-manager-server-export" title="g_dbus_object_manager_server_export ()">g_dbus_object_manager_server_export</a>, function in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
2506
|
+
</dt>
|
2507
|
+
<dd></dd>
|
2508
|
+
<dt>
|
2509
|
+
<a class="link" href="GDBusObjectManagerServer.html#g-dbus-object-manager-server-export-uniquely" title="g_dbus_object_manager_server_export_uniquely ()">g_dbus_object_manager_server_export_uniquely</a>, function in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
2510
|
+
</dt>
|
2511
|
+
<dd></dd>
|
2512
|
+
<dt>
|
2513
|
+
<a class="link" href="GDBusObjectManagerServer.html#g-dbus-object-manager-server-get-connection" title="g_dbus_object_manager_server_get_connection ()">g_dbus_object_manager_server_get_connection</a>, function in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
2514
|
+
</dt>
|
2515
|
+
<dd></dd>
|
2516
|
+
<dt>
|
2517
|
+
<a class="link" href="GDBusObjectManagerServer.html#g-dbus-object-manager-server-is-exported" title="g_dbus_object_manager_server_is_exported ()">g_dbus_object_manager_server_is_exported</a>, function in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
2518
|
+
</dt>
|
2519
|
+
<dd></dd>
|
2520
|
+
<dt>
|
2521
|
+
<a class="link" href="GDBusObjectManagerServer.html#g-dbus-object-manager-server-new" title="g_dbus_object_manager_server_new ()">g_dbus_object_manager_server_new</a>, function in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
2522
|
+
</dt>
|
2523
|
+
<dd></dd>
|
2524
|
+
<dt>
|
2525
|
+
<a class="link" href="GDBusObjectManagerServer.html#g-dbus-object-manager-server-set-connection" title="g_dbus_object_manager_server_set_connection ()">g_dbus_object_manager_server_set_connection</a>, function in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
2526
|
+
</dt>
|
2527
|
+
<dd></dd>
|
2528
|
+
<dt>
|
2529
|
+
<a class="link" href="GDBusObjectManagerServer.html#g-dbus-object-manager-server-unexport" title="g_dbus_object_manager_server_unexport ()">g_dbus_object_manager_server_unexport</a>, function in <a class="link" href="GDBusObjectManagerServer.html" title="GDBusObjectManagerServer">GDBusObjectManagerServer</a>
|
2530
|
+
</dt>
|
2531
|
+
<dd></dd>
|
2532
|
+
<dt>
|
2533
|
+
<a class="link" href="GDBusObjectProxy.html#g-dbus-object-proxy-get-connection" title="g_dbus_object_proxy_get_connection ()">g_dbus_object_proxy_get_connection</a>, function in <a class="link" href="GDBusObjectProxy.html" title="GDBusObjectProxy">GDBusObjectProxy</a>
|
2534
|
+
</dt>
|
2535
|
+
<dd></dd>
|
2536
|
+
<dt>
|
2537
|
+
<a class="link" href="GDBusObjectProxy.html#g-dbus-object-proxy-new" title="g_dbus_object_proxy_new ()">g_dbus_object_proxy_new</a>, function in <a class="link" href="GDBusObjectProxy.html" title="GDBusObjectProxy">GDBusObjectProxy</a>
|
2538
|
+
</dt>
|
2539
|
+
<dd></dd>
|
2540
|
+
<dt>
|
2541
|
+
<a class="link" href="GDBusObjectSkeleton.html#g-dbus-object-skeleton-add-interface" title="g_dbus_object_skeleton_add_interface ()">g_dbus_object_skeleton_add_interface</a>, function in <a class="link" href="GDBusObjectSkeleton.html" title="GDBusObjectSkeleton">GDBusObjectSkeleton</a>
|
2542
|
+
</dt>
|
2543
|
+
<dd></dd>
|
2544
|
+
<dt>
|
2545
|
+
<a class="link" href="GDBusObjectSkeleton.html#g-dbus-object-skeleton-flush" title="g_dbus_object_skeleton_flush ()">g_dbus_object_skeleton_flush</a>, function in <a class="link" href="GDBusObjectSkeleton.html" title="GDBusObjectSkeleton">GDBusObjectSkeleton</a>
|
2546
|
+
</dt>
|
2547
|
+
<dd></dd>
|
2548
|
+
<dt>
|
2549
|
+
<a class="link" href="GDBusObjectSkeleton.html#g-dbus-object-skeleton-new" title="g_dbus_object_skeleton_new ()">g_dbus_object_skeleton_new</a>, function in <a class="link" href="GDBusObjectSkeleton.html" title="GDBusObjectSkeleton">GDBusObjectSkeleton</a>
|
2550
|
+
</dt>
|
2551
|
+
<dd></dd>
|
2552
|
+
<dt>
|
2553
|
+
<a class="link" href="GDBusObjectSkeleton.html#g-dbus-object-skeleton-remove-interface" title="g_dbus_object_skeleton_remove_interface ()">g_dbus_object_skeleton_remove_interface</a>, function in <a class="link" href="GDBusObjectSkeleton.html" title="GDBusObjectSkeleton">GDBusObjectSkeleton</a>
|
2554
|
+
</dt>
|
2555
|
+
<dd></dd>
|
2556
|
+
<dt>
|
2557
|
+
<a class="link" href="GDBusObjectSkeleton.html#g-dbus-object-skeleton-remove-interface-by-name" title="g_dbus_object_skeleton_remove_interface_by_name ()">g_dbus_object_skeleton_remove_interface_by_name</a>, function in <a class="link" href="GDBusObjectSkeleton.html" title="GDBusObjectSkeleton">GDBusObjectSkeleton</a>
|
2558
|
+
</dt>
|
2559
|
+
<dd></dd>
|
2560
|
+
<dt>
|
2561
|
+
<a class="link" href="GDBusObjectSkeleton.html#g-dbus-object-skeleton-set-object-path" title="g_dbus_object_skeleton_set_object_path ()">g_dbus_object_skeleton_set_object_path</a>, function in <a class="link" href="GDBusObjectSkeleton.html" title="GDBusObjectSkeleton">GDBusObjectSkeleton</a>
|
2562
|
+
</dt>
|
2563
|
+
<dd></dd>
|
2564
|
+
<dt>
|
1995
2565
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-ref" title="g_dbus_property_info_ref ()">g_dbus_property_info_ref</a>, function in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
1996
2566
|
</dt>
|
1997
2567
|
<dd></dd>
|
@@ -2012,6 +2582,18 @@
|
|
2012
2582
|
</dt>
|
2013
2583
|
<dd></dd>
|
2014
2584
|
<dt>
|
2585
|
+
<a class="link" href="GDBusProxy.html#g-dbus-proxy-call-with-unix-fd-list" title="g_dbus_proxy_call_with_unix_fd_list ()">g_dbus_proxy_call_with_unix_fd_list</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
|
2586
|
+
</dt>
|
2587
|
+
<dd></dd>
|
2588
|
+
<dt>
|
2589
|
+
<a class="link" href="GDBusProxy.html#g-dbus-proxy-call-with-unix-fd-list-finish" title="g_dbus_proxy_call_with_unix_fd_list_finish ()">g_dbus_proxy_call_with_unix_fd_list_finish</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
|
2590
|
+
</dt>
|
2591
|
+
<dd></dd>
|
2592
|
+
<dt>
|
2593
|
+
<a class="link" href="GDBusProxy.html#g-dbus-proxy-call-with-unix-fd-list-sync" title="g_dbus_proxy_call_with_unix_fd_list_sync ()">g_dbus_proxy_call_with_unix_fd_list_sync</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
|
2594
|
+
</dt>
|
2595
|
+
<dd></dd>
|
2596
|
+
<dt>
|
2015
2597
|
<a class="link" href="GDBusProxy.html#g-dbus-proxy-get-cached-property" title="g_dbus_proxy_get_cached_property ()">g_dbus_proxy_get_cached_property</a>, function in <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
|
2016
2598
|
</dt>
|
2017
2599
|
<dd></dd>
|
@@ -2128,14 +2710,62 @@
|
|
2128
2710
|
</dt>
|
2129
2711
|
<dd></dd>
|
2130
2712
|
<dt>
|
2713
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo--filename" title='The "filename" property'>GDesktopAppInfo:filename</a>, object property in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2714
|
+
</dt>
|
2715
|
+
<dd></dd>
|
2716
|
+
<dt>
|
2717
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#GDesktopAppLaunchCallback" title="GDesktopAppLaunchCallback ()">GDesktopAppLaunchCallback</a>, user_function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2718
|
+
</dt>
|
2719
|
+
<dd></dd>
|
2720
|
+
<dt>
|
2721
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-boolean" title="g_desktop_app_info_get_boolean ()">g_desktop_app_info_get_boolean</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2722
|
+
</dt>
|
2723
|
+
<dd></dd>
|
2724
|
+
<dt>
|
2725
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-categories" title="g_desktop_app_info_get_categories ()">g_desktop_app_info_get_categories</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2726
|
+
</dt>
|
2727
|
+
<dd></dd>
|
2728
|
+
<dt>
|
2131
2729
|
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-filename" title="g_desktop_app_info_get_filename ()">g_desktop_app_info_get_filename</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2132
2730
|
</dt>
|
2133
2731
|
<dd></dd>
|
2134
2732
|
<dt>
|
2733
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-generic-name" title="g_desktop_app_info_get_generic_name ()">g_desktop_app_info_get_generic_name</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2734
|
+
</dt>
|
2735
|
+
<dd></dd>
|
2736
|
+
<dt>
|
2135
2737
|
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-is-hidden" title="g_desktop_app_info_get_is_hidden ()">g_desktop_app_info_get_is_hidden</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2136
2738
|
</dt>
|
2137
2739
|
<dd></dd>
|
2138
2740
|
<dt>
|
2741
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-keywords" title="g_desktop_app_info_get_keywords ()">g_desktop_app_info_get_keywords</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2742
|
+
</dt>
|
2743
|
+
<dd></dd>
|
2744
|
+
<dt>
|
2745
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-nodisplay" title="g_desktop_app_info_get_nodisplay ()">g_desktop_app_info_get_nodisplay</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2746
|
+
</dt>
|
2747
|
+
<dd></dd>
|
2748
|
+
<dt>
|
2749
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-show-in" title="g_desktop_app_info_get_show_in ()">g_desktop_app_info_get_show_in</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2750
|
+
</dt>
|
2751
|
+
<dd></dd>
|
2752
|
+
<dt>
|
2753
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-startup-wm-class" title="g_desktop_app_info_get_startup_wm_class ()">g_desktop_app_info_get_startup_wm_class</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2754
|
+
</dt>
|
2755
|
+
<dd></dd>
|
2756
|
+
<dt>
|
2757
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-string" title="g_desktop_app_info_get_string ()">g_desktop_app_info_get_string</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2758
|
+
</dt>
|
2759
|
+
<dd></dd>
|
2760
|
+
<dt>
|
2761
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-has-key" title="g_desktop_app_info_has_key ()">g_desktop_app_info_has_key</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2762
|
+
</dt>
|
2763
|
+
<dd></dd>
|
2764
|
+
<dt>
|
2765
|
+
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-launch-uris-as-manager" title="g_desktop_app_info_launch_uris_as_manager ()">g_desktop_app_info_launch_uris_as_manager</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2766
|
+
</dt>
|
2767
|
+
<dd></dd>
|
2768
|
+
<dt>
|
2139
2769
|
<a class="link" href="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new" title="g_desktop_app_info_new ()">g_desktop_app_info_new</a>, function in <a class="link" href="gio-Desktop-file-based-GAppInfo.html" title="GDesktopAppInfo">Desktop file based GAppInfo</a>
|
2140
2770
|
</dt>
|
2141
2771
|
<dd></dd>
|
@@ -2236,10 +2866,18 @@
|
|
2236
2866
|
</dt>
|
2237
2867
|
<dd></dd>
|
2238
2868
|
<dt>
|
2869
|
+
<a class="link" href="GDrive.html#g-drive-get-sort-key" title="g_drive_get_sort_key ()">g_drive_get_sort_key</a>, function in <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
|
2870
|
+
</dt>
|
2871
|
+
<dd></dd>
|
2872
|
+
<dt>
|
2239
2873
|
<a class="link" href="GDrive.html#g-drive-get-start-stop-type" title="g_drive_get_start_stop_type ()">g_drive_get_start_stop_type</a>, function in <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
|
2240
2874
|
</dt>
|
2241
2875
|
<dd></dd>
|
2242
2876
|
<dt>
|
2877
|
+
<a class="link" href="GDrive.html#g-drive-get-symbolic-icon" title="g_drive_get_symbolic_icon ()">g_drive_get_symbolic_icon</a>, function in <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
|
2878
|
+
</dt>
|
2879
|
+
<dd></dd>
|
2880
|
+
<dt>
|
2243
2881
|
<a class="link" href="GDrive.html#g-drive-get-volumes" title="g_drive_get_volumes ()">g_drive_get_volumes</a>, function in <a class="link" href="GDrive.html" title="GDrive">GDrive</a>
|
2244
2882
|
</dt>
|
2245
2883
|
<dd></dd>
|
@@ -2325,7 +2963,7 @@
|
|
2325
2963
|
</dt>
|
2326
2964
|
<dd></dd>
|
2327
2965
|
<dt>
|
2328
|
-
<a class="link" href="GEmblem.html#GEmblemOrigin">GEmblemOrigin</a>, enum in <a class="link" href="GEmblem.html" title="GEmblem">GEmblem</a>
|
2966
|
+
<a class="link" href="GEmblem.html#GEmblemOrigin" title="enum GEmblemOrigin">GEmblemOrigin</a>, enum in <a class="link" href="GEmblem.html" title="GEmblem">GEmblem</a>
|
2329
2967
|
</dt>
|
2330
2968
|
<dd></dd>
|
2331
2969
|
<dt>
|
@@ -2354,7 +2992,7 @@
|
|
2354
2992
|
</dt>
|
2355
2993
|
<dd></dd>
|
2356
2994
|
<dt>
|
2357
|
-
<a class="link" href="gio-GFileAttribute.html#GFileAttributeInfoFlags">GFileAttributeInfoFlags</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
|
2995
|
+
<a class="link" href="gio-GFileAttribute.html#GFileAttributeInfoFlags" title="enum GFileAttributeInfoFlags">GFileAttributeInfoFlags</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
|
2358
2996
|
</dt>
|
2359
2997
|
<dd></dd>
|
2360
2998
|
<dt>
|
@@ -2366,19 +3004,19 @@
|
|
2366
3004
|
</dt>
|
2367
3005
|
<dd></dd>
|
2368
3006
|
<dt>
|
2369
|
-
<a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus">GFileAttributeStatus</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
|
3007
|
+
<a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus">GFileAttributeStatus</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
|
2370
3008
|
</dt>
|
2371
3009
|
<dd></dd>
|
2372
3010
|
<dt>
|
2373
|
-
<a class="link" href="gio-GFileAttribute.html#GFileAttributeType">GFileAttributeType</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
|
3011
|
+
<a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType">GFileAttributeType</a>, enum in <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
|
2374
3012
|
</dt>
|
2375
3013
|
<dd></dd>
|
2376
3014
|
<dt>
|
2377
|
-
<a class="link" href="GFile.html#GFileCopyFlags">GFileCopyFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
3015
|
+
<a class="link" href="GFile.html#GFileCopyFlags" title="enum GFileCopyFlags">GFileCopyFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
2378
3016
|
</dt>
|
2379
3017
|
<dd></dd>
|
2380
3018
|
<dt>
|
2381
|
-
<a class="link" href="GFile.html#GFileCreateFlags">GFileCreateFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
3019
|
+
<a class="link" href="GFile.html#GFileCreateFlags" title="enum GFileCreateFlags">GFileCreateFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
2382
3020
|
</dt>
|
2383
3021
|
<dd></dd>
|
2384
3022
|
<dt>
|
@@ -2434,11 +3072,11 @@
|
|
2434
3072
|
</dt>
|
2435
3073
|
<dd></dd>
|
2436
3074
|
<dt>
|
2437
|
-
<a class="link" href="GFileMonitor.html#GFileMonitorEvent">GFileMonitorEvent</a>, enum in <a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a>
|
3075
|
+
<a class="link" href="GFileMonitor.html#GFileMonitorEvent" title="enum GFileMonitorEvent">GFileMonitorEvent</a>, enum in <a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a>
|
2438
3076
|
</dt>
|
2439
3077
|
<dd></dd>
|
2440
3078
|
<dt>
|
2441
|
-
<a class="link" href="GFile.html#GFileMonitorFlags">GFileMonitorFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
3079
|
+
<a class="link" href="GFile.html#GFileMonitorFlags-enum" title="enum GFileMonitorFlags">GFileMonitorFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
2442
3080
|
</dt>
|
2443
3081
|
<dd></dd>
|
2444
3082
|
<dt>
|
@@ -2474,7 +3112,7 @@
|
|
2474
3112
|
</dt>
|
2475
3113
|
<dd></dd>
|
2476
3114
|
<dt>
|
2477
|
-
<a class="link" href="GFile.html#GFileQueryInfoFlags">GFileQueryInfoFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
3115
|
+
<a class="link" href="GFile.html#GFileQueryInfoFlags" title="enum GFileQueryInfoFlags">GFileQueryInfoFlags</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
2478
3116
|
</dt>
|
2479
3117
|
<dd></dd>
|
2480
3118
|
<dt>
|
@@ -2482,11 +3120,11 @@
|
|
2482
3120
|
</dt>
|
2483
3121
|
<dd></dd>
|
2484
3122
|
<dt>
|
2485
|
-
<a class="link" href="GFile.html#GFilesystemPreviewType">GFilesystemPreviewType</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
3123
|
+
<a class="link" href="GFile.html#GFilesystemPreviewType" title="enum GFilesystemPreviewType">GFilesystemPreviewType</a>, enum in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
2486
3124
|
</dt>
|
2487
3125
|
<dd></dd>
|
2488
3126
|
<dt>
|
2489
|
-
<a class="link" href="GFileInfo.html#GFileType">GFileType</a>, enum in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
3127
|
+
<a class="link" href="GFileInfo.html#GFileType" title="enum GFileType">GFileType</a>, enum in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
2490
3128
|
</dt>
|
2491
3129
|
<dd></dd>
|
2492
3130
|
<dt>
|
@@ -2554,6 +3192,10 @@
|
|
2554
3192
|
</dt>
|
2555
3193
|
<dd></dd>
|
2556
3194
|
<dt>
|
3195
|
+
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USED:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_USED">G_FILE_ATTRIBUTE_FILESYSTEM_USED</a>, macro in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
3196
|
+
</dt>
|
3197
|
+
<dd></dd>
|
3198
|
+
<dt>
|
2557
3199
|
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW">G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</a>, macro in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
2558
3200
|
</dt>
|
2559
3201
|
<dd></dd>
|
@@ -2618,6 +3260,14 @@
|
|
2618
3260
|
</dt>
|
2619
3261
|
<dd></dd>
|
2620
3262
|
<dt>
|
3263
|
+
<a class="link" href="GFileInfo.html#g-file-attribute-matcher-subtract" title="g_file_attribute_matcher_subtract ()">g_file_attribute_matcher_subtract</a>, function in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
3264
|
+
</dt>
|
3265
|
+
<dd></dd>
|
3266
|
+
<dt>
|
3267
|
+
<a class="link" href="GFileInfo.html#g-file-attribute-matcher-to-string" title="g_file_attribute_matcher_to_string ()">g_file_attribute_matcher_to_string</a>, function in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
3268
|
+
</dt>
|
3269
|
+
<dd></dd>
|
3270
|
+
<dt>
|
2621
3271
|
<a class="link" href="GFileInfo.html#g-file-attribute-matcher-unref" title="g_file_attribute_matcher_unref ()">g_file_attribute_matcher_unref</a>, function in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
2622
3272
|
</dt>
|
2623
3273
|
<dd></dd>
|
@@ -2750,6 +3400,10 @@
|
|
2750
3400
|
</dt>
|
2751
3401
|
<dd></dd>
|
2752
3402
|
<dt>
|
3403
|
+
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMBOLIC-ICON:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON">G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON</a>, macro in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
3404
|
+
</dt>
|
3405
|
+
<dd></dd>
|
3406
|
+
<dt>
|
2753
3407
|
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET">G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</a>, macro in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
2754
3408
|
</dt>
|
2755
3409
|
<dd></dd>
|
@@ -2898,6 +3552,14 @@
|
|
2898
3552
|
</dt>
|
2899
3553
|
<dd></dd>
|
2900
3554
|
<dt>
|
3555
|
+
<a class="link" href="GFile.html#g-file-delete-async" title="g_file_delete_async ()">g_file_delete_async</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
3556
|
+
</dt>
|
3557
|
+
<dd></dd>
|
3558
|
+
<dt>
|
3559
|
+
<a class="link" href="GFile.html#g-file-delete-finish" title="g_file_delete_finish ()">g_file_delete_finish</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
3560
|
+
</dt>
|
3561
|
+
<dd></dd>
|
3562
|
+
<dt>
|
2901
3563
|
<a class="link" href="GFileDescriptorBased.html#g-file-descriptor-based-get-fd" title="g_file_descriptor_based_get_fd ()">g_file_descriptor_based_get_fd</a>, function in <a class="link" href="GFileDescriptorBased.html" title="GFileDescriptorBased">GFileDescriptorBased</a>
|
2902
3564
|
</dt>
|
2903
3565
|
<dd></dd>
|
@@ -2946,6 +3608,10 @@
|
|
2946
3608
|
</dt>
|
2947
3609
|
<dd></dd>
|
2948
3610
|
<dt>
|
3611
|
+
<a class="link" href="GFileEnumerator.html#g-file-enumerator-get-child" title="g_file_enumerator_get_child ()">g_file_enumerator_get_child</a>, function in <a class="link" href="GFileEnumerator.html" title="GFileEnumerator">GFileEnumerator</a>
|
3612
|
+
</dt>
|
3613
|
+
<dd></dd>
|
3614
|
+
<dt>
|
2949
3615
|
<a class="link" href="GFileEnumerator.html#g-file-enumerator-get-container" title="g_file_enumerator_get_container ()">g_file_enumerator_get_container</a>, function in <a class="link" href="GFileEnumerator.html" title="GFileEnumerator">GFileEnumerator</a>
|
2950
3616
|
</dt>
|
2951
3617
|
<dd></dd>
|
@@ -3118,6 +3784,10 @@
|
|
3118
3784
|
</dt>
|
3119
3785
|
<dd></dd>
|
3120
3786
|
<dt>
|
3787
|
+
<a class="link" href="GFileInfo.html#g-file-info-get-deletion-date" title="g_file_info_get_deletion_date ()">g_file_info_get_deletion_date</a>, function in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
3788
|
+
</dt>
|
3789
|
+
<dd></dd>
|
3790
|
+
<dt>
|
3121
3791
|
<a class="link" href="GFileInfo.html#g-file-info-get-display-name" title="g_file_info_get_display_name ()">g_file_info_get_display_name</a>, function in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
3122
3792
|
</dt>
|
3123
3793
|
<dd></dd>
|
@@ -3166,6 +3836,10 @@
|
|
3166
3836
|
</dt>
|
3167
3837
|
<dd></dd>
|
3168
3838
|
<dt>
|
3839
|
+
<a class="link" href="GFileInfo.html#g-file-info-get-symbolic-icon" title="g_file_info_get_symbolic_icon ()">g_file_info_get_symbolic_icon</a>, function in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
3840
|
+
</dt>
|
3841
|
+
<dd></dd>
|
3842
|
+
<dt>
|
3169
3843
|
<a class="link" href="GFileInfo.html#g-file-info-get-symlink-target" title="g_file_info_get_symlink_target ()">g_file_info_get_symlink_target</a>, function in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
3170
3844
|
</dt>
|
3171
3845
|
<dd></dd>
|
@@ -3282,6 +3956,10 @@
|
|
3282
3956
|
</dt>
|
3283
3957
|
<dd></dd>
|
3284
3958
|
<dt>
|
3959
|
+
<a class="link" href="GFileInfo.html#g-file-info-set-symbolic-icon" title="g_file_info_set_symbolic_icon ()">g_file_info_set_symbolic_icon</a>, function in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
3960
|
+
</dt>
|
3961
|
+
<dd></dd>
|
3962
|
+
<dt>
|
3285
3963
|
<a class="link" href="GFileInfo.html#g-file-info-set-symlink-target" title="g_file_info_set_symlink_target ()">g_file_info_set_symlink_target</a>, function in <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>
|
3286
3964
|
</dt>
|
3287
3965
|
<dd></dd>
|
@@ -3406,6 +4084,10 @@
|
|
3406
4084
|
</dt>
|
3407
4085
|
<dd></dd>
|
3408
4086
|
<dt>
|
4087
|
+
<a class="link" href="GFile.html#g-file-new-for-commandline-arg-and-cwd" title="g_file_new_for_commandline_arg_and_cwd ()">g_file_new_for_commandline_arg_and_cwd</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
4088
|
+
</dt>
|
4089
|
+
<dd></dd>
|
4090
|
+
<dt>
|
3409
4091
|
<a class="link" href="GFile.html#g-file-new-for-path" title="g_file_new_for_path ()">g_file_new_for_path</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
3410
4092
|
</dt>
|
3411
4093
|
<dd></dd>
|
@@ -3414,6 +4096,10 @@
|
|
3414
4096
|
</dt>
|
3415
4097
|
<dd></dd>
|
3416
4098
|
<dt>
|
4099
|
+
<a class="link" href="GFile.html#g-file-new-tmp" title="g_file_new_tmp ()">g_file_new_tmp</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
4100
|
+
</dt>
|
4101
|
+
<dd></dd>
|
4102
|
+
<dt>
|
3417
4103
|
<a class="link" href="GFile.html#g-file-open-readwrite" title="g_file_open_readwrite ()">g_file_open_readwrite</a>, function in <a class="link" href="GFile.html" title="GFile">GFile</a>
|
3418
4104
|
</dt>
|
3419
4105
|
<dd></dd>
|
@@ -3767,6 +4453,10 @@
|
|
3767
4453
|
</dt>
|
3768
4454
|
<dd></dd>
|
3769
4455
|
<dt>
|
4456
|
+
<a class="link" href="gio-GInetAddressMask.html#GInetAddressMask" title="GInetAddressMask">GInetAddressMask</a>, struct in <a class="link" href="gio-GInetAddressMask.html" title="GInetAddressMask">GInetAddressMask</a>
|
4457
|
+
</dt>
|
4458
|
+
<dd></dd>
|
4459
|
+
<dt>
|
3770
4460
|
<a class="link" href="GInetSocketAddress.html#GInetSocketAddress-struct" title="GInetSocketAddress">GInetSocketAddress</a>, struct in <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
|
3771
4461
|
</dt>
|
3772
4462
|
<dd></dd>
|
@@ -3775,10 +4465,22 @@
|
|
3775
4465
|
</dt>
|
3776
4466
|
<dd></dd>
|
3777
4467
|
<dt>
|
4468
|
+
<a class="link" href="GInetSocketAddress.html#GInetSocketAddress--flowinfo" title='The "flowinfo" property'>GInetSocketAddress:flowinfo</a>, object property in <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
|
4469
|
+
</dt>
|
4470
|
+
<dd></dd>
|
4471
|
+
<dt>
|
3778
4472
|
<a class="link" href="GInetSocketAddress.html#GInetSocketAddress--port" title='The "port" property'>GInetSocketAddress:port</a>, object property in <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
|
3779
4473
|
</dt>
|
3780
4474
|
<dd></dd>
|
3781
4475
|
<dt>
|
4476
|
+
<a class="link" href="GInetSocketAddress.html#GInetSocketAddress--scope-id" title='The "scope-id" property'>GInetSocketAddress:scope-id</a>, object property in <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
|
4477
|
+
</dt>
|
4478
|
+
<dd></dd>
|
4479
|
+
<dt>
|
4480
|
+
<a class="link" href="GInetAddress.html#g-inet-address-equal" title="g_inet_address_equal ()">g_inet_address_equal</a>, function in <a class="link" href="GInetAddress.html" title="GInetAddress">GInetAddress</a>
|
4481
|
+
</dt>
|
4482
|
+
<dd></dd>
|
4483
|
+
<dt>
|
3782
4484
|
<a class="link" href="GInetAddress.html#g-inet-address-get-family" title="g_inet_address_get_family ()">g_inet_address_get_family</a>, function in <a class="link" href="GInetAddress.html" title="GInetAddress">GInetAddress</a>
|
3783
4485
|
</dt>
|
3784
4486
|
<dd></dd>
|
@@ -3827,6 +4529,38 @@
|
|
3827
4529
|
</dt>
|
3828
4530
|
<dd></dd>
|
3829
4531
|
<dt>
|
4532
|
+
<a class="link" href="gio-GInetAddressMask.html#g-inet-address-mask-equal" title="g_inet_address_mask_equal ()">g_inet_address_mask_equal</a>, function in <a class="link" href="gio-GInetAddressMask.html" title="GInetAddressMask">GInetAddressMask</a>
|
4533
|
+
</dt>
|
4534
|
+
<dd></dd>
|
4535
|
+
<dt>
|
4536
|
+
<a class="link" href="gio-GInetAddressMask.html#g-inet-address-mask-get-address" title="g_inet_address_mask_get_address ()">g_inet_address_mask_get_address</a>, function in <a class="link" href="gio-GInetAddressMask.html" title="GInetAddressMask">GInetAddressMask</a>
|
4537
|
+
</dt>
|
4538
|
+
<dd></dd>
|
4539
|
+
<dt>
|
4540
|
+
<a class="link" href="gio-GInetAddressMask.html#g-inet-address-mask-get-family" title="g_inet_address_mask_get_family ()">g_inet_address_mask_get_family</a>, function in <a class="link" href="gio-GInetAddressMask.html" title="GInetAddressMask">GInetAddressMask</a>
|
4541
|
+
</dt>
|
4542
|
+
<dd></dd>
|
4543
|
+
<dt>
|
4544
|
+
<a class="link" href="gio-GInetAddressMask.html#g-inet-address-mask-get-length" title="g_inet_address_mask_get_length ()">g_inet_address_mask_get_length</a>, function in <a class="link" href="gio-GInetAddressMask.html" title="GInetAddressMask">GInetAddressMask</a>
|
4545
|
+
</dt>
|
4546
|
+
<dd></dd>
|
4547
|
+
<dt>
|
4548
|
+
<a class="link" href="gio-GInetAddressMask.html#g-inet-address-mask-matches" title="g_inet_address_mask_matches ()">g_inet_address_mask_matches</a>, function in <a class="link" href="gio-GInetAddressMask.html" title="GInetAddressMask">GInetAddressMask</a>
|
4549
|
+
</dt>
|
4550
|
+
<dd></dd>
|
4551
|
+
<dt>
|
4552
|
+
<a class="link" href="gio-GInetAddressMask.html#g-inet-address-mask-new" title="g_inet_address_mask_new ()">g_inet_address_mask_new</a>, function in <a class="link" href="gio-GInetAddressMask.html" title="GInetAddressMask">GInetAddressMask</a>
|
4553
|
+
</dt>
|
4554
|
+
<dd></dd>
|
4555
|
+
<dt>
|
4556
|
+
<a class="link" href="gio-GInetAddressMask.html#g-inet-address-mask-new-from-string" title="g_inet_address_mask_new_from_string ()">g_inet_address_mask_new_from_string</a>, function in <a class="link" href="gio-GInetAddressMask.html" title="GInetAddressMask">GInetAddressMask</a>
|
4557
|
+
</dt>
|
4558
|
+
<dd></dd>
|
4559
|
+
<dt>
|
4560
|
+
<a class="link" href="gio-GInetAddressMask.html#g-inet-address-mask-to-string" title="g_inet_address_mask_to_string ()">g_inet_address_mask_to_string</a>, function in <a class="link" href="gio-GInetAddressMask.html" title="GInetAddressMask">GInetAddressMask</a>
|
4561
|
+
</dt>
|
4562
|
+
<dd></dd>
|
4563
|
+
<dt>
|
3830
4564
|
<a class="link" href="GInetAddress.html#g-inet-address-new-any" title="g_inet_address_new_any ()">g_inet_address_new_any</a>, function in <a class="link" href="GInetAddress.html" title="GInetAddress">GInetAddress</a>
|
3831
4565
|
</dt>
|
3832
4566
|
<dd></dd>
|
@@ -3855,10 +4589,18 @@
|
|
3855
4589
|
</dt>
|
3856
4590
|
<dd></dd>
|
3857
4591
|
<dt>
|
4592
|
+
<a class="link" href="GInetSocketAddress.html#g-inet-socket-address-get-flowinfo" title="g_inet_socket_address_get_flowinfo ()">g_inet_socket_address_get_flowinfo</a>, function in <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
|
4593
|
+
</dt>
|
4594
|
+
<dd></dd>
|
4595
|
+
<dt>
|
3858
4596
|
<a class="link" href="GInetSocketAddress.html#g-inet-socket-address-get-port" title="g_inet_socket_address_get_port ()">g_inet_socket_address_get_port</a>, function in <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
|
3859
4597
|
</dt>
|
3860
4598
|
<dd></dd>
|
3861
4599
|
<dt>
|
4600
|
+
<a class="link" href="GInetSocketAddress.html#g-inet-socket-address-get-scope-id" title="g_inet_socket_address_get_scope_id ()">g_inet_socket_address_get_scope_id</a>, function in <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
|
4601
|
+
</dt>
|
4602
|
+
<dd></dd>
|
4603
|
+
<dt>
|
3862
4604
|
<a class="link" href="GInetSocketAddress.html#g-inet-socket-address-new" title="g_inet_socket_address_new ()">g_inet_socket_address_new</a>, function in <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress">GInetSocketAddress</a>
|
3863
4605
|
</dt>
|
3864
4606
|
<dd></dd>
|
@@ -3931,6 +4673,18 @@
|
|
3931
4673
|
</dt>
|
3932
4674
|
<dd></dd>
|
3933
4675
|
<dt>
|
4676
|
+
<a class="link" href="GInputStream.html#g-input-stream-read-bytes" title="g_input_stream_read_bytes ()">g_input_stream_read_bytes</a>, function in <a class="link" href="GInputStream.html" title="GInputStream">GInputStream</a>
|
4677
|
+
</dt>
|
4678
|
+
<dd></dd>
|
4679
|
+
<dt>
|
4680
|
+
<a class="link" href="GInputStream.html#g-input-stream-read-bytes-async" title="g_input_stream_read_bytes_async ()">g_input_stream_read_bytes_async</a>, function in <a class="link" href="GInputStream.html" title="GInputStream">GInputStream</a>
|
4681
|
+
</dt>
|
4682
|
+
<dd></dd>
|
4683
|
+
<dt>
|
4684
|
+
<a class="link" href="GInputStream.html#g-input-stream-read-bytes-finish" title="g_input_stream_read_bytes_finish ()">g_input_stream_read_bytes_finish</a>, function in <a class="link" href="GInputStream.html" title="GInputStream">GInputStream</a>
|
4685
|
+
</dt>
|
4686
|
+
<dd></dd>
|
4687
|
+
<dt>
|
3934
4688
|
<a class="link" href="GInputStream.html#g-input-stream-read-finish" title="g_input_stream_read_finish ()">g_input_stream_read_finish</a>, function in <a class="link" href="GInputStream.html" title="GInputStream">GInputStream</a>
|
3935
4689
|
</dt>
|
3936
4690
|
<dd></dd>
|
@@ -3951,7 +4705,7 @@
|
|
3951
4705
|
</dt>
|
3952
4706
|
<dd></dd>
|
3953
4707
|
<dt>
|
3954
|
-
<a class="link" href="gio-GIOError.html#GIOErrorEnum">GIOErrorEnum</a>, enum in <a class="link" href="gio-GIOError.html" title="GIOError">GIOError</a>
|
4708
|
+
<a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum">GIOErrorEnum</a>, enum in <a class="link" href="gio-GIOError.html" title="GIOError">GIOError</a>
|
3955
4709
|
</dt>
|
3956
4710
|
<dd></dd>
|
3957
4711
|
<dt>
|
@@ -3967,6 +4721,14 @@
|
|
3967
4721
|
</dt>
|
3968
4722
|
<dd></dd>
|
3969
4723
|
<dt>
|
4724
|
+
<a class="link" href="GIOModule.html#GIOModuleScope" title="GIOModuleScope">GIOModuleScope</a>, struct in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
|
4725
|
+
</dt>
|
4726
|
+
<dd></dd>
|
4727
|
+
<dt>
|
4728
|
+
<a class="link" href="GIOModule.html#GIOModuleScopeFlags" title="enum GIOModuleScopeFlags">GIOModuleScopeFlags</a>, enum in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
|
4729
|
+
</dt>
|
4730
|
+
<dd></dd>
|
4731
|
+
<dt>
|
3970
4732
|
<a class="link" href="gio-GIOScheduler.html#GIOSchedulerJob" title="GIOSchedulerJob">GIOSchedulerJob</a>, struct in <a class="link" href="gio-GIOScheduler.html" title="GIOScheduler">GIOScheduler</a>
|
3971
4733
|
</dt>
|
3972
4734
|
<dd></dd>
|
@@ -4055,10 +4817,18 @@
|
|
4055
4817
|
</dt>
|
4056
4818
|
<dd></dd>
|
4057
4819
|
<dt>
|
4820
|
+
<a class="link" href="GIOModule.html#g-io-modules-load-all-in-directory-with-scope" title="g_io_modules_load_all_in_directory_with_scope ()">g_io_modules_load_all_in_directory_with_scope</a>, function in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
|
4821
|
+
</dt>
|
4822
|
+
<dd></dd>
|
4823
|
+
<dt>
|
4058
4824
|
<a class="link" href="GIOModule.html#g-io-modules-scan-all-in-directory" title="g_io_modules_scan_all_in_directory ()">g_io_modules_scan_all_in_directory</a>, function in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
|
4059
4825
|
</dt>
|
4060
4826
|
<dd></dd>
|
4061
4827
|
<dt>
|
4828
|
+
<a class="link" href="GIOModule.html#g-io-modules-scan-all-in-directory-with-scope" title="g_io_modules_scan_all_in_directory_with_scope ()">g_io_modules_scan_all_in_directory_with_scope</a>, function in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
|
4829
|
+
</dt>
|
4830
|
+
<dd></dd>
|
4831
|
+
<dt>
|
4062
4832
|
<a class="link" href="GIOModule.html#g-io-module-load" title="g_io_module_load ()">g_io_module_load</a>, function in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
|
4063
4833
|
</dt>
|
4064
4834
|
<dd></dd>
|
@@ -4071,6 +4841,18 @@
|
|
4071
4841
|
</dt>
|
4072
4842
|
<dd></dd>
|
4073
4843
|
<dt>
|
4844
|
+
<a class="link" href="GIOModule.html#g-io-module-scope-block" title="g_io_module_scope_block ()">g_io_module_scope_block</a>, function in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
|
4845
|
+
</dt>
|
4846
|
+
<dd></dd>
|
4847
|
+
<dt>
|
4848
|
+
<a class="link" href="GIOModule.html#g-io-module-scope-free" title="g_io_module_scope_free ()">g_io_module_scope_free</a>, function in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
|
4849
|
+
</dt>
|
4850
|
+
<dd></dd>
|
4851
|
+
<dt>
|
4852
|
+
<a class="link" href="GIOModule.html#g-io-module-scope-new" title="g_io_module_scope_new ()">g_io_module_scope_new</a>, function in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
|
4853
|
+
</dt>
|
4854
|
+
<dd></dd>
|
4855
|
+
<dt>
|
4074
4856
|
<a class="link" href="GIOModule.html#g-io-module-unload" title="g_io_module_unload ()">g_io_module_unload</a>, function in <a class="link" href="GIOModule.html" title="GIOModule">GIOModule</a>
|
4075
4857
|
</dt>
|
4076
4858
|
<dd></dd>
|
@@ -4218,6 +5000,10 @@
|
|
4218
5000
|
</dt>
|
4219
5001
|
<dd></dd>
|
4220
5002
|
<dt>
|
5003
|
+
<a class="link" href="GMemoryOutputStream.html#g-memory-output-stream-new-resizable" title="g_memory_output_stream_new_resizable ()">g_memory_output_stream_new_resizable</a>, function in <a class="link" href="GMemoryOutputStream.html" title="GMemoryOutputStream">GMemoryOutputStream</a>
|
5004
|
+
</dt>
|
5005
|
+
<dd></dd>
|
5006
|
+
<dt>
|
4221
5007
|
<a class="link" href="GMemoryOutputStream.html#g-memory-output-stream-steal-data" title="g_memory_output_stream_steal_data ()">g_memory_output_stream_steal_data</a>, function in <a class="link" href="GMemoryOutputStream.html" title="GMemoryOutputStream">GMemoryOutputStream</a>
|
4222
5008
|
</dt>
|
4223
5009
|
<dd></dd>
|
@@ -4226,486 +5012,786 @@
|
|
4226
5012
|
</dt>
|
4227
5013
|
<dd></dd>
|
4228
5014
|
<dt>
|
4229
|
-
<a class="link" href="
|
5015
|
+
<a class="link" href="GMenu.html#GMenu-struct" title="GMenu">GMenu</a>, struct in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4230
5016
|
</dt>
|
4231
5017
|
<dd></dd>
|
4232
5018
|
<dt>
|
4233
|
-
<a class="link" href="
|
5019
|
+
<a class="link" href="GMenuModel.html#GMenuAttributeIter-struct" title="struct GMenuAttributeIter">GMenuAttributeIter</a>, struct in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4234
5020
|
</dt>
|
4235
5021
|
<dd></dd>
|
4236
5022
|
<dt>
|
4237
|
-
<a class="link" href="
|
5023
|
+
<a class="link" href="GMenu.html#GMenuItem-struct" title="GMenuItem">GMenuItem</a>, struct in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4238
5024
|
</dt>
|
4239
5025
|
<dd></dd>
|
4240
5026
|
<dt>
|
4241
|
-
<a class="link" href="
|
5027
|
+
<a class="link" href="GMenuModel.html#GMenuLinkIter-struct" title="struct GMenuLinkIter">GMenuLinkIter</a>, struct in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4242
5028
|
</dt>
|
4243
5029
|
<dd></dd>
|
4244
5030
|
<dt>
|
4245
|
-
<a class="link" href="
|
5031
|
+
<a class="link" href="GMenuModel.html#GMenuModel-struct" title="GMenuModel">GMenuModel</a>, struct in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4246
5032
|
</dt>
|
4247
5033
|
<dd></dd>
|
4248
5034
|
<dt>
|
4249
|
-
<a class="link" href="
|
5035
|
+
<a class="link" href="GMenuModel.html#GMenuModel-items-changed" title='The "items-changed" signal'>GMenuModel::items-changed</a>, object signal in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4250
5036
|
</dt>
|
4251
5037
|
<dd></dd>
|
4252
5038
|
<dt>
|
4253
|
-
<a class="link" href="
|
5039
|
+
<a class="link" href="GMenu.html#g-menu-append" title="g_menu_append ()">g_menu_append</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4254
5040
|
</dt>
|
4255
5041
|
<dd></dd>
|
4256
5042
|
<dt>
|
4257
|
-
<a class="link" href="
|
5043
|
+
<a class="link" href="GMenu.html#g-menu-append-item" title="g_menu_append_item ()">g_menu_append_item</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4258
5044
|
</dt>
|
4259
5045
|
<dd></dd>
|
4260
5046
|
<dt>
|
4261
|
-
<a class="link" href="
|
5047
|
+
<a class="link" href="GMenu.html#g-menu-append-section" title="g_menu_append_section ()">g_menu_append_section</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4262
5048
|
</dt>
|
4263
5049
|
<dd></dd>
|
4264
5050
|
<dt>
|
4265
|
-
<a class="link" href="
|
5051
|
+
<a class="link" href="GMenu.html#g-menu-append-submenu" title="g_menu_append_submenu ()">g_menu_append_submenu</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4266
5052
|
</dt>
|
4267
5053
|
<dd></dd>
|
4268
5054
|
<dt>
|
4269
|
-
<a class="link" href="
|
5055
|
+
<a class="link" href="GMenuModel.html#G-MENU-ATTRIBUTE-ACTION:CAPS" title="G_MENU_ATTRIBUTE_ACTION">G_MENU_ATTRIBUTE_ACTION</a>, macro in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4270
5056
|
</dt>
|
4271
5057
|
<dd></dd>
|
4272
5058
|
<dt>
|
4273
|
-
<a class="link" href="
|
5059
|
+
<a class="link" href="GMenuModel.html#g-menu-attribute-iter-get-name" title="g_menu_attribute_iter_get_name ()">g_menu_attribute_iter_get_name</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4274
5060
|
</dt>
|
4275
5061
|
<dd></dd>
|
4276
5062
|
<dt>
|
4277
|
-
<a class="link" href="
|
5063
|
+
<a class="link" href="GMenuModel.html#g-menu-attribute-iter-get-next" title="g_menu_attribute_iter_get_next ()">g_menu_attribute_iter_get_next</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4278
5064
|
</dt>
|
4279
5065
|
<dd></dd>
|
4280
5066
|
<dt>
|
4281
|
-
<a class="link" href="
|
5067
|
+
<a class="link" href="GMenuModel.html#g-menu-attribute-iter-get-value" title="g_menu_attribute_iter_get_value ()">g_menu_attribute_iter_get_value</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4282
5068
|
</dt>
|
4283
5069
|
<dd></dd>
|
4284
5070
|
<dt>
|
4285
|
-
<a class="link" href="
|
5071
|
+
<a class="link" href="GMenuModel.html#g-menu-attribute-iter-next" title="g_menu_attribute_iter_next ()">g_menu_attribute_iter_next</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4286
5072
|
</dt>
|
4287
5073
|
<dd></dd>
|
4288
5074
|
<dt>
|
4289
|
-
<a class="link" href="
|
5075
|
+
<a class="link" href="GMenuModel.html#G-MENU-ATTRIBUTE-LABEL:CAPS" title="G_MENU_ATTRIBUTE_LABEL">G_MENU_ATTRIBUTE_LABEL</a>, macro in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4290
5076
|
</dt>
|
4291
5077
|
<dd></dd>
|
4292
5078
|
<dt>
|
4293
|
-
<a class="link" href="
|
5079
|
+
<a class="link" href="GMenuModel.html#G-MENU-ATTRIBUTE-TARGET:CAPS" title="G_MENU_ATTRIBUTE_TARGET">G_MENU_ATTRIBUTE_TARGET</a>, macro in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4294
5080
|
</dt>
|
4295
5081
|
<dd></dd>
|
4296
5082
|
<dt>
|
4297
|
-
<a class="link" href="
|
5083
|
+
<a class="link" href="GMenu.html#g-menu-freeze" title="g_menu_freeze ()">g_menu_freeze</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4298
5084
|
</dt>
|
4299
5085
|
<dd></dd>
|
4300
5086
|
<dt>
|
4301
|
-
<a class="link" href="
|
5087
|
+
<a class="link" href="GMenu.html#g-menu-insert" title="g_menu_insert ()">g_menu_insert</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4302
5088
|
</dt>
|
4303
5089
|
<dd></dd>
|
4304
5090
|
<dt>
|
4305
|
-
<a class="link" href="
|
5091
|
+
<a class="link" href="GMenu.html#g-menu-insert-item" title="g_menu_insert_item ()">g_menu_insert_item</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4306
5092
|
</dt>
|
4307
5093
|
<dd></dd>
|
4308
5094
|
<dt>
|
4309
|
-
<a class="link" href="
|
5095
|
+
<a class="link" href="GMenu.html#g-menu-insert-section" title="g_menu_insert_section ()">g_menu_insert_section</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4310
5096
|
</dt>
|
4311
5097
|
<dd></dd>
|
4312
5098
|
<dt>
|
4313
|
-
<a class="link" href="
|
5099
|
+
<a class="link" href="GMenu.html#g-menu-insert-submenu" title="g_menu_insert_submenu ()">g_menu_insert_submenu</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4314
5100
|
</dt>
|
4315
5101
|
<dd></dd>
|
4316
5102
|
<dt>
|
4317
|
-
<a class="link" href="
|
5103
|
+
<a class="link" href="GMenu.html#g-menu-item-get-attribute" title="g_menu_item_get_attribute ()">g_menu_item_get_attribute</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4318
5104
|
</dt>
|
4319
5105
|
<dd></dd>
|
4320
5106
|
<dt>
|
4321
|
-
<a class="link" href="
|
5107
|
+
<a class="link" href="GMenu.html#g-menu-item-get-attribute-value" title="g_menu_item_get_attribute_value ()">g_menu_item_get_attribute_value</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4322
5108
|
</dt>
|
4323
5109
|
<dd></dd>
|
4324
5110
|
<dt>
|
4325
|
-
<a class="link" href="
|
5111
|
+
<a class="link" href="GMenu.html#g-menu-item-get-link" title="g_menu_item_get_link ()">g_menu_item_get_link</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4326
5112
|
</dt>
|
4327
5113
|
<dd></dd>
|
4328
5114
|
<dt>
|
4329
|
-
<a class="link" href="
|
5115
|
+
<a class="link" href="GMenu.html#g-menu-item-new" title="g_menu_item_new ()">g_menu_item_new</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4330
5116
|
</dt>
|
4331
5117
|
<dd></dd>
|
4332
5118
|
<dt>
|
4333
|
-
<a class="link" href="
|
5119
|
+
<a class="link" href="GMenu.html#g-menu-item-new-from-model" title="g_menu_item_new_from_model ()">g_menu_item_new_from_model</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4334
5120
|
</dt>
|
4335
5121
|
<dd></dd>
|
4336
5122
|
<dt>
|
4337
|
-
<a class="link" href="
|
5123
|
+
<a class="link" href="GMenu.html#g-menu-item-new-section" title="g_menu_item_new_section ()">g_menu_item_new_section</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4338
5124
|
</dt>
|
4339
5125
|
<dd></dd>
|
4340
5126
|
<dt>
|
4341
|
-
<a class="link" href="
|
5127
|
+
<a class="link" href="GMenu.html#g-menu-item-new-submenu" title="g_menu_item_new_submenu ()">g_menu_item_new_submenu</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4342
5128
|
</dt>
|
4343
5129
|
<dd></dd>
|
4344
5130
|
<dt>
|
4345
|
-
<a class="link" href="
|
5131
|
+
<a class="link" href="GMenu.html#g-menu-item-set-action-and-target" title="g_menu_item_set_action_and_target ()">g_menu_item_set_action_and_target</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4346
5132
|
</dt>
|
4347
5133
|
<dd></dd>
|
4348
5134
|
<dt>
|
4349
|
-
<a class="link" href="
|
5135
|
+
<a class="link" href="GMenu.html#g-menu-item-set-action-and-target-value" title="g_menu_item_set_action_and_target_value ()">g_menu_item_set_action_and_target_value</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4350
5136
|
</dt>
|
4351
5137
|
<dd></dd>
|
4352
5138
|
<dt>
|
4353
|
-
<a class="link" href="
|
5139
|
+
<a class="link" href="GMenu.html#g-menu-item-set-attribute" title="g_menu_item_set_attribute ()">g_menu_item_set_attribute</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4354
5140
|
</dt>
|
4355
5141
|
<dd></dd>
|
4356
5142
|
<dt>
|
4357
|
-
<a class="link" href="
|
5143
|
+
<a class="link" href="GMenu.html#g-menu-item-set-attribute-value" title="g_menu_item_set_attribute_value ()">g_menu_item_set_attribute_value</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4358
5144
|
</dt>
|
4359
5145
|
<dd></dd>
|
4360
5146
|
<dt>
|
4361
|
-
<a class="link" href="
|
5147
|
+
<a class="link" href="GMenu.html#g-menu-item-set-detailed-action" title="g_menu_item_set_detailed_action ()">g_menu_item_set_detailed_action</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4362
5148
|
</dt>
|
4363
5149
|
<dd></dd>
|
4364
5150
|
<dt>
|
4365
|
-
<a class="link" href="
|
5151
|
+
<a class="link" href="GMenu.html#g-menu-item-set-label" title="g_menu_item_set_label ()">g_menu_item_set_label</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4366
5152
|
</dt>
|
4367
5153
|
<dd></dd>
|
4368
5154
|
<dt>
|
4369
|
-
<a class="link" href="
|
5155
|
+
<a class="link" href="GMenu.html#g-menu-item-set-link" title="g_menu_item_set_link ()">g_menu_item_set_link</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4370
5156
|
</dt>
|
4371
5157
|
<dd></dd>
|
4372
5158
|
<dt>
|
4373
|
-
<a class="link" href="
|
5159
|
+
<a class="link" href="GMenu.html#g-menu-item-set-section" title="g_menu_item_set_section ()">g_menu_item_set_section</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4374
5160
|
</dt>
|
4375
5161
|
<dd></dd>
|
4376
5162
|
<dt>
|
4377
|
-
<a class="link" href="
|
5163
|
+
<a class="link" href="GMenu.html#g-menu-item-set-submenu" title="g_menu_item_set_submenu ()">g_menu_item_set_submenu</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4378
5164
|
</dt>
|
4379
5165
|
<dd></dd>
|
4380
5166
|
<dt>
|
4381
|
-
<a class="link" href="
|
5167
|
+
<a class="link" href="GMenuModel.html#g-menu-link-iter-get-name" title="g_menu_link_iter_get_name ()">g_menu_link_iter_get_name</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4382
5168
|
</dt>
|
4383
5169
|
<dd></dd>
|
4384
5170
|
<dt>
|
4385
|
-
<a class="link" href="
|
5171
|
+
<a class="link" href="GMenuModel.html#g-menu-link-iter-get-next" title="g_menu_link_iter_get_next ()">g_menu_link_iter_get_next</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4386
5172
|
</dt>
|
4387
5173
|
<dd></dd>
|
4388
5174
|
<dt>
|
4389
|
-
<a class="link" href="
|
5175
|
+
<a class="link" href="GMenuModel.html#g-menu-link-iter-get-value" title="g_menu_link_iter_get_value ()">g_menu_link_iter_get_value</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4390
5176
|
</dt>
|
4391
5177
|
<dd></dd>
|
4392
5178
|
<dt>
|
4393
|
-
<a class="link" href="
|
5179
|
+
<a class="link" href="GMenuModel.html#g-menu-link-iter-next" title="g_menu_link_iter_next ()">g_menu_link_iter_next</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4394
5180
|
</dt>
|
4395
5181
|
<dd></dd>
|
4396
5182
|
<dt>
|
4397
|
-
<a class="link" href="
|
5183
|
+
<a class="link" href="GMenuModel.html#G-MENU-LINK-SECTION:CAPS" title="G_MENU_LINK_SECTION">G_MENU_LINK_SECTION</a>, macro in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4398
5184
|
</dt>
|
4399
5185
|
<dd></dd>
|
4400
5186
|
<dt>
|
4401
|
-
<a class="link" href="
|
5187
|
+
<a class="link" href="GMenuModel.html#G-MENU-LINK-SUBMENU:CAPS" title="G_MENU_LINK_SUBMENU">G_MENU_LINK_SUBMENU</a>, macro in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4402
5188
|
</dt>
|
4403
5189
|
<dd></dd>
|
4404
5190
|
<dt>
|
4405
|
-
<a class="link" href="
|
5191
|
+
<a class="link" href="GMenuModel.html#g-menu-model-get-item-attribute" title="g_menu_model_get_item_attribute ()">g_menu_model_get_item_attribute</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4406
5192
|
</dt>
|
4407
5193
|
<dd></dd>
|
4408
5194
|
<dt>
|
4409
|
-
<a class="link" href="
|
5195
|
+
<a class="link" href="GMenuModel.html#g-menu-model-get-item-attribute-value" title="g_menu_model_get_item_attribute_value ()">g_menu_model_get_item_attribute_value</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4410
5196
|
</dt>
|
4411
5197
|
<dd></dd>
|
4412
5198
|
<dt>
|
4413
|
-
<a class="link" href="
|
5199
|
+
<a class="link" href="GMenuModel.html#g-menu-model-get-item-link" title="g_menu_model_get_item_link ()">g_menu_model_get_item_link</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4414
5200
|
</dt>
|
4415
5201
|
<dd></dd>
|
4416
5202
|
<dt>
|
4417
|
-
<a class="link" href="
|
5203
|
+
<a class="link" href="GMenuModel.html#g-menu-model-get-n-items" title="g_menu_model_get_n_items ()">g_menu_model_get_n_items</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4418
5204
|
</dt>
|
4419
5205
|
<dd></dd>
|
4420
5206
|
<dt>
|
4421
|
-
<a class="link" href="
|
5207
|
+
<a class="link" href="GMenuModel.html#g-menu-model-is-mutable" title="g_menu_model_is_mutable ()">g_menu_model_is_mutable</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4422
5208
|
</dt>
|
4423
5209
|
<dd></dd>
|
4424
5210
|
<dt>
|
4425
|
-
<a class="link" href="
|
5211
|
+
<a class="link" href="GMenuModel.html#g-menu-model-items-changed" title="g_menu_model_items_changed ()">g_menu_model_items_changed</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4426
5212
|
</dt>
|
4427
5213
|
<dd></dd>
|
4428
5214
|
<dt>
|
4429
|
-
<a class="link" href="
|
5215
|
+
<a class="link" href="GMenuModel.html#g-menu-model-iterate-item-attributes" title="g_menu_model_iterate_item_attributes ()">g_menu_model_iterate_item_attributes</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4430
5216
|
</dt>
|
4431
5217
|
<dd></dd>
|
4432
5218
|
<dt>
|
4433
|
-
<a class="link" href="
|
5219
|
+
<a class="link" href="GMenuModel.html#g-menu-model-iterate-item-links" title="g_menu_model_iterate_item_links ()">g_menu_model_iterate_item_links</a>, function in <a class="link" href="GMenuModel.html" title="GMenuModel">GMenuModel</a>
|
4434
5220
|
</dt>
|
4435
5221
|
<dd></dd>
|
4436
5222
|
<dt>
|
4437
|
-
<a class="link" href="
|
5223
|
+
<a class="link" href="GMenu.html#g-menu-new" title="g_menu_new ()">g_menu_new</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4438
5224
|
</dt>
|
4439
5225
|
<dd></dd>
|
4440
5226
|
<dt>
|
4441
|
-
<a class="link" href="
|
5227
|
+
<a class="link" href="GMenu.html#g-menu-prepend" title="g_menu_prepend ()">g_menu_prepend</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4442
5228
|
</dt>
|
4443
5229
|
<dd></dd>
|
4444
5230
|
<dt>
|
4445
|
-
<a class="link" href="
|
5231
|
+
<a class="link" href="GMenu.html#g-menu-prepend-item" title="g_menu_prepend_item ()">g_menu_prepend_item</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4446
5232
|
</dt>
|
4447
5233
|
<dd></dd>
|
4448
5234
|
<dt>
|
4449
|
-
<a class="link" href="
|
5235
|
+
<a class="link" href="GMenu.html#g-menu-prepend-section" title="g_menu_prepend_section ()">g_menu_prepend_section</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4450
5236
|
</dt>
|
4451
5237
|
<dd></dd>
|
4452
5238
|
<dt>
|
4453
|
-
<a class="link" href="
|
5239
|
+
<a class="link" href="GMenu.html#g-menu-prepend-submenu" title="g_menu_prepend_submenu ()">g_menu_prepend_submenu</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4454
5240
|
</dt>
|
4455
5241
|
<dd></dd>
|
4456
5242
|
<dt>
|
4457
|
-
<a class="link" href="
|
5243
|
+
<a class="link" href="GMenu.html#g-menu-remove" title="g_menu_remove ()">g_menu_remove</a>, function in <a class="link" href="GMenu.html" title="GMenu">GMenu</a>
|
4458
5244
|
</dt>
|
4459
5245
|
<dd></dd>
|
4460
5246
|
<dt>
|
4461
|
-
<a class="link" href="GMount.html#
|
5247
|
+
<a class="link" href="GMount.html#GMount-struct" title="GMount">GMount</a>, struct in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4462
5248
|
</dt>
|
4463
5249
|
<dd></dd>
|
4464
|
-
<a name="idxN"></a><h3 class="title">N</h3>
|
4465
5250
|
<dt>
|
4466
|
-
<a class="link" href="
|
5251
|
+
<a class="link" href="GMount.html#GMount-changed" title='The "changed" signal'>GMount::changed</a>, object signal in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4467
5252
|
</dt>
|
4468
5253
|
<dd></dd>
|
4469
5254
|
<dt>
|
4470
|
-
<a class="link" href="
|
5255
|
+
<a class="link" href="GMount.html#GMount-pre-unmount" title='The "pre-unmount" signal'>GMount::pre-unmount</a>, object signal in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4471
5256
|
</dt>
|
4472
5257
|
<dd></dd>
|
4473
5258
|
<dt>
|
4474
|
-
<a class="link" href="
|
5259
|
+
<a class="link" href="GMount.html#GMount-unmounted" title='The "unmounted" signal'>GMount::unmounted</a>, object signal in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4475
5260
|
</dt>
|
4476
5261
|
<dd></dd>
|
4477
5262
|
<dt>
|
4478
|
-
<a class="link" href="
|
5263
|
+
<a class="link" href="GMount.html#GMountIface" title="struct GMountIface">GMountIface</a>, struct in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4479
5264
|
</dt>
|
4480
5265
|
<dd></dd>
|
4481
5266
|
<dt>
|
4482
|
-
<a class="link" href="
|
5267
|
+
<a class="link" href="GMount.html#GMountMountFlags" title="enum GMountMountFlags">GMountMountFlags</a>, enum in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4483
5268
|
</dt>
|
4484
5269
|
<dd></dd>
|
4485
5270
|
<dt>
|
4486
|
-
<a class="link" href="
|
5271
|
+
<a class="link" href="GMountOperation.html#GMountOperation-struct" title="GMountOperation">GMountOperation</a>, struct in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4487
5272
|
</dt>
|
4488
5273
|
<dd></dd>
|
4489
5274
|
<dt>
|
4490
|
-
<a class="link" href="
|
5275
|
+
<a class="link" href="GMountOperation.html#GMountOperation-aborted" title='The "aborted" signal'>GMountOperation::aborted</a>, object signal in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4491
5276
|
</dt>
|
4492
5277
|
<dd></dd>
|
4493
5278
|
<dt>
|
4494
|
-
<a class="link" href="
|
5279
|
+
<a class="link" href="GMountOperation.html#GMountOperation-ask-password" title='The "ask-password" signal'>GMountOperation::ask-password</a>, object signal in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4495
5280
|
</dt>
|
4496
5281
|
<dd></dd>
|
4497
5282
|
<dt>
|
4498
|
-
<a class="link" href="
|
5283
|
+
<a class="link" href="GMountOperation.html#GMountOperation-ask-question" title='The "ask-question" signal'>GMountOperation::ask-question</a>, object signal in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4499
5284
|
</dt>
|
4500
5285
|
<dd></dd>
|
4501
5286
|
<dt>
|
4502
|
-
<a class="link" href="
|
5287
|
+
<a class="link" href="GMountOperation.html#GMountOperation-reply" title='The "reply" signal'>GMountOperation::reply</a>, object signal in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4503
5288
|
</dt>
|
4504
5289
|
<dd></dd>
|
4505
5290
|
<dt>
|
4506
|
-
<a class="link" href="
|
5291
|
+
<a class="link" href="GMountOperation.html#GMountOperation-show-processes" title='The "show-processes" signal'>GMountOperation::show-processes</a>, object signal in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4507
5292
|
</dt>
|
4508
5293
|
<dd></dd>
|
4509
5294
|
<dt>
|
4510
|
-
<a class="link" href="
|
5295
|
+
<a class="link" href="GMountOperation.html#GMountOperation-show-unmount-progress" title='The "show-unmount-progress" signal'>GMountOperation::show-unmount-progress</a>, object signal in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4511
5296
|
</dt>
|
4512
5297
|
<dd></dd>
|
4513
5298
|
<dt>
|
4514
|
-
<a class="link" href="
|
5299
|
+
<a class="link" href="GMountOperation.html#GMountOperation--anonymous" title='The "anonymous" property'>GMountOperation:anonymous</a>, object property in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4515
5300
|
</dt>
|
4516
5301
|
<dd></dd>
|
4517
5302
|
<dt>
|
4518
|
-
<a class="link" href="
|
5303
|
+
<a class="link" href="GMountOperation.html#GMountOperation--choice" title='The "choice" property'>GMountOperation:choice</a>, object property in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4519
5304
|
</dt>
|
4520
5305
|
<dd></dd>
|
4521
5306
|
<dt>
|
4522
|
-
<a class="link" href="
|
5307
|
+
<a class="link" href="GMountOperation.html#GMountOperation--domain" title='The "domain" property'>GMountOperation:domain</a>, object property in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4523
5308
|
</dt>
|
4524
5309
|
<dd></dd>
|
4525
5310
|
<dt>
|
4526
|
-
<a class="link" href="
|
5311
|
+
<a class="link" href="GMountOperation.html#GMountOperation--password" title='The "password" property'>GMountOperation:password</a>, object property in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4527
5312
|
</dt>
|
4528
5313
|
<dd></dd>
|
4529
5314
|
<dt>
|
4530
|
-
<a class="link" href="
|
5315
|
+
<a class="link" href="GMountOperation.html#GMountOperation--password-save" title='The "password-save" property'>GMountOperation:password-save</a>, object property in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4531
5316
|
</dt>
|
4532
5317
|
<dd></dd>
|
4533
5318
|
<dt>
|
4534
|
-
<a class="link" href="
|
5319
|
+
<a class="link" href="GMountOperation.html#GMountOperation--username" title='The "username" property'>GMountOperation:username</a>, object property in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4535
5320
|
</dt>
|
4536
5321
|
<dd></dd>
|
4537
5322
|
<dt>
|
4538
|
-
<a class="link" href="
|
5323
|
+
<a class="link" href="GMountOperation.html#GMountOperationResult" title="enum GMountOperationResult">GMountOperationResult</a>, enum in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4539
5324
|
</dt>
|
4540
5325
|
<dd></dd>
|
4541
5326
|
<dt>
|
4542
|
-
<a class="link" href="
|
5327
|
+
<a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags">GMountUnmountFlags</a>, enum in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4543
5328
|
</dt>
|
4544
5329
|
<dd></dd>
|
4545
5330
|
<dt>
|
4546
|
-
<a class="link" href="
|
5331
|
+
<a class="link" href="GMount.html#g-mount-can-eject" title="g_mount_can_eject ()">g_mount_can_eject</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4547
5332
|
</dt>
|
4548
5333
|
<dd></dd>
|
4549
5334
|
<dt>
|
4550
|
-
<a class="link" href="
|
5335
|
+
<a class="link" href="GMount.html#g-mount-can-unmount" title="g_mount_can_unmount ()">g_mount_can_unmount</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4551
5336
|
</dt>
|
4552
5337
|
<dd></dd>
|
4553
|
-
<a name="idxO"></a><h3 class="title">O</h3>
|
4554
5338
|
<dt>
|
4555
|
-
<a class="link" href="
|
5339
|
+
<a class="link" href="GMount.html#g-mount-eject" title="g_mount_eject ()">g_mount_eject</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4556
5340
|
</dt>
|
4557
5341
|
<dd></dd>
|
4558
5342
|
<dt>
|
4559
|
-
<a class="link" href="
|
5343
|
+
<a class="link" href="GMount.html#g-mount-eject-finish" title="g_mount_eject_finish ()">g_mount_eject_finish</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4560
5344
|
</dt>
|
4561
5345
|
<dd></dd>
|
4562
5346
|
<dt>
|
4563
|
-
<a class="link" href="
|
5347
|
+
<a class="link" href="GMount.html#g-mount-eject-with-operation" title="g_mount_eject_with_operation ()">g_mount_eject_with_operation</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4564
5348
|
</dt>
|
4565
5349
|
<dd></dd>
|
4566
5350
|
<dt>
|
4567
|
-
<a class="link" href="
|
5351
|
+
<a class="link" href="GMount.html#g-mount-eject-with-operation-finish" title="g_mount_eject_with_operation_finish ()">g_mount_eject_with_operation_finish</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4568
5352
|
</dt>
|
4569
5353
|
<dd></dd>
|
4570
5354
|
<dt>
|
4571
|
-
<a class="link" href="
|
5355
|
+
<a class="link" href="GMount.html#g-mount-get-default-location" title="g_mount_get_default_location ()">g_mount_get_default_location</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4572
5356
|
</dt>
|
4573
5357
|
<dd></dd>
|
4574
5358
|
<dt>
|
4575
|
-
<a class="link" href="
|
5359
|
+
<a class="link" href="GMount.html#g-mount-get-drive" title="g_mount_get_drive ()">g_mount_get_drive</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4576
5360
|
</dt>
|
4577
5361
|
<dd></dd>
|
4578
5362
|
<dt>
|
4579
|
-
<a class="link" href="
|
5363
|
+
<a class="link" href="GMount.html#g-mount-get-icon" title="g_mount_get_icon ()">g_mount_get_icon</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4580
5364
|
</dt>
|
4581
5365
|
<dd></dd>
|
4582
5366
|
<dt>
|
4583
|
-
<a class="link" href="
|
5367
|
+
<a class="link" href="GMount.html#g-mount-get-name" title="g_mount_get_name ()">g_mount_get_name</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4584
5368
|
</dt>
|
4585
5369
|
<dd></dd>
|
4586
5370
|
<dt>
|
4587
|
-
<a class="link" href="
|
5371
|
+
<a class="link" href="GMount.html#g-mount-get-root" title="g_mount_get_root ()">g_mount_get_root</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4588
5372
|
</dt>
|
4589
5373
|
<dd></dd>
|
4590
5374
|
<dt>
|
4591
|
-
<a class="link" href="
|
5375
|
+
<a class="link" href="GMount.html#g-mount-get-sort-key" title="g_mount_get_sort_key ()">g_mount_get_sort_key</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4592
5376
|
</dt>
|
4593
5377
|
<dd></dd>
|
4594
5378
|
<dt>
|
4595
|
-
<a class="link" href="
|
5379
|
+
<a class="link" href="GMount.html#g-mount-get-symbolic-icon" title="g_mount_get_symbolic_icon ()">g_mount_get_symbolic_icon</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4596
5380
|
</dt>
|
4597
5381
|
<dd></dd>
|
4598
5382
|
<dt>
|
4599
|
-
<a class="link" href="
|
5383
|
+
<a class="link" href="GMount.html#g-mount-get-uuid" title="g_mount_get_uuid ()">g_mount_get_uuid</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4600
5384
|
</dt>
|
4601
5385
|
<dd></dd>
|
4602
5386
|
<dt>
|
4603
|
-
<a class="link" href="
|
5387
|
+
<a class="link" href="GMount.html#g-mount-get-volume" title="g_mount_get_volume ()">g_mount_get_volume</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4604
5388
|
</dt>
|
4605
5389
|
<dd></dd>
|
4606
5390
|
<dt>
|
4607
|
-
<a class="link" href="
|
5391
|
+
<a class="link" href="GMount.html#g-mount-guess-content-type" title="g_mount_guess_content_type ()">g_mount_guess_content_type</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4608
5392
|
</dt>
|
4609
5393
|
<dd></dd>
|
4610
5394
|
<dt>
|
4611
|
-
<a class="link" href="
|
5395
|
+
<a class="link" href="GMount.html#g-mount-guess-content-type-finish" title="g_mount_guess_content_type_finish ()">g_mount_guess_content_type_finish</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4612
5396
|
</dt>
|
4613
5397
|
<dd></dd>
|
4614
5398
|
<dt>
|
4615
|
-
<a class="link" href="
|
5399
|
+
<a class="link" href="GMount.html#g-mount-guess-content-type-sync" title="g_mount_guess_content_type_sync ()">g_mount_guess_content_type_sync</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4616
5400
|
</dt>
|
4617
5401
|
<dd></dd>
|
4618
5402
|
<dt>
|
4619
|
-
<a class="link" href="
|
5403
|
+
<a class="link" href="GMount.html#g-mount-is-shadowed" title="g_mount_is_shadowed ()">g_mount_is_shadowed</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4620
5404
|
</dt>
|
4621
5405
|
<dd></dd>
|
4622
5406
|
<dt>
|
4623
|
-
<a class="link" href="
|
5407
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-get-anonymous" title="g_mount_operation_get_anonymous ()">g_mount_operation_get_anonymous</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4624
5408
|
</dt>
|
4625
5409
|
<dd></dd>
|
4626
5410
|
<dt>
|
4627
|
-
<a class="link" href="
|
5411
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-get-choice" title="g_mount_operation_get_choice ()">g_mount_operation_get_choice</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4628
5412
|
</dt>
|
4629
5413
|
<dd></dd>
|
4630
5414
|
<dt>
|
4631
|
-
<a class="link" href="
|
5415
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-get-domain" title="g_mount_operation_get_domain ()">g_mount_operation_get_domain</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4632
5416
|
</dt>
|
4633
5417
|
<dd></dd>
|
4634
5418
|
<dt>
|
4635
|
-
<a class="link" href="
|
5419
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-get-password" title="g_mount_operation_get_password ()">g_mount_operation_get_password</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4636
5420
|
</dt>
|
4637
5421
|
<dd></dd>
|
4638
|
-
<a name="idxP"></a><h3 class="title">P</h3>
|
4639
5422
|
<dt>
|
4640
|
-
<a class="link" href="GMountOperation.html#
|
5423
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-get-password-save" title="g_mount_operation_get_password_save ()">g_mount_operation_get_password_save</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4641
5424
|
</dt>
|
4642
5425
|
<dd></dd>
|
4643
5426
|
<dt>
|
4644
|
-
<a class="link" href="
|
5427
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-get-username" title="g_mount_operation_get_username ()">g_mount_operation_get_username</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4645
5428
|
</dt>
|
4646
5429
|
<dd></dd>
|
4647
5430
|
<dt>
|
4648
|
-
<a class="link" href="
|
5431
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-new" title="g_mount_operation_new ()">g_mount_operation_new</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4649
5432
|
</dt>
|
4650
5433
|
<dd></dd>
|
4651
5434
|
<dt>
|
4652
|
-
<a class="link" href="
|
5435
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-reply" title="g_mount_operation_reply ()">g_mount_operation_reply</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4653
5436
|
</dt>
|
4654
5437
|
<dd></dd>
|
4655
5438
|
<dt>
|
4656
|
-
<a class="link" href="
|
5439
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-set-anonymous" title="g_mount_operation_set_anonymous ()">g_mount_operation_set_anonymous</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4657
5440
|
</dt>
|
4658
5441
|
<dd></dd>
|
4659
5442
|
<dt>
|
4660
|
-
<a class="link" href="
|
5443
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-set-choice" title="g_mount_operation_set_choice ()">g_mount_operation_set_choice</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4661
5444
|
</dt>
|
4662
5445
|
<dd></dd>
|
4663
5446
|
<dt>
|
4664
|
-
<a class="link" href="
|
5447
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-set-domain" title="g_mount_operation_set_domain ()">g_mount_operation_set_domain</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4665
5448
|
</dt>
|
4666
5449
|
<dd></dd>
|
4667
5450
|
<dt>
|
4668
|
-
<a class="link" href="
|
5451
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-set-password" title="g_mount_operation_set_password ()">g_mount_operation_set_password</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4669
5452
|
</dt>
|
4670
5453
|
<dd></dd>
|
4671
5454
|
<dt>
|
4672
|
-
<a class="link" href="
|
5455
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-set-password-save" title="g_mount_operation_set_password_save ()">g_mount_operation_set_password_save</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4673
5456
|
</dt>
|
4674
5457
|
<dd></dd>
|
4675
5458
|
<dt>
|
4676
|
-
<a class="link" href="
|
5459
|
+
<a class="link" href="GMountOperation.html#g-mount-operation-set-username" title="g_mount_operation_set_username ()">g_mount_operation_set_username</a>, function in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
4677
5460
|
</dt>
|
4678
5461
|
<dd></dd>
|
4679
5462
|
<dt>
|
4680
|
-
<a class="link" href="
|
5463
|
+
<a class="link" href="GMount.html#g-mount-remount" title="g_mount_remount ()">g_mount_remount</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4681
5464
|
</dt>
|
4682
5465
|
<dd></dd>
|
4683
5466
|
<dt>
|
4684
|
-
<a class="link" href="
|
5467
|
+
<a class="link" href="GMount.html#g-mount-remount-finish" title="g_mount_remount_finish ()">g_mount_remount_finish</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4685
5468
|
</dt>
|
4686
5469
|
<dd></dd>
|
4687
5470
|
<dt>
|
4688
|
-
<a class="link" href="
|
5471
|
+
<a class="link" href="GMount.html#g-mount-shadow" title="g_mount_shadow ()">g_mount_shadow</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4689
5472
|
</dt>
|
4690
5473
|
<dd></dd>
|
4691
5474
|
<dt>
|
4692
|
-
<a class="link" href="
|
5475
|
+
<a class="link" href="GMount.html#g-mount-unmount" title="g_mount_unmount ()">g_mount_unmount</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4693
5476
|
</dt>
|
4694
5477
|
<dd></dd>
|
4695
5478
|
<dt>
|
4696
|
-
<a class="link" href="
|
5479
|
+
<a class="link" href="GMount.html#g-mount-unmount-finish" title="g_mount_unmount_finish ()">g_mount_unmount_finish</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4697
5480
|
</dt>
|
4698
5481
|
<dd></dd>
|
4699
5482
|
<dt>
|
4700
|
-
<a class="link" href="
|
5483
|
+
<a class="link" href="GMount.html#g-mount-unmount-with-operation" title="g_mount_unmount_with_operation ()">g_mount_unmount_with_operation</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4701
5484
|
</dt>
|
4702
5485
|
<dd></dd>
|
4703
5486
|
<dt>
|
4704
|
-
<a class="link" href="
|
5487
|
+
<a class="link" href="GMount.html#g-mount-unmount-with-operation-finish" title="g_mount_unmount_with_operation_finish ()">g_mount_unmount_with_operation_finish</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
4705
5488
|
</dt>
|
4706
5489
|
<dd></dd>
|
4707
5490
|
<dt>
|
4708
|
-
<a class="link" href="
|
5491
|
+
<a class="link" href="GMount.html#g-mount-unshadow" title="g_mount_unshadow ()">g_mount_unshadow</a>, function in <a class="link" href="GMount.html" title="GMount">GMount</a>
|
5492
|
+
</dt>
|
5493
|
+
<dd></dd>
|
5494
|
+
<a name="idxN"></a><h3 class="title">N</h3>
|
5495
|
+
<dt>
|
5496
|
+
<a class="link" href="GNetworkAddress.html#GNetworkAddress-struct" title="GNetworkAddress">GNetworkAddress</a>, struct in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
|
5497
|
+
</dt>
|
5498
|
+
<dd></dd>
|
5499
|
+
<dt>
|
5500
|
+
<a class="link" href="GNetworkAddress.html#GNetworkAddress--hostname" title='The "hostname" property'>GNetworkAddress:hostname</a>, object property in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
|
5501
|
+
</dt>
|
5502
|
+
<dd></dd>
|
5503
|
+
<dt>
|
5504
|
+
<a class="link" href="GNetworkAddress.html#GNetworkAddress--port" title='The "port" property'>GNetworkAddress:port</a>, object property in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
|
5505
|
+
</dt>
|
5506
|
+
<dd></dd>
|
5507
|
+
<dt>
|
5508
|
+
<a class="link" href="GNetworkAddress.html#GNetworkAddress--scheme" title='The "scheme" property'>GNetworkAddress:scheme</a>, object property in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
|
5509
|
+
</dt>
|
5510
|
+
<dd></dd>
|
5511
|
+
<dt>
|
5512
|
+
<a class="link" href="gio-gnetworking.h.html#g-networking-init" title="g_networking_init ()">g_networking_init</a>, function in <a class="link" href="gio-gnetworking.h.html" title="gnetworking.h">gnetworking.h</a>
|
5513
|
+
</dt>
|
5514
|
+
<dd></dd>
|
5515
|
+
<dt>
|
5516
|
+
<a class="link" href="GNetworkMonitor.html#GNetworkMonitor-struct" title="GNetworkMonitor">GNetworkMonitor</a>, struct in <a class="link" href="GNetworkMonitor.html" title="GNetworkMonitor">GNetworkMonitor</a>
|
5517
|
+
</dt>
|
5518
|
+
<dd></dd>
|
5519
|
+
<dt>
|
5520
|
+
<a class="link" href="GNetworkMonitor.html#GNetworkMonitor-network-changed" title='The "network-changed" signal'>GNetworkMonitor::network-changed</a>, object signal in <a class="link" href="GNetworkMonitor.html" title="GNetworkMonitor">GNetworkMonitor</a>
|
5521
|
+
</dt>
|
5522
|
+
<dd></dd>
|
5523
|
+
<dt>
|
5524
|
+
<a class="link" href="GNetworkMonitor.html#GNetworkMonitor--network-available" title='The "network-available" property'>GNetworkMonitor:network-available</a>, object property in <a class="link" href="GNetworkMonitor.html" title="GNetworkMonitor">GNetworkMonitor</a>
|
5525
|
+
</dt>
|
5526
|
+
<dd></dd>
|
5527
|
+
<dt>
|
5528
|
+
<a class="link" href="GNetworkMonitor.html#GNetworkMonitorInterface" title="struct GNetworkMonitorInterface">GNetworkMonitorInterface</a>, struct in <a class="link" href="GNetworkMonitor.html" title="GNetworkMonitor">GNetworkMonitor</a>
|
5529
|
+
</dt>
|
5530
|
+
<dd></dd>
|
5531
|
+
<dt>
|
5532
|
+
<a class="link" href="GNetworkService.html#GNetworkService-struct" title="GNetworkService">GNetworkService</a>, struct in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
|
5533
|
+
</dt>
|
5534
|
+
<dd></dd>
|
5535
|
+
<dt>
|
5536
|
+
<a class="link" href="GNetworkService.html#GNetworkService--domain" title='The "domain" property'>GNetworkService:domain</a>, object property in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
|
5537
|
+
</dt>
|
5538
|
+
<dd></dd>
|
5539
|
+
<dt>
|
5540
|
+
<a class="link" href="GNetworkService.html#GNetworkService--protocol" title='The "protocol" property'>GNetworkService:protocol</a>, object property in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
|
5541
|
+
</dt>
|
5542
|
+
<dd></dd>
|
5543
|
+
<dt>
|
5544
|
+
<a class="link" href="GNetworkService.html#GNetworkService--scheme" title='The "scheme" property'>GNetworkService:scheme</a>, object property in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
|
5545
|
+
</dt>
|
5546
|
+
<dd></dd>
|
5547
|
+
<dt>
|
5548
|
+
<a class="link" href="GNetworkService.html#GNetworkService--service" title='The "service" property'>GNetworkService:service</a>, object property in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
|
5549
|
+
</dt>
|
5550
|
+
<dd></dd>
|
5551
|
+
<dt>
|
5552
|
+
<a class="link" href="GNetworkAddress.html#g-network-address-get-hostname" title="g_network_address_get_hostname ()">g_network_address_get_hostname</a>, function in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
|
5553
|
+
</dt>
|
5554
|
+
<dd></dd>
|
5555
|
+
<dt>
|
5556
|
+
<a class="link" href="GNetworkAddress.html#g-network-address-get-port" title="g_network_address_get_port ()">g_network_address_get_port</a>, function in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
|
5557
|
+
</dt>
|
5558
|
+
<dd></dd>
|
5559
|
+
<dt>
|
5560
|
+
<a class="link" href="GNetworkAddress.html#g-network-address-get-scheme" title="g_network_address_get_scheme ()">g_network_address_get_scheme</a>, function in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
|
5561
|
+
</dt>
|
5562
|
+
<dd></dd>
|
5563
|
+
<dt>
|
5564
|
+
<a class="link" href="GNetworkAddress.html#g-network-address-new" title="g_network_address_new ()">g_network_address_new</a>, function in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
|
5565
|
+
</dt>
|
5566
|
+
<dd></dd>
|
5567
|
+
<dt>
|
5568
|
+
<a class="link" href="GNetworkAddress.html#g-network-address-parse" title="g_network_address_parse ()">g_network_address_parse</a>, function in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
|
5569
|
+
</dt>
|
5570
|
+
<dd></dd>
|
5571
|
+
<dt>
|
5572
|
+
<a class="link" href="GNetworkAddress.html#g-network-address-parse-uri" title="g_network_address_parse_uri ()">g_network_address_parse_uri</a>, function in <a class="link" href="GNetworkAddress.html" title="GNetworkAddress">GNetworkAddress</a>
|
5573
|
+
</dt>
|
5574
|
+
<dd></dd>
|
5575
|
+
<dt>
|
5576
|
+
<a class="link" href="GNetworkMonitor.html#g-network-monitor-can-reach" title="g_network_monitor_can_reach ()">g_network_monitor_can_reach</a>, function in <a class="link" href="GNetworkMonitor.html" title="GNetworkMonitor">GNetworkMonitor</a>
|
5577
|
+
</dt>
|
5578
|
+
<dd></dd>
|
5579
|
+
<dt>
|
5580
|
+
<a class="link" href="GNetworkMonitor.html#g-network-monitor-can-reach-async" title="g_network_monitor_can_reach_async ()">g_network_monitor_can_reach_async</a>, function in <a class="link" href="GNetworkMonitor.html" title="GNetworkMonitor">GNetworkMonitor</a>
|
5581
|
+
</dt>
|
5582
|
+
<dd></dd>
|
5583
|
+
<dt>
|
5584
|
+
<a class="link" href="GNetworkMonitor.html#g-network-monitor-can-reach-finish" title="g_network_monitor_can_reach_finish ()">g_network_monitor_can_reach_finish</a>, function in <a class="link" href="GNetworkMonitor.html" title="GNetworkMonitor">GNetworkMonitor</a>
|
5585
|
+
</dt>
|
5586
|
+
<dd></dd>
|
5587
|
+
<dt>
|
5588
|
+
<a class="link" href="GNetworkMonitor.html#G-NETWORK-MONITOR-EXTENSION-POINT-NAME:CAPS" title="G_NETWORK_MONITOR_EXTENSION_POINT_NAME">G_NETWORK_MONITOR_EXTENSION_POINT_NAME</a>, macro in <a class="link" href="GNetworkMonitor.html" title="GNetworkMonitor">GNetworkMonitor</a>
|
5589
|
+
</dt>
|
5590
|
+
<dd></dd>
|
5591
|
+
<dt>
|
5592
|
+
<a class="link" href="GNetworkMonitor.html#g-network-monitor-get-default" title="g_network_monitor_get_default ()">g_network_monitor_get_default</a>, function in <a class="link" href="GNetworkMonitor.html" title="GNetworkMonitor">GNetworkMonitor</a>
|
5593
|
+
</dt>
|
5594
|
+
<dd></dd>
|
5595
|
+
<dt>
|
5596
|
+
<a class="link" href="GNetworkMonitor.html#g-network-monitor-get-network-available" title="g_network_monitor_get_network_available ()">g_network_monitor_get_network_available</a>, function in <a class="link" href="GNetworkMonitor.html" title="GNetworkMonitor">GNetworkMonitor</a>
|
5597
|
+
</dt>
|
5598
|
+
<dd></dd>
|
5599
|
+
<dt>
|
5600
|
+
<a class="link" href="GNetworkService.html#g-network-service-get-domain" title="g_network_service_get_domain ()">g_network_service_get_domain</a>, function in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
|
5601
|
+
</dt>
|
5602
|
+
<dd></dd>
|
5603
|
+
<dt>
|
5604
|
+
<a class="link" href="GNetworkService.html#g-network-service-get-protocol" title="g_network_service_get_protocol ()">g_network_service_get_protocol</a>, function in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
|
5605
|
+
</dt>
|
5606
|
+
<dd></dd>
|
5607
|
+
<dt>
|
5608
|
+
<a class="link" href="GNetworkService.html#g-network-service-get-scheme" title="g_network_service_get_scheme ()">g_network_service_get_scheme</a>, function in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
|
5609
|
+
</dt>
|
5610
|
+
<dd></dd>
|
5611
|
+
<dt>
|
5612
|
+
<a class="link" href="GNetworkService.html#g-network-service-get-service" title="g_network_service_get_service ()">g_network_service_get_service</a>, function in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
|
5613
|
+
</dt>
|
5614
|
+
<dd></dd>
|
5615
|
+
<dt>
|
5616
|
+
<a class="link" href="GNetworkService.html#g-network-service-new" title="g_network_service_new ()">g_network_service_new</a>, function in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
|
5617
|
+
</dt>
|
5618
|
+
<dd></dd>
|
5619
|
+
<dt>
|
5620
|
+
<a class="link" href="GNetworkService.html#g-network-service-set-scheme" title="g_network_service_set_scheme ()">g_network_service_set_scheme</a>, function in <a class="link" href="GNetworkService.html" title="GNetworkService">GNetworkService</a>
|
5621
|
+
</dt>
|
5622
|
+
<dd></dd>
|
5623
|
+
<dt>
|
5624
|
+
<a class="link" href="GSettingsBackend.html#g-null-settings-backend-new" title="g_null_settings_backend_new ()">g_null_settings_backend_new</a>, function in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
|
5625
|
+
</dt>
|
5626
|
+
<dd></dd>
|
5627
|
+
<a name="idxO"></a><h3 class="title">O</h3>
|
5628
|
+
<dt>
|
5629
|
+
<a class="link" href="GOutputStream.html#GOutputStream-struct" title="GOutputStream">GOutputStream</a>, struct in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5630
|
+
</dt>
|
5631
|
+
<dd></dd>
|
5632
|
+
<dt>
|
5633
|
+
<a class="link" href="GOutputStream.html#GOutputStreamSpliceFlags" title="enum GOutputStreamSpliceFlags">GOutputStreamSpliceFlags</a>, enum in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5634
|
+
</dt>
|
5635
|
+
<dd></dd>
|
5636
|
+
<dt>
|
5637
|
+
<a class="link" href="GSocket.html#GOutputVector" title="struct GOutputVector">GOutputVector</a>, struct in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5638
|
+
</dt>
|
5639
|
+
<dd></dd>
|
5640
|
+
<dt>
|
5641
|
+
<a class="link" href="GOutputStream.html#g-output-stream-clear-pending" title="g_output_stream_clear_pending ()">g_output_stream_clear_pending</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5642
|
+
</dt>
|
5643
|
+
<dd></dd>
|
5644
|
+
<dt>
|
5645
|
+
<a class="link" href="GOutputStream.html#g-output-stream-close" title="g_output_stream_close ()">g_output_stream_close</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5646
|
+
</dt>
|
5647
|
+
<dd></dd>
|
5648
|
+
<dt>
|
5649
|
+
<a class="link" href="GOutputStream.html#g-output-stream-close-async" title="g_output_stream_close_async ()">g_output_stream_close_async</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5650
|
+
</dt>
|
5651
|
+
<dd></dd>
|
5652
|
+
<dt>
|
5653
|
+
<a class="link" href="GOutputStream.html#g-output-stream-close-finish" title="g_output_stream_close_finish ()">g_output_stream_close_finish</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5654
|
+
</dt>
|
5655
|
+
<dd></dd>
|
5656
|
+
<dt>
|
5657
|
+
<a class="link" href="GOutputStream.html#g-output-stream-flush" title="g_output_stream_flush ()">g_output_stream_flush</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5658
|
+
</dt>
|
5659
|
+
<dd></dd>
|
5660
|
+
<dt>
|
5661
|
+
<a class="link" href="GOutputStream.html#g-output-stream-flush-async" title="g_output_stream_flush_async ()">g_output_stream_flush_async</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5662
|
+
</dt>
|
5663
|
+
<dd></dd>
|
5664
|
+
<dt>
|
5665
|
+
<a class="link" href="GOutputStream.html#g-output-stream-flush-finish" title="g_output_stream_flush_finish ()">g_output_stream_flush_finish</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5666
|
+
</dt>
|
5667
|
+
<dd></dd>
|
5668
|
+
<dt>
|
5669
|
+
<a class="link" href="GOutputStream.html#g-output-stream-has-pending" title="g_output_stream_has_pending ()">g_output_stream_has_pending</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5670
|
+
</dt>
|
5671
|
+
<dd></dd>
|
5672
|
+
<dt>
|
5673
|
+
<a class="link" href="GOutputStream.html#g-output-stream-is-closed" title="g_output_stream_is_closed ()">g_output_stream_is_closed</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5674
|
+
</dt>
|
5675
|
+
<dd></dd>
|
5676
|
+
<dt>
|
5677
|
+
<a class="link" href="GOutputStream.html#g-output-stream-is-closing" title="g_output_stream_is_closing ()">g_output_stream_is_closing</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5678
|
+
</dt>
|
5679
|
+
<dd></dd>
|
5680
|
+
<dt>
|
5681
|
+
<a class="link" href="GOutputStream.html#g-output-stream-set-pending" title="g_output_stream_set_pending ()">g_output_stream_set_pending</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5682
|
+
</dt>
|
5683
|
+
<dd></dd>
|
5684
|
+
<dt>
|
5685
|
+
<a class="link" href="GOutputStream.html#g-output-stream-splice" title="g_output_stream_splice ()">g_output_stream_splice</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5686
|
+
</dt>
|
5687
|
+
<dd></dd>
|
5688
|
+
<dt>
|
5689
|
+
<a class="link" href="GOutputStream.html#g-output-stream-splice-async" title="g_output_stream_splice_async ()">g_output_stream_splice_async</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5690
|
+
</dt>
|
5691
|
+
<dd></dd>
|
5692
|
+
<dt>
|
5693
|
+
<a class="link" href="GOutputStream.html#g-output-stream-splice-finish" title="g_output_stream_splice_finish ()">g_output_stream_splice_finish</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5694
|
+
</dt>
|
5695
|
+
<dd></dd>
|
5696
|
+
<dt>
|
5697
|
+
<a class="link" href="GOutputStream.html#g-output-stream-write" title="g_output_stream_write ()">g_output_stream_write</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5698
|
+
</dt>
|
5699
|
+
<dd></dd>
|
5700
|
+
<dt>
|
5701
|
+
<a class="link" href="GOutputStream.html#g-output-stream-write-all" title="g_output_stream_write_all ()">g_output_stream_write_all</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5702
|
+
</dt>
|
5703
|
+
<dd></dd>
|
5704
|
+
<dt>
|
5705
|
+
<a class="link" href="GOutputStream.html#g-output-stream-write-async" title="g_output_stream_write_async ()">g_output_stream_write_async</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5706
|
+
</dt>
|
5707
|
+
<dd></dd>
|
5708
|
+
<dt>
|
5709
|
+
<a class="link" href="GOutputStream.html#g-output-stream-write-bytes" title="g_output_stream_write_bytes ()">g_output_stream_write_bytes</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5710
|
+
</dt>
|
5711
|
+
<dd></dd>
|
5712
|
+
<dt>
|
5713
|
+
<a class="link" href="GOutputStream.html#g-output-stream-write-bytes-async" title="g_output_stream_write_bytes_async ()">g_output_stream_write_bytes_async</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5714
|
+
</dt>
|
5715
|
+
<dd></dd>
|
5716
|
+
<dt>
|
5717
|
+
<a class="link" href="GOutputStream.html#g-output-stream-write-bytes-finish" title="g_output_stream_write_bytes_finish ()">g_output_stream_write_bytes_finish</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5718
|
+
</dt>
|
5719
|
+
<dd></dd>
|
5720
|
+
<dt>
|
5721
|
+
<a class="link" href="GOutputStream.html#g-output-stream-write-finish" title="g_output_stream_write_finish ()">g_output_stream_write_finish</a>, function in <a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a>
|
5722
|
+
</dt>
|
5723
|
+
<dd></dd>
|
5724
|
+
<a name="idxP"></a><h3 class="title">P</h3>
|
5725
|
+
<dt>
|
5726
|
+
<a class="link" href="GMountOperation.html#GPasswordSave" title="enum GPasswordSave">GPasswordSave</a>, enum in <a class="link" href="GMountOperation.html" title="GMountOperation">GMountOperation</a>
|
5727
|
+
</dt>
|
5728
|
+
<dd></dd>
|
5729
|
+
<dt>
|
5730
|
+
<a class="link" href="GPermission.html#GPermission-struct" title="GPermission">GPermission</a>, struct in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5731
|
+
</dt>
|
5732
|
+
<dd></dd>
|
5733
|
+
<dt>
|
5734
|
+
<a class="link" href="GPermission.html#GPermission--allowed" title='The "allowed" property'>GPermission:allowed</a>, object property in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5735
|
+
</dt>
|
5736
|
+
<dd></dd>
|
5737
|
+
<dt>
|
5738
|
+
<a class="link" href="GPermission.html#GPermission--can-acquire" title='The "can-acquire" property'>GPermission:can-acquire</a>, object property in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5739
|
+
</dt>
|
5740
|
+
<dd></dd>
|
5741
|
+
<dt>
|
5742
|
+
<a class="link" href="GPermission.html#GPermission--can-release" title='The "can-release" property'>GPermission:can-release</a>, object property in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5743
|
+
</dt>
|
5744
|
+
<dd></dd>
|
5745
|
+
<dt>
|
5746
|
+
<a class="link" href="GPermission.html#g-permission-acquire" title="g_permission_acquire ()">g_permission_acquire</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5747
|
+
</dt>
|
5748
|
+
<dd></dd>
|
5749
|
+
<dt>
|
5750
|
+
<a class="link" href="GPermission.html#g-permission-acquire-async" title="g_permission_acquire_async ()">g_permission_acquire_async</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5751
|
+
</dt>
|
5752
|
+
<dd></dd>
|
5753
|
+
<dt>
|
5754
|
+
<a class="link" href="GPermission.html#g-permission-acquire-finish" title="g_permission_acquire_finish ()">g_permission_acquire_finish</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5755
|
+
</dt>
|
5756
|
+
<dd></dd>
|
5757
|
+
<dt>
|
5758
|
+
<a class="link" href="GPermission.html#g-permission-get-allowed" title="g_permission_get_allowed ()">g_permission_get_allowed</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5759
|
+
</dt>
|
5760
|
+
<dd></dd>
|
5761
|
+
<dt>
|
5762
|
+
<a class="link" href="GPermission.html#g-permission-get-can-acquire" title="g_permission_get_can_acquire ()">g_permission_get_can_acquire</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5763
|
+
</dt>
|
5764
|
+
<dd></dd>
|
5765
|
+
<dt>
|
5766
|
+
<a class="link" href="GPermission.html#g-permission-get-can-release" title="g_permission_get_can_release ()">g_permission_get_can_release</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5767
|
+
</dt>
|
5768
|
+
<dd></dd>
|
5769
|
+
<dt>
|
5770
|
+
<a class="link" href="GPermission.html#g-permission-impl-update" title="g_permission_impl_update ()">g_permission_impl_update</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5771
|
+
</dt>
|
5772
|
+
<dd></dd>
|
5773
|
+
<dt>
|
5774
|
+
<a class="link" href="GPermission.html#g-permission-release" title="g_permission_release ()">g_permission_release</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5775
|
+
</dt>
|
5776
|
+
<dd></dd>
|
5777
|
+
<dt>
|
5778
|
+
<a class="link" href="GPermission.html#g-permission-release-async" title="g_permission_release_async ()">g_permission_release_async</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5779
|
+
</dt>
|
5780
|
+
<dd></dd>
|
5781
|
+
<dt>
|
5782
|
+
<a class="link" href="GPermission.html#g-permission-release-finish" title="g_permission_release_finish ()">g_permission_release_finish</a>, function in <a class="link" href="GPermission.html" title="GPermission">GPermission</a>
|
5783
|
+
</dt>
|
5784
|
+
<dd></dd>
|
5785
|
+
<dt>
|
5786
|
+
<a class="link" href="GPollableInputStream.html#GPollableInputStream-struct" title="GPollableInputStream">GPollableInputStream</a>, struct in <a class="link" href="GPollableInputStream.html" title="GPollableInputStream">GPollableInputStream</a>
|
5787
|
+
</dt>
|
5788
|
+
<dd></dd>
|
5789
|
+
<dt>
|
5790
|
+
<a class="link" href="GPollableInputStream.html#GPollableInputStreamInterface" title="struct GPollableInputStreamInterface">GPollableInputStreamInterface</a>, struct in <a class="link" href="GPollableInputStream.html" title="GPollableInputStream">GPollableInputStream</a>
|
5791
|
+
</dt>
|
5792
|
+
<dd></dd>
|
5793
|
+
<dt>
|
5794
|
+
<a class="link" href="GPollableOutputStream.html#GPollableOutputStream-struct" title="GPollableOutputStream">GPollableOutputStream</a>, struct in <a class="link" href="GPollableOutputStream.html" title="GPollableOutputStream">GPollableOutputStream</a>
|
4709
5795
|
</dt>
|
4710
5796
|
<dd></dd>
|
4711
5797
|
<dt>
|
@@ -4713,7 +5799,7 @@
|
|
4713
5799
|
</dt>
|
4714
5800
|
<dd></dd>
|
4715
5801
|
<dt>
|
4716
|
-
<a class="link" href="
|
5802
|
+
<a class="link" href="gio-gpollableutils.html#GPollableSourceFunc" title="GPollableSourceFunc ()">GPollableSourceFunc</a>, user_function in <a class="link" href="gio-gpollableutils.html" title="gpollableutils">gpollableutils</a>
|
4717
5803
|
</dt>
|
4718
5804
|
<dd></dd>
|
4719
5805
|
<dt>
|
@@ -4749,7 +5835,23 @@
|
|
4749
5835
|
</dt>
|
4750
5836
|
<dd></dd>
|
4751
5837
|
<dt>
|
4752
|
-
<a class="link" href="
|
5838
|
+
<a class="link" href="gio-gpollableutils.html#g-pollable-source-new" title="g_pollable_source_new ()">g_pollable_source_new</a>, function in <a class="link" href="gio-gpollableutils.html" title="gpollableutils">gpollableutils</a>
|
5839
|
+
</dt>
|
5840
|
+
<dd></dd>
|
5841
|
+
<dt>
|
5842
|
+
<a class="link" href="gio-gpollableutils.html#g-pollable-source-new-full" title="g_pollable_source_new_full ()">g_pollable_source_new_full</a>, function in <a class="link" href="gio-gpollableutils.html" title="gpollableutils">gpollableutils</a>
|
5843
|
+
</dt>
|
5844
|
+
<dd></dd>
|
5845
|
+
<dt>
|
5846
|
+
<a class="link" href="gio-gpollableutils.html#g-pollable-stream-read" title="g_pollable_stream_read ()">g_pollable_stream_read</a>, function in <a class="link" href="gio-gpollableutils.html" title="gpollableutils">gpollableutils</a>
|
5847
|
+
</dt>
|
5848
|
+
<dd></dd>
|
5849
|
+
<dt>
|
5850
|
+
<a class="link" href="gio-gpollableutils.html#g-pollable-stream-write" title="g_pollable_stream_write ()">g_pollable_stream_write</a>, function in <a class="link" href="gio-gpollableutils.html" title="gpollableutils">gpollableutils</a>
|
5851
|
+
</dt>
|
5852
|
+
<dd></dd>
|
5853
|
+
<dt>
|
5854
|
+
<a class="link" href="gio-gpollableutils.html#g-pollable-stream-write-all" title="g_pollable_stream_write_all ()">g_pollable_stream_write_all</a>, function in <a class="link" href="gio-gpollableutils.html" title="gpollableutils">gpollableutils</a>
|
4753
5855
|
</dt>
|
4754
5856
|
<dd></dd>
|
4755
5857
|
<dt>
|
@@ -4769,6 +5871,10 @@
|
|
4769
5871
|
</dt>
|
4770
5872
|
<dd></dd>
|
4771
5873
|
<dt>
|
5874
|
+
<a class="link" href="GProxyAddress.html#GProxyAddress--destination-protocol" title='The "destination-protocol" property'>GProxyAddress:destination-protocol</a>, object property in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
5875
|
+
</dt>
|
5876
|
+
<dd></dd>
|
5877
|
+
<dt>
|
4772
5878
|
<a class="link" href="GProxyAddress.html#GProxyAddress--password" title='The "password" property'>GProxyAddress:password</a>, object property in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
4773
5879
|
</dt>
|
4774
5880
|
<dd></dd>
|
@@ -4777,6 +5883,10 @@
|
|
4777
5883
|
</dt>
|
4778
5884
|
<dd></dd>
|
4779
5885
|
<dt>
|
5886
|
+
<a class="link" href="GProxyAddress.html#GProxyAddress--uri" title='The "uri" property'>GProxyAddress:uri</a>, object property in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
5887
|
+
</dt>
|
5888
|
+
<dd></dd>
|
5889
|
+
<dt>
|
4780
5890
|
<a class="link" href="GProxyAddress.html#GProxyAddress--username" title='The "username" property'>GProxyAddress:username</a>, object property in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
4781
5891
|
</dt>
|
4782
5892
|
<dd></dd>
|
@@ -4817,6 +5927,10 @@
|
|
4817
5927
|
</dt>
|
4818
5928
|
<dd></dd>
|
4819
5929
|
<dt>
|
5930
|
+
<a class="link" href="GProxyAddress.html#g-proxy-address-get-destination-protocol" title="g_proxy_address_get_destination_protocol ()">g_proxy_address_get_destination_protocol</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
5931
|
+
</dt>
|
5932
|
+
<dd></dd>
|
5933
|
+
<dt>
|
4820
5934
|
<a class="link" href="GProxyAddress.html#g-proxy-address-get-password" title="g_proxy_address_get_password ()">g_proxy_address_get_password</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
4821
5935
|
</dt>
|
4822
5936
|
<dd></dd>
|
@@ -4825,6 +5939,10 @@
|
|
4825
5939
|
</dt>
|
4826
5940
|
<dd></dd>
|
4827
5941
|
<dt>
|
5942
|
+
<a class="link" href="GProxyAddress.html#g-proxy-address-get-uri" title="g_proxy_address_get_uri ()">g_proxy_address_get_uri</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
5943
|
+
</dt>
|
5944
|
+
<dd></dd>
|
5945
|
+
<dt>
|
4828
5946
|
<a class="link" href="GProxyAddress.html#g-proxy-address-get-username" title="g_proxy_address_get_username ()">g_proxy_address_get_username</a>, function in <a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
|
4829
5947
|
</dt>
|
4830
5948
|
<dd></dd>
|
@@ -4886,6 +6004,22 @@
|
|
4886
6004
|
</dt>
|
4887
6005
|
<dd></dd>
|
4888
6006
|
<dt>
|
6007
|
+
<a class="link" href="GRemoteActionGroup.html#GRemoteActionGroup-struct" title="GRemoteActionGroup">GRemoteActionGroup</a>, struct in <a class="link" href="GRemoteActionGroup.html" title="GRemoteActionGroup">GRemoteActionGroup</a>
|
6008
|
+
</dt>
|
6009
|
+
<dd></dd>
|
6010
|
+
<dt>
|
6011
|
+
<a class="link" href="GRemoteActionGroup.html#GRemoteActionGroupInterface" title="struct GRemoteActionGroupInterface">GRemoteActionGroupInterface</a>, struct in <a class="link" href="GRemoteActionGroup.html" title="GRemoteActionGroup">GRemoteActionGroup</a>
|
6012
|
+
</dt>
|
6013
|
+
<dd></dd>
|
6014
|
+
<dt>
|
6015
|
+
<a class="link" href="GRemoteActionGroup.html#g-remote-action-group-activate-action-full" title="g_remote_action_group_activate_action_full ()">g_remote_action_group_activate_action_full</a>, function in <a class="link" href="GRemoteActionGroup.html" title="GRemoteActionGroup">GRemoteActionGroup</a>
|
6016
|
+
</dt>
|
6017
|
+
<dd></dd>
|
6018
|
+
<dt>
|
6019
|
+
<a class="link" href="GRemoteActionGroup.html#g-remote-action-group-change-action-state-full" title="g_remote_action_group_change_action_state_full ()">g_remote_action_group_change_action_state_full</a>, function in <a class="link" href="GRemoteActionGroup.html" title="GRemoteActionGroup">GRemoteActionGroup</a>
|
6020
|
+
</dt>
|
6021
|
+
<dd></dd>
|
6022
|
+
<dt>
|
4889
6023
|
<a class="link" href="GResolver.html#GResolver-struct" title="GResolver">GResolver</a>, struct in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
|
4890
6024
|
</dt>
|
4891
6025
|
<dd></dd>
|
@@ -4894,7 +6028,7 @@
|
|
4894
6028
|
</dt>
|
4895
6029
|
<dd></dd>
|
4896
6030
|
<dt>
|
4897
|
-
<a class="link" href="GResolver.html#GResolverError">GResolverError</a>, enum in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
|
6031
|
+
<a class="link" href="GResolver.html#GResolverError" title="enum GResolverError">GResolverError</a>, enum in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
|
4898
6032
|
</dt>
|
4899
6033
|
<dd></dd>
|
4900
6034
|
<dt>
|
@@ -4938,6 +6072,18 @@
|
|
4938
6072
|
</dt>
|
4939
6073
|
<dd></dd>
|
4940
6074
|
<dt>
|
6075
|
+
<a class="link" href="GResolver.html#g-resolver-lookup-records" title="g_resolver_lookup_records ()">g_resolver_lookup_records</a>, function in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
|
6076
|
+
</dt>
|
6077
|
+
<dd></dd>
|
6078
|
+
<dt>
|
6079
|
+
<a class="link" href="GResolver.html#g-resolver-lookup-records-async" title="g_resolver_lookup_records_async ()">g_resolver_lookup_records_async</a>, function in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
|
6080
|
+
</dt>
|
6081
|
+
<dd></dd>
|
6082
|
+
<dt>
|
6083
|
+
<a class="link" href="GResolver.html#g-resolver-lookup-records-finish" title="g_resolver_lookup_records_finish ()">g_resolver_lookup_records_finish</a>, function in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
|
6084
|
+
</dt>
|
6085
|
+
<dd></dd>
|
6086
|
+
<dt>
|
4941
6087
|
<a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()">g_resolver_lookup_service</a>, function in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
|
4942
6088
|
</dt>
|
4943
6089
|
<dd></dd>
|
@@ -4953,6 +6099,82 @@
|
|
4953
6099
|
<a class="link" href="GResolver.html#g-resolver-set-default" title="g_resolver_set_default ()">g_resolver_set_default</a>, function in <a class="link" href="GResolver.html" title="GResolver">GResolver</a>
|
4954
6100
|
</dt>
|
4955
6101
|
<dd></dd>
|
6102
|
+
<dt>
|
6103
|
+
<a class="link" href="gio-GResource.html#GResource" title="GResource">GResource</a>, struct in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6104
|
+
</dt>
|
6105
|
+
<dd></dd>
|
6106
|
+
<dt>
|
6107
|
+
<a class="link" href="gio-GResource.html#GResourceError" title="enum GResourceError">GResourceError</a>, enum in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6108
|
+
</dt>
|
6109
|
+
<dd></dd>
|
6110
|
+
<dt>
|
6111
|
+
<a class="link" href="gio-GResource.html#GResourceFlags" title="enum GResourceFlags">GResourceFlags</a>, enum in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6112
|
+
</dt>
|
6113
|
+
<dd></dd>
|
6114
|
+
<dt>
|
6115
|
+
<a class="link" href="gio-GResource.html#GResourceLookupFlags" title="enum GResourceLookupFlags">GResourceLookupFlags</a>, enum in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6116
|
+
</dt>
|
6117
|
+
<dd></dd>
|
6118
|
+
<dt>
|
6119
|
+
<a class="link" href="gio-GResource.html#g-resources-enumerate-children" title="g_resources_enumerate_children ()">g_resources_enumerate_children</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6120
|
+
</dt>
|
6121
|
+
<dd></dd>
|
6122
|
+
<dt>
|
6123
|
+
<a class="link" href="gio-GResource.html#g-resources-get-info" title="g_resources_get_info ()">g_resources_get_info</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6124
|
+
</dt>
|
6125
|
+
<dd></dd>
|
6126
|
+
<dt>
|
6127
|
+
<a class="link" href="gio-GResource.html#g-resources-lookup-data" title="g_resources_lookup_data ()">g_resources_lookup_data</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6128
|
+
</dt>
|
6129
|
+
<dd></dd>
|
6130
|
+
<dt>
|
6131
|
+
<a class="link" href="gio-GResource.html#g-resources-open-stream" title="g_resources_open_stream ()">g_resources_open_stream</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6132
|
+
</dt>
|
6133
|
+
<dd></dd>
|
6134
|
+
<dt>
|
6135
|
+
<a class="link" href="gio-GResource.html#g-resources-register" title="g_resources_register ()">g_resources_register</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6136
|
+
</dt>
|
6137
|
+
<dd></dd>
|
6138
|
+
<dt>
|
6139
|
+
<a class="link" href="gio-GResource.html#g-resources-unregister" title="g_resources_unregister ()">g_resources_unregister</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6140
|
+
</dt>
|
6141
|
+
<dd></dd>
|
6142
|
+
<dt>
|
6143
|
+
<a class="link" href="gio-GResource.html#g-resource-enumerate-children" title="g_resource_enumerate_children ()">g_resource_enumerate_children</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6144
|
+
</dt>
|
6145
|
+
<dd></dd>
|
6146
|
+
<dt>
|
6147
|
+
<a class="link" href="gio-GResource.html#G-RESOURCE-ERROR:CAPS" title="G_RESOURCE_ERROR">G_RESOURCE_ERROR</a>, macro in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6148
|
+
</dt>
|
6149
|
+
<dd></dd>
|
6150
|
+
<dt>
|
6151
|
+
<a class="link" href="gio-GResource.html#g-resource-get-info" title="g_resource_get_info ()">g_resource_get_info</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6152
|
+
</dt>
|
6153
|
+
<dd></dd>
|
6154
|
+
<dt>
|
6155
|
+
<a class="link" href="gio-GResource.html#g-resource-load" title="g_resource_load ()">g_resource_load</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6156
|
+
</dt>
|
6157
|
+
<dd></dd>
|
6158
|
+
<dt>
|
6159
|
+
<a class="link" href="gio-GResource.html#g-resource-lookup-data" title="g_resource_lookup_data ()">g_resource_lookup_data</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6160
|
+
</dt>
|
6161
|
+
<dd></dd>
|
6162
|
+
<dt>
|
6163
|
+
<a class="link" href="gio-GResource.html#g-resource-new-from-data" title="g_resource_new_from_data ()">g_resource_new_from_data</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6164
|
+
</dt>
|
6165
|
+
<dd></dd>
|
6166
|
+
<dt>
|
6167
|
+
<a class="link" href="gio-GResource.html#g-resource-open-stream" title="g_resource_open_stream ()">g_resource_open_stream</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6168
|
+
</dt>
|
6169
|
+
<dd></dd>
|
6170
|
+
<dt>
|
6171
|
+
<a class="link" href="gio-GResource.html#g-resource-ref" title="g_resource_ref ()">g_resource_ref</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6172
|
+
</dt>
|
6173
|
+
<dd></dd>
|
6174
|
+
<dt>
|
6175
|
+
<a class="link" href="gio-GResource.html#g-resource-unref" title="g_resource_unref ()">g_resource_unref</a>, function in <a class="link" href="gio-GResource.html" title="GResource">GResource</a>
|
6176
|
+
</dt>
|
6177
|
+
<dd></dd>
|
4956
6178
|
<a name="idxS"></a><h3 class="title">S</h3>
|
4957
6179
|
<dt>
|
4958
6180
|
<a class="link" href="GSeekable.html#GSeekable-struct" title="GSeekable">GSeekable</a>, struct in <a class="link" href="GSeekable.html" title="GSeekable">GSeekable</a>
|
@@ -5023,6 +6245,14 @@
|
|
5023
6245
|
</dt>
|
5024
6246
|
<dd></dd>
|
5025
6247
|
<dt>
|
6248
|
+
<a class="link" href="GSettings.html#GSettings--schema-id" title='The "schema-id" property'>GSettings:schema-id</a>, object property in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6249
|
+
</dt>
|
6250
|
+
<dd></dd>
|
6251
|
+
<dt>
|
6252
|
+
<a class="link" href="GSettings.html#GSettings--settings-schema" title='The "settings-schema" property'>GSettings:settings-schema</a>, object property in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6253
|
+
</dt>
|
6254
|
+
<dd></dd>
|
6255
|
+
<dt>
|
5026
6256
|
<a class="link" href="GSettingsBackend.html#GSettingsBackend-struct" title="GSettingsBackend">GSettingsBackend</a>, struct in <a class="link" href="GSettingsBackend.html" title="GSettingsBackend">GSettingsBackend</a>
|
5027
6257
|
</dt>
|
5028
6258
|
<dd></dd>
|
@@ -5047,6 +6277,14 @@
|
|
5047
6277
|
</dt>
|
5048
6278
|
<dd></dd>
|
5049
6279
|
<dt>
|
6280
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#GSettingsSchema-struct" title="GSettingsSchema">GSettingsSchema</a>, struct in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
6281
|
+
</dt>
|
6282
|
+
<dd></dd>
|
6283
|
+
<dt>
|
6284
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#GSettingsSchemaSource" title="GSettingsSchemaSource">GSettingsSchemaSource</a>, struct in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
6285
|
+
</dt>
|
6286
|
+
<dd></dd>
|
6287
|
+
<dt>
|
5050
6288
|
<a class="link" href="GSettings.html#g-settings-apply" title="g_settings_apply ()">g_settings_apply</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
5051
6289
|
</dt>
|
5052
6290
|
<dd></dd>
|
@@ -5099,6 +6337,10 @@
|
|
5099
6337
|
</dt>
|
5100
6338
|
<dd></dd>
|
5101
6339
|
<dt>
|
6340
|
+
<a class="link" href="GSettings.html#g-settings-create-action" title="g_settings_create_action ()">g_settings_create_action</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6341
|
+
</dt>
|
6342
|
+
<dd></dd>
|
6343
|
+
<dt>
|
5102
6344
|
<a class="link" href="GSettings.html#g-settings-delay" title="g_settings_delay ()">g_settings_delay</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
5103
6345
|
</dt>
|
5104
6346
|
<dd></dd>
|
@@ -5139,67 +6381,111 @@
|
|
5139
6381
|
</dt>
|
5140
6382
|
<dd></dd>
|
5141
6383
|
<dt>
|
5142
|
-
<a class="link" href="GSettings.html#g-settings-get-range" title="g_settings_get_range ()">g_settings_get_range</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6384
|
+
<a class="link" href="GSettings.html#g-settings-get-range" title="g_settings_get_range ()">g_settings_get_range</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6385
|
+
</dt>
|
6386
|
+
<dd></dd>
|
6387
|
+
<dt>
|
6388
|
+
<a class="link" href="GSettings.html#g-settings-get-string" title="g_settings_get_string ()">g_settings_get_string</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6389
|
+
</dt>
|
6390
|
+
<dd></dd>
|
6391
|
+
<dt>
|
6392
|
+
<a class="link" href="GSettings.html#g-settings-get-strv" title="g_settings_get_strv ()">g_settings_get_strv</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6393
|
+
</dt>
|
6394
|
+
<dd></dd>
|
6395
|
+
<dt>
|
6396
|
+
<a class="link" href="GSettings.html#g-settings-get-uint" title="g_settings_get_uint ()">g_settings_get_uint</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6397
|
+
</dt>
|
6398
|
+
<dd></dd>
|
6399
|
+
<dt>
|
6400
|
+
<a class="link" href="GSettings.html#g-settings-get-value" title="g_settings_get_value ()">g_settings_get_value</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6401
|
+
</dt>
|
6402
|
+
<dd></dd>
|
6403
|
+
<dt>
|
6404
|
+
<a class="link" href="GSettings.html#g-settings-is-writable" title="g_settings_is_writable ()">g_settings_is_writable</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6405
|
+
</dt>
|
6406
|
+
<dd></dd>
|
6407
|
+
<dt>
|
6408
|
+
<a class="link" href="GSettings.html#g-settings-list-children" title="g_settings_list_children ()">g_settings_list_children</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6409
|
+
</dt>
|
6410
|
+
<dd></dd>
|
6411
|
+
<dt>
|
6412
|
+
<a class="link" href="GSettings.html#g-settings-list-keys" title="g_settings_list_keys ()">g_settings_list_keys</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6413
|
+
</dt>
|
6414
|
+
<dd></dd>
|
6415
|
+
<dt>
|
6416
|
+
<a class="link" href="GSettings.html#g-settings-list-relocatable-schemas" title="g_settings_list_relocatable_schemas ()">g_settings_list_relocatable_schemas</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6417
|
+
</dt>
|
6418
|
+
<dd></dd>
|
6419
|
+
<dt>
|
6420
|
+
<a class="link" href="GSettings.html#g-settings-list-schemas" title="g_settings_list_schemas ()">g_settings_list_schemas</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6421
|
+
</dt>
|
6422
|
+
<dd></dd>
|
6423
|
+
<dt>
|
6424
|
+
<a class="link" href="GSettings.html#g-settings-new" title="g_settings_new ()">g_settings_new</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6425
|
+
</dt>
|
6426
|
+
<dd></dd>
|
6427
|
+
<dt>
|
6428
|
+
<a class="link" href="GSettings.html#g-settings-new-full" title="g_settings_new_full ()">g_settings_new_full</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
5143
6429
|
</dt>
|
5144
6430
|
<dd></dd>
|
5145
6431
|
<dt>
|
5146
|
-
<a class="link" href="GSettings.html#g-settings-
|
6432
|
+
<a class="link" href="GSettings.html#g-settings-new-with-backend" title="g_settings_new_with_backend ()">g_settings_new_with_backend</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
5147
6433
|
</dt>
|
5148
6434
|
<dd></dd>
|
5149
6435
|
<dt>
|
5150
|
-
<a class="link" href="GSettings.html#g-settings-
|
6436
|
+
<a class="link" href="GSettings.html#g-settings-new-with-backend-and-path" title="g_settings_new_with_backend_and_path ()">g_settings_new_with_backend_and_path</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
5151
6437
|
</dt>
|
5152
6438
|
<dd></dd>
|
5153
6439
|
<dt>
|
5154
|
-
<a class="link" href="GSettings.html#g-settings-
|
6440
|
+
<a class="link" href="GSettings.html#g-settings-new-with-path" title="g_settings_new_with_path ()">g_settings_new_with_path</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
5155
6441
|
</dt>
|
5156
6442
|
<dd></dd>
|
5157
6443
|
<dt>
|
5158
|
-
<a class="link" href="GSettings.html#g-settings-
|
6444
|
+
<a class="link" href="GSettings.html#g-settings-range-check" title="g_settings_range_check ()">g_settings_range_check</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
5159
6445
|
</dt>
|
5160
6446
|
<dd></dd>
|
5161
6447
|
<dt>
|
5162
|
-
<a class="link" href="GSettings.html#g-settings-
|
6448
|
+
<a class="link" href="GSettings.html#g-settings-reset" title="g_settings_reset ()">g_settings_reset</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
5163
6449
|
</dt>
|
5164
6450
|
<dd></dd>
|
5165
6451
|
<dt>
|
5166
|
-
<a class="link" href="GSettings.html#g-settings-
|
6452
|
+
<a class="link" href="GSettings.html#g-settings-revert" title="g_settings_revert ()">g_settings_revert</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
5167
6453
|
</dt>
|
5168
6454
|
<dd></dd>
|
5169
6455
|
<dt>
|
5170
|
-
<a class="link" href="
|
6456
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-get-id" title="g_settings_schema_get_id ()">g_settings_schema_get_id</a>, function in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
5171
6457
|
</dt>
|
5172
6458
|
<dd></dd>
|
5173
6459
|
<dt>
|
5174
|
-
<a class="link" href="
|
6460
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-get-path" title="g_settings_schema_get_path ()">g_settings_schema_get_path</a>, function in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
5175
6461
|
</dt>
|
5176
6462
|
<dd></dd>
|
5177
6463
|
<dt>
|
5178
|
-
<a class="link" href="
|
6464
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-ref" title="g_settings_schema_ref ()">g_settings_schema_ref</a>, function in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
5179
6465
|
</dt>
|
5180
6466
|
<dd></dd>
|
5181
6467
|
<dt>
|
5182
|
-
<a class="link" href="
|
6468
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-get-default" title="g_settings_schema_source_get_default ()">g_settings_schema_source_get_default</a>, function in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
5183
6469
|
</dt>
|
5184
6470
|
<dd></dd>
|
5185
6471
|
<dt>
|
5186
|
-
<a class="link" href="
|
6472
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-lookup" title="g_settings_schema_source_lookup ()">g_settings_schema_source_lookup</a>, function in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
5187
6473
|
</dt>
|
5188
6474
|
<dd></dd>
|
5189
6475
|
<dt>
|
5190
|
-
<a class="link" href="
|
6476
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-new-from-directory" title="g_settings_schema_source_new_from_directory ()">g_settings_schema_source_new_from_directory</a>, function in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
5191
6477
|
</dt>
|
5192
6478
|
<dd></dd>
|
5193
6479
|
<dt>
|
5194
|
-
<a class="link" href="
|
6480
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-ref" title="g_settings_schema_source_ref ()">g_settings_schema_source_ref</a>, function in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
5195
6481
|
</dt>
|
5196
6482
|
<dd></dd>
|
5197
6483
|
<dt>
|
5198
|
-
<a class="link" href="
|
6484
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-unref" title="g_settings_schema_source_unref ()">g_settings_schema_source_unref</a>, function in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
5199
6485
|
</dt>
|
5200
6486
|
<dd></dd>
|
5201
6487
|
<dt>
|
5202
|
-
<a class="link" href="
|
6488
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-unref" title="g_settings_schema_unref ()">g_settings_schema_unref</a>, function in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
5203
6489
|
</dt>
|
5204
6490
|
<dd></dd>
|
5205
6491
|
<dt>
|
@@ -5235,6 +6521,10 @@
|
|
5235
6521
|
</dt>
|
5236
6522
|
<dd></dd>
|
5237
6523
|
<dt>
|
6524
|
+
<a class="link" href="GSettings.html#g-settings-set-uint" title="g_settings_set_uint ()">g_settings_set_uint</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
6525
|
+
</dt>
|
6526
|
+
<dd></dd>
|
6527
|
+
<dt>
|
5238
6528
|
<a class="link" href="GSettings.html#g-settings-set-value" title="g_settings_set_value ()">g_settings_set_value</a>, function in <a class="link" href="GSettings.html" title="GSettings">GSettings</a>
|
5239
6529
|
</dt>
|
5240
6530
|
<dd></dd>
|
@@ -5255,6 +6545,10 @@
|
|
5255
6545
|
</dt>
|
5256
6546
|
<dd></dd>
|
5257
6547
|
<dt>
|
6548
|
+
<a class="link" href="GSimpleAction.html#GSimpleAction-change-state" title='The "change-state" signal'>GSimpleAction::change-state</a>, object signal in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
|
6549
|
+
</dt>
|
6550
|
+
<dd></dd>
|
6551
|
+
<dt>
|
5258
6552
|
<a class="link" href="GSimpleAction.html#GSimpleAction--enabled" title='The "enabled" property'>GSimpleAction:enabled</a>, object property in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
|
5259
6553
|
</dt>
|
5260
6554
|
<dd></dd>
|
@@ -5275,10 +6569,6 @@
|
|
5275
6569
|
</dt>
|
5276
6570
|
<dd></dd>
|
5277
6571
|
<dt>
|
5278
|
-
<a class="link" href="GSimpleAction.html#GSimpleActionClass" title="struct GSimpleActionClass">GSimpleActionClass</a>, struct in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
|
5279
|
-
</dt>
|
5280
|
-
<dd></dd>
|
5281
|
-
<dt>
|
5282
6572
|
<a class="link" href="GSimpleActionGroup.html#GSimpleActionGroup-struct" title="GSimpleActionGroup">GSimpleActionGroup</a>, struct in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
|
5283
6573
|
</dt>
|
5284
6574
|
<dd></dd>
|
@@ -5295,6 +6585,10 @@
|
|
5295
6585
|
</dt>
|
5296
6586
|
<dd></dd>
|
5297
6587
|
<dt>
|
6588
|
+
<a class="link" href="GSimpleActionGroup.html#g-simple-action-group-add-entries" title="g_simple_action_group_add_entries ()">g_simple_action_group_add_entries</a>, function in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
|
6589
|
+
</dt>
|
6590
|
+
<dd></dd>
|
6591
|
+
<dt>
|
5298
6592
|
<a class="link" href="GSimpleActionGroup.html#g-simple-action-group-insert" title="g_simple_action_group_insert ()">g_simple_action_group_insert</a>, function in <a class="link" href="GSimpleActionGroup.html" title="GSimpleActionGroup">GSimpleActionGroup</a>
|
5299
6593
|
</dt>
|
5300
6594
|
<dd></dd>
|
@@ -5323,6 +6617,10 @@
|
|
5323
6617
|
</dt>
|
5324
6618
|
<dd></dd>
|
5325
6619
|
<dt>
|
6620
|
+
<a class="link" href="GSimpleAction.html#g-simple-action-set-state" title="g_simple_action_set_state ()">g_simple_action_set_state</a>, function in <a class="link" href="GSimpleAction.html" title="GSimpleAction">GSimpleAction</a>
|
6621
|
+
</dt>
|
6622
|
+
<dd></dd>
|
6623
|
+
<dt>
|
5326
6624
|
<a class="link" href="GSimpleAsyncResult.html#g-simple-async-report-error-in-idle" title="g_simple_async_report_error_in_idle ()">g_simple_async_report_error_in_idle</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
|
5327
6625
|
</dt>
|
5328
6626
|
<dd></dd>
|
@@ -5387,6 +6685,10 @@
|
|
5387
6685
|
</dt>
|
5388
6686
|
<dd></dd>
|
5389
6687
|
<dt>
|
6688
|
+
<a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-check-cancellable" title="g_simple_async_result_set_check_cancellable ()">g_simple_async_result_set_check_cancellable</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
|
6689
|
+
</dt>
|
6690
|
+
<dd></dd>
|
6691
|
+
<dt>
|
5390
6692
|
<a class="link" href="GSimpleAsyncResult.html#g-simple-async-result-set-error" title="g_simple_async_result_set_error ()">g_simple_async_result_set_error</a>, function in <a class="link" href="GSimpleAsyncResult.html" title="GSimpleAsyncResult">GSimpleAsyncResult</a>
|
5391
6693
|
</dt>
|
5392
6694
|
<dd></dd>
|
@@ -5431,6 +6733,10 @@
|
|
5431
6733
|
</dt>
|
5432
6734
|
<dd></dd>
|
5433
6735
|
<dt>
|
6736
|
+
<a class="link" href="GSocket.html#GSocket--broadcast" title='The "broadcast" property'>GSocket:broadcast</a>, object property in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
6737
|
+
</dt>
|
6738
|
+
<dd></dd>
|
6739
|
+
<dt>
|
5434
6740
|
<a class="link" href="GSocket.html#GSocket--family" title='The "family" property'>GSocket:family</a>, object property in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5435
6741
|
</dt>
|
5436
6742
|
<dd></dd>
|
@@ -5451,6 +6757,14 @@
|
|
5451
6757
|
</dt>
|
5452
6758
|
<dd></dd>
|
5453
6759
|
<dt>
|
6760
|
+
<a class="link" href="GSocket.html#GSocket--multicast-loopback" title='The "multicast-loopback" property'>GSocket:multicast-loopback</a>, object property in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
6761
|
+
</dt>
|
6762
|
+
<dd></dd>
|
6763
|
+
<dt>
|
6764
|
+
<a class="link" href="GSocket.html#GSocket--multicast-ttl" title='The "multicast-ttl" property'>GSocket:multicast-ttl</a>, object property in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
6765
|
+
</dt>
|
6766
|
+
<dd></dd>
|
6767
|
+
<dt>
|
5454
6768
|
<a class="link" href="GSocket.html#GSocket--protocol" title='The "protocol" property'>GSocket:protocol</a>, object property in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5455
6769
|
</dt>
|
5456
6770
|
<dd></dd>
|
@@ -5463,6 +6777,10 @@
|
|
5463
6777
|
</dt>
|
5464
6778
|
<dd></dd>
|
5465
6779
|
<dt>
|
6780
|
+
<a class="link" href="GSocket.html#GSocket--ttl" title='The "ttl" property'>GSocket:ttl</a>, object property in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
6781
|
+
</dt>
|
6782
|
+
<dd></dd>
|
6783
|
+
<dt>
|
5466
6784
|
<a class="link" href="GSocket.html#GSocket--type" title='The "type" property'>GSocket:type</a>, object property in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5467
6785
|
</dt>
|
5468
6786
|
<dd></dd>
|
@@ -5483,6 +6801,10 @@
|
|
5483
6801
|
</dt>
|
5484
6802
|
<dd></dd>
|
5485
6803
|
<dt>
|
6804
|
+
<a class="link" href="GSocketClient.html#GSocketClient-event" title='The "event" signal'>GSocketClient::event</a>, object signal in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
|
6805
|
+
</dt>
|
6806
|
+
<dd></dd>
|
6807
|
+
<dt>
|
5486
6808
|
<a class="link" href="GSocketClient.html#GSocketClient--enable-proxy" title='The "enable-proxy" property'>GSocketClient:enable-proxy</a>, object property in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
|
5487
6809
|
</dt>
|
5488
6810
|
<dd></dd>
|
@@ -5515,6 +6837,10 @@
|
|
5515
6837
|
</dt>
|
5516
6838
|
<dd></dd>
|
5517
6839
|
<dt>
|
6840
|
+
<a class="link" href="GSocketClient.html#GSocketClientEvent" title="enum GSocketClientEvent">GSocketClientEvent</a>, enum in <a class="link" href="GSocketClient.html" title="GSocketClient">GSocketClient</a>
|
6841
|
+
</dt>
|
6842
|
+
<dd></dd>
|
6843
|
+
<dt>
|
5518
6844
|
<a class="link" href="GSocketConnectable.html#GSocketConnectable-struct" title="GSocketConnectable">GSocketConnectable</a>, struct in <a class="link" href="GSocketConnectable.html" title="GSocketConnectable">GSocketConnectable</a>
|
5519
6845
|
</dt>
|
5520
6846
|
<dd></dd>
|
@@ -5535,7 +6861,7 @@
|
|
5535
6861
|
</dt>
|
5536
6862
|
<dd></dd>
|
5537
6863
|
<dt>
|
5538
|
-
<a class="link" href="GSocketAddress.html#GSocketFamily">GSocketFamily</a>, enum in <a class="link" href="GSocketAddress.html" title="GSocketAddress">GSocketAddress</a>
|
6864
|
+
<a class="link" href="GSocketAddress.html#GSocketFamily" title="enum GSocketFamily">GSocketFamily</a>, enum in <a class="link" href="GSocketAddress.html" title="GSocketAddress">GSocketAddress</a>
|
5539
6865
|
</dt>
|
5540
6866
|
<dd></dd>
|
5541
6867
|
<dt>
|
@@ -5547,11 +6873,11 @@
|
|
5547
6873
|
</dt>
|
5548
6874
|
<dd></dd>
|
5549
6875
|
<dt>
|
5550
|
-
<a class="link" href="GSocket.html#GSocketMsgFlags">GSocketMsgFlags</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
6876
|
+
<a class="link" href="GSocket.html#GSocketMsgFlags" title="enum GSocketMsgFlags">GSocketMsgFlags</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5551
6877
|
</dt>
|
5552
6878
|
<dd></dd>
|
5553
6879
|
<dt>
|
5554
|
-
<a class="link" href="GSocket.html#GSocketProtocol">GSocketProtocol</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
6880
|
+
<a class="link" href="GSocket.html#GSocketProtocol" title="enum GSocketProtocol">GSocketProtocol</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5555
6881
|
</dt>
|
5556
6882
|
<dd></dd>
|
5557
6883
|
<dt>
|
@@ -5567,7 +6893,7 @@
|
|
5567
6893
|
</dt>
|
5568
6894
|
<dd></dd>
|
5569
6895
|
<dt>
|
5570
|
-
<a class="link" href="GSocket.html#GSocketType">GSocketType</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
6896
|
+
<a class="link" href="GSocket.html#GSocketType" title="enum GSocketType">GSocketType</a>, enum in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5571
6897
|
</dt>
|
5572
6898
|
<dd></dd>
|
5573
6899
|
<dt>
|
@@ -5739,6 +7065,10 @@
|
|
5739
7065
|
</dt>
|
5740
7066
|
<dd></dd>
|
5741
7067
|
<dt>
|
7068
|
+
<a class="link" href="GSocket.html#g-socket-condition-timed-wait" title="g_socket_condition_timed_wait ()">g_socket_condition_timed_wait</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7069
|
+
</dt>
|
7070
|
+
<dd></dd>
|
7071
|
+
<dt>
|
5742
7072
|
<a class="link" href="GSocket.html#g-socket-condition-wait" title="g_socket_condition_wait ()">g_socket_condition_wait</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5743
7073
|
</dt>
|
5744
7074
|
<dd></dd>
|
@@ -5755,6 +7085,18 @@
|
|
5755
7085
|
</dt>
|
5756
7086
|
<dd></dd>
|
5757
7087
|
<dt>
|
7088
|
+
<a class="link" href="GSocketConnection.html#g-socket-connection-connect" title="g_socket_connection_connect ()">g_socket_connection_connect</a>, function in <a class="link" href="GSocketConnection.html" title="GSocketConnection">GSocketConnection</a>
|
7089
|
+
</dt>
|
7090
|
+
<dd></dd>
|
7091
|
+
<dt>
|
7092
|
+
<a class="link" href="GSocketConnection.html#g-socket-connection-connect-async" title="g_socket_connection_connect_async ()">g_socket_connection_connect_async</a>, function in <a class="link" href="GSocketConnection.html" title="GSocketConnection">GSocketConnection</a>
|
7093
|
+
</dt>
|
7094
|
+
<dd></dd>
|
7095
|
+
<dt>
|
7096
|
+
<a class="link" href="GSocketConnection.html#g-socket-connection-connect-finish" title="g_socket_connection_connect_finish ()">g_socket_connection_connect_finish</a>, function in <a class="link" href="GSocketConnection.html" title="GSocketConnection">GSocketConnection</a>
|
7097
|
+
</dt>
|
7098
|
+
<dd></dd>
|
7099
|
+
<dt>
|
5758
7100
|
<a class="link" href="GSocketConnection.html#g-socket-connection-factory-create-connection" title="g_socket_connection_factory_create_connection ()">g_socket_connection_factory_create_connection</a>, function in <a class="link" href="GSocketConnection.html" title="GSocketConnection">GSocketConnection</a>
|
5759
7101
|
</dt>
|
5760
7102
|
<dd></dd>
|
@@ -5779,6 +7121,10 @@
|
|
5779
7121
|
</dt>
|
5780
7122
|
<dd></dd>
|
5781
7123
|
<dt>
|
7124
|
+
<a class="link" href="GSocketConnection.html#g-socket-connection-is-connected" title="g_socket_connection_is_connected ()">g_socket_connection_is_connected</a>, function in <a class="link" href="GSocketConnection.html" title="GSocketConnection">GSocketConnection</a>
|
7125
|
+
</dt>
|
7126
|
+
<dd></dd>
|
7127
|
+
<dt>
|
5782
7128
|
<a class="link" href="GSocketControlMessage.html#g-socket-control-message-deserialize" title="g_socket_control_message_deserialize ()">g_socket_control_message_deserialize</a>, function in <a class="link" href="GSocketControlMessage.html" title="GSocketControlMessage">GSocketControlMessage</a>
|
5783
7129
|
</dt>
|
5784
7130
|
<dd></dd>
|
@@ -5803,10 +7149,18 @@
|
|
5803
7149
|
</dt>
|
5804
7150
|
<dd></dd>
|
5805
7151
|
<dt>
|
7152
|
+
<a class="link" href="GSocket.html#g-socket-get-available-bytes" title="g_socket_get_available_bytes ()">g_socket_get_available_bytes</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7153
|
+
</dt>
|
7154
|
+
<dd></dd>
|
7155
|
+
<dt>
|
5806
7156
|
<a class="link" href="GSocket.html#g-socket-get-blocking" title="g_socket_get_blocking ()">g_socket_get_blocking</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5807
7157
|
</dt>
|
5808
7158
|
<dd></dd>
|
5809
7159
|
<dt>
|
7160
|
+
<a class="link" href="GSocket.html#g-socket-get-broadcast" title="g_socket_get_broadcast ()">g_socket_get_broadcast</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7161
|
+
</dt>
|
7162
|
+
<dd></dd>
|
7163
|
+
<dt>
|
5810
7164
|
<a class="link" href="GSocket.html#g-socket-get-credentials" title="g_socket_get_credentials ()">g_socket_get_credentials</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5811
7165
|
</dt>
|
5812
7166
|
<dd></dd>
|
@@ -5831,6 +7185,18 @@
|
|
5831
7185
|
</dt>
|
5832
7186
|
<dd></dd>
|
5833
7187
|
<dt>
|
7188
|
+
<a class="link" href="GSocket.html#g-socket-get-multicast-loopback" title="g_socket_get_multicast_loopback ()">g_socket_get_multicast_loopback</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7189
|
+
</dt>
|
7190
|
+
<dd></dd>
|
7191
|
+
<dt>
|
7192
|
+
<a class="link" href="GSocket.html#g-socket-get-multicast-ttl" title="g_socket_get_multicast_ttl ()">g_socket_get_multicast_ttl</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7193
|
+
</dt>
|
7194
|
+
<dd></dd>
|
7195
|
+
<dt>
|
7196
|
+
<a class="link" href="GSocket.html#g-socket-get-option" title="g_socket_get_option ()">g_socket_get_option</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7197
|
+
</dt>
|
7198
|
+
<dd></dd>
|
7199
|
+
<dt>
|
5834
7200
|
<a class="link" href="GSocket.html#g-socket-get-protocol" title="g_socket_get_protocol ()">g_socket_get_protocol</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5835
7201
|
</dt>
|
5836
7202
|
<dd></dd>
|
@@ -5847,6 +7213,10 @@
|
|
5847
7213
|
</dt>
|
5848
7214
|
<dd></dd>
|
5849
7215
|
<dt>
|
7216
|
+
<a class="link" href="GSocket.html#g-socket-get-ttl" title="g_socket_get_ttl ()">g_socket_get_ttl</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7217
|
+
</dt>
|
7218
|
+
<dd></dd>
|
7219
|
+
<dt>
|
5850
7220
|
<a class="link" href="GSocket.html#g-socket-is-closed" title="g_socket_is_closed ()">g_socket_is_closed</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5851
7221
|
</dt>
|
5852
7222
|
<dd></dd>
|
@@ -5855,6 +7225,14 @@
|
|
5855
7225
|
</dt>
|
5856
7226
|
<dd></dd>
|
5857
7227
|
<dt>
|
7228
|
+
<a class="link" href="GSocket.html#g-socket-join-multicast-group" title="g_socket_join_multicast_group ()">g_socket_join_multicast_group</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7229
|
+
</dt>
|
7230
|
+
<dd></dd>
|
7231
|
+
<dt>
|
7232
|
+
<a class="link" href="GSocket.html#g-socket-leave-multicast-group" title="g_socket_leave_multicast_group ()">g_socket_leave_multicast_group</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7233
|
+
</dt>
|
7234
|
+
<dd></dd>
|
7235
|
+
<dt>
|
5858
7236
|
<a class="link" href="GSocket.html#g-socket-listen" title="g_socket_listen ()">g_socket_listen</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
5859
7237
|
</dt>
|
5860
7238
|
<dd></dd>
|
@@ -5971,92 +7349,284 @@
|
|
5971
7349
|
</dt>
|
5972
7350
|
<dd></dd>
|
5973
7351
|
<dt>
|
5974
|
-
<a class="link" href="GSocket.html#g-socket-set-
|
7352
|
+
<a class="link" href="GSocket.html#g-socket-set-broadcast" title="g_socket_set_broadcast ()">g_socket_set_broadcast</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7353
|
+
</dt>
|
7354
|
+
<dd></dd>
|
7355
|
+
<dt>
|
7356
|
+
<a class="link" href="GSocket.html#g-socket-set-keepalive" title="g_socket_set_keepalive ()">g_socket_set_keepalive</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7357
|
+
</dt>
|
7358
|
+
<dd></dd>
|
7359
|
+
<dt>
|
7360
|
+
<a class="link" href="GSocket.html#g-socket-set-listen-backlog" title="g_socket_set_listen_backlog ()">g_socket_set_listen_backlog</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7361
|
+
</dt>
|
7362
|
+
<dd></dd>
|
7363
|
+
<dt>
|
7364
|
+
<a class="link" href="GSocket.html#g-socket-set-multicast-loopback" title="g_socket_set_multicast_loopback ()">g_socket_set_multicast_loopback</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7365
|
+
</dt>
|
7366
|
+
<dd></dd>
|
7367
|
+
<dt>
|
7368
|
+
<a class="link" href="GSocket.html#g-socket-set-multicast-ttl" title="g_socket_set_multicast_ttl ()">g_socket_set_multicast_ttl</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7369
|
+
</dt>
|
7370
|
+
<dd></dd>
|
7371
|
+
<dt>
|
7372
|
+
<a class="link" href="GSocket.html#g-socket-set-option" title="g_socket_set_option ()">g_socket_set_option</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7373
|
+
</dt>
|
7374
|
+
<dd></dd>
|
7375
|
+
<dt>
|
7376
|
+
<a class="link" href="GSocket.html#g-socket-set-timeout" title="g_socket_set_timeout ()">g_socket_set_timeout</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7377
|
+
</dt>
|
7378
|
+
<dd></dd>
|
7379
|
+
<dt>
|
7380
|
+
<a class="link" href="GSocket.html#g-socket-set-ttl" title="g_socket_set_ttl ()">g_socket_set_ttl</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7381
|
+
</dt>
|
7382
|
+
<dd></dd>
|
7383
|
+
<dt>
|
7384
|
+
<a class="link" href="GSocket.html#g-socket-shutdown" title="g_socket_shutdown ()">g_socket_shutdown</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7385
|
+
</dt>
|
7386
|
+
<dd></dd>
|
7387
|
+
<dt>
|
7388
|
+
<a class="link" href="GSocket.html#g-socket-speaks-ipv4" title="g_socket_speaks_ipv4 ()">g_socket_speaks_ipv4</a>, function in <a class="link" href="GSocket.html" title="GSocket">GSocket</a>
|
7389
|
+
</dt>
|
7390
|
+
<dd></dd>
|
7391
|
+
<dt>
|
7392
|
+
<a class="link" href="GSrvTarget.html#GSrvTarget-struct" title="GSrvTarget">GSrvTarget</a>, struct in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
|
7393
|
+
</dt>
|
7394
|
+
<dd></dd>
|
7395
|
+
<dt>
|
7396
|
+
<a class="link" href="GSrvTarget.html#g-srv-target-copy" title="g_srv_target_copy ()">g_srv_target_copy</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
|
7397
|
+
</dt>
|
7398
|
+
<dd></dd>
|
7399
|
+
<dt>
|
7400
|
+
<a class="link" href="GSrvTarget.html#g-srv-target-free" title="g_srv_target_free ()">g_srv_target_free</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
|
7401
|
+
</dt>
|
7402
|
+
<dd></dd>
|
7403
|
+
<dt>
|
7404
|
+
<a class="link" href="GSrvTarget.html#g-srv-target-get-hostname" title="g_srv_target_get_hostname ()">g_srv_target_get_hostname</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
|
7405
|
+
</dt>
|
7406
|
+
<dd></dd>
|
7407
|
+
<dt>
|
7408
|
+
<a class="link" href="GSrvTarget.html#g-srv-target-get-port" title="g_srv_target_get_port ()">g_srv_target_get_port</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
|
7409
|
+
</dt>
|
7410
|
+
<dd></dd>
|
7411
|
+
<dt>
|
7412
|
+
<a class="link" href="GSrvTarget.html#g-srv-target-get-priority" title="g_srv_target_get_priority ()">g_srv_target_get_priority</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
|
7413
|
+
</dt>
|
7414
|
+
<dd></dd>
|
7415
|
+
<dt>
|
7416
|
+
<a class="link" href="GSrvTarget.html#g-srv-target-get-weight" title="g_srv_target_get_weight ()">g_srv_target_get_weight</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
|
7417
|
+
</dt>
|
7418
|
+
<dd></dd>
|
7419
|
+
<dt>
|
7420
|
+
<a class="link" href="GSrvTarget.html#g-srv-target-list-sort" title="g_srv_target_list_sort ()">g_srv_target_list_sort</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
|
7421
|
+
</dt>
|
7422
|
+
<dd></dd>
|
7423
|
+
<dt>
|
7424
|
+
<a class="link" href="GSrvTarget.html#g-srv-target-new" title="g_srv_target_new ()">g_srv_target_new</a>, function in <a class="link" href="GSrvTarget.html" title="GSrvTarget">GSrvTarget</a>
|
7425
|
+
</dt>
|
7426
|
+
<dd></dd>
|
7427
|
+
<a name="idxT"></a><h3 class="title">T</h3>
|
7428
|
+
<dt>
|
7429
|
+
<a class="link" href="GTask.html#GTask-struct" title="GTask">GTask</a>, struct in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7430
|
+
</dt>
|
7431
|
+
<dd></dd>
|
7432
|
+
<dt>
|
7433
|
+
<a class="link" href="GTask.html#GTaskThreadFunc" title="GTaskThreadFunc ()">GTaskThreadFunc</a>, user_function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7434
|
+
</dt>
|
7435
|
+
<dd></dd>
|
7436
|
+
<dt>
|
7437
|
+
<a class="link" href="GTask.html#g-task-attach-source" title="g_task_attach_source ()">g_task_attach_source</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7438
|
+
</dt>
|
7439
|
+
<dd></dd>
|
7440
|
+
<dt>
|
7441
|
+
<a class="link" href="GTask.html#g-task-get-cancellable" title="g_task_get_cancellable ()">g_task_get_cancellable</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7442
|
+
</dt>
|
7443
|
+
<dd></dd>
|
7444
|
+
<dt>
|
7445
|
+
<a class="link" href="GTask.html#g-task-get-check-cancellable" title="g_task_get_check_cancellable ()">g_task_get_check_cancellable</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7446
|
+
</dt>
|
7447
|
+
<dd></dd>
|
7448
|
+
<dt>
|
7449
|
+
<a class="link" href="GTask.html#g-task-get-context" title="g_task_get_context ()">g_task_get_context</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7450
|
+
</dt>
|
7451
|
+
<dd></dd>
|
7452
|
+
<dt>
|
7453
|
+
<a class="link" href="GTask.html#g-task-get-priority" title="g_task_get_priority ()">g_task_get_priority</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7454
|
+
</dt>
|
7455
|
+
<dd></dd>
|
7456
|
+
<dt>
|
7457
|
+
<a class="link" href="GTask.html#g-task-get-return-on-cancel" title="g_task_get_return_on_cancel ()">g_task_get_return_on_cancel</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7458
|
+
</dt>
|
7459
|
+
<dd></dd>
|
7460
|
+
<dt>
|
7461
|
+
<a class="link" href="GTask.html#g-task-get-source-object" title="g_task_get_source_object ()">g_task_get_source_object</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7462
|
+
</dt>
|
7463
|
+
<dd></dd>
|
7464
|
+
<dt>
|
7465
|
+
<a class="link" href="GTask.html#g-task-get-source-tag" title="g_task_get_source_tag ()">g_task_get_source_tag</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7466
|
+
</dt>
|
7467
|
+
<dd></dd>
|
7468
|
+
<dt>
|
7469
|
+
<a class="link" href="GTask.html#g-task-get-task-data" title="g_task_get_task_data ()">g_task_get_task_data</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7470
|
+
</dt>
|
7471
|
+
<dd></dd>
|
7472
|
+
<dt>
|
7473
|
+
<a class="link" href="GTask.html#g-task-had-error" title="g_task_had_error ()">g_task_had_error</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7474
|
+
</dt>
|
7475
|
+
<dd></dd>
|
7476
|
+
<dt>
|
7477
|
+
<a class="link" href="GTask.html#g-task-is-valid" title="g_task_is_valid ()">g_task_is_valid</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7478
|
+
</dt>
|
7479
|
+
<dd></dd>
|
7480
|
+
<dt>
|
7481
|
+
<a class="link" href="GTask.html#g-task-new" title="g_task_new ()">g_task_new</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7482
|
+
</dt>
|
7483
|
+
<dd></dd>
|
7484
|
+
<dt>
|
7485
|
+
<a class="link" href="GTask.html#g-task-propagate-boolean" title="g_task_propagate_boolean ()">g_task_propagate_boolean</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7486
|
+
</dt>
|
7487
|
+
<dd></dd>
|
7488
|
+
<dt>
|
7489
|
+
<a class="link" href="GTask.html#g-task-propagate-int" title="g_task_propagate_int ()">g_task_propagate_int</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7490
|
+
</dt>
|
7491
|
+
<dd></dd>
|
7492
|
+
<dt>
|
7493
|
+
<a class="link" href="GTask.html#g-task-propagate-pointer" title="g_task_propagate_pointer ()">g_task_propagate_pointer</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7494
|
+
</dt>
|
7495
|
+
<dd></dd>
|
7496
|
+
<dt>
|
7497
|
+
<a class="link" href="GTask.html#g-task-report-error" title="g_task_report_error ()">g_task_report_error</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7498
|
+
</dt>
|
7499
|
+
<dd></dd>
|
7500
|
+
<dt>
|
7501
|
+
<a class="link" href="GTask.html#g-task-report-new-error" title="g_task_report_new_error ()">g_task_report_new_error</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7502
|
+
</dt>
|
7503
|
+
<dd></dd>
|
7504
|
+
<dt>
|
7505
|
+
<a class="link" href="GTask.html#g-task-return-boolean" title="g_task_return_boolean ()">g_task_return_boolean</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7506
|
+
</dt>
|
7507
|
+
<dd></dd>
|
7508
|
+
<dt>
|
7509
|
+
<a class="link" href="GTask.html#g-task-return-error" title="g_task_return_error ()">g_task_return_error</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7510
|
+
</dt>
|
7511
|
+
<dd></dd>
|
7512
|
+
<dt>
|
7513
|
+
<a class="link" href="GTask.html#g-task-return-error-if-cancelled" title="g_task_return_error_if_cancelled ()">g_task_return_error_if_cancelled</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7514
|
+
</dt>
|
7515
|
+
<dd></dd>
|
7516
|
+
<dt>
|
7517
|
+
<a class="link" href="GTask.html#g-task-return-int" title="g_task_return_int ()">g_task_return_int</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7518
|
+
</dt>
|
7519
|
+
<dd></dd>
|
7520
|
+
<dt>
|
7521
|
+
<a class="link" href="GTask.html#g-task-return-new-error" title="g_task_return_new_error ()">g_task_return_new_error</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7522
|
+
</dt>
|
7523
|
+
<dd></dd>
|
7524
|
+
<dt>
|
7525
|
+
<a class="link" href="GTask.html#g-task-return-pointer" title="g_task_return_pointer ()">g_task_return_pointer</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7526
|
+
</dt>
|
7527
|
+
<dd></dd>
|
7528
|
+
<dt>
|
7529
|
+
<a class="link" href="GTask.html#g-task-run-in-thread" title="g_task_run_in_thread ()">g_task_run_in_thread</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7530
|
+
</dt>
|
7531
|
+
<dd></dd>
|
7532
|
+
<dt>
|
7533
|
+
<a class="link" href="GTask.html#g-task-run-in-thread-sync" title="g_task_run_in_thread_sync ()">g_task_run_in_thread_sync</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7534
|
+
</dt>
|
7535
|
+
<dd></dd>
|
7536
|
+
<dt>
|
7537
|
+
<a class="link" href="GTask.html#g-task-set-check-cancellable" title="g_task_set_check_cancellable ()">g_task_set_check_cancellable</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7538
|
+
</dt>
|
7539
|
+
<dd></dd>
|
7540
|
+
<dt>
|
7541
|
+
<a class="link" href="GTask.html#g-task-set-priority" title="g_task_set_priority ()">g_task_set_priority</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
7542
|
+
</dt>
|
7543
|
+
<dd></dd>
|
7544
|
+
<dt>
|
7545
|
+
<a class="link" href="GTask.html#g-task-set-return-on-cancel" title="g_task_set_return_on_cancel ()">g_task_set_return_on_cancel</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
5975
7546
|
</dt>
|
5976
7547
|
<dd></dd>
|
5977
7548
|
<dt>
|
5978
|
-
<a class="link" href="
|
7549
|
+
<a class="link" href="GTask.html#g-task-set-source-tag" title="g_task_set_source_tag ()">g_task_set_source_tag</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
5979
7550
|
</dt>
|
5980
7551
|
<dd></dd>
|
5981
7552
|
<dt>
|
5982
|
-
<a class="link" href="
|
7553
|
+
<a class="link" href="GTask.html#g-task-set-task-data" title="g_task_set_task_data ()">g_task_set_task_data</a>, function in <a class="link" href="GTask.html" title="GTask">GTask</a>
|
5983
7554
|
</dt>
|
5984
7555
|
<dd></dd>
|
5985
7556
|
<dt>
|
5986
|
-
<a class="link" href="
|
7557
|
+
<a class="link" href="GTcpConnection.html#GTcpConnection-struct" title="GTcpConnection">GTcpConnection</a>, struct in <a class="link" href="GTcpConnection.html" title="GTcpConnection">GTcpConnection</a>
|
5987
7558
|
</dt>
|
5988
7559
|
<dd></dd>
|
5989
7560
|
<dt>
|
5990
|
-
<a class="link" href="
|
7561
|
+
<a class="link" href="GTcpConnection.html#GTcpConnection--graceful-disconnect" title='The "graceful-disconnect" property'>GTcpConnection:graceful-disconnect</a>, object property in <a class="link" href="GTcpConnection.html" title="GTcpConnection">GTcpConnection</a>
|
5991
7562
|
</dt>
|
5992
7563
|
<dd></dd>
|
5993
7564
|
<dt>
|
5994
|
-
<a class="link" href="
|
7565
|
+
<a class="link" href="GTcpWrapperConnection.html#GTcpWrapperConnection-struct" title="GTcpWrapperConnection">GTcpWrapperConnection</a>, struct in <a class="link" href="GTcpWrapperConnection.html" title="GTcpWrapperConnection">GTcpWrapperConnection</a>
|
5995
7566
|
</dt>
|
5996
7567
|
<dd></dd>
|
5997
7568
|
<dt>
|
5998
|
-
<a class="link" href="
|
7569
|
+
<a class="link" href="GTcpWrapperConnection.html#GTcpWrapperConnection--base-io-stream" title='The "base-io-stream" property'>GTcpWrapperConnection:base-io-stream</a>, object property in <a class="link" href="GTcpWrapperConnection.html" title="GTcpWrapperConnection">GTcpWrapperConnection</a>
|
5999
7570
|
</dt>
|
6000
7571
|
<dd></dd>
|
6001
7572
|
<dt>
|
6002
|
-
<a class="link" href="
|
7573
|
+
<a class="link" href="GTcpConnection.html#g-tcp-connection-get-graceful-disconnect" title="g_tcp_connection_get_graceful_disconnect ()">g_tcp_connection_get_graceful_disconnect</a>, function in <a class="link" href="GTcpConnection.html" title="GTcpConnection">GTcpConnection</a>
|
6003
7574
|
</dt>
|
6004
7575
|
<dd></dd>
|
6005
7576
|
<dt>
|
6006
|
-
<a class="link" href="
|
7577
|
+
<a class="link" href="GTcpConnection.html#g-tcp-connection-set-graceful-disconnect" title="g_tcp_connection_set_graceful_disconnect ()">g_tcp_connection_set_graceful_disconnect</a>, function in <a class="link" href="GTcpConnection.html" title="GTcpConnection">GTcpConnection</a>
|
6007
7578
|
</dt>
|
6008
7579
|
<dd></dd>
|
6009
7580
|
<dt>
|
6010
|
-
<a class="link" href="
|
7581
|
+
<a class="link" href="GTcpWrapperConnection.html#g-tcp-wrapper-connection-get-base-io-stream" title="g_tcp_wrapper_connection_get_base_io_stream ()">g_tcp_wrapper_connection_get_base_io_stream</a>, function in <a class="link" href="GTcpWrapperConnection.html" title="GTcpWrapperConnection">GTcpWrapperConnection</a>
|
6011
7582
|
</dt>
|
6012
7583
|
<dd></dd>
|
6013
7584
|
<dt>
|
6014
|
-
<a class="link" href="
|
7585
|
+
<a class="link" href="GTcpWrapperConnection.html#g-tcp-wrapper-connection-new" title="g_tcp_wrapper_connection_new ()">g_tcp_wrapper_connection_new</a>, function in <a class="link" href="GTcpWrapperConnection.html" title="GTcpWrapperConnection">GTcpWrapperConnection</a>
|
6015
7586
|
</dt>
|
6016
7587
|
<dd></dd>
|
6017
7588
|
<dt>
|
6018
|
-
<a class="link" href="
|
7589
|
+
<a class="link" href="GTestDBus.html#GTestDBus-struct" title="GTestDBus">GTestDBus</a>, struct in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
6019
7590
|
</dt>
|
6020
7591
|
<dd></dd>
|
6021
7592
|
<dt>
|
6022
|
-
<a class="link" href="
|
7593
|
+
<a class="link" href="GTestDBus.html#GTestDBus--flags" title='The "flags" property'>GTestDBus:flags</a>, object property in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
6023
7594
|
</dt>
|
6024
7595
|
<dd></dd>
|
6025
7596
|
<dt>
|
6026
|
-
<a class="link" href="
|
7597
|
+
<a class="link" href="GTestDBus.html#GTestDBusFlags-enum" title="enum GTestDBusFlags">GTestDBusFlags</a>, enum in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
6027
7598
|
</dt>
|
6028
7599
|
<dd></dd>
|
6029
|
-
<a name="idxT"></a><h3 class="title">T</h3>
|
6030
7600
|
<dt>
|
6031
|
-
<a class="link" href="
|
7601
|
+
<a class="link" href="GTestDBus.html#g-test-dbus-add-service-dir" title="g_test_dbus_add_service_dir ()">g_test_dbus_add_service_dir</a>, function in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
6032
7602
|
</dt>
|
6033
7603
|
<dd></dd>
|
6034
7604
|
<dt>
|
6035
|
-
<a class="link" href="
|
7605
|
+
<a class="link" href="GTestDBus.html#g-test-dbus-down" title="g_test_dbus_down ()">g_test_dbus_down</a>, function in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
6036
7606
|
</dt>
|
6037
7607
|
<dd></dd>
|
6038
7608
|
<dt>
|
6039
|
-
<a class="link" href="
|
7609
|
+
<a class="link" href="GTestDBus.html#g-test-dbus-get-bus-address" title="g_test_dbus_get_bus_address ()">g_test_dbus_get_bus_address</a>, function in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
6040
7610
|
</dt>
|
6041
7611
|
<dd></dd>
|
6042
7612
|
<dt>
|
6043
|
-
<a class="link" href="
|
7613
|
+
<a class="link" href="GTestDBus.html#g-test-dbus-get-flags" title="g_test_dbus_get_flags ()">g_test_dbus_get_flags</a>, function in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
6044
7614
|
</dt>
|
6045
7615
|
<dd></dd>
|
6046
7616
|
<dt>
|
6047
|
-
<a class="link" href="
|
7617
|
+
<a class="link" href="GTestDBus.html#g-test-dbus-new" title="g_test_dbus_new ()">g_test_dbus_new</a>, function in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
6048
7618
|
</dt>
|
6049
7619
|
<dd></dd>
|
6050
7620
|
<dt>
|
6051
|
-
<a class="link" href="
|
7621
|
+
<a class="link" href="GTestDBus.html#g-test-dbus-stop" title="g_test_dbus_stop ()">g_test_dbus_stop</a>, function in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
6052
7622
|
</dt>
|
6053
7623
|
<dd></dd>
|
6054
7624
|
<dt>
|
6055
|
-
<a class="link" href="
|
7625
|
+
<a class="link" href="GTestDBus.html#g-test-dbus-unset" title="g_test_dbus_unset ()">g_test_dbus_unset</a>, function in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
6056
7626
|
</dt>
|
6057
7627
|
<dd></dd>
|
6058
7628
|
<dt>
|
6059
|
-
<a class="link" href="
|
7629
|
+
<a class="link" href="GTestDBus.html#g-test-dbus-up" title="g_test_dbus_up ()">g_test_dbus_up</a>, function in <a class="link" href="GTestDBus.html" title="GTestDBus">GTestDBus</a>
|
6060
7630
|
</dt>
|
6061
7631
|
<dd></dd>
|
6062
7632
|
<dt>
|
@@ -6116,7 +7686,7 @@
|
|
6116
7686
|
</dt>
|
6117
7687
|
<dd></dd>
|
6118
7688
|
<dt>
|
6119
|
-
<a class="link" href="gio-TLS-Overview.html#GTlsAuthenticationMode">GTlsAuthenticationMode</a>, enum in <a class="link" href="gio-TLS-Overview.html" title="TLS Overview">TLS Overview</a>
|
7689
|
+
<a class="link" href="gio-TLS-Overview.html#GTlsAuthenticationMode" title="enum GTlsAuthenticationMode">GTlsAuthenticationMode</a>, enum in <a class="link" href="gio-TLS-Overview.html" title="TLS Overview">TLS Overview</a>
|
6120
7690
|
</dt>
|
6121
7691
|
<dd></dd>
|
6122
7692
|
<dt>
|
@@ -6152,7 +7722,7 @@
|
|
6152
7722
|
</dt>
|
6153
7723
|
<dd></dd>
|
6154
7724
|
<dt>
|
6155
|
-
<a class="link" href="gio-TLS-Overview.html#GTlsCertificateFlags">GTlsCertificateFlags</a>, enum in <a class="link" href="gio-TLS-Overview.html" title="TLS Overview">TLS Overview</a>
|
7725
|
+
<a class="link" href="gio-TLS-Overview.html#GTlsCertificateFlags-enum" title="enum GTlsCertificateFlags">GTlsCertificateFlags</a>, enum in <a class="link" href="gio-TLS-Overview.html" title="TLS Overview">TLS Overview</a>
|
6156
7726
|
</dt>
|
6157
7727
|
<dd></dd>
|
6158
7728
|
<dt>
|
@@ -6196,6 +7766,14 @@
|
|
6196
7766
|
</dt>
|
6197
7767
|
<dd></dd>
|
6198
7768
|
<dt>
|
7769
|
+
<a class="link" href="GTlsConnection.html#GTlsConnection--database" title='The "database" property'>GTlsConnection:database</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
7770
|
+
</dt>
|
7771
|
+
<dd></dd>
|
7772
|
+
<dt>
|
7773
|
+
<a class="link" href="GTlsConnection.html#GTlsConnection--interaction" title='The "interaction" property'>GTlsConnection:interaction</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
7774
|
+
</dt>
|
7775
|
+
<dd></dd>
|
7776
|
+
<dt>
|
6199
7777
|
<a class="link" href="GTlsConnection.html#GTlsConnection--peer-certificate" title='The "peer-certificate" property'>GTlsConnection:peer-certificate</a>, object property in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
6200
7778
|
</dt>
|
6201
7779
|
<dd></dd>
|
@@ -6216,11 +7794,67 @@
|
|
6216
7794
|
</dt>
|
6217
7795
|
<dd></dd>
|
6218
7796
|
<dt>
|
7797
|
+
<a class="link" href="GTlsDatabase.html#GTlsDatabase-struct" title="GTlsDatabase">GTlsDatabase</a>, struct in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
7798
|
+
</dt>
|
7799
|
+
<dd></dd>
|
7800
|
+
<dt>
|
7801
|
+
<a class="link" href="GTlsDatabase.html#GTlsDatabaseLookupFlags" title="enum GTlsDatabaseLookupFlags">GTlsDatabaseLookupFlags</a>, enum in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
7802
|
+
</dt>
|
7803
|
+
<dd></dd>
|
7804
|
+
<dt>
|
7805
|
+
<a class="link" href="GTlsDatabase.html#GTlsDatabaseVerifyFlags" title="enum GTlsDatabaseVerifyFlags">GTlsDatabaseVerifyFlags</a>, enum in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
7806
|
+
</dt>
|
7807
|
+
<dd></dd>
|
7808
|
+
<dt>
|
6219
7809
|
<a class="link" href="gio-TLS-Overview.html#GTlsError" title="enum GTlsError">GTlsError</a>, enum in <a class="link" href="gio-TLS-Overview.html" title="TLS Overview">TLS Overview</a>
|
6220
7810
|
</dt>
|
6221
7811
|
<dd></dd>
|
6222
7812
|
<dt>
|
6223
|
-
<a class="link" href="
|
7813
|
+
<a class="link" href="GTlsFileDatabase.html#GTlsFileDatabase-struct" title="GTlsFileDatabase">GTlsFileDatabase</a>, struct in <a class="link" href="GTlsFileDatabase.html" title="GTlsFileDatabase">GTlsFileDatabase</a>
|
7814
|
+
</dt>
|
7815
|
+
<dd></dd>
|
7816
|
+
<dt>
|
7817
|
+
<a class="link" href="GTlsFileDatabase.html#GTlsFileDatabase--anchors" title='The "anchors" property'>GTlsFileDatabase:anchors</a>, object property in <a class="link" href="GTlsFileDatabase.html" title="GTlsFileDatabase">GTlsFileDatabase</a>
|
7818
|
+
</dt>
|
7819
|
+
<dd></dd>
|
7820
|
+
<dt>
|
7821
|
+
<a class="link" href="GTlsFileDatabase.html#GTlsFileDatabaseInterface" title="struct GTlsFileDatabaseInterface">GTlsFileDatabaseInterface</a>, struct in <a class="link" href="GTlsFileDatabase.html" title="GTlsFileDatabase">GTlsFileDatabase</a>
|
7822
|
+
</dt>
|
7823
|
+
<dd></dd>
|
7824
|
+
<dt>
|
7825
|
+
<a class="link" href="GTlsInteraction.html#GTlsInteraction-struct" title="GTlsInteraction">GTlsInteraction</a>, struct in <a class="link" href="GTlsInteraction.html" title="GTlsInteraction">GTlsInteraction</a>
|
7826
|
+
</dt>
|
7827
|
+
<dd></dd>
|
7828
|
+
<dt>
|
7829
|
+
<a class="link" href="GTlsInteraction.html#GTlsInteractionResult" title="enum GTlsInteractionResult">GTlsInteractionResult</a>, enum in <a class="link" href="GTlsInteraction.html" title="GTlsInteraction">GTlsInteraction</a>
|
7830
|
+
</dt>
|
7831
|
+
<dd></dd>
|
7832
|
+
<dt>
|
7833
|
+
<a class="link" href="GTlsPassword.html#GTlsPassword-struct" title="GTlsPassword">GTlsPassword</a>, struct in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
7834
|
+
</dt>
|
7835
|
+
<dd></dd>
|
7836
|
+
<dt>
|
7837
|
+
<a class="link" href="GTlsPassword.html#GTlsPassword--description" title='The "description" property'>GTlsPassword:description</a>, object property in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
7838
|
+
</dt>
|
7839
|
+
<dd></dd>
|
7840
|
+
<dt>
|
7841
|
+
<a class="link" href="GTlsPassword.html#GTlsPassword--flags" title='The "flags" property'>GTlsPassword:flags</a>, object property in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
7842
|
+
</dt>
|
7843
|
+
<dd></dd>
|
7844
|
+
<dt>
|
7845
|
+
<a class="link" href="GTlsPassword.html#GTlsPassword--warning" title='The "warning" property'>GTlsPassword:warning</a>, object property in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
7846
|
+
</dt>
|
7847
|
+
<dd></dd>
|
7848
|
+
<dt>
|
7849
|
+
<a class="link" href="GTlsPassword.html#GTlsPasswordClass" title="struct GTlsPasswordClass">GTlsPasswordClass</a>, struct in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
7850
|
+
</dt>
|
7851
|
+
<dd></dd>
|
7852
|
+
<dt>
|
7853
|
+
<a class="link" href="GTlsPassword.html#GTlsPasswordFlags-enum" title="enum GTlsPasswordFlags">GTlsPasswordFlags</a>, enum in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
7854
|
+
</dt>
|
7855
|
+
<dd></dd>
|
7856
|
+
<dt>
|
7857
|
+
<a class="link" href="GTlsConnection.html#GTlsRehandshakeMode" title="enum GTlsRehandshakeMode">GTlsRehandshakeMode</a>, enum in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
6224
7858
|
</dt>
|
6225
7859
|
<dd></dd>
|
6226
7860
|
<dt>
|
@@ -6252,6 +7886,14 @@
|
|
6252
7886
|
</dt>
|
6253
7887
|
<dd></dd>
|
6254
7888
|
<dt>
|
7889
|
+
<a class="link" href="GTlsBackend.html#g-tls-backend-get-default-database" title="g_tls_backend_get_default_database ()">g_tls_backend_get_default_database</a>, function in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
|
7890
|
+
</dt>
|
7891
|
+
<dd></dd>
|
7892
|
+
<dt>
|
7893
|
+
<a class="link" href="GTlsBackend.html#g-tls-backend-get-file-database-type" title="g_tls_backend_get_file_database_type ()">g_tls_backend_get_file_database_type</a>, function in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
|
7894
|
+
</dt>
|
7895
|
+
<dd></dd>
|
7896
|
+
<dt>
|
6255
7897
|
<a class="link" href="GTlsBackend.html#g-tls-backend-get-server-connection-type" title="g_tls_backend_get_server_connection_type ()">g_tls_backend_get_server_connection_type</a>, function in <a class="link" href="GTlsBackend.html" title="GTlsBackend">GTlsBackend</a>
|
6256
7898
|
</dt>
|
6257
7899
|
<dd></dd>
|
@@ -6264,6 +7906,10 @@
|
|
6264
7906
|
</dt>
|
6265
7907
|
<dd></dd>
|
6266
7908
|
<dt>
|
7909
|
+
<a class="link" href="GTlsCertificate.html#g-tls-certificate-is-same" title="g_tls_certificate_is_same ()">g_tls_certificate_is_same</a>, function in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
|
7910
|
+
</dt>
|
7911
|
+
<dd></dd>
|
7912
|
+
<dt>
|
6267
7913
|
<a class="link" href="GTlsCertificate.html#g-tls-certificate-list-new-from-file" title="g_tls_certificate_list_new_from_file ()">g_tls_certificate_list_new_from_file</a>, function in <a class="link" href="GTlsCertificate.html" title="GTlsCertificate">GTlsCertificate</a>
|
6268
7914
|
</dt>
|
6269
7915
|
<dd></dd>
|
@@ -6324,6 +7970,14 @@
|
|
6324
7970
|
</dt>
|
6325
7971
|
<dd></dd>
|
6326
7972
|
<dt>
|
7973
|
+
<a class="link" href="GTlsConnection.html#g-tls-connection-get-database" title="g_tls_connection_get_database ()">g_tls_connection_get_database</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
7974
|
+
</dt>
|
7975
|
+
<dd></dd>
|
7976
|
+
<dt>
|
7977
|
+
<a class="link" href="GTlsConnection.html#g-tls-connection-get-interaction" title="g_tls_connection_get_interaction ()">g_tls_connection_get_interaction</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
7978
|
+
</dt>
|
7979
|
+
<dd></dd>
|
7980
|
+
<dt>
|
6327
7981
|
<a class="link" href="GTlsConnection.html#g-tls-connection-get-peer-certificate" title="g_tls_connection_get_peer_certificate ()">g_tls_connection_get_peer_certificate</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
6328
7982
|
</dt>
|
6329
7983
|
<dd></dd>
|
@@ -6360,6 +8014,14 @@
|
|
6360
8014
|
</dt>
|
6361
8015
|
<dd></dd>
|
6362
8016
|
<dt>
|
8017
|
+
<a class="link" href="GTlsConnection.html#g-tls-connection-set-database" title="g_tls_connection_set_database ()">g_tls_connection_set_database</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
8018
|
+
</dt>
|
8019
|
+
<dd></dd>
|
8020
|
+
<dt>
|
8021
|
+
<a class="link" href="GTlsConnection.html#g-tls-connection-set-interaction" title="g_tls_connection_set_interaction ()">g_tls_connection_set_interaction</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
8022
|
+
</dt>
|
8023
|
+
<dd></dd>
|
8024
|
+
<dt>
|
6363
8025
|
<a class="link" href="GTlsConnection.html#g-tls-connection-set-rehandshake-mode" title="g_tls_connection_set_rehandshake_mode ()">g_tls_connection_set_rehandshake_mode</a>, function in <a class="link" href="GTlsConnection.html" title="GTlsConnection">GTlsConnection</a>
|
6364
8026
|
</dt>
|
6365
8027
|
<dd></dd>
|
@@ -6372,10 +8034,130 @@
|
|
6372
8034
|
</dt>
|
6373
8035
|
<dd></dd>
|
6374
8036
|
<dt>
|
8037
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-create-certificate-handle" title="g_tls_database_create_certificate_handle ()">g_tls_database_create_certificate_handle</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8038
|
+
</dt>
|
8039
|
+
<dd></dd>
|
8040
|
+
<dt>
|
8041
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-lookup-certificates-issued-by" title="g_tls_database_lookup_certificates_issued_by ()">g_tls_database_lookup_certificates_issued_by</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8042
|
+
</dt>
|
8043
|
+
<dd></dd>
|
8044
|
+
<dt>
|
8045
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-lookup-certificates-issued-by-async" title="g_tls_database_lookup_certificates_issued_by_async ()">g_tls_database_lookup_certificates_issued_by_async</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8046
|
+
</dt>
|
8047
|
+
<dd></dd>
|
8048
|
+
<dt>
|
8049
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-lookup-certificates-issued-by-finish" title="g_tls_database_lookup_certificates_issued_by_finish ()">g_tls_database_lookup_certificates_issued_by_finish</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8050
|
+
</dt>
|
8051
|
+
<dd></dd>
|
8052
|
+
<dt>
|
8053
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-lookup-certificate-for-handle" title="g_tls_database_lookup_certificate_for_handle ()">g_tls_database_lookup_certificate_for_handle</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8054
|
+
</dt>
|
8055
|
+
<dd></dd>
|
8056
|
+
<dt>
|
8057
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-lookup-certificate-for-handle-async" title="g_tls_database_lookup_certificate_for_handle_async ()">g_tls_database_lookup_certificate_for_handle_async</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8058
|
+
</dt>
|
8059
|
+
<dd></dd>
|
8060
|
+
<dt>
|
8061
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-lookup-certificate-for-handle-finish" title="g_tls_database_lookup_certificate_for_handle_finish ()">g_tls_database_lookup_certificate_for_handle_finish</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8062
|
+
</dt>
|
8063
|
+
<dd></dd>
|
8064
|
+
<dt>
|
8065
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-lookup-certificate-issuer" title="g_tls_database_lookup_certificate_issuer ()">g_tls_database_lookup_certificate_issuer</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8066
|
+
</dt>
|
8067
|
+
<dd></dd>
|
8068
|
+
<dt>
|
8069
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-lookup-certificate-issuer-async" title="g_tls_database_lookup_certificate_issuer_async ()">g_tls_database_lookup_certificate_issuer_async</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8070
|
+
</dt>
|
8071
|
+
<dd></dd>
|
8072
|
+
<dt>
|
8073
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-lookup-certificate-issuer-finish" title="g_tls_database_lookup_certificate_issuer_finish ()">g_tls_database_lookup_certificate_issuer_finish</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8074
|
+
</dt>
|
8075
|
+
<dd></dd>
|
8076
|
+
<dt>
|
8077
|
+
<a class="link" href="GTlsDatabase.html#G-TLS-DATABASE-PURPOSE-AUTHENTICATE-CLIENT:CAPS" title="G_TLS_DATABASE_PURPOSE_AUTHENTICATE_CLIENT">G_TLS_DATABASE_PURPOSE_AUTHENTICATE_CLIENT</a>, macro in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8078
|
+
</dt>
|
8079
|
+
<dd></dd>
|
8080
|
+
<dt>
|
8081
|
+
<a class="link" href="GTlsDatabase.html#G-TLS-DATABASE-PURPOSE-AUTHENTICATE-SERVER:CAPS" title="G_TLS_DATABASE_PURPOSE_AUTHENTICATE_SERVER">G_TLS_DATABASE_PURPOSE_AUTHENTICATE_SERVER</a>, macro in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8082
|
+
</dt>
|
8083
|
+
<dd></dd>
|
8084
|
+
<dt>
|
8085
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-verify-chain" title="g_tls_database_verify_chain ()">g_tls_database_verify_chain</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8086
|
+
</dt>
|
8087
|
+
<dd></dd>
|
8088
|
+
<dt>
|
8089
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-verify-chain-async" title="g_tls_database_verify_chain_async ()">g_tls_database_verify_chain_async</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8090
|
+
</dt>
|
8091
|
+
<dd></dd>
|
8092
|
+
<dt>
|
8093
|
+
<a class="link" href="GTlsDatabase.html#g-tls-database-verify-chain-finish" title="g_tls_database_verify_chain_finish ()">g_tls_database_verify_chain_finish</a>, function in <a class="link" href="GTlsDatabase.html" title="GTlsDatabase">GTlsDatabase</a>
|
8094
|
+
</dt>
|
8095
|
+
<dd></dd>
|
8096
|
+
<dt>
|
6375
8097
|
<a class="link" href="gio-TLS-Overview.html#G-TLS-ERROR:CAPS" title="G_TLS_ERROR">G_TLS_ERROR</a>, macro in <a class="link" href="gio-TLS-Overview.html" title="TLS Overview">TLS Overview</a>
|
6376
8098
|
</dt>
|
6377
8099
|
<dd></dd>
|
6378
8100
|
<dt>
|
8101
|
+
<a class="link" href="GTlsFileDatabase.html#g-tls-file-database-new" title="g_tls_file_database_new ()">g_tls_file_database_new</a>, function in <a class="link" href="GTlsFileDatabase.html" title="GTlsFileDatabase">GTlsFileDatabase</a>
|
8102
|
+
</dt>
|
8103
|
+
<dd></dd>
|
8104
|
+
<dt>
|
8105
|
+
<a class="link" href="GTlsInteraction.html#g-tls-interaction-ask-password" title="g_tls_interaction_ask_password ()">g_tls_interaction_ask_password</a>, function in <a class="link" href="GTlsInteraction.html" title="GTlsInteraction">GTlsInteraction</a>
|
8106
|
+
</dt>
|
8107
|
+
<dd></dd>
|
8108
|
+
<dt>
|
8109
|
+
<a class="link" href="GTlsInteraction.html#g-tls-interaction-ask-password-async" title="g_tls_interaction_ask_password_async ()">g_tls_interaction_ask_password_async</a>, function in <a class="link" href="GTlsInteraction.html" title="GTlsInteraction">GTlsInteraction</a>
|
8110
|
+
</dt>
|
8111
|
+
<dd></dd>
|
8112
|
+
<dt>
|
8113
|
+
<a class="link" href="GTlsInteraction.html#g-tls-interaction-ask-password-finish" title="g_tls_interaction_ask_password_finish ()">g_tls_interaction_ask_password_finish</a>, function in <a class="link" href="GTlsInteraction.html" title="GTlsInteraction">GTlsInteraction</a>
|
8114
|
+
</dt>
|
8115
|
+
<dd></dd>
|
8116
|
+
<dt>
|
8117
|
+
<a class="link" href="GTlsInteraction.html#g-tls-interaction-invoke-ask-password" title="g_tls_interaction_invoke_ask_password ()">g_tls_interaction_invoke_ask_password</a>, function in <a class="link" href="GTlsInteraction.html" title="GTlsInteraction">GTlsInteraction</a>
|
8118
|
+
</dt>
|
8119
|
+
<dd></dd>
|
8120
|
+
<dt>
|
8121
|
+
<a class="link" href="GTlsPassword.html#g-tls-password-get-description" title="g_tls_password_get_description ()">g_tls_password_get_description</a>, function in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
8122
|
+
</dt>
|
8123
|
+
<dd></dd>
|
8124
|
+
<dt>
|
8125
|
+
<a class="link" href="GTlsPassword.html#g-tls-password-get-flags" title="g_tls_password_get_flags ()">g_tls_password_get_flags</a>, function in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
8126
|
+
</dt>
|
8127
|
+
<dd></dd>
|
8128
|
+
<dt>
|
8129
|
+
<a class="link" href="GTlsPassword.html#g-tls-password-get-value" title="g_tls_password_get_value ()">g_tls_password_get_value</a>, function in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
8130
|
+
</dt>
|
8131
|
+
<dd></dd>
|
8132
|
+
<dt>
|
8133
|
+
<a class="link" href="GTlsPassword.html#g-tls-password-get-warning" title="g_tls_password_get_warning ()">g_tls_password_get_warning</a>, function in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
8134
|
+
</dt>
|
8135
|
+
<dd></dd>
|
8136
|
+
<dt>
|
8137
|
+
<a class="link" href="GTlsPassword.html#g-tls-password-new" title="g_tls_password_new ()">g_tls_password_new</a>, function in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
8138
|
+
</dt>
|
8139
|
+
<dd></dd>
|
8140
|
+
<dt>
|
8141
|
+
<a class="link" href="GTlsPassword.html#g-tls-password-set-description" title="g_tls_password_set_description ()">g_tls_password_set_description</a>, function in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
8142
|
+
</dt>
|
8143
|
+
<dd></dd>
|
8144
|
+
<dt>
|
8145
|
+
<a class="link" href="GTlsPassword.html#g-tls-password-set-flags" title="g_tls_password_set_flags ()">g_tls_password_set_flags</a>, function in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
8146
|
+
</dt>
|
8147
|
+
<dd></dd>
|
8148
|
+
<dt>
|
8149
|
+
<a class="link" href="GTlsPassword.html#g-tls-password-set-value" title="g_tls_password_set_value ()">g_tls_password_set_value</a>, function in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
8150
|
+
</dt>
|
8151
|
+
<dd></dd>
|
8152
|
+
<dt>
|
8153
|
+
<a class="link" href="GTlsPassword.html#g-tls-password-set-value-full" title="g_tls_password_set_value_full ()">g_tls_password_set_value_full</a>, function in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
8154
|
+
</dt>
|
8155
|
+
<dd></dd>
|
8156
|
+
<dt>
|
8157
|
+
<a class="link" href="GTlsPassword.html#g-tls-password-set-warning" title="g_tls_password_set_warning ()">g_tls_password_set_warning</a>, function in <a class="link" href="GTlsPassword.html" title="GTlsPassword">GTlsPassword</a>
|
8158
|
+
</dt>
|
8159
|
+
<dd></dd>
|
8160
|
+
<dt>
|
6379
8161
|
<a class="link" href="GTlsServerConnection.html#g-tls-server-connection-new" title="g_tls_server_connection_new ()">g_tls_server_connection_new</a>, function in <a class="link" href="GTlsServerConnection.html" title="GTlsServerConnection">GTlsServerConnection</a>
|
6380
8162
|
</dt>
|
6381
8163
|
<dd></dd>
|
@@ -6407,6 +8189,14 @@
|
|
6407
8189
|
<a class="link" href="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-SIGNAL-INFO:CAPS" title="G_TYPE_DBUS_SIGNAL_INFO">G_TYPE_DBUS_SIGNAL_INFO</a>, macro in <a class="link" href="gio-D-Bus-Introspection-Data.html" title="D-Bus Introspection Data">D-Bus Introspection Data</a>
|
6408
8190
|
</dt>
|
6409
8191
|
<dd></dd>
|
8192
|
+
<dt>
|
8193
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#G-TYPE-SETTINGS-SCHEMA:CAPS" title="G_TYPE_SETTINGS_SCHEMA">G_TYPE_SETTINGS_SCHEMA</a>, macro in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
8194
|
+
</dt>
|
8195
|
+
<dd></dd>
|
8196
|
+
<dt>
|
8197
|
+
<a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html#G-TYPE-SETTINGS-SCHEMA-SOURCE:CAPS" title="G_TYPE_SETTINGS_SCHEMA_SOURCE">G_TYPE_SETTINGS_SCHEMA_SOURCE</a>, macro in <a class="link" href="gio-GSettingsSchema-GSettingsSchemaSource.html" title="GSettingsSchema, GSettingsSchemaSource">GSettingsSchema, GSettingsSchemaSource</a>
|
8198
|
+
</dt>
|
8199
|
+
<dd></dd>
|
6410
8200
|
<a name="idxU"></a><h3 class="title">U</h3>
|
6411
8201
|
<dt>
|
6412
8202
|
<a class="link" href="GUnixConnection.html#GUnixConnection-struct" title="GUnixConnection">GUnixConnection</a>, struct in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
|
@@ -6501,7 +8291,7 @@
|
|
6501
8291
|
</dt>
|
6502
8292
|
<dd></dd>
|
6503
8293
|
<dt>
|
6504
|
-
<a class="link" href="GUnixSocketAddress.html#GUnixSocketAddressType">GUnixSocketAddressType</a>, enum in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
|
8294
|
+
<a class="link" href="GUnixSocketAddress.html#GUnixSocketAddressType" title="enum GUnixSocketAddressType">GUnixSocketAddressType</a>, enum in <a class="link" href="GUnixSocketAddress.html" title="GUnixSocketAddress">GUnixSocketAddress</a>
|
6505
8295
|
</dt>
|
6506
8296
|
<dd></dd>
|
6507
8297
|
<dt>
|
@@ -6509,6 +8299,14 @@
|
|
6509
8299
|
</dt>
|
6510
8300
|
<dd></dd>
|
6511
8301
|
<dt>
|
8302
|
+
<a class="link" href="GUnixConnection.html#g-unix-connection-receive-credentials-async" title="g_unix_connection_receive_credentials_async ()">g_unix_connection_receive_credentials_async</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
|
8303
|
+
</dt>
|
8304
|
+
<dd></dd>
|
8305
|
+
<dt>
|
8306
|
+
<a class="link" href="GUnixConnection.html#g-unix-connection-receive-credentials-finish" title="g_unix_connection_receive_credentials_finish ()">g_unix_connection_receive_credentials_finish</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
|
8307
|
+
</dt>
|
8308
|
+
<dd></dd>
|
8309
|
+
<dt>
|
6512
8310
|
<a class="link" href="GUnixConnection.html#g-unix-connection-receive-fd" title="g_unix_connection_receive_fd ()">g_unix_connection_receive_fd</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
|
6513
8311
|
</dt>
|
6514
8312
|
<dd></dd>
|
@@ -6517,6 +8315,14 @@
|
|
6517
8315
|
</dt>
|
6518
8316
|
<dd></dd>
|
6519
8317
|
<dt>
|
8318
|
+
<a class="link" href="GUnixConnection.html#g-unix-connection-send-credentials-async" title="g_unix_connection_send_credentials_async ()">g_unix_connection_send_credentials_async</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
|
8319
|
+
</dt>
|
8320
|
+
<dd></dd>
|
8321
|
+
<dt>
|
8322
|
+
<a class="link" href="GUnixConnection.html#g-unix-connection-send-credentials-finish" title="g_unix_connection_send_credentials_finish ()">g_unix_connection_send_credentials_finish</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
|
8323
|
+
</dt>
|
8324
|
+
<dd></dd>
|
8325
|
+
<dt>
|
6520
8326
|
<a class="link" href="GUnixConnection.html#g-unix-connection-send-fd" title="g_unix_connection_send_fd ()">g_unix_connection_send_fd</a>, function in <a class="link" href="GUnixConnection.html" title="GUnixConnection">GUnixConnection</a>
|
6521
8327
|
</dt>
|
6522
8328
|
<dd></dd>
|
@@ -6653,6 +8459,10 @@
|
|
6653
8459
|
</dt>
|
6654
8460
|
<dd></dd>
|
6655
8461
|
<dt>
|
8462
|
+
<a class="link" href="gio-Unix-Mounts.html#g-unix-mount-guess-symbolic-icon" title="g_unix_mount_guess_symbolic_icon ()">g_unix_mount_guess_symbolic_icon</a>, function in <a class="link" href="gio-Unix-Mounts.html" title="Unix Mounts">Unix Mounts</a>
|
8463
|
+
</dt>
|
8464
|
+
<dd></dd>
|
8465
|
+
<dt>
|
6656
8466
|
<a class="link" href="gio-Unix-Mounts.html#g-unix-mount-is-readonly" title="g_unix_mount_is_readonly ()">g_unix_mount_is_readonly</a>, function in <a class="link" href="gio-Unix-Mounts.html" title="Unix Mounts">Unix Mounts</a>
|
6657
8467
|
</dt>
|
6658
8468
|
<dd></dd>
|
@@ -6697,6 +8507,10 @@
|
|
6697
8507
|
</dt>
|
6698
8508
|
<dd></dd>
|
6699
8509
|
<dt>
|
8510
|
+
<a class="link" href="gio-Unix-Mounts.html#g-unix-mount-point-get-options" title="g_unix_mount_point_get_options ()">g_unix_mount_point_get_options</a>, function in <a class="link" href="gio-Unix-Mounts.html" title="Unix Mounts">Unix Mounts</a>
|
8511
|
+
</dt>
|
8512
|
+
<dd></dd>
|
8513
|
+
<dt>
|
6700
8514
|
<a class="link" href="gio-Unix-Mounts.html#g-unix-mount-point-guess-can-eject" title="g_unix_mount_point_guess_can_eject ()">g_unix_mount_point_guess_can_eject</a>, function in <a class="link" href="gio-Unix-Mounts.html" title="Unix Mounts">Unix Mounts</a>
|
6701
8515
|
</dt>
|
6702
8516
|
<dd></dd>
|
@@ -6709,6 +8523,10 @@
|
|
6709
8523
|
</dt>
|
6710
8524
|
<dd></dd>
|
6711
8525
|
<dt>
|
8526
|
+
<a class="link" href="gio-Unix-Mounts.html#g-unix-mount-point-guess-symbolic-icon" title="g_unix_mount_point_guess_symbolic_icon ()">g_unix_mount_point_guess_symbolic_icon</a>, function in <a class="link" href="gio-Unix-Mounts.html" title="Unix Mounts">Unix Mounts</a>
|
8527
|
+
</dt>
|
8528
|
+
<dd></dd>
|
8529
|
+
<dt>
|
6712
8530
|
<a class="link" href="gio-Unix-Mounts.html#g-unix-mount-point-is-loopback" title="g_unix_mount_point_is_loopback ()">g_unix_mount_point_is_loopback</a>, function in <a class="link" href="gio-Unix-Mounts.html" title="Unix Mounts">Unix Mounts</a>
|
6713
8531
|
</dt>
|
6714
8532
|
<dd></dd>
|
@@ -6926,10 +8744,22 @@
|
|
6926
8744
|
</dt>
|
6927
8745
|
<dd></dd>
|
6928
8746
|
<dt>
|
8747
|
+
<a class="link" href="GVolume.html#g-volume-get-sort-key" title="g_volume_get_sort_key ()">g_volume_get_sort_key</a>, function in <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
|
8748
|
+
</dt>
|
8749
|
+
<dd></dd>
|
8750
|
+
<dt>
|
8751
|
+
<a class="link" href="GVolume.html#g-volume-get-symbolic-icon" title="g_volume_get_symbolic_icon ()">g_volume_get_symbolic_icon</a>, function in <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
|
8752
|
+
</dt>
|
8753
|
+
<dd></dd>
|
8754
|
+
<dt>
|
6929
8755
|
<a class="link" href="GVolume.html#g-volume-get-uuid" title="g_volume_get_uuid ()">g_volume_get_uuid</a>, function in <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
|
6930
8756
|
</dt>
|
6931
8757
|
<dd></dd>
|
6932
8758
|
<dt>
|
8759
|
+
<a class="link" href="GVolume.html#G-VOLUME-IDENTIFIER-KIND-CLASS:CAPS" title="G_VOLUME_IDENTIFIER_KIND_CLASS">G_VOLUME_IDENTIFIER_KIND_CLASS</a>, macro in <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
|
8760
|
+
</dt>
|
8761
|
+
<dd></dd>
|
8762
|
+
<dt>
|
6933
8763
|
<a class="link" href="GVolume.html#G-VOLUME-IDENTIFIER-KIND-HAL-UDI:CAPS" title="G_VOLUME_IDENTIFIER_KIND_HAL_UDI">G_VOLUME_IDENTIFIER_KIND_HAL_UDI</a>, macro in <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
|
6934
8764
|
</dt>
|
6935
8765
|
<dd></dd>
|
@@ -6993,6 +8823,47 @@
|
|
6993
8823
|
<a class="link" href="GVolume.html#g-volume-should-automount" title="g_volume_should_automount ()">g_volume_should_automount</a>, function in <a class="link" href="GVolume.html" title="GVolume">GVolume</a>
|
6994
8824
|
</dt>
|
6995
8825
|
<dd></dd>
|
8826
|
+
<a name="idxW"></a><h3 class="title">W</h3>
|
8827
|
+
<dt>
|
8828
|
+
<a class="link" href="gio-GWin32InputStream.html#GWin32InputStream" title="struct GWin32InputStream">GWin32InputStream</a>, struct in <a class="link" href="gio-GWin32InputStream.html" title="GWin32InputStream">GWin32InputStream</a>
|
8829
|
+
</dt>
|
8830
|
+
<dd></dd>
|
8831
|
+
<dt>
|
8832
|
+
<a class="link" href="gio-GWin32OutputStream.html#GWin32OutputStream" title="struct GWin32OutputStream">GWin32OutputStream</a>, struct in <a class="link" href="gio-GWin32OutputStream.html" title="GWin32OutputStream">GWin32OutputStream</a>
|
8833
|
+
</dt>
|
8834
|
+
<dd></dd>
|
8835
|
+
<dt>
|
8836
|
+
<a class="link" href="gio-GWin32InputStream.html#g-win32-input-stream-get-close-handle" title="g_win32_input_stream_get_close_handle ()">g_win32_input_stream_get_close_handle</a>, function in <a class="link" href="gio-GWin32InputStream.html" title="GWin32InputStream">GWin32InputStream</a>
|
8837
|
+
</dt>
|
8838
|
+
<dd></dd>
|
8839
|
+
<dt>
|
8840
|
+
<a class="link" href="gio-GWin32InputStream.html#g-win32-input-stream-get-handle" title="g_win32_input_stream_get_handle ()">g_win32_input_stream_get_handle</a>, function in <a class="link" href="gio-GWin32InputStream.html" title="GWin32InputStream">GWin32InputStream</a>
|
8841
|
+
</dt>
|
8842
|
+
<dd></dd>
|
8843
|
+
<dt>
|
8844
|
+
<a class="link" href="gio-GWin32InputStream.html#g-win32-input-stream-new" title="g_win32_input_stream_new ()">g_win32_input_stream_new</a>, function in <a class="link" href="gio-GWin32InputStream.html" title="GWin32InputStream">GWin32InputStream</a>
|
8845
|
+
</dt>
|
8846
|
+
<dd></dd>
|
8847
|
+
<dt>
|
8848
|
+
<a class="link" href="gio-GWin32InputStream.html#g-win32-input-stream-set-close-handle" title="g_win32_input_stream_set_close_handle ()">g_win32_input_stream_set_close_handle</a>, function in <a class="link" href="gio-GWin32InputStream.html" title="GWin32InputStream">GWin32InputStream</a>
|
8849
|
+
</dt>
|
8850
|
+
<dd></dd>
|
8851
|
+
<dt>
|
8852
|
+
<a class="link" href="gio-GWin32OutputStream.html#g-win32-output-stream-get-close-handle" title="g_win32_output_stream_get_close_handle ()">g_win32_output_stream_get_close_handle</a>, function in <a class="link" href="gio-GWin32OutputStream.html" title="GWin32OutputStream">GWin32OutputStream</a>
|
8853
|
+
</dt>
|
8854
|
+
<dd></dd>
|
8855
|
+
<dt>
|
8856
|
+
<a class="link" href="gio-GWin32OutputStream.html#g-win32-output-stream-get-handle" title="g_win32_output_stream_get_handle ()">g_win32_output_stream_get_handle</a>, function in <a class="link" href="gio-GWin32OutputStream.html" title="GWin32OutputStream">GWin32OutputStream</a>
|
8857
|
+
</dt>
|
8858
|
+
<dd></dd>
|
8859
|
+
<dt>
|
8860
|
+
<a class="link" href="gio-GWin32OutputStream.html#g-win32-output-stream-new" title="g_win32_output_stream_new ()">g_win32_output_stream_new</a>, function in <a class="link" href="gio-GWin32OutputStream.html" title="GWin32OutputStream">GWin32OutputStream</a>
|
8861
|
+
</dt>
|
8862
|
+
<dd></dd>
|
8863
|
+
<dt>
|
8864
|
+
<a class="link" href="gio-GWin32OutputStream.html#g-win32-output-stream-set-close-handle" title="g_win32_output_stream_set_close_handle ()">g_win32_output_stream_set_close_handle</a>, function in <a class="link" href="gio-GWin32OutputStream.html" title="GWin32OutputStream">GWin32OutputStream</a>
|
8865
|
+
</dt>
|
8866
|
+
<dd></dd>
|
6996
8867
|
<a name="idxZ"></a><h3 class="title">Z</h3>
|
6997
8868
|
<dt>
|
6998
8869
|
<a class="link" href="GZlibCompressor.html#GZlibCompressor-struct" title="GZlibCompressor">GZlibCompressor</a>, struct in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
|
@@ -7011,7 +8882,7 @@
|
|
7011
8882
|
</dt>
|
7012
8883
|
<dd></dd>
|
7013
8884
|
<dt>
|
7014
|
-
<a class="link" href="GZlibCompressor.html#GZlibCompressorFormat">GZlibCompressorFormat</a>, enum in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
|
8885
|
+
<a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat">GZlibCompressorFormat</a>, enum in <a class="link" href="GZlibCompressor.html" title="GZlibCompressor">GZlibCompressor</a>
|
7015
8886
|
</dt>
|
7016
8887
|
<dd></dd>
|
7017
8888
|
<dt>
|
@@ -7049,6 +8920,6 @@
|
|
7049
8920
|
</div>
|
7050
8921
|
<div class="footer">
|
7051
8922
|
<hr>
|
7052
|
-
Generated by GTK-Doc V1.
|
8923
|
+
Generated by GTK-Doc V1.18</div>
|
7053
8924
|
</body>
|
7054
8925
|
</html>
|