glib2 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +24 -12
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-variant.c +163 -12
- data/ext/glib2/rbglib.c +31 -8
- data/ext/glib2/rbglib.h +15 -1
- data/ext/glib2/rbglib2conversions.h +3 -0
- data/ext/glib2/rbglib_iochannel.c +0 -3
- data/ext/glib2/rbglib_iochannel_win32_socket.c +0 -1
- data/ext/glib2/rbglib_matchinfo.c +179 -0
- data/ext/glib2/rbglib_regex.c +484 -0
- data/ext/glib2/rbgobj_value.c +7 -1
- data/ext/glib2/rbgprivate.h +2 -0
- data/ext/glib2/rbgutil.c +7 -0
- data/ext/glib2/rbgutil.h +2 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2/regex.rb +29 -0
- data/lib/glib2.rb +2 -1
- data/lib/gnome2/rake/external-package.rb +6 -1
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/lib/gnome2/rake/package.rb +9 -0
- data/lib/gnome2/rake/windows-binary-build-task.rb +35 -11
- data/lib/mkmf-gnome2.rb +3 -1
- data/test/test-match-info.rb +113 -0
- data/test/test-regex.rb +320 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +1 -1
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +2 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.def +993 -984
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/{libnettle-6-1.dll → libnettle-6-2.dll} +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcre-config +133 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gdatagrambased.h +144 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdtlsclientconnection.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsconnection.h +191 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsserverconnection.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +69 -13
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gliststore.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +25 -25
- data/vendor/local/include/glib-2.0/gio/gsocket.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +4 -1
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +13 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +2 -0
- data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +12 -4
- data/vendor/local/include/glib-2.0/glib/gmacros.h +46 -10
- data/vendor/local/include/glib-2.0/glib/gmain.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +7 -5
- data/vendor/local/include/glib-2.0/glib/gmessages.h +8 -8
- data/vendor/local/include/glib-2.0/glib/gnode.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +2 -9
- data/vendor/local/include/glib-2.0/glib/gsequence.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +15 -2
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +10 -57
- data/vendor/local/include/glib-2.0/glib/gtypes.h +61 -6
- data/vendor/local/include/glib-2.0/glib/gunicode.h +15 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +36 -57
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +59 -10
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +0 -7
- data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +0 -1
- data/vendor/local/include/glib-2.0/gobject/gobject.h +8 -4
- data/vendor/local/include/glib-2.0/gobject/gparam.h +5 -2
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +47 -26
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -0
- data/vendor/local/include/gmp.h +56 -24
- data/vendor/local/include/gnutls/gnutls.h +79 -39
- data/vendor/local/include/gnutls/pkcs11.h +6 -0
- data/vendor/local/include/gnutls/pkcs7.h +17 -4
- data/vendor/local/include/gnutls/x509.h +8 -0
- data/vendor/local/include/libintl.h +1 -1
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/rsa.h +72 -0
- data/vendor/local/include/nettle/sha3.h +4 -0
- data/vendor/local/include/nettle/version.h +8 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +3 -3
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -16
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +4 -4
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +3 -3
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +1 -1
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +1 -1
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- data/vendor/local/lib/pkgconfig/libtasn1.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +3 -2
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +5918 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +716 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2922 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10455 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gettext/ABOUT-NLS +382 -413
- data/vendor/local/share/gettext/its/gschema.its +25 -0
- data/vendor/local/share/gettext/its/gschema.loc +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +22 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +4 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +58 -64
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +75 -80
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +50 -51
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +72 -97
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +7 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +174 -160
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +127 -132
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +90 -92
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +43 -46
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +17 -26
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +12 -17
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +45 -52
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +14 -18
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +20 -21
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +41 -48
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +34 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +337 -258
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +23 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +44 -50
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +143 -158
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +59 -54
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +19 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +25 -27
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +48 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +34 -31
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +25 -28
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +105 -122
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +32 -39
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +40 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +17 -28
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +766 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +56 -75
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +468 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1521 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +208 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +16 -19
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +16 -17
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +204 -240
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +13 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +128 -145
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +75 -36
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +10 -13
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +41 -43
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +56 -44
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +20 -23
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +103 -118
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +39 -47
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +32 -44
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +80 -35
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +11 -15
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +138 -145
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +84 -94
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +54 -66
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +34 -42
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +26 -28
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +97 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +18 -23
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +49 -47
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +39 -56
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +30 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +46 -47
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +79 -74
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +325 -200
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -49
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +21 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +258 -162
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -9
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +470 -281
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +27 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +76 -85
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +118 -72
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +28 -33
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +26 -30
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +180 -62
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +51 -28
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +25 -31
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +63 -75
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +49 -54
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +406 -404
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +36 -38
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +30 -31
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +11 -14
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +172 -46
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +96 -37
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +64 -66
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +256 -63
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +150 -49
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +46 -51
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +21 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +21 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +26 -27
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +21 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +211 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +283 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +107 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +459 -8
- data/vendor/local/share/gtk-doc/html/gio/application.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +29 -172
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +187 -27
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +15 -34
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +16 -137
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +26 -87
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +37 -121
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +132 -176
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +19 -71
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +24 -908
- data/vendor/local/share/gtk-doc/html/gio/{ch33s06.html → ch34s06.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch33s07.html → ch34s07.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +94 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +141 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +201 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +199 -200
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +89 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +77 -87
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +19 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +43 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +47 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +20 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +9 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +147 -114
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +12 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +13 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2066 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +29 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +54 -75
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +27 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +194 -140
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -7
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -6
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +41 -45
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +204 -137
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +22 -44
- data/vendor/local/share/gtk-doc/html/gio/networking.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +20 -5
- data/vendor/local/share/gtk-doc/html/gio/registry.html +32 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/tls.html +12 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +16 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +7 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +12 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +46 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +80 -9
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +68 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +254 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +130 -144
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +19 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +33 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +22 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +89 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +384 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +100 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +83 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +14 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +49 -64
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +141 -156
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +32 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +24 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +28 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +108 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +98 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +89 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +93 -125
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +50 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +189 -171
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +99 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +172 -217
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +32 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +430 -451
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +53 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +12 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +167 -192
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +58 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +14 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +70 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +68 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +166 -183
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +33 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +80 -92
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +101 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +102 -75
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +133 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +192 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +107 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +69 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +12 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +199 -230
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +54 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +24 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +29 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +187 -173
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +13 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +104 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +62 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +26 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +15 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +13 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +210 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +95 -101
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +306 -268
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +373 -369
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +79 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +316 -319
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +12 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +44 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +20 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +44 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +21 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +200 -220
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +51 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +25 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +4 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +14 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +44 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +149 -149
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +11 -12
- data/vendor/local/share/gtk-doc/html/glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +36 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +53 -57
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +72 -77
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +34 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +22 -17
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +85 -135
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +80 -144
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +59 -75
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +20 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +68 -89
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +227 -218
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +48 -57
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +125 -96
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +78 -90
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +143 -138
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +226 -285
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +306 -289
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +450 -448
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +22 -23
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +11 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +32 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +134 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +4 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +89 -98
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +119 -112
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +199 -183
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +30 -30
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +32 -33
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +80 -32
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +73 -53
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +52 -50
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +255 -133
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +147 -111
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +65 -122
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +93 -79
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +80 -54
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +82 -87
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +126 -62
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +61 -54
- data/vendor/local/share/gtk-doc/html/gobject/index.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +98 -198
- data/vendor/local/share/gtk-doc/html/gobject/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +9 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +22 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -13
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +3 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +3 -18
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +3 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +22 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +7 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -4
- data/vendor/local/share/info/gmp.info +153 -158
- data/vendor/local/share/info/gmp.info-1 +131 -178
- data/vendor/local/share/info/gmp.info-2 +250 -193
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/license/gmp/AUTHORS +1 -1
- data/vendor/local/share/license/pcre/AUTHORS +45 -0
- data/vendor/local/share/license/pcre/COPYING +5 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
- data/vendor/local/share/man/man1/envsubst.1 +1 -1
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +23 -22
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +7 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_check_version.3 +1 -1
- data/vendor/local/share/man/man3/asn1_copy_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_create_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_coding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +1 -1
- data/vendor/local/share/man/man3/asn1_dup_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +1 -1
- data/vendor/local/share/man/man3/asn1_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2array.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_perror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_print_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_node_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_tag.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value_type.3 +1 -1
- data/vendor/local/share/man/man3/asn1_strerror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_write_value.3 +1 -1
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
- data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
- data/vendor/local/share/man/man3/gettext.3 +1 -1
- data/vendor/local/share/man/man3/ngettext.3 +1 -1
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2919 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- data/vendor/local/share/man/man3/textdomain.3 +1 -1
- metadata +233 -22
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/vendor/local/bin/libhogweed-4-1.dll +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +0 -1537
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +0 -679
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +0 -572
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +0 -561
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +0 -39
- data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +0 -46
- data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +0 -48
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +0 -161
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +0 -51
@@ -157,6 +157,7 @@
|
|
157
157
|
<ANCHOR id="G-FILE-MONITOR-WATCH-MOUNTS:CAPS" href="gio/GFile.html#G-FILE-MONITOR-WATCH-MOUNTS:CAPS">
|
158
158
|
<ANCHOR id="G-FILE-MONITOR-SEND-MOVED:CAPS" href="gio/GFile.html#G-FILE-MONITOR-SEND-MOVED:CAPS">
|
159
159
|
<ANCHOR id="G-FILE-MONITOR-WATCH-HARD-LINKS:CAPS" href="gio/GFile.html#G-FILE-MONITOR-WATCH-HARD-LINKS:CAPS">
|
160
|
+
<ANCHOR id="G-FILE-MONITOR-WATCH-MOVES:CAPS" href="gio/GFile.html#G-FILE-MONITOR-WATCH-MOVES:CAPS">
|
160
161
|
<ANCHOR id="GFileMeasureFlags" href="gio/GFile.html#GFileMeasureFlags">
|
161
162
|
<ANCHOR id="G-FILE-MEASURE-NONE:CAPS" href="gio/GFile.html#G-FILE-MEASURE-NONE:CAPS">
|
162
163
|
<ANCHOR id="G-FILE-MEASURE-REPORT-ANY-ERROR:CAPS" href="gio/GFile.html#G-FILE-MEASURE-REPORT-ANY-ERROR:CAPS">
|
@@ -300,6 +301,7 @@
|
|
300
301
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-IS-BACKUP:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-BACKUP:CAPS">
|
301
302
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS">
|
302
303
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-IS-VIRTUAL:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-VIRTUAL:CAPS">
|
304
|
+
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-IS-VOLATILE:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-VOLATILE:CAPS">
|
303
305
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS">
|
304
306
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS">
|
305
307
|
<ANCHOR id="G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS" href="gio/GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS">
|
@@ -456,6 +458,7 @@
|
|
456
458
|
<ANCHOR id="G-IO-ERROR-BROKEN-PIPE:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-BROKEN-PIPE:CAPS">
|
457
459
|
<ANCHOR id="G-IO-ERROR-CONNECTION-CLOSED:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-CONNECTION-CLOSED:CAPS">
|
458
460
|
<ANCHOR id="G-IO-ERROR-NOT-CONNECTED:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-NOT-CONNECTED:CAPS">
|
461
|
+
<ANCHOR id="G-IO-ERROR-MESSAGE-TOO-LARGE:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR-MESSAGE-TOO-LARGE:CAPS">
|
459
462
|
<ANCHOR id="GMountOperation" href="gio/GMountOperation.html">
|
460
463
|
<ANCHOR id="GMountOperation.functions" href="gio/GMountOperation.html#GMountOperation.functions">
|
461
464
|
<ANCHOR id="GMountOperation.properties" href="gio/GMountOperation.html#GMountOperation.properties">
|
@@ -532,10 +535,12 @@
|
|
532
535
|
<ANCHOR id="G-FILE-MONITOR-EVENT-PRE-UNMOUNT:CAPS" href="gio/GFileMonitor.html#G-FILE-MONITOR-EVENT-PRE-UNMOUNT:CAPS">
|
533
536
|
<ANCHOR id="G-FILE-MONITOR-EVENT-UNMOUNTED:CAPS" href="gio/GFileMonitor.html#G-FILE-MONITOR-EVENT-UNMOUNTED:CAPS">
|
534
537
|
<ANCHOR id="G-FILE-MONITOR-EVENT-MOVED:CAPS" href="gio/GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED:CAPS">
|
538
|
+
<ANCHOR id="G-FILE-MONITOR-EVENT-RENAMED:CAPS" href="gio/GFileMonitor.html#G-FILE-MONITOR-EVENT-RENAMED:CAPS">
|
539
|
+
<ANCHOR id="G-FILE-MONITOR-EVENT-MOVED-IN:CAPS" href="gio/GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED-IN:CAPS">
|
540
|
+
<ANCHOR id="G-FILE-MONITOR-EVENT-MOVED-OUT:CAPS" href="gio/GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED-OUT:CAPS">
|
535
541
|
<ANCHOR id="GFileMonitor-struct" href="gio/GFileMonitor.html#GFileMonitor-struct">
|
536
542
|
<ANCHOR id="GFileMonitor.property-details" href="gio/GFileMonitor.html#GFileMonitor.property-details">
|
537
543
|
<ANCHOR id="GFileMonitor--cancelled" href="gio/GFileMonitor.html#GFileMonitor--cancelled">
|
538
|
-
<ANCHOR id="GFileMonitor--context" href="gio/GFileMonitor.html#GFileMonitor--context">
|
539
544
|
<ANCHOR id="GFileMonitor--rate-limit" href="gio/GFileMonitor.html#GFileMonitor--rate-limit">
|
540
545
|
<ANCHOR id="GFileMonitor.signal-details" href="gio/GFileMonitor.html#GFileMonitor.signal-details">
|
541
546
|
<ANCHOR id="GFileMonitor-changed" href="gio/GFileMonitor.html#GFileMonitor-changed">
|
@@ -1928,6 +1933,7 @@
|
|
1928
1933
|
<ANCHOR id="g-socket-receive" href="gio/GSocket.html#g-socket-receive">
|
1929
1934
|
<ANCHOR id="g-socket-receive-from" href="gio/GSocket.html#g-socket-receive-from">
|
1930
1935
|
<ANCHOR id="g-socket-receive-message" href="gio/GSocket.html#g-socket-receive-message">
|
1936
|
+
<ANCHOR id="g-socket-receive-messages" href="gio/GSocket.html#g-socket-receive-messages">
|
1931
1937
|
<ANCHOR id="g-socket-receive-with-blocking" href="gio/GSocket.html#g-socket-receive-with-blocking">
|
1932
1938
|
<ANCHOR id="g-socket-send" href="gio/GSocket.html#g-socket-send">
|
1933
1939
|
<ANCHOR id="g-socket-send-to" href="gio/GSocket.html#g-socket-send-to">
|
@@ -1990,6 +1996,7 @@
|
|
1990
1996
|
<ANCHOR id="G-SOCKET-MSG-PEEK:CAPS" href="gio/GSocket.html#G-SOCKET-MSG-PEEK:CAPS">
|
1991
1997
|
<ANCHOR id="G-SOCKET-MSG-DONTROUTE:CAPS" href="gio/GSocket.html#G-SOCKET-MSG-DONTROUTE:CAPS">
|
1992
1998
|
<ANCHOR id="GInputVector" href="gio/GSocket.html#GInputVector">
|
1999
|
+
<ANCHOR id="GInputMessage" href="gio/GSocket.html#GInputMessage">
|
1993
2000
|
<ANCHOR id="GOutputVector" href="gio/GSocket.html#GOutputVector">
|
1994
2001
|
<ANCHOR id="GOutputMessage" href="gio/GSocket.html#GOutputMessage">
|
1995
2002
|
<ANCHOR id="GSocket.property-details" href="gio/GSocket.html#GSocket.property-details">
|
@@ -2008,6 +2015,26 @@
|
|
2008
2015
|
<ANCHOR id="GSocket--ttl" href="gio/GSocket.html#GSocket--ttl">
|
2009
2016
|
<ANCHOR id="GSocket--type" href="gio/GSocket.html#GSocket--type">
|
2010
2017
|
<ANCHOR id="GSocket.see-also" href="gio/GSocket.html#GSocket.see-also">
|
2018
|
+
<ANCHOR id="GDatagramBased" href="gio/GDatagramBased.html">
|
2019
|
+
<ANCHOR id="GDatagramBased.functions" href="gio/GDatagramBased.html#GDatagramBased.functions">
|
2020
|
+
<ANCHOR id="GDatagramBased.other" href="gio/GDatagramBased.html#GDatagramBased.other">
|
2021
|
+
<ANCHOR id="GDatagramBased.object-hierarchy" href="gio/GDatagramBased.html#GDatagramBased.object-hierarchy">
|
2022
|
+
<ANCHOR id="GDatagramBased.prerequisites" href="gio/GDatagramBased.html#GDatagramBased.prerequisites">
|
2023
|
+
<ANCHOR id="GDatagramBased.derived-interfaces" href="gio/GDatagramBased.html#GDatagramBased.derived-interfaces">
|
2024
|
+
<ANCHOR id="GDatagramBased.implementations" href="gio/GDatagramBased.html#GDatagramBased.implementations">
|
2025
|
+
<ANCHOR id="GDatagramBased.includes" href="gio/GDatagramBased.html#GDatagramBased.includes">
|
2026
|
+
<ANCHOR id="GDatagramBased.description" href="gio/GDatagramBased.html#GDatagramBased.description">
|
2027
|
+
<ANCHOR id="GDatagramBased.functions_details" href="gio/GDatagramBased.html#GDatagramBased.functions_details">
|
2028
|
+
<ANCHOR id="GDatagramBasedSourceFunc" href="gio/GDatagramBased.html#GDatagramBasedSourceFunc">
|
2029
|
+
<ANCHOR id="g-datagram-based-receive-messages" href="gio/GDatagramBased.html#g-datagram-based-receive-messages">
|
2030
|
+
<ANCHOR id="g-datagram-based-send-messages" href="gio/GDatagramBased.html#g-datagram-based-send-messages">
|
2031
|
+
<ANCHOR id="g-datagram-based-create-source" href="gio/GDatagramBased.html#g-datagram-based-create-source">
|
2032
|
+
<ANCHOR id="g-datagram-based-condition-check" href="gio/GDatagramBased.html#g-datagram-based-condition-check">
|
2033
|
+
<ANCHOR id="g-datagram-based-condition-wait" href="gio/GDatagramBased.html#g-datagram-based-condition-wait">
|
2034
|
+
<ANCHOR id="GDatagramBased.other_details" href="gio/GDatagramBased.html#GDatagramBased.other_details">
|
2035
|
+
<ANCHOR id="GDatagramBased-struct" href="gio/GDatagramBased.html#GDatagramBased-struct">
|
2036
|
+
<ANCHOR id="GDatagramBasedInterface" href="gio/GDatagramBased.html#GDatagramBasedInterface">
|
2037
|
+
<ANCHOR id="GDatagramBased.see-also" href="gio/GDatagramBased.html#GDatagramBased.see-also">
|
2011
2038
|
<ANCHOR id="GInetAddress" href="gio/GInetAddress.html">
|
2012
2039
|
<ANCHOR id="GInetAddress.functions" href="gio/GInetAddress.html#GInetAddress.functions">
|
2013
2040
|
<ANCHOR id="GInetAddress.properties" href="gio/GInetAddress.html#GInetAddress.properties">
|
@@ -2431,6 +2458,7 @@
|
|
2431
2458
|
<ANCHOR id="GSocketListener" href="gio/GSocketListener.html">
|
2432
2459
|
<ANCHOR id="GSocketListener.functions" href="gio/GSocketListener.html#GSocketListener.functions">
|
2433
2460
|
<ANCHOR id="GSocketListener.properties" href="gio/GSocketListener.html#GSocketListener.properties">
|
2461
|
+
<ANCHOR id="GSocketListener.signals" href="gio/GSocketListener.html#GSocketListener.signals">
|
2434
2462
|
<ANCHOR id="GSocketListener.other" href="gio/GSocketListener.html#GSocketListener.other">
|
2435
2463
|
<ANCHOR id="GSocketListener.object-hierarchy" href="gio/GSocketListener.html#GSocketListener.object-hierarchy">
|
2436
2464
|
<ANCHOR id="GSocketListener.includes" href="gio/GSocketListener.html#GSocketListener.includes">
|
@@ -2451,11 +2479,19 @@
|
|
2451
2479
|
<ANCHOR id="g-socket-listener-set-backlog" href="gio/GSocketListener.html#g-socket-listener-set-backlog">
|
2452
2480
|
<ANCHOR id="GSocketListener.other_details" href="gio/GSocketListener.html#GSocketListener.other_details">
|
2453
2481
|
<ANCHOR id="GSocketListener-struct" href="gio/GSocketListener.html#GSocketListener-struct">
|
2482
|
+
<ANCHOR id="GSocketListenerEvent" href="gio/GSocketListener.html#GSocketListenerEvent">
|
2483
|
+
<ANCHOR id="G-SOCKET-LISTENER-BINDING:CAPS" href="gio/GSocketListener.html#G-SOCKET-LISTENER-BINDING:CAPS">
|
2484
|
+
<ANCHOR id="G-SOCKET-LISTENER-BOUND:CAPS" href="gio/GSocketListener.html#G-SOCKET-LISTENER-BOUND:CAPS">
|
2485
|
+
<ANCHOR id="G-SOCKET-LISTENER-LISTENING:CAPS" href="gio/GSocketListener.html#G-SOCKET-LISTENER-LISTENING:CAPS">
|
2486
|
+
<ANCHOR id="G-SOCKET-LISTENER-LISTENED:CAPS" href="gio/GSocketListener.html#G-SOCKET-LISTENER-LISTENED:CAPS">
|
2454
2487
|
<ANCHOR id="GSocketListener.property-details" href="gio/GSocketListener.html#GSocketListener.property-details">
|
2455
2488
|
<ANCHOR id="GSocketListener--listen-backlog" href="gio/GSocketListener.html#GSocketListener--listen-backlog">
|
2489
|
+
<ANCHOR id="GSocketListener.signal-details" href="gio/GSocketListener.html#GSocketListener.signal-details">
|
2490
|
+
<ANCHOR id="GSocketListener-event" href="gio/GSocketListener.html#GSocketListener-event">
|
2456
2491
|
<ANCHOR id="GSocketListener.see-also" href="gio/GSocketListener.html#GSocketListener.see-also">
|
2457
2492
|
<ANCHOR id="GSocketService" href="gio/GSocketService.html">
|
2458
2493
|
<ANCHOR id="GSocketService.functions" href="gio/GSocketService.html#GSocketService.functions">
|
2494
|
+
<ANCHOR id="GSocketService.properties" href="gio/GSocketService.html#GSocketService.properties">
|
2459
2495
|
<ANCHOR id="GSocketService.signals" href="gio/GSocketService.html#GSocketService.signals">
|
2460
2496
|
<ANCHOR id="GSocketService.other" href="gio/GSocketService.html#GSocketService.other">
|
2461
2497
|
<ANCHOR id="GSocketService.object-hierarchy" href="gio/GSocketService.html#GSocketService.object-hierarchy">
|
@@ -2468,6 +2504,8 @@
|
|
2468
2504
|
<ANCHOR id="g-socket-service-is-active" href="gio/GSocketService.html#g-socket-service-is-active">
|
2469
2505
|
<ANCHOR id="GSocketService.other_details" href="gio/GSocketService.html#GSocketService.other_details">
|
2470
2506
|
<ANCHOR id="GSocketService-struct" href="gio/GSocketService.html#GSocketService-struct">
|
2507
|
+
<ANCHOR id="GSocketService.property-details" href="gio/GSocketService.html#GSocketService.property-details">
|
2508
|
+
<ANCHOR id="GSocketService--active" href="gio/GSocketService.html#GSocketService--active">
|
2471
2509
|
<ANCHOR id="GSocketService.signal-details" href="gio/GSocketService.html#GSocketService.signal-details">
|
2472
2510
|
<ANCHOR id="GSocketService-incoming" href="gio/GSocketService.html#GSocketService-incoming">
|
2473
2511
|
<ANCHOR id="GSocketService.see-also" href="gio/GSocketService.html#GSocketService.see-also">
|
@@ -2500,6 +2538,7 @@
|
|
2500
2538
|
<ANCHOR id="GNetworkMonitor.functions_details" href="gio/GNetworkMonitor.html#GNetworkMonitor.functions_details">
|
2501
2539
|
<ANCHOR id="g-network-monitor-get-default" href="gio/GNetworkMonitor.html#g-network-monitor-get-default">
|
2502
2540
|
<ANCHOR id="g-network-monitor-get-network-available" href="gio/GNetworkMonitor.html#g-network-monitor-get-network-available">
|
2541
|
+
<ANCHOR id="g-network-monitor-get-network-metered" href="gio/GNetworkMonitor.html#g-network-monitor-get-network-metered">
|
2503
2542
|
<ANCHOR id="g-network-monitor-can-reach" href="gio/GNetworkMonitor.html#g-network-monitor-can-reach">
|
2504
2543
|
<ANCHOR id="g-network-monitor-can-reach-async" href="gio/GNetworkMonitor.html#g-network-monitor-can-reach-async">
|
2505
2544
|
<ANCHOR id="g-network-monitor-can-reach-finish" href="gio/GNetworkMonitor.html#g-network-monitor-can-reach-finish">
|
@@ -2516,6 +2555,7 @@
|
|
2516
2555
|
<ANCHOR id="GNetworkMonitor.property-details" href="gio/GNetworkMonitor.html#GNetworkMonitor.property-details">
|
2517
2556
|
<ANCHOR id="GNetworkMonitor--connectivity" href="gio/GNetworkMonitor.html#GNetworkMonitor--connectivity">
|
2518
2557
|
<ANCHOR id="GNetworkMonitor--network-available" href="gio/GNetworkMonitor.html#GNetworkMonitor--network-available">
|
2558
|
+
<ANCHOR id="GNetworkMonitor--network-metered" href="gio/GNetworkMonitor.html#GNetworkMonitor--network-metered">
|
2519
2559
|
<ANCHOR id="GNetworkMonitor.signal-details" href="gio/GNetworkMonitor.html#GNetworkMonitor.signal-details">
|
2520
2560
|
<ANCHOR id="GNetworkMonitor-network-changed" href="gio/GNetworkMonitor.html#GNetworkMonitor-network-changed">
|
2521
2561
|
<ANCHOR id="gio-TLS-Overview" href="gio/gio-TLS-Overview.html">
|
@@ -2634,6 +2674,7 @@
|
|
2634
2674
|
<ANCHOR id="g-tls-client-connection-set-use-ssl3" href="gio/GTlsClientConnection.html#g-tls-client-connection-set-use-ssl3">
|
2635
2675
|
<ANCHOR id="g-tls-client-connection-get-use-ssl3" href="gio/GTlsClientConnection.html#g-tls-client-connection-get-use-ssl3">
|
2636
2676
|
<ANCHOR id="g-tls-client-connection-get-accepted-cas" href="gio/GTlsClientConnection.html#g-tls-client-connection-get-accepted-cas">
|
2677
|
+
<ANCHOR id="g-tls-client-connection-copy-session-state" href="gio/GTlsClientConnection.html#g-tls-client-connection-copy-session-state">
|
2637
2678
|
<ANCHOR id="GTlsClientConnection.other_details" href="gio/GTlsClientConnection.html#GTlsClientConnection.other_details">
|
2638
2679
|
<ANCHOR id="GTlsClientConnection-struct" href="gio/GTlsClientConnection.html#GTlsClientConnection-struct">
|
2639
2680
|
<ANCHOR id="GTlsClientConnectionInterface" href="gio/GTlsClientConnection.html#GTlsClientConnectionInterface">
|
@@ -2657,6 +2698,89 @@
|
|
2657
2698
|
<ANCHOR id="GTlsServerConnectionInterface" href="gio/GTlsServerConnection.html#GTlsServerConnectionInterface">
|
2658
2699
|
<ANCHOR id="GTlsServerConnection.property-details" href="gio/GTlsServerConnection.html#GTlsServerConnection.property-details">
|
2659
2700
|
<ANCHOR id="GTlsServerConnection--authentication-mode" href="gio/GTlsServerConnection.html#GTlsServerConnection--authentication-mode">
|
2701
|
+
<ANCHOR id="GDtlsConnection" href="gio/GDtlsConnection.html">
|
2702
|
+
<ANCHOR id="GDtlsConnection.functions" href="gio/GDtlsConnection.html#GDtlsConnection.functions">
|
2703
|
+
<ANCHOR id="GDtlsConnection.properties" href="gio/GDtlsConnection.html#GDtlsConnection.properties">
|
2704
|
+
<ANCHOR id="GDtlsConnection.signals" href="gio/GDtlsConnection.html#GDtlsConnection.signals">
|
2705
|
+
<ANCHOR id="GDtlsConnection.other" href="gio/GDtlsConnection.html#GDtlsConnection.other">
|
2706
|
+
<ANCHOR id="GDtlsConnection.object-hierarchy" href="gio/GDtlsConnection.html#GDtlsConnection.object-hierarchy">
|
2707
|
+
<ANCHOR id="GDtlsConnection.prerequisites" href="gio/GDtlsConnection.html#GDtlsConnection.prerequisites">
|
2708
|
+
<ANCHOR id="GDtlsConnection.derived-interfaces" href="gio/GDtlsConnection.html#GDtlsConnection.derived-interfaces">
|
2709
|
+
<ANCHOR id="GDtlsConnection.includes" href="gio/GDtlsConnection.html#GDtlsConnection.includes">
|
2710
|
+
<ANCHOR id="GDtlsConnection.description" href="gio/GDtlsConnection.html#GDtlsConnection.description">
|
2711
|
+
<ANCHOR id="GDtlsConnection.functions_details" href="gio/GDtlsConnection.html#GDtlsConnection.functions_details">
|
2712
|
+
<ANCHOR id="g-dtls-connection-set-certificate" href="gio/GDtlsConnection.html#g-dtls-connection-set-certificate">
|
2713
|
+
<ANCHOR id="g-dtls-connection-get-certificate" href="gio/GDtlsConnection.html#g-dtls-connection-get-certificate">
|
2714
|
+
<ANCHOR id="g-dtls-connection-get-peer-certificate" href="gio/GDtlsConnection.html#g-dtls-connection-get-peer-certificate">
|
2715
|
+
<ANCHOR id="g-dtls-connection-get-peer-certificate-errors" href="gio/GDtlsConnection.html#g-dtls-connection-get-peer-certificate-errors">
|
2716
|
+
<ANCHOR id="g-dtls-connection-set-require-close-notify" href="gio/GDtlsConnection.html#g-dtls-connection-set-require-close-notify">
|
2717
|
+
<ANCHOR id="g-dtls-connection-get-require-close-notify" href="gio/GDtlsConnection.html#g-dtls-connection-get-require-close-notify">
|
2718
|
+
<ANCHOR id="g-dtls-connection-set-rehandshake-mode" href="gio/GDtlsConnection.html#g-dtls-connection-set-rehandshake-mode">
|
2719
|
+
<ANCHOR id="g-dtls-connection-get-rehandshake-mode" href="gio/GDtlsConnection.html#g-dtls-connection-get-rehandshake-mode">
|
2720
|
+
<ANCHOR id="g-dtls-connection-get-database" href="gio/GDtlsConnection.html#g-dtls-connection-get-database">
|
2721
|
+
<ANCHOR id="g-dtls-connection-set-database" href="gio/GDtlsConnection.html#g-dtls-connection-set-database">
|
2722
|
+
<ANCHOR id="g-dtls-connection-get-interaction" href="gio/GDtlsConnection.html#g-dtls-connection-get-interaction">
|
2723
|
+
<ANCHOR id="g-dtls-connection-set-interaction" href="gio/GDtlsConnection.html#g-dtls-connection-set-interaction">
|
2724
|
+
<ANCHOR id="g-dtls-connection-handshake" href="gio/GDtlsConnection.html#g-dtls-connection-handshake">
|
2725
|
+
<ANCHOR id="g-dtls-connection-handshake-async" href="gio/GDtlsConnection.html#g-dtls-connection-handshake-async">
|
2726
|
+
<ANCHOR id="g-dtls-connection-handshake-finish" href="gio/GDtlsConnection.html#g-dtls-connection-handshake-finish">
|
2727
|
+
<ANCHOR id="g-dtls-connection-shutdown" href="gio/GDtlsConnection.html#g-dtls-connection-shutdown">
|
2728
|
+
<ANCHOR id="g-dtls-connection-shutdown-async" href="gio/GDtlsConnection.html#g-dtls-connection-shutdown-async">
|
2729
|
+
<ANCHOR id="g-dtls-connection-shutdown-finish" href="gio/GDtlsConnection.html#g-dtls-connection-shutdown-finish">
|
2730
|
+
<ANCHOR id="g-dtls-connection-close" href="gio/GDtlsConnection.html#g-dtls-connection-close">
|
2731
|
+
<ANCHOR id="g-dtls-connection-close-async" href="gio/GDtlsConnection.html#g-dtls-connection-close-async">
|
2732
|
+
<ANCHOR id="g-dtls-connection-close-finish" href="gio/GDtlsConnection.html#g-dtls-connection-close-finish">
|
2733
|
+
<ANCHOR id="g-dtls-connection-emit-accept-certificate" href="gio/GDtlsConnection.html#g-dtls-connection-emit-accept-certificate">
|
2734
|
+
<ANCHOR id="GDtlsConnection.other_details" href="gio/GDtlsConnection.html#GDtlsConnection.other_details">
|
2735
|
+
<ANCHOR id="GDtlsConnection-struct" href="gio/GDtlsConnection.html#GDtlsConnection-struct">
|
2736
|
+
<ANCHOR id="GDtlsConnection.property-details" href="gio/GDtlsConnection.html#GDtlsConnection.property-details">
|
2737
|
+
<ANCHOR id="GDtlsConnection--base-socket" href="gio/GDtlsConnection.html#GDtlsConnection--base-socket">
|
2738
|
+
<ANCHOR id="GDtlsConnection--certificate" href="gio/GDtlsConnection.html#GDtlsConnection--certificate">
|
2739
|
+
<ANCHOR id="GDtlsConnection--database" href="gio/GDtlsConnection.html#GDtlsConnection--database">
|
2740
|
+
<ANCHOR id="GDtlsConnection--interaction" href="gio/GDtlsConnection.html#GDtlsConnection--interaction">
|
2741
|
+
<ANCHOR id="GDtlsConnection--peer-certificate" href="gio/GDtlsConnection.html#GDtlsConnection--peer-certificate">
|
2742
|
+
<ANCHOR id="GDtlsConnection--peer-certificate-errors" href="gio/GDtlsConnection.html#GDtlsConnection--peer-certificate-errors">
|
2743
|
+
<ANCHOR id="GDtlsConnection--rehandshake-mode" href="gio/GDtlsConnection.html#GDtlsConnection--rehandshake-mode">
|
2744
|
+
<ANCHOR id="GDtlsConnection--require-close-notify" href="gio/GDtlsConnection.html#GDtlsConnection--require-close-notify">
|
2745
|
+
<ANCHOR id="GDtlsConnection.signal-details" href="gio/GDtlsConnection.html#GDtlsConnection.signal-details">
|
2746
|
+
<ANCHOR id="GDtlsConnection-accept-certificate" href="gio/GDtlsConnection.html#GDtlsConnection-accept-certificate">
|
2747
|
+
<ANCHOR id="GDtlsClientConnection" href="gio/GDtlsClientConnection.html">
|
2748
|
+
<ANCHOR id="GDtlsClientConnection.functions" href="gio/GDtlsClientConnection.html#GDtlsClientConnection.functions">
|
2749
|
+
<ANCHOR id="GDtlsClientConnection.properties" href="gio/GDtlsClientConnection.html#GDtlsClientConnection.properties">
|
2750
|
+
<ANCHOR id="GDtlsClientConnection.other" href="gio/GDtlsClientConnection.html#GDtlsClientConnection.other">
|
2751
|
+
<ANCHOR id="GDtlsClientConnection.object-hierarchy" href="gio/GDtlsClientConnection.html#GDtlsClientConnection.object-hierarchy">
|
2752
|
+
<ANCHOR id="GDtlsClientConnection.prerequisites" href="gio/GDtlsClientConnection.html#GDtlsClientConnection.prerequisites">
|
2753
|
+
<ANCHOR id="GDtlsClientConnection.includes" href="gio/GDtlsClientConnection.html#GDtlsClientConnection.includes">
|
2754
|
+
<ANCHOR id="GDtlsClientConnection.description" href="gio/GDtlsClientConnection.html#GDtlsClientConnection.description">
|
2755
|
+
<ANCHOR id="GDtlsClientConnection.functions_details" href="gio/GDtlsClientConnection.html#GDtlsClientConnection.functions_details">
|
2756
|
+
<ANCHOR id="g-dtls-client-connection-new" href="gio/GDtlsClientConnection.html#g-dtls-client-connection-new">
|
2757
|
+
<ANCHOR id="g-dtls-client-connection-set-server-identity" href="gio/GDtlsClientConnection.html#g-dtls-client-connection-set-server-identity">
|
2758
|
+
<ANCHOR id="g-dtls-client-connection-get-server-identity" href="gio/GDtlsClientConnection.html#g-dtls-client-connection-get-server-identity">
|
2759
|
+
<ANCHOR id="g-dtls-client-connection-set-validation-flags" href="gio/GDtlsClientConnection.html#g-dtls-client-connection-set-validation-flags">
|
2760
|
+
<ANCHOR id="g-dtls-client-connection-get-validation-flags" href="gio/GDtlsClientConnection.html#g-dtls-client-connection-get-validation-flags">
|
2761
|
+
<ANCHOR id="g-dtls-client-connection-get-accepted-cas" href="gio/GDtlsClientConnection.html#g-dtls-client-connection-get-accepted-cas">
|
2762
|
+
<ANCHOR id="GDtlsClientConnection.other_details" href="gio/GDtlsClientConnection.html#GDtlsClientConnection.other_details">
|
2763
|
+
<ANCHOR id="GDtlsClientConnection-struct" href="gio/GDtlsClientConnection.html#GDtlsClientConnection-struct">
|
2764
|
+
<ANCHOR id="GDtlsClientConnectionInterface" href="gio/GDtlsClientConnection.html#GDtlsClientConnectionInterface">
|
2765
|
+
<ANCHOR id="GDtlsClientConnection.property-details" href="gio/GDtlsClientConnection.html#GDtlsClientConnection.property-details">
|
2766
|
+
<ANCHOR id="GDtlsClientConnection--accepted-cas" href="gio/GDtlsClientConnection.html#GDtlsClientConnection--accepted-cas">
|
2767
|
+
<ANCHOR id="GDtlsClientConnection--server-identity" href="gio/GDtlsClientConnection.html#GDtlsClientConnection--server-identity">
|
2768
|
+
<ANCHOR id="GDtlsClientConnection--validation-flags" href="gio/GDtlsClientConnection.html#GDtlsClientConnection--validation-flags">
|
2769
|
+
<ANCHOR id="GDtlsServerConnection" href="gio/GDtlsServerConnection.html">
|
2770
|
+
<ANCHOR id="GDtlsServerConnection.functions" href="gio/GDtlsServerConnection.html#GDtlsServerConnection.functions">
|
2771
|
+
<ANCHOR id="GDtlsServerConnection.properties" href="gio/GDtlsServerConnection.html#GDtlsServerConnection.properties">
|
2772
|
+
<ANCHOR id="GDtlsServerConnection.other" href="gio/GDtlsServerConnection.html#GDtlsServerConnection.other">
|
2773
|
+
<ANCHOR id="GDtlsServerConnection.object-hierarchy" href="gio/GDtlsServerConnection.html#GDtlsServerConnection.object-hierarchy">
|
2774
|
+
<ANCHOR id="GDtlsServerConnection.prerequisites" href="gio/GDtlsServerConnection.html#GDtlsServerConnection.prerequisites">
|
2775
|
+
<ANCHOR id="GDtlsServerConnection.includes" href="gio/GDtlsServerConnection.html#GDtlsServerConnection.includes">
|
2776
|
+
<ANCHOR id="GDtlsServerConnection.description" href="gio/GDtlsServerConnection.html#GDtlsServerConnection.description">
|
2777
|
+
<ANCHOR id="GDtlsServerConnection.functions_details" href="gio/GDtlsServerConnection.html#GDtlsServerConnection.functions_details">
|
2778
|
+
<ANCHOR id="g-dtls-server-connection-new" href="gio/GDtlsServerConnection.html#g-dtls-server-connection-new">
|
2779
|
+
<ANCHOR id="GDtlsServerConnection.other_details" href="gio/GDtlsServerConnection.html#GDtlsServerConnection.other_details">
|
2780
|
+
<ANCHOR id="GDtlsServerConnection-struct" href="gio/GDtlsServerConnection.html#GDtlsServerConnection-struct">
|
2781
|
+
<ANCHOR id="GDtlsServerConnectionInterface" href="gio/GDtlsServerConnection.html#GDtlsServerConnectionInterface">
|
2782
|
+
<ANCHOR id="GDtlsServerConnection.property-details" href="gio/GDtlsServerConnection.html#GDtlsServerConnection.property-details">
|
2783
|
+
<ANCHOR id="GDtlsServerConnection--authentication-mode" href="gio/GDtlsServerConnection.html#GDtlsServerConnection--authentication-mode">
|
2660
2784
|
<ANCHOR id="GTlsBackend" href="gio/GTlsBackend.html">
|
2661
2785
|
<ANCHOR id="GTlsBackend.functions" href="gio/GTlsBackend.html#GTlsBackend.functions">
|
2662
2786
|
<ANCHOR id="GTlsBackend.other" href="gio/GTlsBackend.html#GTlsBackend.other">
|
@@ -2667,10 +2791,13 @@
|
|
2667
2791
|
<ANCHOR id="GTlsBackend.functions_details" href="gio/GTlsBackend.html#GTlsBackend.functions_details">
|
2668
2792
|
<ANCHOR id="g-tls-backend-get-default" href="gio/GTlsBackend.html#g-tls-backend-get-default">
|
2669
2793
|
<ANCHOR id="g-tls-backend-supports-tls" href="gio/GTlsBackend.html#g-tls-backend-supports-tls">
|
2794
|
+
<ANCHOR id="g-tls-backend-supports-dtls" href="gio/GTlsBackend.html#g-tls-backend-supports-dtls">
|
2670
2795
|
<ANCHOR id="g-tls-backend-get-default-database" href="gio/GTlsBackend.html#g-tls-backend-get-default-database">
|
2671
2796
|
<ANCHOR id="g-tls-backend-get-certificate-type" href="gio/GTlsBackend.html#g-tls-backend-get-certificate-type">
|
2672
2797
|
<ANCHOR id="g-tls-backend-get-client-connection-type" href="gio/GTlsBackend.html#g-tls-backend-get-client-connection-type">
|
2673
2798
|
<ANCHOR id="g-tls-backend-get-server-connection-type" href="gio/GTlsBackend.html#g-tls-backend-get-server-connection-type">
|
2799
|
+
<ANCHOR id="g-tls-backend-get-dtls-client-connection-type" href="gio/GTlsBackend.html#g-tls-backend-get-dtls-client-connection-type">
|
2800
|
+
<ANCHOR id="g-tls-backend-get-dtls-server-connection-type" href="gio/GTlsBackend.html#g-tls-backend-get-dtls-server-connection-type">
|
2674
2801
|
<ANCHOR id="g-tls-backend-get-file-database-type" href="gio/GTlsBackend.html#g-tls-backend-get-file-database-type">
|
2675
2802
|
<ANCHOR id="GTlsBackend.other_details" href="gio/GTlsBackend.html#GTlsBackend.other_details">
|
2676
2803
|
<ANCHOR id="G-TLS-BACKEND-EXTENSION-POINT-NAME:CAPS" href="gio/GTlsBackend.html#G-TLS-BACKEND-EXTENSION-POINT-NAME:CAPS">
|
@@ -2699,6 +2826,7 @@
|
|
2699
2826
|
<ANCHOR id="g-tls-database-lookup-certificate-for-handle-finish" href="gio/GTlsDatabase.html#g-tls-database-lookup-certificate-for-handle-finish">
|
2700
2827
|
<ANCHOR id="GTlsDatabase.other_details" href="gio/GTlsDatabase.html#GTlsDatabase.other_details">
|
2701
2828
|
<ANCHOR id="GTlsDatabase-struct" href="gio/GTlsDatabase.html#GTlsDatabase-struct">
|
2829
|
+
<ANCHOR id="GTlsDatabaseClass" href="gio/GTlsDatabase.html#GTlsDatabaseClass">
|
2702
2830
|
<ANCHOR id="GTlsDatabaseVerifyFlags" href="gio/GTlsDatabase.html#GTlsDatabaseVerifyFlags">
|
2703
2831
|
<ANCHOR id="G-TLS-DATABASE-VERIFY-NONE:CAPS" href="gio/GTlsDatabase.html#G-TLS-DATABASE-VERIFY-NONE:CAPS">
|
2704
2832
|
<ANCHOR id="G-TLS-DATABASE-PURPOSE-AUTHENTICATE-SERVER:CAPS" href="gio/GTlsDatabase.html#G-TLS-DATABASE-PURPOSE-AUTHENTICATE-SERVER:CAPS">
|
@@ -2744,6 +2872,7 @@
|
|
2744
2872
|
<ANCHOR id="G-TLS-INTERACTION-FAILED:CAPS" href="gio/GTlsInteraction.html#G-TLS-INTERACTION-FAILED:CAPS">
|
2745
2873
|
<ANCHOR id="GTlsCertificateRequestFlags" href="gio/GTlsInteraction.html#GTlsCertificateRequestFlags">
|
2746
2874
|
<ANCHOR id="G-TLS-CERTIFICATE-REQUEST-NONE:CAPS" href="gio/GTlsInteraction.html#G-TLS-CERTIFICATE-REQUEST-NONE:CAPS">
|
2875
|
+
<ANCHOR id="GTlsInteractionClass" href="gio/GTlsInteraction.html#GTlsInteractionClass">
|
2747
2876
|
<ANCHOR id="GTlsPassword" href="gio/GTlsPassword.html">
|
2748
2877
|
<ANCHOR id="GTlsPassword.functions" href="gio/GTlsPassword.html#GTlsPassword.functions">
|
2749
2878
|
<ANCHOR id="GTlsPassword.properties" href="gio/GTlsPassword.html#GTlsPassword.properties">
|
@@ -2864,6 +2993,7 @@
|
|
2864
2993
|
<ANCHOR id="GSocketConnectable.functions_details" href="gio/GSocketConnectable.html#GSocketConnectable.functions_details">
|
2865
2994
|
<ANCHOR id="g-socket-connectable-enumerate" href="gio/GSocketConnectable.html#g-socket-connectable-enumerate">
|
2866
2995
|
<ANCHOR id="g-socket-connectable-proxy-enumerate" href="gio/GSocketConnectable.html#g-socket-connectable-proxy-enumerate">
|
2996
|
+
<ANCHOR id="g-socket-connectable-to-string" href="gio/GSocketConnectable.html#g-socket-connectable-to-string">
|
2867
2997
|
<ANCHOR id="g-socket-address-enumerator-next" href="gio/GSocketConnectable.html#g-socket-address-enumerator-next">
|
2868
2998
|
<ANCHOR id="g-socket-address-enumerator-next-async" href="gio/GSocketConnectable.html#g-socket-address-enumerator-next-async">
|
2869
2999
|
<ANCHOR id="g-socket-address-enumerator-next-finish" href="gio/GSocketConnectable.html#g-socket-address-enumerator-next-finish">
|
@@ -3156,6 +3286,7 @@
|
|
3156
3286
|
<ANCHOR id="G-DBUS-MESSAGE-FLAGS-NONE:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-NONE:CAPS">
|
3157
3287
|
<ANCHOR id="G-DBUS-MESSAGE-FLAGS-NO-REPLY-EXPECTED:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-NO-REPLY-EXPECTED:CAPS">
|
3158
3288
|
<ANCHOR id="G-DBUS-MESSAGE-FLAGS-NO-AUTO-START:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-NO-AUTO-START:CAPS">
|
3289
|
+
<ANCHOR id="G-DBUS-MESSAGE-FLAGS-ALLOW-INTERACTIVE-AUTHORIZATION:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-ALLOW-INTERACTIVE-AUTHORIZATION:CAPS">
|
3159
3290
|
<ANCHOR id="GDBusMessageHeaderField" href="gio/GDBusMessage.html#GDBusMessageHeaderField">
|
3160
3291
|
<ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-INVALID:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-INVALID:CAPS">
|
3161
3292
|
<ANCHOR id="G-DBUS-MESSAGE-HEADER-FIELD-PATH:CAPS" href="gio/GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-PATH:CAPS">
|
@@ -3229,6 +3360,7 @@
|
|
3229
3360
|
<ANCHOR id="GDBusInterfaceSetPropertyFunc" href="gio/GDBusConnection.html#GDBusInterfaceSetPropertyFunc">
|
3230
3361
|
<ANCHOR id="g-dbus-connection-register-object" href="gio/GDBusConnection.html#g-dbus-connection-register-object">
|
3231
3362
|
<ANCHOR id="g-dbus-connection-unregister-object" href="gio/GDBusConnection.html#g-dbus-connection-unregister-object">
|
3363
|
+
<ANCHOR id="g-dbus-connection-register-object-with-closures" href="gio/GDBusConnection.html#g-dbus-connection-register-object-with-closures">
|
3232
3364
|
<ANCHOR id="GDBusSubtreeEnumerateFunc" href="gio/GDBusConnection.html#GDBusSubtreeEnumerateFunc">
|
3233
3365
|
<ANCHOR id="GDBusSubtreeIntrospectFunc" href="gio/GDBusConnection.html#GDBusSubtreeIntrospectFunc">
|
3234
3366
|
<ANCHOR id="GDBusSubtreeDispatchFunc" href="gio/GDBusConnection.html#GDBusSubtreeDispatchFunc">
|
@@ -3254,6 +3386,7 @@
|
|
3254
3386
|
<ANCHOR id="GDBusCallFlags" href="gio/GDBusConnection.html#GDBusCallFlags">
|
3255
3387
|
<ANCHOR id="G-DBUS-CALL-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-CALL-FLAGS-NONE:CAPS">
|
3256
3388
|
<ANCHOR id="G-DBUS-CALL-FLAGS-NO-AUTO-START:CAPS" href="gio/GDBusConnection.html#G-DBUS-CALL-FLAGS-NO-AUTO-START:CAPS">
|
3389
|
+
<ANCHOR id="G-DBUS-CALL-FLAGS-ALLOW-INTERACTIVE-AUTHORIZATION:CAPS" href="gio/GDBusConnection.html#G-DBUS-CALL-FLAGS-ALLOW-INTERACTIVE-AUTHORIZATION:CAPS">
|
3257
3390
|
<ANCHOR id="GDBusSignalFlags" href="gio/GDBusConnection.html#GDBusSignalFlags">
|
3258
3391
|
<ANCHOR id="G-DBUS-SIGNAL-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-SIGNAL-FLAGS-NONE:CAPS">
|
3259
3392
|
<ANCHOR id="G-DBUS-SIGNAL-FLAGS-NO-MATCH-RULE:CAPS" href="gio/GDBusConnection.html#G-DBUS-SIGNAL-FLAGS-NO-MATCH-RULE:CAPS">
|
@@ -3769,6 +3902,7 @@
|
|
3769
3902
|
<ANCHOR id="g-settings-schema-key-ref" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-ref">
|
3770
3903
|
<ANCHOR id="g-settings-schema-key-unref" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-unref">
|
3771
3904
|
<ANCHOR id="g-settings-schema-list-children" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-list-children">
|
3905
|
+
<ANCHOR id="g-settings-schema-list-keys" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-list-keys">
|
3772
3906
|
<ANCHOR id="g-settings-schema-key-get-value-type" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-get-value-type">
|
3773
3907
|
<ANCHOR id="g-settings-schema-key-get-default-value" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-get-default-value">
|
3774
3908
|
<ANCHOR id="g-settings-schema-key-get-range" href="gio/gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-get-range">
|
@@ -3887,10 +4021,72 @@
|
|
3887
4021
|
<ANCHOR id="g-list-store-remove" href="gio/GListStore.html#g-list-store-remove">
|
3888
4022
|
<ANCHOR id="g-list-store-remove-all" href="gio/GListStore.html#g-list-store-remove-all">
|
3889
4023
|
<ANCHOR id="g-list-store-splice" href="gio/GListStore.html#g-list-store-splice">
|
4024
|
+
<ANCHOR id="g-list-store-sort" href="gio/GListStore.html#g-list-store-sort">
|
3890
4025
|
<ANCHOR id="GListStore.other_details" href="gio/GListStore.html#GListStore.other_details">
|
3891
4026
|
<ANCHOR id="GListStore-struct" href="gio/GListStore.html#GListStore-struct">
|
3892
4027
|
<ANCHOR id="GListStore.property-details" href="gio/GListStore.html#GListStore.property-details">
|
3893
4028
|
<ANCHOR id="GListStore--item-type" href="gio/GListStore.html#GListStore--item-type">
|
4029
|
+
<ANCHOR id="gio-GWin32RegistryKey" href="gio/gio-GWin32RegistryKey.html">
|
4030
|
+
<ANCHOR id="gio-GWin32RegistryKey.functions" href="gio/gio-GWin32RegistryKey.html#gio-GWin32RegistryKey.functions">
|
4031
|
+
<ANCHOR id="gio-GWin32RegistryKey.other" href="gio/gio-GWin32RegistryKey.html#gio-GWin32RegistryKey.other">
|
4032
|
+
<ANCHOR id="gio-GWin32RegistryKey.includes" href="gio/gio-GWin32RegistryKey.html#gio-GWin32RegistryKey.includes">
|
4033
|
+
<ANCHOR id="gio-GWin32RegistryKey.description" href="gio/gio-GWin32RegistryKey.html#gio-GWin32RegistryKey.description">
|
4034
|
+
<ANCHOR id="gio-GWin32RegistryKey.functions_details" href="gio/gio-GWin32RegistryKey.html#gio-GWin32RegistryKey.functions_details">
|
4035
|
+
<ANCHOR id="g-win32-registry-subkey-iter-copy" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-copy">
|
4036
|
+
<ANCHOR id="g-win32-registry-subkey-iter-free" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-free">
|
4037
|
+
<ANCHOR id="g-win32-registry-subkey-iter-assign" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-assign">
|
4038
|
+
<ANCHOR id="g-win32-registry-value-iter-copy" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-copy">
|
4039
|
+
<ANCHOR id="g-win32-registry-value-iter-free" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-free">
|
4040
|
+
<ANCHOR id="g-win32-registry-value-iter-assign" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-assign">
|
4041
|
+
<ANCHOR id="g-win32-registry-key-new" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-key-new">
|
4042
|
+
<ANCHOR id="g-win32-registry-key-new-w" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-key-new-w">
|
4043
|
+
<ANCHOR id="g-win32-registry-key-get-child" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-key-get-child">
|
4044
|
+
<ANCHOR id="g-win32-registry-key-get-child-w" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-key-get-child-w">
|
4045
|
+
<ANCHOR id="g-win32-registry-subkey-iter-init" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-init">
|
4046
|
+
<ANCHOR id="g-win32-registry-subkey-iter-clear" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-clear">
|
4047
|
+
<ANCHOR id="g-win32-registry-subkey-iter-n-subkeys" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-n-subkeys">
|
4048
|
+
<ANCHOR id="g-win32-registry-subkey-iter-next" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-next">
|
4049
|
+
<ANCHOR id="g-win32-registry-subkey-iter-get-name" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-get-name">
|
4050
|
+
<ANCHOR id="g-win32-registry-subkey-iter-get-name-w" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-get-name-w">
|
4051
|
+
<ANCHOR id="g-win32-registry-value-iter-init" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-init">
|
4052
|
+
<ANCHOR id="g-win32-registry-value-iter-clear" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-clear">
|
4053
|
+
<ANCHOR id="g-win32-registry-value-iter-n-values" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-n-values">
|
4054
|
+
<ANCHOR id="g-win32-registry-value-iter-next" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-next">
|
4055
|
+
<ANCHOR id="g-win32-registry-value-iter-get-value-type" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-get-value-type">
|
4056
|
+
<ANCHOR id="g-win32-registry-value-iter-get-name" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-get-name">
|
4057
|
+
<ANCHOR id="g-win32-registry-value-iter-get-name-w" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-get-name-w">
|
4058
|
+
<ANCHOR id="g-win32-registry-value-iter-get-data" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-get-data">
|
4059
|
+
<ANCHOR id="g-win32-registry-value-iter-get-data-w" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-value-iter-get-data-w">
|
4060
|
+
<ANCHOR id="g-win32-registry-key-get-value" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-key-get-value">
|
4061
|
+
<ANCHOR id="g-win32-registry-key-get-value-w" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-key-get-value-w">
|
4062
|
+
<ANCHOR id="g-win32-registry-key-get-path" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-key-get-path">
|
4063
|
+
<ANCHOR id="g-win32-registry-key-get-path-w" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-key-get-path-w">
|
4064
|
+
<ANCHOR id="GWin32RegistryKeyWatchCallbackFunc" href="gio/gio-GWin32RegistryKey.html#GWin32RegistryKeyWatchCallbackFunc">
|
4065
|
+
<ANCHOR id="g-win32-registry-key-watch" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-key-watch">
|
4066
|
+
<ANCHOR id="g-win32-registry-key-has-changed" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-key-has-changed">
|
4067
|
+
<ANCHOR id="g-win32-registry-key-erase-change-indicator" href="gio/gio-GWin32RegistryKey.html#g-win32-registry-key-erase-change-indicator">
|
4068
|
+
<ANCHOR id="gio-GWin32RegistryKey.other_details" href="gio/gio-GWin32RegistryKey.html#gio-GWin32RegistryKey.other_details">
|
4069
|
+
<ANCHOR id="GWin32RegistrySubkeyIter" href="gio/gio-GWin32RegistryKey.html#GWin32RegistrySubkeyIter">
|
4070
|
+
<ANCHOR id="GWin32RegistryValueIter" href="gio/gio-GWin32RegistryKey.html#GWin32RegistryValueIter">
|
4071
|
+
<ANCHOR id="GWin32RegistryKey" href="gio/gio-GWin32RegistryKey.html#GWin32RegistryKey">
|
4072
|
+
<ANCHOR id="GWin32RegistryValueType" href="gio/gio-GWin32RegistryKey.html#GWin32RegistryValueType">
|
4073
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-NONE:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-NONE:CAPS">
|
4074
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-BINARY:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-BINARY:CAPS">
|
4075
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-UINT32LE:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT32LE:CAPS">
|
4076
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-UINT32BE:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT32BE:CAPS">
|
4077
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-UINT32:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT32:CAPS">
|
4078
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-UINT32:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT32:CAPS">
|
4079
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-EXPAND-STR:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-EXPAND-STR:CAPS">
|
4080
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-LINK:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-LINK:CAPS">
|
4081
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-MULTI-STR:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-MULTI-STR:CAPS">
|
4082
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-UINT64LE:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT64LE:CAPS">
|
4083
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-UINT64:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT64:CAPS">
|
4084
|
+
<ANCHOR id="G-WIN32-REGISTRY-VALUE-STR:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-STR:CAPS">
|
4085
|
+
<ANCHOR id="GWin32RegistryKeyWatcherFlags" href="gio/gio-GWin32RegistryKey.html#GWin32RegistryKeyWatcherFlags">
|
4086
|
+
<ANCHOR id="G-WIN32-REGISTRY-WATCH-NAME:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-WATCH-NAME:CAPS">
|
4087
|
+
<ANCHOR id="G-WIN32-REGISTRY-WATCH-ATTRIBUTES:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-WATCH-ATTRIBUTES:CAPS">
|
4088
|
+
<ANCHOR id="G-WIN32-REGISTRY-WATCH-VALUES:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-WATCH-VALUES:CAPS">
|
4089
|
+
<ANCHOR id="G-WIN32-REGISTRY-WATCH-SECURITY:CAPS" href="gio/gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-WATCH-SECURITY:CAPS">
|
3894
4090
|
<ANCHOR id="GApplication" href="gio/GApplication.html">
|
3895
4091
|
<ANCHOR id="GApplication.functions" href="gio/GApplication.html#GApplication.functions">
|
3896
4092
|
<ANCHOR id="GApplication.properties" href="gio/GApplication.html#GApplication.properties">
|
@@ -3946,6 +4142,7 @@
|
|
3946
4142
|
<ANCHOR id="G-APPLICATION-HANDLES-COMMAND-LINE:CAPS" href="gio/GApplication.html#G-APPLICATION-HANDLES-COMMAND-LINE:CAPS">
|
3947
4143
|
<ANCHOR id="G-APPLICATION-SEND-ENVIRONMENT:CAPS" href="gio/GApplication.html#G-APPLICATION-SEND-ENVIRONMENT:CAPS">
|
3948
4144
|
<ANCHOR id="G-APPLICATION-NON-UNIQUE:CAPS" href="gio/GApplication.html#G-APPLICATION-NON-UNIQUE:CAPS">
|
4145
|
+
<ANCHOR id="G-APPLICATION-CAN-OVERRIDE-APP-ID:CAPS" href="gio/GApplication.html#G-APPLICATION-CAN-OVERRIDE-APP-ID:CAPS">
|
3949
4146
|
<ANCHOR id="GApplication.property-details" href="gio/GApplication.html#GApplication.property-details">
|
3950
4147
|
<ANCHOR id="GApplication--action-group" href="gio/GApplication.html#GApplication--action-group">
|
3951
4148
|
<ANCHOR id="GApplication--application-id" href="gio/GApplication.html#GApplication--application-id">
|
@@ -4128,6 +4325,7 @@
|
|
4128
4325
|
<ANCHOR id="GPropertyAction-struct" href="gio/GPropertyAction.html#GPropertyAction-struct">
|
4129
4326
|
<ANCHOR id="GPropertyAction.property-details" href="gio/GPropertyAction.html#GPropertyAction.property-details">
|
4130
4327
|
<ANCHOR id="GPropertyAction--enabled" href="gio/GPropertyAction.html#GPropertyAction--enabled">
|
4328
|
+
<ANCHOR id="GPropertyAction--invert-boolean" href="gio/GPropertyAction.html#GPropertyAction--invert-boolean">
|
4131
4329
|
<ANCHOR id="GPropertyAction--name" href="gio/GPropertyAction.html#GPropertyAction--name">
|
4132
4330
|
<ANCHOR id="GPropertyAction--object" href="gio/GPropertyAction.html#GPropertyAction--object">
|
4133
4331
|
<ANCHOR id="GPropertyAction--parameter-type" href="gio/GPropertyAction.html#GPropertyAction--parameter-type">
|
@@ -4393,152 +4591,21 @@
|
|
4393
4591
|
<ANCHOR id="G-TEST-DBUS-NONE:CAPS" href="gio/GTestDBus.html#G-TEST-DBUS-NONE:CAPS">
|
4394
4592
|
<ANCHOR id="GTestDBus.property-details" href="gio/GTestDBus.html#GTestDBus.property-details">
|
4395
4593
|
<ANCHOR id="GTestDBus--flags" href="gio/GTestDBus.html#GTestDBus--flags">
|
4396
|
-
<ANCHOR id="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html">
|
4397
|
-
<ANCHOR id="gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Animal" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Animal">
|
4398
|
-
<ANCHOR id="gdbus-methods-org.gtk.GDBus.Example.ObjectManager.Animal" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-methods-org.gtk.GDBus.Example.ObjectManager.Animal">
|
4399
|
-
<ANCHOR id="gdbus-method-org-gtk-GDBus-Example-ObjectManager-Animal.Poke" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-method-org-gtk-GDBus-Example-ObjectManager-Animal.Poke">
|
4400
|
-
<ANCHOR id="gdbus-signals-org.gtk.GDBus.Example.ObjectManager.Animal" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-signals-org.gtk.GDBus.Example.ObjectManager.Animal">
|
4401
|
-
<ANCHOR id="gdbus-signal-org-gtk-GDBus-Example-ObjectManager-Animal.Jumped" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-signal-org-gtk-GDBus-Example-ObjectManager-Animal.Jumped">
|
4402
|
-
<ANCHOR id="gdbus-properties-org.gtk.GDBus.Example.ObjectManager.Animal" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-properties-org.gtk.GDBus.Example.ObjectManager.Animal">
|
4403
|
-
<ANCHOR id="gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Mood" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Mood">
|
4404
|
-
<ANCHOR id="gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Foo" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Foo">
|
4405
|
-
<ANCHOR id="gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Bar" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Bar">
|
4406
|
-
<ANCHOR id="gdbus-org.gtk.GDBus.Example.ObjectManager.Cat" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html">
|
4407
|
-
<ANCHOR id="gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Cat" href="gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html#gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Cat">
|
4408
|
-
<ANCHOR id="ExampleAnimal" href="gio/ExampleAnimal.html">
|
4409
|
-
<ANCHOR id="ExampleAnimal.functions" href="gio/ExampleAnimal.html#ExampleAnimal.functions">
|
4410
|
-
<ANCHOR id="ExampleAnimal.properties" href="gio/ExampleAnimal.html#ExampleAnimal.properties">
|
4411
|
-
<ANCHOR id="ExampleAnimal.signals" href="gio/ExampleAnimal.html#ExampleAnimal.signals">
|
4412
|
-
<ANCHOR id="ExampleAnimalProxy" href="gio/ExampleAnimal.html#ExampleAnimalProxy">
|
4413
|
-
<ANCHOR id="ExampleAnimalSkeleton" href="gio/ExampleAnimal.html#ExampleAnimalSkeleton">
|
4414
|
-
<ANCHOR id="ExampleAnimal.other" href="gio/ExampleAnimal.html#ExampleAnimal.other">
|
4415
|
-
<ANCHOR id="ExampleAnimal.object-hierarchy" href="gio/ExampleAnimal.html#ExampleAnimal.object-hierarchy">
|
4416
|
-
<ANCHOR id="ExampleAnimal.prerequisites" href="gio/ExampleAnimal.html#ExampleAnimal.prerequisites">
|
4417
|
-
<ANCHOR id="ExampleAnimal.implemented-interfaces" href="gio/ExampleAnimal.html#ExampleAnimal.implemented-interfaces">
|
4418
|
-
<ANCHOR id="ExampleAnimal.implementations" href="gio/ExampleAnimal.html#ExampleAnimal.implementations">
|
4419
|
-
<ANCHOR id="ExampleAnimal.description" href="gio/ExampleAnimal.html#ExampleAnimal.description">
|
4420
|
-
<ANCHOR id="ExampleAnimal.functions_details" href="gio/ExampleAnimal.html#ExampleAnimal.functions_details">
|
4421
|
-
<ANCHOR id="example-animal-interface-info" href="gio/ExampleAnimal.html#example-animal-interface-info">
|
4422
|
-
<ANCHOR id="example-animal-override-properties" href="gio/ExampleAnimal.html#example-animal-override-properties">
|
4423
|
-
<ANCHOR id="example-animal-call-poke" href="gio/ExampleAnimal.html#example-animal-call-poke">
|
4424
|
-
<ANCHOR id="example-animal-call-poke-finish" href="gio/ExampleAnimal.html#example-animal-call-poke-finish">
|
4425
|
-
<ANCHOR id="example-animal-call-poke-sync" href="gio/ExampleAnimal.html#example-animal-call-poke-sync">
|
4426
|
-
<ANCHOR id="example-animal-complete-poke" href="gio/ExampleAnimal.html#example-animal-complete-poke">
|
4427
|
-
<ANCHOR id="example-animal-emit-jumped" href="gio/ExampleAnimal.html#example-animal-emit-jumped">
|
4428
|
-
<ANCHOR id="example-animal-get-mood" href="gio/ExampleAnimal.html#example-animal-get-mood">
|
4429
|
-
<ANCHOR id="example-animal-get-foo" href="gio/ExampleAnimal.html#example-animal-get-foo">
|
4430
|
-
<ANCHOR id="example-animal-get-bar" href="gio/ExampleAnimal.html#example-animal-get-bar">
|
4431
|
-
<ANCHOR id="example-animal-dup-mood" href="gio/ExampleAnimal.html#example-animal-dup-mood">
|
4432
|
-
<ANCHOR id="example-animal-dup-foo" href="gio/ExampleAnimal.html#example-animal-dup-foo">
|
4433
|
-
<ANCHOR id="example-animal-dup-bar" href="gio/ExampleAnimal.html#example-animal-dup-bar">
|
4434
|
-
<ANCHOR id="example-animal-set-mood" href="gio/ExampleAnimal.html#example-animal-set-mood">
|
4435
|
-
<ANCHOR id="example-animal-set-foo" href="gio/ExampleAnimal.html#example-animal-set-foo">
|
4436
|
-
<ANCHOR id="example-animal-set-bar" href="gio/ExampleAnimal.html#example-animal-set-bar">
|
4437
|
-
<ANCHOR id="example-animal-proxy-new" href="gio/ExampleAnimal.html#example-animal-proxy-new">
|
4438
|
-
<ANCHOR id="example-animal-proxy-new-finish" href="gio/ExampleAnimal.html#example-animal-proxy-new-finish">
|
4439
|
-
<ANCHOR id="example-animal-proxy-new-sync" href="gio/ExampleAnimal.html#example-animal-proxy-new-sync">
|
4440
|
-
<ANCHOR id="example-animal-proxy-new-for-bus" href="gio/ExampleAnimal.html#example-animal-proxy-new-for-bus">
|
4441
|
-
<ANCHOR id="example-animal-proxy-new-for-bus-finish" href="gio/ExampleAnimal.html#example-animal-proxy-new-for-bus-finish">
|
4442
|
-
<ANCHOR id="example-animal-proxy-new-for-bus-sync" href="gio/ExampleAnimal.html#example-animal-proxy-new-for-bus-sync">
|
4443
|
-
<ANCHOR id="example-animal-skeleton-new" href="gio/ExampleAnimal.html#example-animal-skeleton-new">
|
4444
|
-
<ANCHOR id="ExampleAnimal.other_details" href="gio/ExampleAnimal.html#ExampleAnimal.other_details">
|
4445
|
-
<ANCHOR id="ExampleAnimal-struct" href="gio/ExampleAnimal.html#ExampleAnimal-struct">
|
4446
|
-
<ANCHOR id="ExampleAnimalIface" href="gio/ExampleAnimal.html#ExampleAnimalIface">
|
4447
|
-
<ANCHOR id="ExampleAnimalProxy-struct" href="gio/ExampleAnimal.html#ExampleAnimalProxy-struct">
|
4448
|
-
<ANCHOR id="ExampleAnimalProxyClass" href="gio/ExampleAnimal.html#ExampleAnimalProxyClass">
|
4449
|
-
<ANCHOR id="ExampleAnimalSkeleton-struct" href="gio/ExampleAnimal.html#ExampleAnimalSkeleton-struct">
|
4450
|
-
<ANCHOR id="ExampleAnimalSkeletonClass" href="gio/ExampleAnimal.html#ExampleAnimalSkeletonClass">
|
4451
|
-
<ANCHOR id="ExampleAnimal.property-details" href="gio/ExampleAnimal.html#ExampleAnimal.property-details">
|
4452
|
-
<ANCHOR id="ExampleAnimal--bar" href="gio/ExampleAnimal.html#ExampleAnimal--bar">
|
4453
|
-
<ANCHOR id="ExampleAnimal--foo" href="gio/ExampleAnimal.html#ExampleAnimal--foo">
|
4454
|
-
<ANCHOR id="ExampleAnimal--mood" href="gio/ExampleAnimal.html#ExampleAnimal--mood">
|
4455
|
-
<ANCHOR id="ExampleAnimal.signal-details" href="gio/ExampleAnimal.html#ExampleAnimal.signal-details">
|
4456
|
-
<ANCHOR id="ExampleAnimal-handle-poke" href="gio/ExampleAnimal.html#ExampleAnimal-handle-poke">
|
4457
|
-
<ANCHOR id="ExampleAnimal-jumped" href="gio/ExampleAnimal.html#ExampleAnimal-jumped">
|
4458
|
-
<ANCHOR id="ExampleCat" href="gio/ExampleCat.html">
|
4459
|
-
<ANCHOR id="ExampleCat.functions" href="gio/ExampleCat.html#ExampleCat.functions">
|
4460
|
-
<ANCHOR id="ExampleCatProxy" href="gio/ExampleCat.html#ExampleCatProxy">
|
4461
|
-
<ANCHOR id="ExampleCatSkeleton" href="gio/ExampleCat.html#ExampleCatSkeleton">
|
4462
|
-
<ANCHOR id="ExampleCat.other" href="gio/ExampleCat.html#ExampleCat.other">
|
4463
|
-
<ANCHOR id="ExampleCat.object-hierarchy" href="gio/ExampleCat.html#ExampleCat.object-hierarchy">
|
4464
|
-
<ANCHOR id="ExampleCat.prerequisites" href="gio/ExampleCat.html#ExampleCat.prerequisites">
|
4465
|
-
<ANCHOR id="ExampleCat.implemented-interfaces" href="gio/ExampleCat.html#ExampleCat.implemented-interfaces">
|
4466
|
-
<ANCHOR id="ExampleCat.implementations" href="gio/ExampleCat.html#ExampleCat.implementations">
|
4467
|
-
<ANCHOR id="ExampleCat.description" href="gio/ExampleCat.html#ExampleCat.description">
|
4468
|
-
<ANCHOR id="ExampleCat.functions_details" href="gio/ExampleCat.html#ExampleCat.functions_details">
|
4469
|
-
<ANCHOR id="example-cat-interface-info" href="gio/ExampleCat.html#example-cat-interface-info">
|
4470
|
-
<ANCHOR id="example-cat-override-properties" href="gio/ExampleCat.html#example-cat-override-properties">
|
4471
|
-
<ANCHOR id="example-cat-proxy-new" href="gio/ExampleCat.html#example-cat-proxy-new">
|
4472
|
-
<ANCHOR id="example-cat-proxy-new-finish" href="gio/ExampleCat.html#example-cat-proxy-new-finish">
|
4473
|
-
<ANCHOR id="example-cat-proxy-new-sync" href="gio/ExampleCat.html#example-cat-proxy-new-sync">
|
4474
|
-
<ANCHOR id="example-cat-proxy-new-for-bus" href="gio/ExampleCat.html#example-cat-proxy-new-for-bus">
|
4475
|
-
<ANCHOR id="example-cat-proxy-new-for-bus-finish" href="gio/ExampleCat.html#example-cat-proxy-new-for-bus-finish">
|
4476
|
-
<ANCHOR id="example-cat-proxy-new-for-bus-sync" href="gio/ExampleCat.html#example-cat-proxy-new-for-bus-sync">
|
4477
|
-
<ANCHOR id="example-cat-skeleton-new" href="gio/ExampleCat.html#example-cat-skeleton-new">
|
4478
|
-
<ANCHOR id="ExampleCat.other_details" href="gio/ExampleCat.html#ExampleCat.other_details">
|
4479
|
-
<ANCHOR id="ExampleCat-struct" href="gio/ExampleCat.html#ExampleCat-struct">
|
4480
|
-
<ANCHOR id="ExampleCatIface" href="gio/ExampleCat.html#ExampleCatIface">
|
4481
|
-
<ANCHOR id="ExampleCatProxy-struct" href="gio/ExampleCat.html#ExampleCatProxy-struct">
|
4482
|
-
<ANCHOR id="ExampleCatProxyClass" href="gio/ExampleCat.html#ExampleCatProxyClass">
|
4483
|
-
<ANCHOR id="ExampleCatSkeleton-struct" href="gio/ExampleCat.html#ExampleCatSkeleton-struct">
|
4484
|
-
<ANCHOR id="ExampleCatSkeletonClass" href="gio/ExampleCat.html#ExampleCatSkeletonClass">
|
4485
|
-
<ANCHOR id="ExampleObject" href="gio/ExampleObject.html">
|
4486
|
-
<ANCHOR id="ExampleObject.functions" href="gio/ExampleObject.html#ExampleObject.functions">
|
4487
|
-
<ANCHOR id="ExampleObject.properties" href="gio/ExampleObject.html#ExampleObject.properties">
|
4488
|
-
<ANCHOR id="ExampleObjectProxy" href="gio/ExampleObject.html#ExampleObjectProxy">
|
4489
|
-
<ANCHOR id="ExampleObjectSkeleton" href="gio/ExampleObject.html#ExampleObjectSkeleton">
|
4490
|
-
<ANCHOR id="ExampleObject.other" href="gio/ExampleObject.html#ExampleObject.other">
|
4491
|
-
<ANCHOR id="ExampleObject.object-hierarchy" href="gio/ExampleObject.html#ExampleObject.object-hierarchy">
|
4492
|
-
<ANCHOR id="ExampleObject.prerequisites" href="gio/ExampleObject.html#ExampleObject.prerequisites">
|
4493
|
-
<ANCHOR id="ExampleObject.implemented-interfaces" href="gio/ExampleObject.html#ExampleObject.implemented-interfaces">
|
4494
|
-
<ANCHOR id="ExampleObject.implementations" href="gio/ExampleObject.html#ExampleObject.implementations">
|
4495
|
-
<ANCHOR id="ExampleObject.description" href="gio/ExampleObject.html#ExampleObject.description">
|
4496
|
-
<ANCHOR id="ExampleObject.functions_details" href="gio/ExampleObject.html#ExampleObject.functions_details">
|
4497
|
-
<ANCHOR id="example-object-get-animal" href="gio/ExampleObject.html#example-object-get-animal">
|
4498
|
-
<ANCHOR id="example-object-get-cat" href="gio/ExampleObject.html#example-object-get-cat">
|
4499
|
-
<ANCHOR id="example-object-peek-animal" href="gio/ExampleObject.html#example-object-peek-animal">
|
4500
|
-
<ANCHOR id="example-object-peek-cat" href="gio/ExampleObject.html#example-object-peek-cat">
|
4501
|
-
<ANCHOR id="example-object-proxy-new" href="gio/ExampleObject.html#example-object-proxy-new">
|
4502
|
-
<ANCHOR id="example-object-skeleton-new" href="gio/ExampleObject.html#example-object-skeleton-new">
|
4503
|
-
<ANCHOR id="example-object-skeleton-set-animal" href="gio/ExampleObject.html#example-object-skeleton-set-animal">
|
4504
|
-
<ANCHOR id="example-object-skeleton-set-cat" href="gio/ExampleObject.html#example-object-skeleton-set-cat">
|
4505
|
-
<ANCHOR id="ExampleObject.other_details" href="gio/ExampleObject.html#ExampleObject.other_details">
|
4506
|
-
<ANCHOR id="ExampleObject-struct" href="gio/ExampleObject.html#ExampleObject-struct">
|
4507
|
-
<ANCHOR id="ExampleObjectIface" href="gio/ExampleObject.html#ExampleObjectIface">
|
4508
|
-
<ANCHOR id="ExampleObjectProxy-struct" href="gio/ExampleObject.html#ExampleObjectProxy-struct">
|
4509
|
-
<ANCHOR id="ExampleObjectProxyClass" href="gio/ExampleObject.html#ExampleObjectProxyClass">
|
4510
|
-
<ANCHOR id="ExampleObjectSkeleton-struct" href="gio/ExampleObject.html#ExampleObjectSkeleton-struct">
|
4511
|
-
<ANCHOR id="ExampleObjectSkeletonClass" href="gio/ExampleObject.html#ExampleObjectSkeletonClass">
|
4512
|
-
<ANCHOR id="ExampleObject.property-details" href="gio/ExampleObject.html#ExampleObject.property-details">
|
4513
|
-
<ANCHOR id="ExampleObject--animal" href="gio/ExampleObject.html#ExampleObject--animal">
|
4514
|
-
<ANCHOR id="ExampleObject--cat" href="gio/ExampleObject.html#ExampleObject--cat">
|
4515
|
-
<ANCHOR id="ExampleObjectManagerClient" href="gio/ExampleObjectManagerClient.html">
|
4516
|
-
<ANCHOR id="ExampleObjectManagerClient.functions" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.functions">
|
4517
|
-
<ANCHOR id="ExampleObjectManagerClient.other" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.other">
|
4518
|
-
<ANCHOR id="ExampleObjectManagerClient.object-hierarchy" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.object-hierarchy">
|
4519
|
-
<ANCHOR id="ExampleObjectManagerClient.implemented-interfaces" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.implemented-interfaces">
|
4520
|
-
<ANCHOR id="ExampleObjectManagerClient.description" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.description">
|
4521
|
-
<ANCHOR id="ExampleObjectManagerClient.functions_details" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.functions_details">
|
4522
|
-
<ANCHOR id="example-object-manager-client-get-proxy-type" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-get-proxy-type">
|
4523
|
-
<ANCHOR id="example-object-manager-client-new" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new">
|
4524
|
-
<ANCHOR id="example-object-manager-client-new-finish" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new-finish">
|
4525
|
-
<ANCHOR id="example-object-manager-client-new-sync" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new-sync">
|
4526
|
-
<ANCHOR id="example-object-manager-client-new-for-bus" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new-for-bus">
|
4527
|
-
<ANCHOR id="example-object-manager-client-new-for-bus-finish" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new-for-bus-finish">
|
4528
|
-
<ANCHOR id="example-object-manager-client-new-for-bus-sync" href="gio/ExampleObjectManagerClient.html#example-object-manager-client-new-for-bus-sync">
|
4529
|
-
<ANCHOR id="ExampleObjectManagerClient.other_details" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient.other_details">
|
4530
|
-
<ANCHOR id="ExampleObjectManagerClient-struct" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClient-struct">
|
4531
|
-
<ANCHOR id="ExampleObjectManagerClientClass" href="gio/ExampleObjectManagerClient.html#ExampleObjectManagerClientClass">
|
4532
4594
|
<ANCHOR id="annotation-glossterm-allow-none" href="gio/annotation-glossary.html#annotation-glossterm-allow-none">
|
4533
4595
|
<ANCHOR id="annotation-glossterm-array" href="gio/annotation-glossary.html#annotation-glossterm-array">
|
4534
4596
|
<ANCHOR id="annotation-glossterm-closure" href="gio/annotation-glossary.html#annotation-glossterm-closure">
|
4535
4597
|
<ANCHOR id="annotation-glossterm-element-type" href="gio/annotation-glossary.html#annotation-glossterm-element-type">
|
4598
|
+
<ANCHOR id="annotation-glossterm-in" href="gio/annotation-glossary.html#annotation-glossterm-in">
|
4599
|
+
<ANCHOR id="annotation-glossterm-inout" href="gio/annotation-glossary.html#annotation-glossterm-inout">
|
4536
4600
|
<ANCHOR id="annotation-glossterm-nullable" href="gio/annotation-glossary.html#annotation-glossterm-nullable">
|
4537
4601
|
<ANCHOR id="annotation-glossterm-optional" href="gio/annotation-glossary.html#annotation-glossterm-optional">
|
4538
4602
|
<ANCHOR id="annotation-glossterm-out" href="gio/annotation-glossary.html#annotation-glossterm-out">
|
4603
|
+
<ANCHOR id="annotation-glossterm-out callee-allocates" href="gio/annotation-glossary.html#annotation-glossterm-out callee-allocates">
|
4539
4604
|
<ANCHOR id="annotation-glossterm-out caller-allocates" href="gio/annotation-glossary.html#annotation-glossterm-out caller-allocates">
|
4605
|
+
<ANCHOR id="annotation-glossterm-rename-to" href="gio/annotation-glossary.html#annotation-glossterm-rename-to">
|
4540
4606
|
<ANCHOR id="annotation-glossterm-scope async" href="gio/annotation-glossary.html#annotation-glossterm-scope async">
|
4541
4607
|
<ANCHOR id="annotation-glossterm-scope call" href="gio/annotation-glossary.html#annotation-glossterm-scope call">
|
4608
|
+
<ANCHOR id="annotation-glossterm-skip" href="gio/annotation-glossary.html#annotation-glossterm-skip">
|
4542
4609
|
<ANCHOR id="annotation-glossterm-transfer container" href="gio/annotation-glossary.html#annotation-glossterm-transfer container">
|
4543
4610
|
<ANCHOR id="annotation-glossterm-transfer full" href="gio/annotation-glossary.html#annotation-glossterm-transfer full">
|
4544
4611
|
<ANCHOR id="annotation-glossterm-transfer none" href="gio/annotation-glossary.html#annotation-glossterm-transfer none">
|