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
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GDBusConnection: GIO Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GIO Reference Manual">
|
8
8
|
<link rel="up" href="gdbus-lowlevel.html" title="Low-level D-Bus Support">
|
9
9
|
<link rel="prev" href="GDBusMessage.html" title="GDBusMessage">
|
10
10
|
<link rel="next" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -37,7 +37,7 @@
|
|
37
37
|
</tr></table></div>
|
38
38
|
<div class="refsect1">
|
39
39
|
<a name="GDBusConnection.functions"></a><h2>Functions</h2>
|
40
|
-
<div class="informaltable"><table width="100%" border="0">
|
40
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
41
41
|
<colgroup>
|
42
42
|
<col width="150px" class="functions_return">
|
43
43
|
<col class="functions_name">
|
@@ -419,6 +419,14 @@
|
|
419
419
|
</tr>
|
420
420
|
<tr>
|
421
421
|
<td class="function_type">
|
422
|
+
<a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
423
|
+
</td>
|
424
|
+
<td class="function_name">
|
425
|
+
<a class="link" href="GDBusConnection.html#g-dbus-connection-register-object-with-closures" title="g_dbus_connection_register_object_with_closures ()">g_dbus_connection_register_object_with_closures</a> <span class="c_punctuation">()</span>
|
426
|
+
</td>
|
427
|
+
</tr>
|
428
|
+
<tr>
|
429
|
+
<td class="function_type">
|
422
430
|
<a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
423
431
|
</td>
|
424
432
|
<td class="function_name">
|
@@ -461,7 +469,7 @@
|
|
461
469
|
</div>
|
462
470
|
<div class="refsect1">
|
463
471
|
<a name="GDBusConnection.properties"></a><h2>Properties</h2>
|
464
|
-
<div class="informaltable"><table border="0">
|
472
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
465
473
|
<colgroup>
|
466
474
|
<col width="150px" class="properties_type">
|
467
475
|
<col width="300px" class="properties_name">
|
@@ -523,7 +531,7 @@
|
|
523
531
|
</div>
|
524
532
|
<div class="refsect1">
|
525
533
|
<a name="GDBusConnection.signals"></a><h2>Signals</h2>
|
526
|
-
<div class="informaltable"><table border="0">
|
534
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
527
535
|
<colgroup>
|
528
536
|
<col width="150px" class="signals_return">
|
529
537
|
<col width="300px" class="signals_name">
|
@@ -538,7 +546,7 @@
|
|
538
546
|
</div>
|
539
547
|
<div class="refsect1">
|
540
548
|
<a name="GDBusConnection.other"></a><h2>Types and Values</h2>
|
541
|
-
<div class="informaltable"><table width="100%" border="0">
|
549
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
542
550
|
<colgroup>
|
543
551
|
<col width="150px" class="name">
|
544
552
|
<col class="description">
|
@@ -670,7 +678,7 @@ then call <a class="link" href="GDBusConnection.html#g-bus-get-finish" title="g_
|
|
670
678
|
the synchronous version.</p>
|
671
679
|
<div class="refsect3">
|
672
680
|
<a name="id-1.4.17.7.11.2.7"></a><h4>Parameters</h4>
|
673
|
-
<div class="informaltable"><table width="100%" border="0">
|
681
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
674
682
|
<colgroup>
|
675
683
|
<col width="150px" class="parameters_name">
|
676
684
|
<col class="parameters_description">
|
@@ -701,7 +709,7 @@ the synchronous version.</p>
|
|
701
709
|
</tbody>
|
702
710
|
</table></div>
|
703
711
|
</div>
|
704
|
-
<p class="since">Since 2.26</p>
|
712
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
705
713
|
</div>
|
706
714
|
<hr>
|
707
715
|
<div class="refsect2">
|
@@ -720,7 +728,7 @@ event that you need a private message bus connection, use
|
|
720
728
|
the <a class="link" href="GDBusConnection.html#GDBusConnection--exit-on-close" title="The “exit-on-close” property"><span class="type">“exit-on-close”</span></a> property set to <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
721
729
|
<div class="refsect3">
|
722
730
|
<a name="id-1.4.17.7.11.3.7"></a><h4>Parameters</h4>
|
723
|
-
<div class="informaltable"><table width="100%" border="0">
|
731
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
724
732
|
<colgroup>
|
725
733
|
<col width="150px" class="parameters_name">
|
726
734
|
<col class="parameters_description">
|
@@ -748,7 +756,7 @@ is set.
|
|
748
756
|
Free with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
|
749
757
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
750
758
|
</div>
|
751
|
-
<p class="since">Since 2.26</p>
|
759
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
752
760
|
</div>
|
753
761
|
<hr>
|
754
762
|
<div class="refsect2">
|
@@ -775,7 +783,7 @@ event that you need a private message bus connection, use
|
|
775
783
|
the <a class="link" href="GDBusConnection.html#GDBusConnection--exit-on-close" title="The “exit-on-close” property"><span class="type">“exit-on-close”</span></a> property set to <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
776
784
|
<div class="refsect3">
|
777
785
|
<a name="id-1.4.17.7.11.4.8"></a><h4>Parameters</h4>
|
778
|
-
<div class="informaltable"><table width="100%" border="0">
|
786
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
779
787
|
<colgroup>
|
780
788
|
<col width="150px" class="parameters_name">
|
781
789
|
<col class="parameters_description">
|
@@ -807,7 +815,7 @@ is set.
|
|
807
815
|
Free with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p>
|
808
816
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
809
817
|
</div>
|
810
|
-
<p class="since">Since 2.26</p>
|
818
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
811
819
|
</div>
|
812
820
|
<hr>
|
813
821
|
<div class="refsect2">
|
@@ -843,7 +851,7 @@ operation.</p>
|
|
843
851
|
version.</p>
|
844
852
|
<div class="refsect3">
|
845
853
|
<a name="id-1.4.17.7.11.5.10"></a><h4>Parameters</h4>
|
846
|
-
<div class="informaltable"><table width="100%" border="0">
|
854
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
847
855
|
<colgroup>
|
848
856
|
<col width="150px" class="parameters_name">
|
849
857
|
<col class="parameters_description">
|
@@ -889,7 +897,7 @@ version.</p>
|
|
889
897
|
</tbody>
|
890
898
|
</table></div>
|
891
899
|
</div>
|
892
|
-
<p class="since">Since 2.26</p>
|
900
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
893
901
|
</div>
|
894
902
|
<hr>
|
895
903
|
<div class="refsect2">
|
@@ -900,7 +908,7 @@ g_dbus_connection_new_finish (<em class="parameter"><code><a class="link" href="
|
|
900
908
|
<p>Finishes an operation started with <a class="link" href="GDBusConnection.html#g-dbus-connection-new" title="g_dbus_connection_new ()"><code class="function">g_dbus_connection_new()</code></a>.</p>
|
901
909
|
<div class="refsect3">
|
902
910
|
<a name="id-1.4.17.7.11.6.5"></a><h4>Parameters</h4>
|
903
|
-
<div class="informaltable"><table width="100%" border="0">
|
911
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
904
912
|
<colgroup>
|
905
913
|
<col width="150px" class="parameters_name">
|
906
914
|
<col class="parameters_description">
|
@@ -926,9 +934,8 @@ passed to <a class="link" href="GDBusConnection.html#g-dbus-connection-new" titl
|
|
926
934
|
<p> a <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
927
935
|
is set. Free
|
928
936
|
with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
929
|
-
<p></p>
|
930
937
|
</div>
|
931
|
-
<p class="since">Since 2.26</p>
|
938
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
932
939
|
</div>
|
933
940
|
<hr>
|
934
941
|
<div class="refsect2">
|
@@ -958,7 +965,7 @@ authentication process.</p>
|
|
958
965
|
<a class="link" href="GDBusConnection.html#g-dbus-connection-new" title="g_dbus_connection_new ()"><code class="function">g_dbus_connection_new()</code></a> for the asynchronous version.</p>
|
959
966
|
<div class="refsect3">
|
960
967
|
<a name="id-1.4.17.7.11.7.9"></a><h4>Parameters</h4>
|
961
|
-
<div class="informaltable"><table width="100%" border="0">
|
968
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
962
969
|
<colgroup>
|
963
970
|
<col width="150px" class="parameters_name">
|
964
971
|
<col class="parameters_description">
|
@@ -1002,9 +1009,8 @@ authentication process.</p>
|
|
1002
1009
|
<a name="id-1.4.17.7.11.7.10"></a><h4>Returns</h4>
|
1003
1010
|
<p> a <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
1004
1011
|
is set. Free with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
1005
|
-
<p></p>
|
1006
1012
|
</div>
|
1007
|
-
<p class="since">Since 2.26</p>
|
1013
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1008
1014
|
</div>
|
1009
1015
|
<hr>
|
1010
1016
|
<div class="refsect2">
|
@@ -1038,7 +1044,7 @@ authentication process.</p>
|
|
1038
1044
|
version.</p>
|
1039
1045
|
<div class="refsect3">
|
1040
1046
|
<a name="id-1.4.17.7.11.8.9"></a><h4>Parameters</h4>
|
1041
|
-
<div class="informaltable"><table width="100%" border="0">
|
1047
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1042
1048
|
<colgroup>
|
1043
1049
|
<col width="150px" class="parameters_name">
|
1044
1050
|
<col class="parameters_description">
|
@@ -1079,7 +1085,7 @@ version.</p>
|
|
1079
1085
|
</tbody>
|
1080
1086
|
</table></div>
|
1081
1087
|
</div>
|
1082
|
-
<p class="since">Since 2.26</p>
|
1088
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1083
1089
|
</div>
|
1084
1090
|
<hr>
|
1085
1091
|
<div class="refsect2">
|
@@ -1091,7 +1097,7 @@ g_dbus_connection_new_for_address_finish
|
|
1091
1097
|
<p>Finishes an operation started with <a class="link" href="GDBusConnection.html#g-dbus-connection-new-for-address" title="g_dbus_connection_new_for_address ()"><code class="function">g_dbus_connection_new_for_address()</code></a>.</p>
|
1092
1098
|
<div class="refsect3">
|
1093
1099
|
<a name="id-1.4.17.7.11.9.5"></a><h4>Parameters</h4>
|
1094
|
-
<div class="informaltable"><table width="100%" border="0">
|
1100
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1095
1101
|
<colgroup>
|
1096
1102
|
<col width="150px" class="parameters_name">
|
1097
1103
|
<col class="parameters_description">
|
@@ -1117,9 +1123,8 @@ to <a class="link" href="GDBusConnection.html#g-dbus-connection-new" title="g_db
|
|
1117
1123
|
<p> a <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
1118
1124
|
is set. Free with
|
1119
1125
|
<a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
1120
|
-
<p></p>
|
1121
1126
|
</div>
|
1122
|
-
<p class="since">Since 2.26</p>
|
1127
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1123
1128
|
</div>
|
1124
1129
|
<hr>
|
1125
1130
|
<div class="refsect2">
|
@@ -1148,7 +1153,7 @@ as the server. In particular, <em class="parameter"><code>flags</code></em>
|
|
1148
1153
|
authentication process.</p>
|
1149
1154
|
<div class="refsect3">
|
1150
1155
|
<a name="id-1.4.17.7.11.10.8"></a><h4>Parameters</h4>
|
1151
|
-
<div class="informaltable"><table width="100%" border="0">
|
1156
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1152
1157
|
<colgroup>
|
1153
1158
|
<col width="150px" class="parameters_name">
|
1154
1159
|
<col class="parameters_description">
|
@@ -1188,9 +1193,8 @@ authentication process.</p>
|
|
1188
1193
|
<p> a <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
1189
1194
|
is set. Free with
|
1190
1195
|
<a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
1191
|
-
<p></p>
|
1192
1196
|
</div>
|
1193
|
-
<p class="since">Since 2.26</p>
|
1197
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1194
1198
|
</div>
|
1195
1199
|
<hr>
|
1196
1200
|
<div class="refsect2">
|
@@ -1206,7 +1210,7 @@ starts processing messages. Does nothing on if <em class="parameter"><code>conne
|
|
1206
1210
|
created with this flag or if the method has already been called.</p>
|
1207
1211
|
<div class="refsect3">
|
1208
1212
|
<a name="id-1.4.17.7.11.11.5"></a><h4>Parameters</h4>
|
1209
|
-
<div class="informaltable"><table width="100%" border="0">
|
1213
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1210
1214
|
<colgroup>
|
1211
1215
|
<col width="150px" class="parameters_name">
|
1212
1216
|
<col class="parameters_description">
|
@@ -1219,7 +1223,7 @@ created with this flag or if the method has already been called.</p>
|
|
1219
1223
|
</tr></tbody>
|
1220
1224
|
</table></div>
|
1221
1225
|
</div>
|
1222
|
-
<p class="since">Since 2.26</p>
|
1226
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1223
1227
|
</div>
|
1224
1228
|
<hr>
|
1225
1229
|
<div class="refsect2">
|
@@ -1256,7 +1260,7 @@ operation. See <a class="link" href="GDBusConnection.html#g-dbus-connection-clos
|
|
1256
1260
|
version.</p>
|
1257
1261
|
<div class="refsect3">
|
1258
1262
|
<a name="id-1.4.17.7.11.12.9"></a><h4>Parameters</h4>
|
1259
|
-
<div class="informaltable"><table width="100%" border="0">
|
1263
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1260
1264
|
<colgroup>
|
1261
1265
|
<col width="150px" class="parameters_name">
|
1262
1266
|
<col class="parameters_description">
|
@@ -1288,7 +1292,7 @@ satisfied or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="
|
|
1288
1292
|
</tbody>
|
1289
1293
|
</table></div>
|
1290
1294
|
</div>
|
1291
|
-
<p class="since">Since 2.26</p>
|
1295
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1292
1296
|
</div>
|
1293
1297
|
<hr>
|
1294
1298
|
<div class="refsect2">
|
@@ -1300,7 +1304,7 @@ g_dbus_connection_close_finish (<em class="parameter"><code><a class="link" href
|
|
1300
1304
|
<p>Finishes an operation started with <a class="link" href="GDBusConnection.html#g-dbus-connection-close" title="g_dbus_connection_close ()"><code class="function">g_dbus_connection_close()</code></a>.</p>
|
1301
1305
|
<div class="refsect3">
|
1302
1306
|
<a name="id-1.4.17.7.11.13.5"></a><h4>Parameters</h4>
|
1303
|
-
<div class="informaltable"><table width="100%" border="0">
|
1307
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1304
1308
|
<colgroup>
|
1305
1309
|
<col width="150px" class="parameters_name">
|
1306
1310
|
<col class="parameters_description">
|
@@ -1330,9 +1334,8 @@ to <a class="link" href="GDBusConnection.html#g-dbus-connection-close" title="g_
|
|
1330
1334
|
<a name="id-1.4.17.7.11.13.6"></a><h4>Returns</h4>
|
1331
1335
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation succeeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
|
1332
1336
|
is set</p>
|
1333
|
-
<p></p>
|
1334
1337
|
</div>
|
1335
|
-
<p class="since">Since 2.26</p>
|
1338
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1336
1339
|
</div>
|
1337
1340
|
<hr>
|
1338
1341
|
<div class="refsect2">
|
@@ -1348,7 +1351,7 @@ asynchronous version of this method and more details about what it
|
|
1348
1351
|
does.</p>
|
1349
1352
|
<div class="refsect3">
|
1350
1353
|
<a name="id-1.4.17.7.11.14.5"></a><h4>Parameters</h4>
|
1351
|
-
<div class="informaltable"><table width="100%" border="0">
|
1354
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1352
1355
|
<colgroup>
|
1353
1356
|
<col width="150px" class="parameters_name">
|
1354
1357
|
<col class="parameters_description">
|
@@ -1377,9 +1380,8 @@ does.</p>
|
|
1377
1380
|
<a name="id-1.4.17.7.11.14.6"></a><h4>Returns</h4>
|
1378
1381
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation succeeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
|
1379
1382
|
is set</p>
|
1380
|
-
<p></p>
|
1381
1383
|
</div>
|
1382
|
-
<p class="since">Since 2.26</p>
|
1384
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1383
1385
|
</div>
|
1384
1386
|
<hr>
|
1385
1387
|
<div class="refsect2">
|
@@ -1390,7 +1392,7 @@ g_dbus_connection_is_closed (<em class="parameter"><code><a class="link" href="G
|
|
1390
1392
|
is closed.</p>
|
1391
1393
|
<div class="refsect3">
|
1392
1394
|
<a name="id-1.4.17.7.11.15.5"></a><h4>Parameters</h4>
|
1393
|
-
<div class="informaltable"><table width="100%" border="0">
|
1395
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1394
1396
|
<colgroup>
|
1395
1397
|
<col width="150px" class="parameters_name">
|
1396
1398
|
<col class="parameters_description">
|
@@ -1406,9 +1408,8 @@ g_dbus_connection_is_closed (<em class="parameter"><code><a class="link" href="G
|
|
1406
1408
|
<div class="refsect3">
|
1407
1409
|
<a name="id-1.4.17.7.11.15.6"></a><h4>Returns</h4>
|
1408
1410
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the connection is closed, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1409
|
-
<p></p>
|
1410
1411
|
</div>
|
1411
|
-
<p class="since">Since 2.26</p>
|
1412
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1412
1413
|
</div>
|
1413
1414
|
<hr>
|
1414
1415
|
<div class="refsect2">
|
@@ -1435,7 +1436,7 @@ operation. See <a class="link" href="GDBusConnection.html#g-dbus-connection-flus
|
|
1435
1436
|
version.</p>
|
1436
1437
|
<div class="refsect3">
|
1437
1438
|
<a name="id-1.4.17.7.11.16.6"></a><h4>Parameters</h4>
|
1438
|
-
<div class="informaltable"><table width="100%" border="0">
|
1439
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1439
1440
|
<colgroup>
|
1440
1441
|
<col width="150px" class="parameters_name">
|
1441
1442
|
<col class="parameters_description">
|
@@ -1467,7 +1468,7 @@ request is satisfied or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><c
|
|
1467
1468
|
</tbody>
|
1468
1469
|
</table></div>
|
1469
1470
|
</div>
|
1470
|
-
<p class="since">Since 2.26</p>
|
1471
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1471
1472
|
</div>
|
1472
1473
|
<hr>
|
1473
1474
|
<div class="refsect2">
|
@@ -1479,7 +1480,7 @@ g_dbus_connection_flush_finish (<em class="parameter"><code><a class="link" href
|
|
1479
1480
|
<p>Finishes an operation started with <a class="link" href="GDBusConnection.html#g-dbus-connection-flush" title="g_dbus_connection_flush ()"><code class="function">g_dbus_connection_flush()</code></a>.</p>
|
1480
1481
|
<div class="refsect3">
|
1481
1482
|
<a name="id-1.4.17.7.11.17.5"></a><h4>Parameters</h4>
|
1482
|
-
<div class="informaltable"><table width="100%" border="0">
|
1483
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1483
1484
|
<colgroup>
|
1484
1485
|
<col width="150px" class="parameters_name">
|
1485
1486
|
<col class="parameters_description">
|
@@ -1509,9 +1510,8 @@ to <a class="link" href="GDBusConnection.html#g-dbus-connection-flush" title="g_
|
|
1509
1510
|
<a name="id-1.4.17.7.11.17.6"></a><h4>Returns</h4>
|
1510
1511
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation succeeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
|
1511
1512
|
is set</p>
|
1512
|
-
<p></p>
|
1513
1513
|
</div>
|
1514
|
-
<p class="since">Since 2.26</p>
|
1514
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1515
1515
|
</div>
|
1516
1516
|
<hr>
|
1517
1517
|
<div class="refsect2">
|
@@ -1527,7 +1527,7 @@ asynchronous version of this method and more details about what it
|
|
1527
1527
|
does.</p>
|
1528
1528
|
<div class="refsect3">
|
1529
1529
|
<a name="id-1.4.17.7.11.18.5"></a><h4>Parameters</h4>
|
1530
|
-
<div class="informaltable"><table width="100%" border="0">
|
1530
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1531
1531
|
<colgroup>
|
1532
1532
|
<col width="150px" class="parameters_name">
|
1533
1533
|
<col class="parameters_description">
|
@@ -1556,9 +1556,8 @@ does.</p>
|
|
1556
1556
|
<a name="id-1.4.17.7.11.18.6"></a><h4>Returns</h4>
|
1557
1557
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation succeeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
|
1558
1558
|
is set</p>
|
1559
|
-
<p></p>
|
1560
1559
|
</div>
|
1561
|
-
<p class="since">Since 2.26</p>
|
1560
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1562
1561
|
</div>
|
1563
1562
|
<hr>
|
1564
1563
|
<div class="refsect2">
|
@@ -1571,7 +1570,7 @@ closed by the remote peer. See
|
|
1571
1570
|
<a class="link" href="GDBusConnection.html#GDBusConnection--exit-on-close" title="The “exit-on-close” property"><span class="type">“exit-on-close”</span></a> for more details.</p>
|
1572
1571
|
<div class="refsect3">
|
1573
1572
|
<a name="id-1.4.17.7.11.19.5"></a><h4>Parameters</h4>
|
1574
|
-
<div class="informaltable"><table width="100%" border="0">
|
1573
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1575
1574
|
<colgroup>
|
1576
1575
|
<col width="150px" class="parameters_name">
|
1577
1576
|
<col class="parameters_description">
|
@@ -1589,9 +1588,8 @@ closed by the remote peer. See
|
|
1589
1588
|
<p> whether the process is terminated when <em class="parameter"><code>connection</code></em>
|
1590
1589
|
is
|
1591
1590
|
closed by the remote peer</p>
|
1592
|
-
<p></p>
|
1593
1591
|
</div>
|
1594
|
-
<p class="since">Since 2.26</p>
|
1592
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1595
1593
|
</div>
|
1596
1594
|
<hr>
|
1597
1595
|
<div class="refsect2">
|
@@ -1612,7 +1610,7 @@ bus connection, you should make sure that your application exits
|
|
1612
1610
|
when the user session ends.</p>
|
1613
1611
|
<div class="refsect3">
|
1614
1612
|
<a name="id-1.4.17.7.11.20.6"></a><h4>Parameters</h4>
|
1615
|
-
<div class="informaltable"><table width="100%" border="0">
|
1613
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1616
1614
|
<colgroup>
|
1617
1615
|
<col width="150px" class="parameters_name">
|
1618
1616
|
<col class="parameters_description">
|
@@ -1634,7 +1632,7 @@ is closed by the remote peer</p></td>
|
|
1634
1632
|
</tbody>
|
1635
1633
|
</table></div>
|
1636
1634
|
</div>
|
1637
|
-
<p class="since">Since 2.26</p>
|
1635
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1638
1636
|
</div>
|
1639
1637
|
<hr>
|
1640
1638
|
<div class="refsect2">
|
@@ -1647,7 +1645,7 @@ stream from a worker thread, so it is not safe to interact with
|
|
1647
1645
|
the stream directly.</p>
|
1648
1646
|
<div class="refsect3">
|
1649
1647
|
<a name="id-1.4.17.7.11.21.6"></a><h4>Parameters</h4>
|
1650
|
-
<div class="informaltable"><table width="100%" border="0">
|
1648
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1651
1649
|
<colgroup>
|
1652
1650
|
<col width="150px" class="parameters_name">
|
1653
1651
|
<col class="parameters_description">
|
@@ -1665,7 +1663,7 @@ the stream directly.</p>
|
|
1665
1663
|
<p> the stream used for IO. </p>
|
1666
1664
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1667
1665
|
</div>
|
1668
|
-
<p class="since">Since 2.26</p>
|
1666
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1669
1667
|
</div>
|
1670
1668
|
<hr>
|
1671
1669
|
<div class="refsect2">
|
@@ -1676,7 +1674,7 @@ g_dbus_connection_get_guid (<em class="parameter"><code><a class="link" href="GD
|
|
1676
1674
|
authenticating. See <a class="link" href="GDBusConnection.html#GDBusConnection--guid" title="The “guid” property"><span class="type">“guid”</span></a> for more details.</p>
|
1677
1675
|
<div class="refsect3">
|
1678
1676
|
<a name="id-1.4.17.7.11.22.5"></a><h4>Parameters</h4>
|
1679
|
-
<div class="informaltable"><table width="100%" border="0">
|
1677
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1680
1678
|
<colgroup>
|
1681
1679
|
<col width="150px" class="parameters_name">
|
1682
1680
|
<col class="parameters_description">
|
@@ -1694,9 +1692,8 @@ authenticating. See <a class="link" href="GDBusConnection.html#GDBusConnection--
|
|
1694
1692
|
<p> The GUID. Do not free this string, it is owned by
|
1695
1693
|
<em class="parameter"><code>connection</code></em>
|
1696
1694
|
.</p>
|
1697
|
-
<p></p>
|
1698
1695
|
</div>
|
1699
|
-
<p class="since">Since 2.26</p>
|
1696
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1700
1697
|
</div>
|
1701
1698
|
<hr>
|
1702
1699
|
<div class="refsect2">
|
@@ -1710,7 +1707,7 @@ bus. This can also be used to figure out if <em class="parameter"><code>connecti
|
|
1710
1707
|
message bus connection.</p>
|
1711
1708
|
<div class="refsect3">
|
1712
1709
|
<a name="id-1.4.17.7.11.23.5"></a><h4>Parameters</h4>
|
1713
|
-
<div class="informaltable"><table width="100%" border="0">
|
1710
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1714
1711
|
<colgroup>
|
1715
1712
|
<col width="150px" class="parameters_name">
|
1716
1713
|
<col class="parameters_description">
|
@@ -1730,9 +1727,8 @@ is not a message
|
|
1730
1727
|
bus connection. Do not free this string, it is owned by
|
1731
1728
|
<em class="parameter"><code>connection</code></em>
|
1732
1729
|
.</p>
|
1733
|
-
<p></p>
|
1734
1730
|
</div>
|
1735
|
-
<p class="since">Since 2.26</p>
|
1731
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1736
1732
|
</div>
|
1737
1733
|
<hr>
|
1738
1734
|
<div class="refsect2">
|
@@ -1742,7 +1738,7 @@ g_dbus_connection_get_capabilities (<em class="parameter"><code><a class="link"
|
|
1742
1738
|
<p>Gets the capabilities negotiated with the remote peer</p>
|
1743
1739
|
<div class="refsect3">
|
1744
1740
|
<a name="id-1.4.17.7.11.24.5"></a><h4>Parameters</h4>
|
1745
|
-
<div class="informaltable"><table width="100%" border="0">
|
1741
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1746
1742
|
<colgroup>
|
1747
1743
|
<col width="150px" class="parameters_name">
|
1748
1744
|
<col class="parameters_description">
|
@@ -1758,9 +1754,8 @@ g_dbus_connection_get_capabilities (<em class="parameter"><code><a class="link"
|
|
1758
1754
|
<div class="refsect3">
|
1759
1755
|
<a name="id-1.4.17.7.11.24.6"></a><h4>Returns</h4>
|
1760
1756
|
<p> zero or more flags from the <a class="link" href="GDBusConnection.html#GDBusCapabilityFlags" title="enum GDBusCapabilityFlags"><span class="type">GDBusCapabilityFlags</span></a> enumeration</p>
|
1761
|
-
<p></p>
|
1762
1757
|
</div>
|
1763
|
-
<p class="since">Since 2.26</p>
|
1758
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1764
1759
|
</div>
|
1765
1760
|
<hr>
|
1766
1761
|
<div class="refsect2">
|
@@ -1779,7 +1774,7 @@ each application is a client. So this method will always return
|
|
1779
1774
|
<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for message bus clients.</p>
|
1780
1775
|
<div class="refsect3">
|
1781
1776
|
<a name="id-1.4.17.7.11.25.6"></a><h4>Parameters</h4>
|
1782
|
-
<div class="informaltable"><table width="100%" border="0">
|
1777
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1783
1778
|
<colgroup>
|
1784
1779
|
<col width="150px" class="parameters_name">
|
1785
1780
|
<col class="parameters_description">
|
@@ -1794,12 +1789,12 @@ each application is a client. So this method will always return
|
|
1794
1789
|
</div>
|
1795
1790
|
<div class="refsect3">
|
1796
1791
|
<a name="id-1.4.17.7.11.25.7"></a><h4>Returns</h4>
|
1797
|
-
<p> a <a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not
|
1798
|
-
Do not free this object, it is owned by <em class="parameter"><code>connection</code></em>
|
1792
|
+
<p> a <a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not
|
1793
|
+
available. Do not free this object, it is owned by <em class="parameter"><code>connection</code></em>
|
1799
1794
|
. </p>
|
1800
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1795
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1801
1796
|
</div>
|
1802
|
-
<p class="since">Since 2.26</p>
|
1797
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1803
1798
|
</div>
|
1804
1799
|
<hr>
|
1805
1800
|
<div class="refsect2">
|
@@ -1813,7 +1808,7 @@ high-level API such as <a class="link" href="GDBusConnection.html#g-dbus-connect
|
|
1813
1808
|
<a class="link" href="GDBusConnection.html#g-dbus-connection-call" title="g_dbus_connection_call ()"><code class="function">g_dbus_connection_call()</code></a> or <a class="link" href="GDBusProxy.html#g-dbus-proxy-call" title="g_dbus_proxy_call ()"><code class="function">g_dbus_proxy_call()</code></a>.</p>
|
1814
1809
|
<div class="refsect3">
|
1815
1810
|
<a name="id-1.4.17.7.11.26.5"></a><h4>Parameters</h4>
|
1816
|
-
<div class="informaltable"><table width="100%" border="0">
|
1811
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1817
1812
|
<colgroup>
|
1818
1813
|
<col width="150px" class="parameters_name">
|
1819
1814
|
<col class="parameters_description">
|
@@ -1830,9 +1825,8 @@ high-level API such as <a class="link" href="GDBusConnection.html#g-dbus-connect
|
|
1830
1825
|
<a name="id-1.4.17.7.11.26.6"></a><h4>Returns</h4>
|
1831
1826
|
<p> the last used serial or zero when no message has been sent
|
1832
1827
|
within the current thread</p>
|
1833
|
-
<p></p>
|
1834
1828
|
</div>
|
1835
|
-
<p class="since">Since 2.34</p>
|
1829
|
+
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
1836
1830
|
</div>
|
1837
1831
|
<hr>
|
1838
1832
|
<div class="refsect2">
|
@@ -1891,20 +1885,20 @@ convenient 'inline' use of <a href="../glib/glib-GVariant.html#g-variant-new"><c
|
|
1891
1885
|
12
|
1892
1886
|
13
|
1893
1887
|
14</pre></td>
|
1894
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="GDBusConnection.html#g-dbus-connection-call">g_dbus_connection_call</a></span
|
1895
|
-
<span class="
|
1896
|
-
<span class="
|
1897
|
-
<span class="
|
1898
|
-
<span class="
|
1899
|
-
<span class="
|
1900
|
-
<span class="
|
1901
|
-
<span class="
|
1902
|
-
<span class="
|
1903
|
-
<span class="
|
1904
|
-
<span class="
|
1905
|
-
<span class="
|
1906
|
-
<span class="
|
1907
|
-
<span class="
|
1888
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="GDBusConnection.html#g-dbus-connection-call">g_dbus_connection_call</a></span> <span class="gtkdoc opt">(</span>connection<span class="gtkdoc opt">,</span>
|
1889
|
+
<span class="string">"org.freedesktop.StringThings"</span><span class="gtkdoc opt">,</span>
|
1890
|
+
<span class="string">"/org/freedesktop/StringThings"</span><span class="gtkdoc opt">,</span>
|
1891
|
+
<span class="string">"org.freedesktop.StringThings"</span><span class="gtkdoc opt">,</span>
|
1892
|
+
<span class="string">"TwoStrings"</span><span class="gtkdoc opt">,</span>
|
1893
|
+
<span class="function"><a href="../glib/glib-GVariant.html#g-variant-new">g_variant_new</a></span> <span class="gtkdoc opt">(</span><span class="string">"(ss)"</span><span class="gtkdoc opt">,</span>
|
1894
|
+
<span class="string">"Thing One"</span><span class="gtkdoc opt">,</span>
|
1895
|
+
<span class="string">"Thing Two"</span><span class="gtkdoc opt">),</span>
|
1896
|
+
NULL<span class="gtkdoc opt">,</span>
|
1897
|
+
G_DBUS_CALL_FLAGS_NONE<span class="gtkdoc opt">,</span>
|
1898
|
+
<span class="gtkdoc opt">-</span><span class="number">1</span><span class="gtkdoc opt">,</span>
|
1899
|
+
NULL<span class="gtkdoc opt">,</span>
|
1900
|
+
<span class="gtkdoc opt">(</span>GAsyncReadyCallback<span class="gtkdoc opt">)</span> two_strings_done<span class="gtkdoc opt">,</span>
|
1901
|
+
NULL<span class="gtkdoc opt">);</span></pre></td>
|
1908
1902
|
</tr>
|
1909
1903
|
</tbody>
|
1910
1904
|
</table>
|
@@ -1924,7 +1918,7 @@ function.</p>
|
|
1924
1918
|
the <a class="link" href="GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-NO-REPLY-EXPECTED:CAPS"><code class="literal">G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED</code></a> flag set.</p>
|
1925
1919
|
<div class="refsect3">
|
1926
1920
|
<a name="id-1.4.17.7.11.27.12"></a><h4>Parameters</h4>
|
1927
|
-
<div class="informaltable"><table width="100%" border="0">
|
1921
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1928
1922
|
<colgroup>
|
1929
1923
|
<col width="150px" class="parameters_name">
|
1930
1924
|
<col class="parameters_description">
|
@@ -2001,7 +1995,7 @@ method invocation. </p></td>
|
|
2001
1995
|
</tbody>
|
2002
1996
|
</table></div>
|
2003
1997
|
</div>
|
2004
|
-
<p class="since">Since 2.26</p>
|
1998
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2005
1999
|
</div>
|
2006
2000
|
<hr>
|
2007
2001
|
<div class="refsect2">
|
@@ -2013,7 +2007,7 @@ g_dbus_connection_call_finish (<em class="parameter"><code><a class="link" href=
|
|
2013
2007
|
<p>Finishes an operation started with <a class="link" href="GDBusConnection.html#g-dbus-connection-call" title="g_dbus_connection_call ()"><code class="function">g_dbus_connection_call()</code></a>.</p>
|
2014
2008
|
<div class="refsect3">
|
2015
2009
|
<a name="id-1.4.17.7.11.28.5"></a><h4>Parameters</h4>
|
2016
|
-
<div class="informaltable"><table width="100%" border="0">
|
2010
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2017
2011
|
<colgroup>
|
2018
2012
|
<col width="150px" class="parameters_name">
|
2019
2013
|
<col class="parameters_description">
|
@@ -2043,9 +2037,8 @@ g_dbus_connection_call_finish (<em class="parameter"><code><a class="link" href=
|
|
2043
2037
|
<p> <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
2044
2038
|
is set. Otherwise a <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> tuple with
|
2045
2039
|
return values. Free with <a href="../glib/glib-GVariant.html#g-variant-unref"><code class="function">g_variant_unref()</code></a>.</p>
|
2046
|
-
<p></p>
|
2047
2040
|
</div>
|
2048
|
-
<p class="since">Since 2.26</p>
|
2041
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2049
2042
|
</div>
|
2050
2043
|
<hr>
|
2051
2044
|
<div class="refsect2">
|
@@ -2103,19 +2096,19 @@ This allows convenient 'inline' use of <a href="../glib/glib-GVariant.html#g-var
|
|
2103
2096
|
11
|
2104
2097
|
12
|
2105
2098
|
13</pre></td>
|
2106
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="GDBusConnection.html#g-dbus-connection-call-sync">g_dbus_connection_call_sync</a></span
|
2107
|
-
<span class="
|
2108
|
-
<span class="
|
2109
|
-
<span class="
|
2110
|
-
<span class="
|
2111
|
-
<span class="
|
2112
|
-
<span class="
|
2113
|
-
<span class="
|
2114
|
-
<span class="
|
2115
|
-
<span class="
|
2116
|
-
<span class="
|
2117
|
-
<span class="
|
2118
|
-
<span class="
|
2099
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="GDBusConnection.html#g-dbus-connection-call-sync">g_dbus_connection_call_sync</a></span> <span class="gtkdoc opt">(</span>connection<span class="gtkdoc opt">,</span>
|
2100
|
+
<span class="string">"org.freedesktop.StringThings"</span><span class="gtkdoc opt">,</span>
|
2101
|
+
<span class="string">"/org/freedesktop/StringThings"</span><span class="gtkdoc opt">,</span>
|
2102
|
+
<span class="string">"org.freedesktop.StringThings"</span><span class="gtkdoc opt">,</span>
|
2103
|
+
<span class="string">"TwoStrings"</span><span class="gtkdoc opt">,</span>
|
2104
|
+
<span class="function"><a href="../glib/glib-GVariant.html#g-variant-new">g_variant_new</a></span> <span class="gtkdoc opt">(</span><span class="string">"(ss)"</span><span class="gtkdoc opt">,</span>
|
2105
|
+
<span class="string">"Thing One"</span><span class="gtkdoc opt">,</span>
|
2106
|
+
<span class="string">"Thing Two"</span><span class="gtkdoc opt">),</span>
|
2107
|
+
NULL<span class="gtkdoc opt">,</span>
|
2108
|
+
G_DBUS_CALL_FLAGS_NONE<span class="gtkdoc opt">,</span>
|
2109
|
+
<span class="gtkdoc opt">-</span><span class="number">1</span><span class="gtkdoc opt">,</span>
|
2110
|
+
NULL<span class="gtkdoc opt">,</span>
|
2111
|
+
<span class="gtkdoc opt">&</span>error<span class="gtkdoc opt">);</span></pre></td>
|
2119
2112
|
</tr>
|
2120
2113
|
</tbody>
|
2121
2114
|
</table>
|
@@ -2127,7 +2120,7 @@ This allows convenient 'inline' use of <a href="../glib/glib-GVariant.html#g-var
|
|
2127
2120
|
this method.</p>
|
2128
2121
|
<div class="refsect3">
|
2129
2122
|
<a name="id-1.4.17.7.11.29.11"></a><h4>Parameters</h4>
|
2130
|
-
<div class="informaltable"><table width="100%" border="0">
|
2123
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2131
2124
|
<colgroup>
|
2132
2125
|
<col width="150px" class="parameters_name">
|
2133
2126
|
<col class="parameters_description">
|
@@ -2201,9 +2194,8 @@ timeout or <a href="../glib/glib-Basic-Types.html#G-MAXINT:CAPS"><code class="li
|
|
2201
2194
|
<p> <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
2202
2195
|
is set. Otherwise a <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> tuple with
|
2203
2196
|
return values. Free with <a href="../glib/glib-GVariant.html#g-variant-unref"><code class="function">g_variant_unref()</code></a>.</p>
|
2204
|
-
<p></p>
|
2205
2197
|
</div>
|
2206
|
-
<p class="since">Since 2.26</p>
|
2198
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2207
2199
|
</div>
|
2208
2200
|
<hr>
|
2209
2201
|
<div class="refsect2">
|
@@ -2227,7 +2219,7 @@ g_dbus_connection_call_with_unix_fd_list
|
|
2227
2219
|
<p>This method is only available on UNIX.</p>
|
2228
2220
|
<div class="refsect3">
|
2229
2221
|
<a name="id-1.4.17.7.11.30.6"></a><h4>Parameters</h4>
|
2230
|
-
<div class="informaltable"><table width="100%" border="0">
|
2222
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2231
2223
|
<colgroup>
|
2232
2224
|
<col width="150px" class="parameters_name">
|
2233
2225
|
<col class="parameters_description">
|
@@ -2309,7 +2301,7 @@ method invocation. </p></td>
|
|
2309
2301
|
</tbody>
|
2310
2302
|
</table></div>
|
2311
2303
|
</div>
|
2312
|
-
<p class="since">Since 2.30</p>
|
2304
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
2313
2305
|
</div>
|
2314
2306
|
<hr>
|
2315
2307
|
<div class="refsect2">
|
@@ -2323,7 +2315,7 @@ g_dbus_connection_call_with_unix_fd_list_finish
|
|
2323
2315
|
<p>Finishes an operation started with <a class="link" href="GDBusConnection.html#g-dbus-connection-call-with-unix-fd-list" title="g_dbus_connection_call_with_unix_fd_list ()"><code class="function">g_dbus_connection_call_with_unix_fd_list()</code></a>.</p>
|
2324
2316
|
<div class="refsect3">
|
2325
2317
|
<a name="id-1.4.17.7.11.31.5"></a><h4>Parameters</h4>
|
2326
|
-
<div class="informaltable"><table width="100%" border="0">
|
2318
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2327
2319
|
<colgroup>
|
2328
2320
|
<col width="150px" class="parameters_name">
|
2329
2321
|
<col class="parameters_description">
|
@@ -2359,9 +2351,8 @@ g_dbus_connection_call_with_unix_fd_list_finish
|
|
2359
2351
|
<p> <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
2360
2352
|
is set. Otherwise a <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> tuple with
|
2361
2353
|
return values. Free with <a href="../glib/glib-GVariant.html#g-variant-unref"><code class="function">g_variant_unref()</code></a>.</p>
|
2362
|
-
<p></p>
|
2363
2354
|
</div>
|
2364
|
-
<p class="since">Since 2.30</p>
|
2355
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
2365
2356
|
</div>
|
2366
2357
|
<hr>
|
2367
2358
|
<div class="refsect2">
|
@@ -2385,7 +2376,7 @@ g_dbus_connection_call_with_unix_fd_list_sync
|
|
2385
2376
|
<p>This method is only available on UNIX.</p>
|
2386
2377
|
<div class="refsect3">
|
2387
2378
|
<a name="id-1.4.17.7.11.32.6"></a><h4>Parameters</h4>
|
2388
|
-
<div class="informaltable"><table width="100%" border="0">
|
2379
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2389
2380
|
<colgroup>
|
2390
2381
|
<col width="150px" class="parameters_name">
|
2391
2382
|
<col class="parameters_description">
|
@@ -2469,9 +2460,8 @@ timeout or <a href="../glib/glib-Basic-Types.html#G-MAXINT:CAPS"><code class="li
|
|
2469
2460
|
<p> <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
2470
2461
|
is set. Otherwise a <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> tuple with
|
2471
2462
|
return values. Free with <a href="../glib/glib-GVariant.html#g-variant-unref"><code class="function">g_variant_unref()</code></a>.</p>
|
2472
|
-
<p></p>
|
2473
2463
|
</div>
|
2474
|
-
<p class="since">Since 2.30</p>
|
2464
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
2475
2465
|
</div>
|
2476
2466
|
<hr>
|
2477
2467
|
<div class="refsect2">
|
@@ -2490,7 +2480,7 @@ g_dbus_connection_emit_signal (<em class="parameter"><code><a class="link" href=
|
|
2490
2480
|
is not compatible with the D-Bus protocol.</p>
|
2491
2481
|
<div class="refsect3">
|
2492
2482
|
<a name="id-1.4.17.7.11.33.7"></a><h4>Parameters</h4>
|
2493
|
-
<div class="informaltable"><table width="100%" border="0">
|
2483
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2494
2484
|
<colgroup>
|
2495
2485
|
<col width="150px" class="parameters_name">
|
2496
2486
|
<col class="parameters_description">
|
@@ -2541,9 +2531,8 @@ or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">N
|
|
2541
2531
|
<a name="id-1.4.17.7.11.33.8"></a><h4>Returns</h4>
|
2542
2532
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> unless <em class="parameter"><code>error</code></em>
|
2543
2533
|
is set</p>
|
2544
|
-
<p></p>
|
2545
2534
|
</div>
|
2546
|
-
<p class="since">Since 2.26</p>
|
2535
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2547
2536
|
</div>
|
2548
2537
|
<hr>
|
2549
2538
|
<div class="refsect2">
|
@@ -2559,7 +2548,7 @@ is set</p>
|
|
2559
2548
|
<p>Signature for callback function used in <a class="link" href="GDBusConnection.html#g-dbus-connection-signal-subscribe" title="g_dbus_connection_signal_subscribe ()"><code class="function">g_dbus_connection_signal_subscribe()</code></a>.</p>
|
2560
2549
|
<div class="refsect3">
|
2561
2550
|
<a name="id-1.4.17.7.11.34.5"></a><h4>Parameters</h4>
|
2562
|
-
<div class="informaltable"><table width="100%" border="0">
|
2551
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2563
2552
|
<colgroup>
|
2564
2553
|
<col width="150px" class="parameters_name">
|
2565
2554
|
<col class="parameters_description">
|
@@ -2604,7 +2593,7 @@ is set</p>
|
|
2604
2593
|
</tbody>
|
2605
2594
|
</table></div>
|
2606
2595
|
</div>
|
2607
|
-
<p class="since">Since 2.26</p>
|
2596
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2608
2597
|
</div>
|
2609
2598
|
<hr>
|
2610
2599
|
<div class="refsect2">
|
@@ -2645,9 +2634,18 @@ processing the received signal.</p>
|
|
2645
2634
|
is
|
2646
2635
|
interpreted as part of a namespace or path. The first argument
|
2647
2636
|
of a signal is matched against that part as specified by D-Bus.</p>
|
2637
|
+
<p>If <em class="parameter"><code>user_data_free_func</code></em>
|
2638
|
+
is non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it will be called (in the
|
2639
|
+
thread-default main context of the thread you are calling this
|
2640
|
+
method from) at some point after <em class="parameter"><code>user_data</code></em>
|
2641
|
+
is no longer
|
2642
|
+
needed. (It is not guaranteed to be called synchronously when the
|
2643
|
+
signal is unsubscribed from, and may be called after <em class="parameter"><code>connection</code></em>
|
2644
|
+
|
2645
|
+
has been destroyed.)</p>
|
2648
2646
|
<div class="refsect3">
|
2649
|
-
<a name="id-1.4.17.7.11.35.
|
2650
|
-
<div class="informaltable"><table width="100%" border="0">
|
2647
|
+
<a name="id-1.4.17.7.11.35.9"></a><h4>Parameters</h4>
|
2648
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2651
2649
|
<colgroup>
|
2652
2650
|
<col width="150px" class="parameters_name">
|
2653
2651
|
<col class="parameters_description">
|
@@ -2691,7 +2689,8 @@ to match on all kinds of arguments. </p></td>
|
|
2691
2689
|
</tr>
|
2692
2690
|
<tr>
|
2693
2691
|
<td class="parameter_name"><p>flags</p></td>
|
2694
|
-
<td class="parameter_description"><p>
|
2692
|
+
<td class="parameter_description"><p><a class="link" href="GDBusConnection.html#GDBusSignalFlags" title="enum GDBusSignalFlags"><span class="type">GDBusSignalFlags</span></a> describing how arg0 is used in subscribing to the
|
2693
|
+
signal</p></td>
|
2695
2694
|
<td class="parameter_annotations"> </td>
|
2696
2695
|
</tr>
|
2697
2696
|
<tr>
|
@@ -2716,11 +2715,10 @@ subscription is removed or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
|
2716
2715
|
</table></div>
|
2717
2716
|
</div>
|
2718
2717
|
<div class="refsect3">
|
2719
|
-
<a name="id-1.4.17.7.11.35.
|
2718
|
+
<a name="id-1.4.17.7.11.35.10"></a><h4>Returns</h4>
|
2720
2719
|
<p> a subscription identifier that can be used with <a class="link" href="GDBusConnection.html#g-dbus-connection-signal-unsubscribe" title="g_dbus_connection_signal_unsubscribe ()"><code class="function">g_dbus_connection_signal_unsubscribe()</code></a></p>
|
2721
|
-
<p></p>
|
2722
2720
|
</div>
|
2723
|
-
<p class="since">Since 2.26</p>
|
2721
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2724
2722
|
</div>
|
2725
2723
|
<hr>
|
2726
2724
|
<div class="refsect2">
|
@@ -2731,7 +2729,7 @@ g_dbus_connection_signal_unsubscribe (<em class="parameter"><code><a class="link
|
|
2731
2729
|
<p>Unsubscribes from signals.</p>
|
2732
2730
|
<div class="refsect3">
|
2733
2731
|
<a name="id-1.4.17.7.11.36.5"></a><h4>Parameters</h4>
|
2734
|
-
<div class="informaltable"><table width="100%" border="0">
|
2732
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2735
2733
|
<colgroup>
|
2736
2734
|
<col width="150px" class="parameters_name">
|
2737
2735
|
<col class="parameters_description">
|
@@ -2752,7 +2750,7 @@ g_dbus_connection_signal_unsubscribe (<em class="parameter"><code><a class="link
|
|
2752
2750
|
</tbody>
|
2753
2751
|
</table></div>
|
2754
2752
|
</div>
|
2755
|
-
<p class="since">Since 2.26</p>
|
2753
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2756
2754
|
</div>
|
2757
2755
|
<hr>
|
2758
2756
|
<div class="refsect2">
|
@@ -2790,7 +2788,7 @@ UNIX file descriptors.</p>
|
|
2790
2788
|
<a class="link" href="GDBusConnection.html#G-DBUS-SEND-MESSAGE-FLAGS-PRESERVE-SERIAL:CAPS"><code class="literal">G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL</code></a> flag.</p>
|
2791
2789
|
<div class="refsect3">
|
2792
2790
|
<a name="id-1.4.17.7.11.37.9"></a><h4>Parameters</h4>
|
2793
|
-
<div class="informaltable"><table width="100%" border="0">
|
2791
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2794
2792
|
<colgroup>
|
2795
2793
|
<col width="150px" class="parameters_name">
|
2796
2794
|
<col class="parameters_description">
|
@@ -2832,9 +2830,8 @@ when sending it or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code c
|
|
2832
2830
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the message was well-formed and queued for
|
2833
2831
|
transmission, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
|
2834
2832
|
is set</p>
|
2835
|
-
<p></p>
|
2836
2833
|
</div>
|
2837
|
-
<p class="since">Since 2.26</p>
|
2834
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2838
2835
|
</div>
|
2839
2836
|
<hr>
|
2840
2837
|
<div class="refsect2">
|
@@ -2885,7 +2882,7 @@ for an example of how to use this low-level API to send and receive
|
|
2885
2882
|
UNIX file descriptors.</p>
|
2886
2883
|
<div class="refsect3">
|
2887
2884
|
<a name="id-1.4.17.7.11.38.10"></a><h4>Parameters</h4>
|
2888
|
-
<div class="informaltable"><table width="100%" border="0">
|
2885
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2889
2886
|
<colgroup>
|
2890
2887
|
<col width="150px" class="parameters_name">
|
2891
2888
|
<col class="parameters_description">
|
@@ -2940,7 +2937,7 @@ is satisfied or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code clas
|
|
2940
2937
|
</tbody>
|
2941
2938
|
</table></div>
|
2942
2939
|
</div>
|
2943
|
-
<p class="since">Since 2.26</p>
|
2940
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2944
2941
|
</div>
|
2945
2942
|
<hr>
|
2946
2943
|
<div class="refsect2">
|
@@ -2961,7 +2958,7 @@ for an example of how to use this low-level API to send and receive
|
|
2961
2958
|
UNIX file descriptors.</p>
|
2962
2959
|
<div class="refsect3">
|
2963
2960
|
<a name="id-1.4.17.7.11.39.7"></a><h4>Parameters</h4>
|
2964
|
-
<div class="informaltable"><table width="100%" border="0">
|
2961
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2965
2962
|
<colgroup>
|
2966
2963
|
<col width="150px" class="parameters_name">
|
2967
2964
|
<col class="parameters_description">
|
@@ -2993,7 +2990,7 @@ UNIX file descriptors.</p>
|
|
2993
2990
|
is set. </p>
|
2994
2991
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2995
2992
|
</div>
|
2996
|
-
<p class="since">Since 2.26</p>
|
2993
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2997
2994
|
</div>
|
2998
2995
|
<hr>
|
2999
2996
|
<div class="refsect2">
|
@@ -3044,7 +3041,7 @@ UNIX file descriptors.</p>
|
|
3044
3041
|
<a class="link" href="GDBusConnection.html#G-DBUS-SEND-MESSAGE-FLAGS-PRESERVE-SERIAL:CAPS"><code class="literal">G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL</code></a> flag.</p>
|
3045
3042
|
<div class="refsect3">
|
3046
3043
|
<a name="id-1.4.17.7.11.40.10"></a><h4>Parameters</h4>
|
3047
|
-
<div class="informaltable"><table width="100%" border="0">
|
3044
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3048
3045
|
<colgroup>
|
3049
3046
|
<col width="150px" class="parameters_name">
|
3050
3047
|
<col class="parameters_description">
|
@@ -3100,7 +3097,7 @@ or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">N
|
|
3100
3097
|
is set. </p>
|
3101
3098
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3102
3099
|
</div>
|
3103
|
-
<p class="since">Since 2.26</p>
|
3100
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3104
3101
|
</div>
|
3105
3102
|
<hr>
|
3106
3103
|
<div class="refsect2">
|
@@ -3128,15 +3125,15 @@ message can simply return the <em class="parameter"><code>message</code></em>
|
|
3128
3125
|
7
|
3129
3126
|
8
|
3130
3127
|
9</pre></td>
|
3131
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
3132
|
-
<span class="function">passive_filter</span
|
3133
|
-
|
3134
|
-
|
3135
|
-
|
3136
|
-
<span class="
|
3137
|
-
<span class="
|
3138
|
-
<span class="
|
3139
|
-
<span class="
|
3128
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static</span> GDBusMessage <span class="gtkdoc opt">*</span>
|
3129
|
+
<span class="function">passive_filter</span> <span class="gtkdoc opt">(</span>GDBusConnection <span class="gtkdoc opt">*</span>connection
|
3130
|
+
GDBusMessage <span class="gtkdoc opt">*</span>message<span class="gtkdoc opt">,</span>
|
3131
|
+
gboolean incoming<span class="gtkdoc opt">,</span>
|
3132
|
+
gpointer user_data<span class="gtkdoc opt">)</span>
|
3133
|
+
<span class="gtkdoc opt">{</span>
|
3134
|
+
<span class="gtkdoc opt">/<!-- -->*</span> inspect @message <span class="gtkdoc opt">*<!-- -->/</span>
|
3135
|
+
<span class="keyword">return</span> message<span class="gtkdoc opt">;</span>
|
3136
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
3140
3137
|
</tr>
|
3141
3138
|
</tbody>
|
3142
3139
|
</table>
|
@@ -3161,19 +3158,19 @@ Filter functions that wants to drop a message can simply return <a href="../glib
|
|
3161
3158
|
11
|
3162
3159
|
12
|
3163
3160
|
13</pre></td>
|
3164
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
3165
|
-
<span class="function">drop_filter</span
|
3166
|
-
|
3167
|
-
|
3168
|
-
|
3169
|
-
<span class="
|
3170
|
-
<span class="
|
3171
|
-
<span class="
|
3172
|
-
<span class="
|
3173
|
-
|
3174
|
-
<span class="
|
3175
|
-
<span class="
|
3176
|
-
<span class="
|
3161
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static</span> GDBusMessage <span class="gtkdoc opt">*</span>
|
3162
|
+
<span class="function">drop_filter</span> <span class="gtkdoc opt">(</span>GDBusConnection <span class="gtkdoc opt">*</span>connection
|
3163
|
+
GDBusMessage <span class="gtkdoc opt">*</span>message<span class="gtkdoc opt">,</span>
|
3164
|
+
gboolean incoming<span class="gtkdoc opt">,</span>
|
3165
|
+
gpointer user_data<span class="gtkdoc opt">)</span>
|
3166
|
+
<span class="gtkdoc opt">{</span>
|
3167
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>should_drop_message<span class="gtkdoc opt">)</span>
|
3168
|
+
<span class="gtkdoc opt">{</span>
|
3169
|
+
<span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span> <span class="gtkdoc opt">(</span>message<span class="gtkdoc opt">);</span>
|
3170
|
+
message <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
|
3171
|
+
<span class="gtkdoc opt">}</span>
|
3172
|
+
<span class="keyword">return</span> message<span class="gtkdoc opt">;</span>
|
3173
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
3177
3174
|
</tr>
|
3178
3175
|
</tbody>
|
3179
3176
|
</table>
|
@@ -3203,24 +3200,24 @@ Finally, a filter function may modify a message by copying it:</p>
|
|
3203
3200
|
16
|
3204
3201
|
17
|
3205
3202
|
18</pre></td>
|
3206
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
3207
|
-
<span class="function">modifying_filter</span
|
3208
|
-
|
3209
|
-
|
3210
|
-
|
3211
|
-
<span class="
|
3212
|
-
|
3213
|
-
|
3203
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static</span> GDBusMessage <span class="gtkdoc opt">*</span>
|
3204
|
+
<span class="function">modifying_filter</span> <span class="gtkdoc opt">(</span>GDBusConnection <span class="gtkdoc opt">*</span>connection
|
3205
|
+
GDBusMessage <span class="gtkdoc opt">*</span>message<span class="gtkdoc opt">,</span>
|
3206
|
+
gboolean incoming<span class="gtkdoc opt">,</span>
|
3207
|
+
gpointer user_data<span class="gtkdoc opt">)</span>
|
3208
|
+
<span class="gtkdoc opt">{</span>
|
3209
|
+
GDBusMessage <span class="gtkdoc opt">*</span>copy<span class="gtkdoc opt">;</span>
|
3210
|
+
GError <span class="gtkdoc opt">*</span>error<span class="gtkdoc opt">;</span>
|
3214
3211
|
|
3215
|
-
|
3216
|
-
|
3217
|
-
<span class="
|
3218
|
-
<span class="
|
3212
|
+
error <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
|
3213
|
+
copy <span class="gtkdoc opt">=</span> <span class="function"><a href="GDBusMessage.html#g-dbus-message-copy">g_dbus_message_copy</a></span> <span class="gtkdoc opt">(</span>message<span class="gtkdoc opt">, &</span>error<span class="gtkdoc opt">);</span>
|
3214
|
+
<span class="gtkdoc opt">/<!-- -->*</span> handle @error being is set <span class="gtkdoc opt">*<!-- -->/</span>
|
3215
|
+
<span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span> <span class="gtkdoc opt">(</span>message<span class="gtkdoc opt">);</span>
|
3219
3216
|
|
3220
|
-
<span class="
|
3217
|
+
<span class="gtkdoc opt">/<!-- -->*</span> modify @copy <span class="gtkdoc opt">*<!-- -->/</span>
|
3221
3218
|
|
3222
|
-
<span class="
|
3223
|
-
<span class="
|
3219
|
+
<span class="keyword">return</span> copy<span class="gtkdoc opt">;</span>
|
3220
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
3224
3221
|
</tr>
|
3225
3222
|
</tbody>
|
3226
3223
|
</table>
|
@@ -3239,7 +3236,7 @@ check this ahead of time using <a class="link" href="GDBusMessage.html#g-dbus-me
|
|
3239
3236
|
.</p>
|
3240
3237
|
<div class="refsect3">
|
3241
3238
|
<a name="id-1.4.17.7.11.41.12"></a><h4>Parameters</h4>
|
3242
|
-
<div class="informaltable"><table width="100%" border="0">
|
3239
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3243
3240
|
<colgroup>
|
3244
3241
|
<col width="150px" class="parameters_name">
|
3245
3242
|
<col class="parameters_description">
|
@@ -3278,7 +3275,7 @@ functions can simply return the passed <em class="parameter"><code>message</code
|
|
3278
3275
|
object. </p>
|
3279
3276
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></p>
|
3280
3277
|
</div>
|
3281
|
-
<p class="since">Since 2.26</p>
|
3278
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3282
3279
|
</div>
|
3283
3280
|
<hr>
|
3284
3281
|
<div class="refsect2">
|
@@ -3306,9 +3303,18 @@ dispatched anywhere else - not even the standard dispatch machinery
|
|
3306
3303
|
<a class="link" href="GDBusConnection.html#g-dbus-connection-send-message-with-reply" title="g_dbus_connection_send_message_with_reply ()"><code class="function">g_dbus_connection_send_message_with_reply()</code></a> relies on) will see the
|
3307
3304
|
message. Similary, if a filter consumes an outgoing message, the
|
3308
3305
|
message will not be sent to the other peer.</p>
|
3306
|
+
<p>If <em class="parameter"><code>user_data_free_func</code></em>
|
3307
|
+
is non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it will be called (in the
|
3308
|
+
thread-default main context of the thread you are calling this
|
3309
|
+
method from) at some point after <em class="parameter"><code>user_data</code></em>
|
3310
|
+
is no longer
|
3311
|
+
needed. (It is not guaranteed to be called synchronously when the
|
3312
|
+
filter is removed, and may be called after <em class="parameter"><code>connection</code></em>
|
3313
|
+
has been
|
3314
|
+
destroyed.)</p>
|
3309
3315
|
<div class="refsect3">
|
3310
|
-
<a name="id-1.4.17.7.11.42.
|
3311
|
-
<div class="informaltable"><table width="100%" border="0">
|
3316
|
+
<a name="id-1.4.17.7.11.42.8"></a><h4>Parameters</h4>
|
3317
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3312
3318
|
<colgroup>
|
3313
3319
|
<col width="150px" class="parameters_name">
|
3314
3320
|
<col class="parameters_description">
|
@@ -3342,12 +3348,11 @@ is removed or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class=
|
|
3342
3348
|
</table></div>
|
3343
3349
|
</div>
|
3344
3350
|
<div class="refsect3">
|
3345
|
-
<a name="id-1.4.17.7.11.42.
|
3351
|
+
<a name="id-1.4.17.7.11.42.9"></a><h4>Returns</h4>
|
3346
3352
|
<p> a filter identifier that can be used with
|
3347
3353
|
<a class="link" href="GDBusConnection.html#g-dbus-connection-remove-filter" title="g_dbus_connection_remove_filter ()"><code class="function">g_dbus_connection_remove_filter()</code></a></p>
|
3348
|
-
<p></p>
|
3349
3354
|
</div>
|
3350
|
-
<p class="since">Since 2.26</p>
|
3355
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3351
3356
|
</div>
|
3352
3357
|
<hr>
|
3353
3358
|
<div class="refsect2">
|
@@ -3356,9 +3361,15 @@ is removed or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class=
|
|
3356
3361
|
g_dbus_connection_remove_filter (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
|
3357
3362
|
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> filter_id</code></em>);</pre>
|
3358
3363
|
<p>Removes a filter.</p>
|
3364
|
+
<p>Note that since filters run in a different thread, there is a race
|
3365
|
+
condition where it is possible that the filter will be running even
|
3366
|
+
after calling <a class="link" href="GDBusConnection.html#g-dbus-connection-remove-filter" title="g_dbus_connection_remove_filter ()"><code class="function">g_dbus_connection_remove_filter()</code></a>, so you cannot just
|
3367
|
+
free data that the filter might be using. Instead, you should pass
|
3368
|
+
a <a href="../glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> to <a class="link" href="GDBusConnection.html#g-dbus-connection-add-filter" title="g_dbus_connection_add_filter ()"><code class="function">g_dbus_connection_add_filter()</code></a>, which will be
|
3369
|
+
called when it is guaranteed that the data is no longer needed.</p>
|
3359
3370
|
<div class="refsect3">
|
3360
|
-
<a name="id-1.4.17.7.11.43.
|
3361
|
-
<div class="informaltable"><table width="100%" border="0">
|
3371
|
+
<a name="id-1.4.17.7.11.43.6"></a><h4>Parameters</h4>
|
3372
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3362
3373
|
<colgroup>
|
3363
3374
|
<col width="150px" class="parameters_name">
|
3364
3375
|
<col class="parameters_description">
|
@@ -3378,7 +3389,7 @@ g_dbus_connection_remove_filter (<em class="parameter"><code><a class="link" hre
|
|
3378
3389
|
</tbody>
|
3379
3390
|
</table></div>
|
3380
3391
|
</div>
|
3381
|
-
<p class="since">Since 2.26</p>
|
3392
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3382
3393
|
</div>
|
3383
3394
|
<hr>
|
3384
3395
|
<div class="refsect2">
|
@@ -3396,7 +3407,7 @@ g_dbus_connection_remove_filter (<em class="parameter"><code><a class="link" hre
|
|
3396
3407
|
function in <a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable"><span class="type">GDBusInterfaceVTable</span></a>.</p>
|
3397
3408
|
<div class="refsect3">
|
3398
3409
|
<a name="id-1.4.17.7.11.44.5"></a><h4>Parameters</h4>
|
3399
|
-
<div class="informaltable"><table width="100%" border="0">
|
3410
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3400
3411
|
<colgroup>
|
3401
3412
|
<col width="150px" class="parameters_name">
|
3402
3413
|
<col class="parameters_description">
|
@@ -3447,7 +3458,7 @@ g_dbus_connection_remove_filter (<em class="parameter"><code><a class="link" hre
|
|
3447
3458
|
</tbody>
|
3448
3459
|
</table></div>
|
3449
3460
|
</div>
|
3450
|
-
<p class="since">Since 2.26</p>
|
3461
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3451
3462
|
</div>
|
3452
3463
|
<hr>
|
3453
3464
|
<div class="refsect2">
|
@@ -3464,7 +3475,7 @@ g_dbus_connection_remove_filter (<em class="parameter"><code><a class="link" hre
|
|
3464
3475
|
function in <a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable"><span class="type">GDBusInterfaceVTable</span></a>.</p>
|
3465
3476
|
<div class="refsect3">
|
3466
3477
|
<a name="id-1.4.17.7.11.45.5"></a><h4>Parameters</h4>
|
3467
|
-
<div class="informaltable"><table width="100%" border="0">
|
3478
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3468
3479
|
<colgroup>
|
3469
3480
|
<col width="150px" class="parameters_name">
|
3470
3481
|
<col class="parameters_description">
|
@@ -3517,9 +3528,8 @@ or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">N
|
|
3517
3528
|
<em class="parameter"><code>error</code></em>
|
3518
3529
|
is set. If the returned <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> is floating, it is
|
3519
3530
|
consumed - otherwise its reference count is decreased by one.</p>
|
3520
|
-
<p></p>
|
3521
3531
|
</div>
|
3522
|
-
<p class="since">Since 2.26</p>
|
3532
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3523
3533
|
</div>
|
3524
3534
|
<hr>
|
3525
3535
|
<div class="refsect2">
|
@@ -3537,7 +3547,7 @@ consumed - otherwise its reference count is decreased by one.</p>
|
|
3537
3547
|
function in <a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable"><span class="type">GDBusInterfaceVTable</span></a>.</p>
|
3538
3548
|
<div class="refsect3">
|
3539
3549
|
<a name="id-1.4.17.7.11.46.5"></a><h4>Parameters</h4>
|
3540
|
-
<div class="informaltable"><table width="100%" border="0">
|
3550
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3541
3551
|
<colgroup>
|
3542
3552
|
<col width="150px" class="parameters_name">
|
3543
3553
|
<col class="parameters_description">
|
@@ -3593,9 +3603,8 @@ consumed - otherwise its reference count is decreased by one.</p>
|
|
3593
3603
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the property was set to <em class="parameter"><code>value</code></em>
|
3594
3604
|
, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
|
3595
3605
|
is set.</p>
|
3596
|
-
<p></p>
|
3597
3606
|
</div>
|
3598
|
-
<p class="since">Since 2.26</p>
|
3607
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3599
3608
|
</div>
|
3600
3609
|
<hr>
|
3601
3610
|
<div class="refsect2">
|
@@ -3653,7 +3662,7 @@ as the object is exported. Also note that <em class="parameter"><code>vtable</co
|
|
3653
3662
|
<p>See this <a class="link" href="GDBusConnection.html#gdbus-server" title="An example D-Bus server">server</a> for an example of how to use this method.</p>
|
3654
3663
|
<div class="refsect3">
|
3655
3664
|
<a name="id-1.4.17.7.11.47.13"></a><h4>Parameters</h4>
|
3656
|
-
<div class="informaltable"><table width="100%" border="0">
|
3665
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3657
3666
|
<colgroup>
|
3658
3667
|
<col width="150px" class="parameters_name">
|
3659
3668
|
<col class="parameters_description">
|
@@ -3704,9 +3713,8 @@ as the object is exported. Also note that <em class="parameter"><code>vtable</co
|
|
3704
3713
|
<p> 0 if <em class="parameter"><code>error</code></em>
|
3705
3714
|
is set, otherwise a registration id (never 0)
|
3706
3715
|
that can be used with <a class="link" href="GDBusConnection.html#g-dbus-connection-unregister-object" title="g_dbus_connection_unregister_object ()"><code class="function">g_dbus_connection_unregister_object()</code></a></p>
|
3707
|
-
<p></p>
|
3708
3716
|
</div>
|
3709
|
-
<p class="since">Since 2.26</p>
|
3717
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3710
3718
|
</div>
|
3711
3719
|
<hr>
|
3712
3720
|
<div class="refsect2">
|
@@ -3717,7 +3725,7 @@ g_dbus_connection_unregister_object (<em class="parameter"><code><a class="link"
|
|
3717
3725
|
<p>Unregisters an object.</p>
|
3718
3726
|
<div class="refsect3">
|
3719
3727
|
<a name="id-1.4.17.7.11.48.5"></a><h4>Parameters</h4>
|
3720
|
-
<div class="informaltable"><table width="100%" border="0">
|
3728
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3721
3729
|
<colgroup>
|
3722
3730
|
<col width="150px" class="parameters_name">
|
3723
3731
|
<col class="parameters_description">
|
@@ -3741,9 +3749,78 @@ g_dbus_connection_unregister_object (<em class="parameter"><code><a class="link"
|
|
3741
3749
|
<div class="refsect3">
|
3742
3750
|
<a name="id-1.4.17.7.11.48.6"></a><h4>Returns</h4>
|
3743
3751
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the object was unregistered, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
3744
|
-
<p></p>
|
3745
3752
|
</div>
|
3746
|
-
<p class="since">Since 2.26</p>
|
3753
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3754
|
+
</div>
|
3755
|
+
<hr>
|
3756
|
+
<div class="refsect2">
|
3757
|
+
<a name="g-dbus-connection-register-object-with-closures"></a><h3>g_dbus_connection_register_object_with_closures ()</h3>
|
3758
|
+
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
3759
|
+
g_dbus_connection_register_object_with_closures
|
3760
|
+
(<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
|
3761
|
+
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
|
3762
|
+
<em class="parameter"><code><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a> *interface_info</code></em>,
|
3763
|
+
<em class="parameter"><code><a href="../gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> *method_call_closure</code></em>,
|
3764
|
+
<em class="parameter"><code><a href="../gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> *get_property_closure</code></em>,
|
3765
|
+
<em class="parameter"><code><a href="../gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> *set_property_closure</code></em>,
|
3766
|
+
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
3767
|
+
<p>Version of <a class="link" href="GDBusConnection.html#g-dbus-connection-register-object" title="g_dbus_connection_register_object ()"><code class="function">g_dbus_connection_register_object()</code></a> using closures instead of a
|
3768
|
+
<a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable"><span class="type">GDBusInterfaceVTable</span></a> for easier binding in other languages.</p>
|
3769
|
+
<p><span class="annotation">[<acronym title="Rename the original symbol's name to SYMBOL."><span class="acronym">rename-to</span></acronym> g_dbus_connection_register_object]</span></p>
|
3770
|
+
<div class="refsect3">
|
3771
|
+
<a name="id-1.4.17.7.11.49.6"></a><h4>Parameters</h4>
|
3772
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3773
|
+
<colgroup>
|
3774
|
+
<col width="150px" class="parameters_name">
|
3775
|
+
<col class="parameters_description">
|
3776
|
+
<col width="200px" class="parameters_annotations">
|
3777
|
+
</colgroup>
|
3778
|
+
<tbody>
|
3779
|
+
<tr>
|
3780
|
+
<td class="parameter_name"><p>connection</p></td>
|
3781
|
+
<td class="parameter_description"><p>A <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a>.</p></td>
|
3782
|
+
<td class="parameter_annotations"> </td>
|
3783
|
+
</tr>
|
3784
|
+
<tr>
|
3785
|
+
<td class="parameter_name"><p>object_path</p></td>
|
3786
|
+
<td class="parameter_description"><p>The object path to register at.</p></td>
|
3787
|
+
<td class="parameter_annotations"> </td>
|
3788
|
+
</tr>
|
3789
|
+
<tr>
|
3790
|
+
<td class="parameter_name"><p>interface_info</p></td>
|
3791
|
+
<td class="parameter_description"><p>Introspection data for the interface.</p></td>
|
3792
|
+
<td class="parameter_annotations"> </td>
|
3793
|
+
</tr>
|
3794
|
+
<tr>
|
3795
|
+
<td class="parameter_name"><p>method_call_closure</p></td>
|
3796
|
+
<td class="parameter_description"><p> <a href="../gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> for handling incoming method calls. </p></td>
|
3797
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3798
|
+
</tr>
|
3799
|
+
<tr>
|
3800
|
+
<td class="parameter_name"><p>get_property_closure</p></td>
|
3801
|
+
<td class="parameter_description"><p> <a href="../gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> for getting a property. </p></td>
|
3802
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3803
|
+
</tr>
|
3804
|
+
<tr>
|
3805
|
+
<td class="parameter_name"><p>set_property_closure</p></td>
|
3806
|
+
<td class="parameter_description"><p> <a href="../gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> for setting a property. </p></td>
|
3807
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3808
|
+
</tr>
|
3809
|
+
<tr>
|
3810
|
+
<td class="parameter_name"><p>error</p></td>
|
3811
|
+
<td class="parameter_description"><p>Return location for error or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
|
3812
|
+
<td class="parameter_annotations"> </td>
|
3813
|
+
</tr>
|
3814
|
+
</tbody>
|
3815
|
+
</table></div>
|
3816
|
+
</div>
|
3817
|
+
<div class="refsect3">
|
3818
|
+
<a name="id-1.4.17.7.11.49.7"></a><h4>Returns</h4>
|
3819
|
+
<p> 0 if <em class="parameter"><code>error</code></em>
|
3820
|
+
is set, otherwise a registration id (never 0)
|
3821
|
+
that can be used with <a class="link" href="GDBusConnection.html#g-dbus-connection-unregister-object" title="g_dbus_connection_unregister_object ()"><code class="function">g_dbus_connection_unregister_object()</code></a> .</p>
|
3822
|
+
</div>
|
3823
|
+
<p class="since">Since: <a class="link" href="api-index-2-46.html#api-index-2.46">2.46</a></p>
|
3747
3824
|
</div>
|
3748
3825
|
<hr>
|
3749
3826
|
<div class="refsect2">
|
@@ -3763,8 +3840,8 @@ specified (ie: to verify that the object path is valid).</p>
|
|
3763
3840
|
contain the '/' character.</p>
|
3764
3841
|
<p>The return value will be freed with <a href="../glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>.</p>
|
3765
3842
|
<div class="refsect3">
|
3766
|
-
<a name="id-1.4.17.7.11.
|
3767
|
-
<div class="informaltable"><table width="100%" border="0">
|
3843
|
+
<a name="id-1.4.17.7.11.50.8"></a><h4>Parameters</h4>
|
3844
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3768
3845
|
<colgroup>
|
3769
3846
|
<col width="150px" class="parameters_name">
|
3770
3847
|
<col class="parameters_description">
|
@@ -3796,12 +3873,11 @@ contain the '/' character.</p>
|
|
3796
3873
|
</table></div>
|
3797
3874
|
</div>
|
3798
3875
|
<div class="refsect3">
|
3799
|
-
<a name="id-1.4.17.7.11.
|
3876
|
+
<a name="id-1.4.17.7.11.50.9"></a><h4>Returns</h4>
|
3800
3877
|
<p> A newly allocated array of strings for node names that are children of <em class="parameter"><code>object_path</code></em>
|
3801
3878
|
.</p>
|
3802
|
-
<p></p>
|
3803
3879
|
</div>
|
3804
|
-
<p class="since">Since 2.26</p>
|
3880
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3805
3881
|
</div>
|
3806
3882
|
<hr>
|
3807
3883
|
<div class="refsect2">
|
@@ -3830,8 +3906,8 @@ items is that the standard DBus interfaces will returned to the
|
|
3830
3906
|
remote introspector in the empty array case, but not in the <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
3831
3907
|
case.</p>
|
3832
3908
|
<div class="refsect3">
|
3833
|
-
<a name="id-1.4.17.7.11.
|
3834
|
-
<div class="informaltable"><table width="100%" border="0">
|
3909
|
+
<a name="id-1.4.17.7.11.51.9"></a><h4>Parameters</h4>
|
3910
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3835
3911
|
<colgroup>
|
3836
3912
|
<col width="150px" class="parameters_name">
|
3837
3913
|
<col class="parameters_description">
|
@@ -3870,11 +3946,10 @@ case.</p>
|
|
3870
3946
|
</table></div>
|
3871
3947
|
</div>
|
3872
3948
|
<div class="refsect3">
|
3873
|
-
<a name="id-1.4.17.7.11.
|
3949
|
+
<a name="id-1.4.17.7.11.51.10"></a><h4>Returns</h4>
|
3874
3950
|
<p> A <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of pointers to <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
3875
|
-
<p></p>
|
3876
3951
|
</div>
|
3877
|
-
<p class="since">Since 2.26</p>
|
3952
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3878
3953
|
</div>
|
3879
3954
|
<hr>
|
3880
3955
|
<div class="refsect2">
|
@@ -3893,8 +3968,8 @@ case.</p>
|
|
3893
3968
|
, if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, is always exactly one
|
3894
3969
|
segment of the object path (ie: it never contains a slash).</p>
|
3895
3970
|
<div class="refsect3">
|
3896
|
-
<a name="id-1.4.17.7.11.
|
3897
|
-
<div class="informaltable"><table width="100%" border="0">
|
3971
|
+
<a name="id-1.4.17.7.11.52.6"></a><h4>Parameters</h4>
|
3972
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3898
3973
|
<colgroup>
|
3899
3974
|
<col width="150px" class="parameters_name">
|
3900
3975
|
<col class="parameters_description">
|
@@ -3930,8 +4005,8 @@ segment of the object path (ie: it never contains a slash).</p>
|
|
3930
4005
|
</tr>
|
3931
4006
|
<tr>
|
3932
4007
|
<td class="parameter_name"><p>out_user_data</p></td>
|
3933
|
-
<td class="parameter_description"><p>Return location for user data to pass to functions in the returned <a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable"><span class="type">GDBusInterfaceVTable</span></a> (never <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)
|
3934
|
-
<td class="parameter_annotations">
|
4008
|
+
<td class="parameter_description"><p> Return location for user data to pass to functions in the returned <a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable"><span class="type">GDBusInterfaceVTable</span></a> (never <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
|
4009
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][not optional]</span></td>
|
3935
4010
|
</tr>
|
3936
4011
|
<tr>
|
3937
4012
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -3943,11 +4018,10 @@ segment of the object path (ie: it never contains a slash).</p>
|
|
3943
4018
|
</table></div>
|
3944
4019
|
</div>
|
3945
4020
|
<div class="refsect3">
|
3946
|
-
<a name="id-1.4.17.7.11.
|
4021
|
+
<a name="id-1.4.17.7.11.52.7"></a><h4>Returns</h4>
|
3947
4022
|
<p> A <a class="link" href="GDBusConnection.html#GDBusInterfaceVTable" title="GDBusInterfaceVTable"><span class="type">GDBusInterfaceVTable</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you don't want to handle the methods.</p>
|
3948
|
-
<p></p>
|
3949
4023
|
</div>
|
3950
|
-
<p class="since">Since 2.26</p>
|
4024
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3951
4025
|
</div>
|
3952
4026
|
<hr>
|
3953
4027
|
<div class="refsect2">
|
@@ -3998,8 +4072,8 @@ registration.</p>
|
|
3998
4072
|
<p>See this <a class="link" href="GDBusConnection.html#gdbus-subtree-server" title="An example for exporting a subtree">server</a> for an example of how to use
|
3999
4073
|
this method.</p>
|
4000
4074
|
<div class="refsect3">
|
4001
|
-
<a name="id-1.4.17.7.11.
|
4002
|
-
<div class="informaltable"><table width="100%" border="0">
|
4075
|
+
<a name="id-1.4.17.7.11.53.12"></a><h4>Parameters</h4>
|
4076
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4003
4077
|
<colgroup>
|
4004
4078
|
<col width="150px" class="parameters_name">
|
4005
4079
|
<col class="parameters_description">
|
@@ -4047,13 +4121,12 @@ dispatch nodes in the subtree</p></td>
|
|
4047
4121
|
</table></div>
|
4048
4122
|
</div>
|
4049
4123
|
<div class="refsect3">
|
4050
|
-
<a name="id-1.4.17.7.11.
|
4124
|
+
<a name="id-1.4.17.7.11.53.13"></a><h4>Returns</h4>
|
4051
4125
|
<p> 0 if <em class="parameter"><code>error</code></em>
|
4052
4126
|
is set, otherwise a subtree registration id (never 0)
|
4053
4127
|
that can be used with <a class="link" href="GDBusConnection.html#g-dbus-connection-unregister-subtree" title="g_dbus_connection_unregister_subtree ()"><code class="function">g_dbus_connection_unregister_subtree()</code></a> .</p>
|
4054
|
-
<p></p>
|
4055
4128
|
</div>
|
4056
|
-
<p class="since">Since 2.26</p>
|
4129
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4057
4130
|
</div>
|
4058
4131
|
<hr>
|
4059
4132
|
<div class="refsect2">
|
@@ -4063,8 +4136,8 @@ g_dbus_connection_unregister_subtree (<em class="parameter"><code><a class="link
|
|
4063
4136
|
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> registration_id</code></em>);</pre>
|
4064
4137
|
<p>Unregisters a subtree.</p>
|
4065
4138
|
<div class="refsect3">
|
4066
|
-
<a name="id-1.4.17.7.11.
|
4067
|
-
<div class="informaltable"><table width="100%" border="0">
|
4139
|
+
<a name="id-1.4.17.7.11.54.5"></a><h4>Parameters</h4>
|
4140
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4068
4141
|
<colgroup>
|
4069
4142
|
<col width="150px" class="parameters_name">
|
4070
4143
|
<col class="parameters_description">
|
@@ -4086,11 +4159,10 @@ g_dbus_connection_unregister_subtree (<em class="parameter"><code><a class="link
|
|
4086
4159
|
</table></div>
|
4087
4160
|
</div>
|
4088
4161
|
<div class="refsect3">
|
4089
|
-
<a name="id-1.4.17.7.11.
|
4162
|
+
<a name="id-1.4.17.7.11.54.6"></a><h4>Returns</h4>
|
4090
4163
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the subtree was unregistered, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
4091
|
-
<p></p>
|
4092
4164
|
</div>
|
4093
|
-
<p class="since">Since 2.26</p>
|
4165
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4094
4166
|
</div>
|
4095
4167
|
</div>
|
4096
4168
|
<div class="refsect1">
|
@@ -4100,7 +4172,7 @@ g_dbus_connection_unregister_subtree (<em class="parameter"><code><a class="link
|
|
4100
4172
|
<p>An enumeration for well-known message buses.</p>
|
4101
4173
|
<div class="refsect3">
|
4102
4174
|
<a name="id-1.4.17.7.12.2.4"></a><h4>Members</h4>
|
4103
|
-
<div class="informaltable"><table width="100%" border="0">
|
4175
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4104
4176
|
<colgroup>
|
4105
4177
|
<col width="300px" class="enum_members_name">
|
4106
4178
|
<col class="enum_members_description">
|
@@ -4138,7 +4210,7 @@ g_dbus_connection_unregister_subtree (<em class="parameter"><code><a class="link
|
|
4138
4210
|
</tbody>
|
4139
4211
|
</table></div>
|
4140
4212
|
</div>
|
4141
|
-
<p class="since">Since 2.26</p>
|
4213
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4142
4214
|
</div>
|
4143
4215
|
<hr>
|
4144
4216
|
<div class="refsect2">
|
@@ -4146,7 +4218,7 @@ g_dbus_connection_unregister_subtree (<em class="parameter"><code><a class="link
|
|
4146
4218
|
<pre class="programlisting">typedef struct _GDBusConnection GDBusConnection;</pre>
|
4147
4219
|
<p>The <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> structure contains only private data and
|
4148
4220
|
should only be accessed using the provided API.</p>
|
4149
|
-
<p class="since">Since 2.26</p>
|
4221
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4150
4222
|
</div>
|
4151
4223
|
<hr>
|
4152
4224
|
<div class="refsect2">
|
@@ -4154,7 +4226,7 @@ should only be accessed using the provided API.</p>
|
|
4154
4226
|
<p>Flags used when creating a new <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a>.</p>
|
4155
4227
|
<div class="refsect3">
|
4156
4228
|
<a name="id-1.4.17.7.12.4.4"></a><h4>Members</h4>
|
4157
|
-
<div class="informaltable"><table width="100%" border="0">
|
4229
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4158
4230
|
<colgroup>
|
4159
4231
|
<col width="300px" class="enum_members_name">
|
4160
4232
|
<col class="enum_members_description">
|
@@ -4210,7 +4282,7 @@ delayed until <a class="link" href="GDBusConnection.html#g-dbus-connection-start
|
|
4210
4282
|
</tbody>
|
4211
4283
|
</table></div>
|
4212
4284
|
</div>
|
4213
|
-
<p class="since">Since 2.26</p>
|
4285
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4214
4286
|
</div>
|
4215
4287
|
<hr>
|
4216
4288
|
<div class="refsect2">
|
@@ -4218,7 +4290,7 @@ delayed until <a class="link" href="GDBusConnection.html#g-dbus-connection-start
|
|
4218
4290
|
<p>Capabilities negotiated with the remote peer.</p>
|
4219
4291
|
<div class="refsect3">
|
4220
4292
|
<a name="id-1.4.17.7.12.5.4"></a><h4>Members</h4>
|
4221
|
-
<div class="informaltable"><table width="100%" border="0">
|
4293
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4222
4294
|
<colgroup>
|
4223
4295
|
<col width="300px" class="enum_members_name">
|
4224
4296
|
<col class="enum_members_description">
|
@@ -4243,7 +4315,7 @@ supports exchanging UNIX file descriptors with the remote peer.</p>
|
|
4243
4315
|
</tbody>
|
4244
4316
|
</table></div>
|
4245
4317
|
</div>
|
4246
|
-
<p class="since">Since 2.26</p>
|
4318
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4247
4319
|
</div>
|
4248
4320
|
<hr>
|
4249
4321
|
<div class="refsect2">
|
@@ -4251,7 +4323,7 @@ supports exchanging UNIX file descriptors with the remote peer.</p>
|
|
4251
4323
|
<p>Flags used in <a class="link" href="GDBusConnection.html#g-dbus-connection-call" title="g_dbus_connection_call ()"><code class="function">g_dbus_connection_call()</code></a> and similar APIs.</p>
|
4252
4324
|
<div class="refsect3">
|
4253
4325
|
<a name="id-1.4.17.7.12.6.4"></a><h4>Members</h4>
|
4254
|
-
<div class="informaltable"><table width="100%" border="0">
|
4326
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4255
4327
|
<colgroup>
|
4256
4328
|
<col width="300px" class="enum_members_name">
|
4257
4329
|
<col class="enum_members_description">
|
@@ -4274,10 +4346,18 @@ invocation.</p>
|
|
4274
4346
|
</td>
|
4275
4347
|
<td class="enum_member_annotations"> </td>
|
4276
4348
|
</tr>
|
4349
|
+
<tr>
|
4350
|
+
<td class="enum_member_name"><p><a name="G-DBUS-CALL-FLAGS-ALLOW-INTERACTIVE-AUTHORIZATION:CAPS"></a>G_DBUS_CALL_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION</p></td>
|
4351
|
+
<td class="enum_member_description">
|
4352
|
+
<p>the caller is prepared to
|
4353
|
+
wait for interactive authorization. Since 2.46.</p>
|
4354
|
+
</td>
|
4355
|
+
<td class="enum_member_annotations"> </td>
|
4356
|
+
</tr>
|
4277
4357
|
</tbody>
|
4278
4358
|
</table></div>
|
4279
4359
|
</div>
|
4280
|
-
<p class="since">Since 2.26</p>
|
4360
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4281
4361
|
</div>
|
4282
4362
|
<hr>
|
4283
4363
|
<div class="refsect2">
|
@@ -4285,7 +4365,7 @@ invocation.</p>
|
|
4285
4365
|
<p>Flags used when subscribing to signals via <a class="link" href="GDBusConnection.html#g-dbus-connection-signal-subscribe" title="g_dbus_connection_signal_subscribe ()"><code class="function">g_dbus_connection_signal_subscribe()</code></a>.</p>
|
4286
4366
|
<div class="refsect3">
|
4287
4367
|
<a name="id-1.4.17.7.12.7.4"></a><h4>Members</h4>
|
4288
|
-
<div class="informaltable"><table width="100%" border="0">
|
4368
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4289
4369
|
<colgroup>
|
4290
4370
|
<col width="300px" class="enum_members_name">
|
4291
4371
|
<col class="enum_members_description">
|
@@ -4328,7 +4408,7 @@ or one of the paths is a subpath of the other.</p>
|
|
4328
4408
|
</tbody>
|
4329
4409
|
</table></div>
|
4330
4410
|
</div>
|
4331
|
-
<p class="since">Since 2.26</p>
|
4411
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4332
4412
|
</div>
|
4333
4413
|
<hr>
|
4334
4414
|
<div class="refsect2">
|
@@ -4336,7 +4416,7 @@ or one of the paths is a subpath of the other.</p>
|
|
4336
4416
|
<p>Flags used when sending <a href="GDBusMessage.html"><span class="type">GDBusMessages</span></a> on a <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a>.</p>
|
4337
4417
|
<div class="refsect3">
|
4338
4418
|
<a name="id-1.4.17.7.12.8.4"></a><h4>Members</h4>
|
4339
|
-
<div class="informaltable"><table width="100%" border="0">
|
4419
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4340
4420
|
<colgroup>
|
4341
4421
|
<col width="300px" class="enum_members_name">
|
4342
4422
|
<col class="enum_members_description">
|
@@ -4362,7 +4442,7 @@ sending a message.</p>
|
|
4362
4442
|
</tbody>
|
4363
4443
|
</table></div>
|
4364
4444
|
</div>
|
4365
|
-
<p class="since">Since 2.26</p>
|
4445
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4366
4446
|
</div>
|
4367
4447
|
<hr>
|
4368
4448
|
<div class="refsect2">
|
@@ -4416,7 +4496,7 @@ function or provide an implementation of the <code class="literal">Set</code> ca
|
|
4416
4496
|
the call, you must return the value of type <a href="../glib/glib-GVariantType.html#G-VARIANT-TYPE-UNIT:CAPS"><code class="literal">G_VARIANT_TYPE_UNIT</code></a>.</p>
|
4417
4497
|
<div class="refsect3">
|
4418
4498
|
<a name="id-1.4.17.7.12.9.11"></a><h4>Members</h4>
|
4419
|
-
<div class="informaltable"><table width="100%" border="0">
|
4499
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4420
4500
|
<colgroup>
|
4421
4501
|
<col width="300px" class="struct_members_name">
|
4422
4502
|
<col class="struct_members_description">
|
@@ -4441,7 +4521,7 @@ the call, you must return the value of type <a href="../glib/glib-GVariantType.h
|
|
4441
4521
|
</tbody>
|
4442
4522
|
</table></div>
|
4443
4523
|
</div>
|
4444
|
-
<p class="since">Since 2.26</p>
|
4524
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4445
4525
|
</div>
|
4446
4526
|
<hr>
|
4447
4527
|
<div class="refsect2">
|
@@ -4455,7 +4535,7 @@ the call, you must return the value of type <a href="../glib/glib-GVariantType.h
|
|
4455
4535
|
<p>Virtual table for handling subtrees registered with <a class="link" href="GDBusConnection.html#g-dbus-connection-register-subtree" title="g_dbus_connection_register_subtree ()"><code class="function">g_dbus_connection_register_subtree()</code></a>.</p>
|
4456
4536
|
<div class="refsect3">
|
4457
4537
|
<a name="id-1.4.17.7.12.10.5"></a><h4>Members</h4>
|
4458
|
-
<div class="informaltable"><table width="100%" border="0">
|
4538
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4459
4539
|
<colgroup>
|
4460
4540
|
<col width="300px" class="struct_members_name">
|
4461
4541
|
<col class="struct_members_description">
|
@@ -4480,7 +4560,7 @@ the call, you must return the value of type <a href="../glib/glib-GVariantType.h
|
|
4480
4560
|
</tbody>
|
4481
4561
|
</table></div>
|
4482
4562
|
</div>
|
4483
|
-
<p class="since">Since 2.26</p>
|
4563
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4484
4564
|
</div>
|
4485
4565
|
<hr>
|
4486
4566
|
<div class="refsect2">
|
@@ -4488,7 +4568,7 @@ the call, you must return the value of type <a href="../glib/glib-GVariantType.h
|
|
4488
4568
|
<p>Flags passed to <a class="link" href="GDBusConnection.html#g-dbus-connection-register-subtree" title="g_dbus_connection_register_subtree ()"><code class="function">g_dbus_connection_register_subtree()</code></a>.</p>
|
4489
4569
|
<div class="refsect3">
|
4490
4570
|
<a name="id-1.4.17.7.12.11.4"></a><h4>Members</h4>
|
4491
|
-
<div class="informaltable"><table width="100%" border="0">
|
4571
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4492
4572
|
<colgroup>
|
4493
4573
|
<col width="300px" class="enum_members_name">
|
4494
4574
|
<col class="enum_members_description">
|
@@ -4514,7 +4594,7 @@ the call, you must return the value of type <a href="../glib/glib-GVariantType.h
|
|
4514
4594
|
</tbody>
|
4515
4595
|
</table></div>
|
4516
4596
|
</div>
|
4517
|
-
<p class="since">Since 2.26</p>
|
4597
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4518
4598
|
</div>
|
4519
4599
|
</div>
|
4520
4600
|
<div class="refsect1">
|
@@ -4526,7 +4606,7 @@ the call, you must return the value of type <a href="../glib/glib-GVariantType.h
|
|
4526
4606
|
when establishing the connection.</p>
|
4527
4607
|
<p>Flags: Write / Construct Only</p>
|
4528
4608
|
<p>Default value: NULL</p>
|
4529
|
-
<p class="since">Since 2.26</p>
|
4609
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4530
4610
|
</div>
|
4531
4611
|
<hr>
|
4532
4612
|
<div class="refsect2">
|
@@ -4534,7 +4614,7 @@ when establishing the connection.</p>
|
|
4534
4614
|
<pre class="programlisting"> “authentication-observer” <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver"><span class="type">GDBusAuthObserver</span></a> *</pre>
|
4535
4615
|
<p>A <a class="link" href="GDBusAuthObserver.html" title="GDBusAuthObserver"><span class="type">GDBusAuthObserver</span></a> object to assist in the authentication process or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
4536
4616
|
<p>Flags: Write / Construct Only</p>
|
4537
|
-
<p class="since">Since 2.26</p>
|
4617
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4538
4618
|
</div>
|
4539
4619
|
<hr>
|
4540
4620
|
<div class="refsect2">
|
@@ -4543,7 +4623,7 @@ when establishing the connection.</p>
|
|
4543
4623
|
<p>Flags from the <a class="link" href="GDBusConnection.html#GDBusCapabilityFlags" title="enum GDBusCapabilityFlags"><span class="type">GDBusCapabilityFlags</span></a> enumeration
|
4544
4624
|
representing connection features negotiated with the other peer.</p>
|
4545
4625
|
<p>Flags: Read</p>
|
4546
|
-
<p class="since">Since 2.26</p>
|
4626
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4547
4627
|
</div>
|
4548
4628
|
<hr>
|
4549
4629
|
<div class="refsect2">
|
@@ -4552,7 +4632,7 @@ representing connection features negotiated with the other peer.</p>
|
|
4552
4632
|
<p>A boolean specifying whether the connection has been closed.</p>
|
4553
4633
|
<p>Flags: Read</p>
|
4554
4634
|
<p>Default value: FALSE</p>
|
4555
|
-
<p class="since">Since 2.26</p>
|
4635
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4556
4636
|
</div>
|
4557
4637
|
<hr>
|
4558
4638
|
<div class="refsect2">
|
@@ -4565,7 +4645,7 @@ remote peer.</p>
|
|
4565
4645
|
and <a class="link" href="GDBusConnection.html#g-bus-get-sync" title="g_bus_get_sync ()"><code class="function">g_bus_get_sync()</code></a> will (usually) have this property set to <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
4566
4646
|
<p>Flags: Read / Write</p>
|
4567
4647
|
<p>Default value: FALSE</p>
|
4568
|
-
<p class="since">Since 2.26</p>
|
4648
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4569
4649
|
</div>
|
4570
4650
|
<hr>
|
4571
4651
|
<div class="refsect2">
|
@@ -4573,7 +4653,7 @@ and <a class="link" href="GDBusConnection.html#g-bus-get-sync" title="g_bus_get_
|
|
4573
4653
|
<pre class="programlisting"> “flags” <a class="link" href="GDBusConnection.html#GDBusConnectionFlags" title="enum GDBusConnectionFlags"><span class="type">GDBusConnectionFlags</span></a></pre>
|
4574
4654
|
<p>Flags from the <a class="link" href="GDBusConnection.html#GDBusConnectionFlags" title="enum GDBusConnectionFlags"><span class="type">GDBusConnectionFlags</span></a> enumeration.</p>
|
4575
4655
|
<p>Flags: Write / Construct Only</p>
|
4576
|
-
<p class="since">Since 2.26</p>
|
4656
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4577
4657
|
</div>
|
4578
4658
|
<hr>
|
4579
4659
|
<div class="refsect2">
|
@@ -4592,7 +4672,7 @@ of the other peer here after the connection has been successfully
|
|
4592
4672
|
initialized.</p>
|
4593
4673
|
<p>Flags: Read / Write / Construct Only</p>
|
4594
4674
|
<p>Default value: NULL</p>
|
4595
|
-
<p class="since">Since 2.26</p>
|
4675
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4596
4676
|
</div>
|
4597
4677
|
<hr>
|
4598
4678
|
<div class="refsect2">
|
@@ -4605,7 +4685,7 @@ then the corresponding <a class="link" href="GSocket.html" title="GSocket"><span
|
|
4605
4685
|
stream from a worker thread, so it is not safe to interact with
|
4606
4686
|
the stream directly.</p>
|
4607
4687
|
<p>Flags: Read / Write / Construct Only</p>
|
4608
|
-
<p class="since">Since 2.26</p>
|
4688
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4609
4689
|
</div>
|
4610
4690
|
<hr>
|
4611
4691
|
<div class="refsect2">
|
@@ -4615,7 +4695,7 @@ the stream directly.</p>
|
|
4615
4695
|
connection is not open or not a message bus connection.</p>
|
4616
4696
|
<p>Flags: Read</p>
|
4617
4697
|
<p>Default value: NULL</p>
|
4618
|
-
<p class="since">Since 2.26</p>
|
4698
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4619
4699
|
</div>
|
4620
4700
|
</div>
|
4621
4701
|
<div class="refsect1">
|
@@ -4649,7 +4729,7 @@ case <em class="parameter"><code>remote_peer_vanished</code></em>
|
|
4649
4729
|
once.</p>
|
4650
4730
|
<div class="refsect3">
|
4651
4731
|
<a name="id-1.4.17.7.14.2.8"></a><h4>Parameters</h4>
|
4652
|
-
<div class="informaltable"><table width="100%" border="0">
|
4732
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4653
4733
|
<colgroup>
|
4654
4734
|
<col width="150px" class="parameters_name">
|
4655
4735
|
<col class="parameters_description">
|
@@ -4682,12 +4762,11 @@ remote peer closed its end of the connection</p></td>
|
|
4682
4762
|
</table></div>
|
4683
4763
|
</div>
|
4684
4764
|
<p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
4685
|
-
<p class="since">Since 2.26</p>
|
4765
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
4686
4766
|
</div>
|
4687
4767
|
</div>
|
4688
4768
|
</div>
|
4689
4769
|
<div class="footer">
|
4690
|
-
<hr>
|
4691
|
-
Generated by GTK-Doc V1.21.1</div>
|
4770
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
4692
4771
|
</body>
|
4693
4772
|
</html>
|