glib2 3.0.7-x64-mingw32 → 3.0.8-x64-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.rb +2 -1
- data/lib/glib2/regex.rb +29 -0
- 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-win64-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win64-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 +4 -4
- 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/libidn.la +1 -1
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +2 -2
- 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/libp11-kit.la +1 -1
- 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/pkcs11/p11-kit-trust.la +1 -1
- 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/libidn.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.win64/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.win64/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
data/lib/2.0/glib2.so
DELETED
Binary file
|
data/lib/2.1/glib2.so
DELETED
Binary file
|
Binary file
|
@@ -1,1537 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>ExampleAnimal: GIO Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
-
<link rel="home" href="index.html" title="GIO Reference Manual">
|
8
|
-
<link rel="up" href="ch34s05.html" title="Generating code and docs">
|
9
|
-
<link rel="prev" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html" title="org.gtk.GDBus.Example.ObjectManager.Cat">
|
10
|
-
<link rel="next" href="ExampleCat.html" title="ExampleCat">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
|
-
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
-
</head>
|
14
|
-
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
-
<td width="100%" align="left" class="shortcuts">
|
17
|
-
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
-
<a href="#ExampleAnimal.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
-
<a href="#ExampleAnimal.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span>
|
20
|
-
<a href="#ExampleAnimal.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_prerequisites"> <span class="dim">|</span>
|
21
|
-
<a href="#ExampleAnimal.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations"> <span class="dim">|</span>
|
22
|
-
<a href="#ExampleAnimal.implementations" class="shortcut">Known Implementations</a></span><span id="nav_properties"> <span class="dim">|</span>
|
23
|
-
<a href="#ExampleAnimal.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span>
|
24
|
-
<a href="#ExampleAnimal.signals" class="shortcut">Signals</a></span>
|
25
|
-
</td>
|
26
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
27
|
-
<td><a accesskey="u" href="ch34s05.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
28
|
-
<td><a accesskey="p" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
29
|
-
<td><a accesskey="n" href="ExampleCat.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
30
|
-
</tr></table>
|
31
|
-
<div class="refentry">
|
32
|
-
<a name="ExampleAnimal"></a><div class="titlepage"></div>
|
33
|
-
<div class="refnamediv"><table width="100%"><tr>
|
34
|
-
<td valign="top">
|
35
|
-
<h2><span class="refentrytitle"><a name="ExampleAnimal.top_of_page"></a>ExampleAnimal</span></h2>
|
36
|
-
<p>ExampleAnimal — Generated C code for the org.gtk.GDBus.Example.ObjectManager.Animal D-Bus interface</p>
|
37
|
-
</td>
|
38
|
-
<td class="gallery_image" valign="top" align="right"></td>
|
39
|
-
</tr></table></div>
|
40
|
-
<div class="refsect1">
|
41
|
-
<a name="ExampleAnimal.functions"></a><h2>Functions</h2>
|
42
|
-
<div class="informaltable"><table width="100%" border="0">
|
43
|
-
<colgroup>
|
44
|
-
<col width="150px" class="functions_return">
|
45
|
-
<col class="functions_name">
|
46
|
-
</colgroup>
|
47
|
-
<tbody>
|
48
|
-
<tr>
|
49
|
-
<td class="function_type">
|
50
|
-
<a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> *
|
51
|
-
</td>
|
52
|
-
<td class="function_name">
|
53
|
-
<a class="link" href="ExampleAnimal.html#example-animal-interface-info" title="example_animal_interface_info ()">example_animal_interface_info</a> <span class="c_punctuation">()</span>
|
54
|
-
</td>
|
55
|
-
</tr>
|
56
|
-
<tr>
|
57
|
-
<td class="function_type">
|
58
|
-
<a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
59
|
-
</td>
|
60
|
-
<td class="function_name">
|
61
|
-
<a class="link" href="ExampleAnimal.html#example-animal-override-properties" title="example_animal_override_properties ()">example_animal_override_properties</a> <span class="c_punctuation">()</span>
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
<tr>
|
65
|
-
<td class="function_type">
|
66
|
-
<span class="returnvalue">void</span>
|
67
|
-
</td>
|
68
|
-
<td class="function_name">
|
69
|
-
<a class="link" href="ExampleAnimal.html#example-animal-call-poke" title="example_animal_call_poke ()">example_animal_call_poke</a> <span class="c_punctuation">()</span>
|
70
|
-
</td>
|
71
|
-
</tr>
|
72
|
-
<tr>
|
73
|
-
<td class="function_type">
|
74
|
-
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
75
|
-
</td>
|
76
|
-
<td class="function_name">
|
77
|
-
<a class="link" href="ExampleAnimal.html#example-animal-call-poke-finish" title="example_animal_call_poke_finish ()">example_animal_call_poke_finish</a> <span class="c_punctuation">()</span>
|
78
|
-
</td>
|
79
|
-
</tr>
|
80
|
-
<tr>
|
81
|
-
<td class="function_type">
|
82
|
-
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
83
|
-
</td>
|
84
|
-
<td class="function_name">
|
85
|
-
<a class="link" href="ExampleAnimal.html#example-animal-call-poke-sync" title="example_animal_call_poke_sync ()">example_animal_call_poke_sync</a> <span class="c_punctuation">()</span>
|
86
|
-
</td>
|
87
|
-
</tr>
|
88
|
-
<tr>
|
89
|
-
<td class="function_type">
|
90
|
-
<span class="returnvalue">void</span>
|
91
|
-
</td>
|
92
|
-
<td class="function_name">
|
93
|
-
<a class="link" href="ExampleAnimal.html#example-animal-complete-poke" title="example_animal_complete_poke ()">example_animal_complete_poke</a> <span class="c_punctuation">()</span>
|
94
|
-
</td>
|
95
|
-
</tr>
|
96
|
-
<tr>
|
97
|
-
<td class="function_type">
|
98
|
-
<span class="returnvalue">void</span>
|
99
|
-
</td>
|
100
|
-
<td class="function_name">
|
101
|
-
<a class="link" href="ExampleAnimal.html#example-animal-emit-jumped" title="example_animal_emit_jumped ()">example_animal_emit_jumped</a> <span class="c_punctuation">()</span>
|
102
|
-
</td>
|
103
|
-
</tr>
|
104
|
-
<tr>
|
105
|
-
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
106
|
-
</td>
|
107
|
-
<td class="function_name">
|
108
|
-
<a class="link" href="ExampleAnimal.html#example-animal-get-mood" title="example_animal_get_mood ()">example_animal_get_mood</a> <span class="c_punctuation">()</span>
|
109
|
-
</td>
|
110
|
-
</tr>
|
111
|
-
<tr>
|
112
|
-
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
113
|
-
</td>
|
114
|
-
<td class="function_name">
|
115
|
-
<a class="link" href="ExampleAnimal.html#example-animal-get-foo" title="example_animal_get_foo ()">example_animal_get_foo</a> <span class="c_punctuation">()</span>
|
116
|
-
</td>
|
117
|
-
</tr>
|
118
|
-
<tr>
|
119
|
-
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
120
|
-
</td>
|
121
|
-
<td class="function_name">
|
122
|
-
<a class="link" href="ExampleAnimal.html#example-animal-get-bar" title="example_animal_get_bar ()">example_animal_get_bar</a> <span class="c_punctuation">()</span>
|
123
|
-
</td>
|
124
|
-
</tr>
|
125
|
-
<tr>
|
126
|
-
<td class="function_type">
|
127
|
-
<a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
128
|
-
</td>
|
129
|
-
<td class="function_name">
|
130
|
-
<a class="link" href="ExampleAnimal.html#example-animal-dup-mood" title="example_animal_dup_mood ()">example_animal_dup_mood</a> <span class="c_punctuation">()</span>
|
131
|
-
</td>
|
132
|
-
</tr>
|
133
|
-
<tr>
|
134
|
-
<td class="function_type">
|
135
|
-
<a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
136
|
-
</td>
|
137
|
-
<td class="function_name">
|
138
|
-
<a class="link" href="ExampleAnimal.html#example-animal-dup-foo" title="example_animal_dup_foo ()">example_animal_dup_foo</a> <span class="c_punctuation">()</span>
|
139
|
-
</td>
|
140
|
-
</tr>
|
141
|
-
<tr>
|
142
|
-
<td class="function_type">
|
143
|
-
<a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
144
|
-
</td>
|
145
|
-
<td class="function_name">
|
146
|
-
<a class="link" href="ExampleAnimal.html#example-animal-dup-bar" title="example_animal_dup_bar ()">example_animal_dup_bar</a> <span class="c_punctuation">()</span>
|
147
|
-
</td>
|
148
|
-
</tr>
|
149
|
-
<tr>
|
150
|
-
<td class="function_type">
|
151
|
-
<span class="returnvalue">void</span>
|
152
|
-
</td>
|
153
|
-
<td class="function_name">
|
154
|
-
<a class="link" href="ExampleAnimal.html#example-animal-set-mood" title="example_animal_set_mood ()">example_animal_set_mood</a> <span class="c_punctuation">()</span>
|
155
|
-
</td>
|
156
|
-
</tr>
|
157
|
-
<tr>
|
158
|
-
<td class="function_type">
|
159
|
-
<span class="returnvalue">void</span>
|
160
|
-
</td>
|
161
|
-
<td class="function_name">
|
162
|
-
<a class="link" href="ExampleAnimal.html#example-animal-set-foo" title="example_animal_set_foo ()">example_animal_set_foo</a> <span class="c_punctuation">()</span>
|
163
|
-
</td>
|
164
|
-
</tr>
|
165
|
-
<tr>
|
166
|
-
<td class="function_type">
|
167
|
-
<span class="returnvalue">void</span>
|
168
|
-
</td>
|
169
|
-
<td class="function_name">
|
170
|
-
<a class="link" href="ExampleAnimal.html#example-animal-set-bar" title="example_animal_set_bar ()">example_animal_set_bar</a> <span class="c_punctuation">()</span>
|
171
|
-
</td>
|
172
|
-
</tr>
|
173
|
-
<tr>
|
174
|
-
<td class="function_type">
|
175
|
-
<span class="returnvalue">void</span>
|
176
|
-
</td>
|
177
|
-
<td class="function_name">
|
178
|
-
<a class="link" href="ExampleAnimal.html#example-animal-proxy-new" title="example_animal_proxy_new ()">example_animal_proxy_new</a> <span class="c_punctuation">()</span>
|
179
|
-
</td>
|
180
|
-
</tr>
|
181
|
-
<tr>
|
182
|
-
<td class="function_type">
|
183
|
-
<a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="returnvalue">ExampleAnimal</span></a> *
|
184
|
-
</td>
|
185
|
-
<td class="function_name">
|
186
|
-
<a class="link" href="ExampleAnimal.html#example-animal-proxy-new-finish" title="example_animal_proxy_new_finish ()">example_animal_proxy_new_finish</a> <span class="c_punctuation">()</span>
|
187
|
-
</td>
|
188
|
-
</tr>
|
189
|
-
<tr>
|
190
|
-
<td class="function_type">
|
191
|
-
<a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="returnvalue">ExampleAnimal</span></a> *
|
192
|
-
</td>
|
193
|
-
<td class="function_name">
|
194
|
-
<a class="link" href="ExampleAnimal.html#example-animal-proxy-new-sync" title="example_animal_proxy_new_sync ()">example_animal_proxy_new_sync</a> <span class="c_punctuation">()</span>
|
195
|
-
</td>
|
196
|
-
</tr>
|
197
|
-
<tr>
|
198
|
-
<td class="function_type">
|
199
|
-
<span class="returnvalue">void</span>
|
200
|
-
</td>
|
201
|
-
<td class="function_name">
|
202
|
-
<a class="link" href="ExampleAnimal.html#example-animal-proxy-new-for-bus" title="example_animal_proxy_new_for_bus ()">example_animal_proxy_new_for_bus</a> <span class="c_punctuation">()</span>
|
203
|
-
</td>
|
204
|
-
</tr>
|
205
|
-
<tr>
|
206
|
-
<td class="function_type">
|
207
|
-
<a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="returnvalue">ExampleAnimal</span></a> *
|
208
|
-
</td>
|
209
|
-
<td class="function_name">
|
210
|
-
<a class="link" href="ExampleAnimal.html#example-animal-proxy-new-for-bus-finish" title="example_animal_proxy_new_for_bus_finish ()">example_animal_proxy_new_for_bus_finish</a> <span class="c_punctuation">()</span>
|
211
|
-
</td>
|
212
|
-
</tr>
|
213
|
-
<tr>
|
214
|
-
<td class="function_type">
|
215
|
-
<a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="returnvalue">ExampleAnimal</span></a> *
|
216
|
-
</td>
|
217
|
-
<td class="function_name">
|
218
|
-
<a class="link" href="ExampleAnimal.html#example-animal-proxy-new-for-bus-sync" title="example_animal_proxy_new_for_bus_sync ()">example_animal_proxy_new_for_bus_sync</a> <span class="c_punctuation">()</span>
|
219
|
-
</td>
|
220
|
-
</tr>
|
221
|
-
<tr>
|
222
|
-
<td class="function_type">
|
223
|
-
<a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="returnvalue">ExampleAnimal</span></a> *
|
224
|
-
</td>
|
225
|
-
<td class="function_name">
|
226
|
-
<a class="link" href="ExampleAnimal.html#example-animal-skeleton-new" title="example_animal_skeleton_new ()">example_animal_skeleton_new</a> <span class="c_punctuation">()</span>
|
227
|
-
</td>
|
228
|
-
</tr>
|
229
|
-
</tbody>
|
230
|
-
</table></div>
|
231
|
-
</div>
|
232
|
-
<div class="refsect1">
|
233
|
-
<a name="ExampleAnimal.properties"></a><h2>Properties</h2>
|
234
|
-
<div class="informaltable"><table border="0">
|
235
|
-
<colgroup>
|
236
|
-
<col width="150px" class="properties_type">
|
237
|
-
<col width="300px" class="properties_name">
|
238
|
-
<col width="200px" class="properties_flags">
|
239
|
-
</colgroup>
|
240
|
-
<tbody>
|
241
|
-
<tr>
|
242
|
-
<td class="property_type">
|
243
|
-
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
244
|
-
<td class="property_name"><a class="link" href="ExampleAnimal.html#ExampleAnimal--bar" title="The “bar” property">bar</a></td>
|
245
|
-
<td class="property_flags">Read / Write</td>
|
246
|
-
</tr>
|
247
|
-
<tr>
|
248
|
-
<td class="property_type">
|
249
|
-
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
250
|
-
<td class="property_name"><a class="link" href="ExampleAnimal.html#ExampleAnimal--foo" title="The “foo” property">foo</a></td>
|
251
|
-
<td class="property_flags">Read / Write</td>
|
252
|
-
</tr>
|
253
|
-
<tr>
|
254
|
-
<td class="property_type">
|
255
|
-
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
256
|
-
<td class="property_name"><a class="link" href="ExampleAnimal.html#ExampleAnimal--mood" title="The “mood” property">mood</a></td>
|
257
|
-
<td class="property_flags">Read / Write</td>
|
258
|
-
</tr>
|
259
|
-
</tbody>
|
260
|
-
</table></div>
|
261
|
-
</div>
|
262
|
-
<div class="refsect1">
|
263
|
-
<a name="ExampleAnimal.signals"></a><h2>Signals</h2>
|
264
|
-
<div class="informaltable"><table border="0">
|
265
|
-
<colgroup>
|
266
|
-
<col width="150px" class="signals_return">
|
267
|
-
<col width="300px" class="signals_name">
|
268
|
-
<col width="200px" class="signals_flags">
|
269
|
-
</colgroup>
|
270
|
-
<tbody>
|
271
|
-
<tr>
|
272
|
-
<td class="signal_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
273
|
-
<td class="signal_name"><a class="link" href="ExampleAnimal.html#ExampleAnimal-handle-poke" title="The “handle-poke” signal">handle-poke</a></td>
|
274
|
-
<td class="signal_flags"><a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
275
|
-
</tr>
|
276
|
-
<tr>
|
277
|
-
<td class="signal_type"><span class="returnvalue">void</span></td>
|
278
|
-
<td class="signal_name"><a class="link" href="ExampleAnimal.html#ExampleAnimal-jumped" title="The “jumped” signal">jumped</a></td>
|
279
|
-
<td class="signal_flags"><a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
280
|
-
</tr>
|
281
|
-
</tbody>
|
282
|
-
</table></div>
|
283
|
-
</div>
|
284
|
-
<a name="ExampleAnimalProxy"></a><a name="ExampleAnimalSkeleton"></a><div class="refsect1">
|
285
|
-
<a name="ExampleAnimal.other"></a><h2>Types and Values</h2>
|
286
|
-
<div class="informaltable"><table width="100%" border="0">
|
287
|
-
<colgroup>
|
288
|
-
<col width="150px" class="name">
|
289
|
-
<col class="description">
|
290
|
-
</colgroup>
|
291
|
-
<tbody>
|
292
|
-
<tr>
|
293
|
-
<td class="datatype_keyword"> </td>
|
294
|
-
<td class="function_name"><a class="link" href="ExampleAnimal.html#ExampleAnimal-struct" title="ExampleAnimal">ExampleAnimal</a></td>
|
295
|
-
</tr>
|
296
|
-
<tr>
|
297
|
-
<td class="datatype_keyword">struct</td>
|
298
|
-
<td class="function_name"><a class="link" href="ExampleAnimal.html#ExampleAnimalIface" title="struct ExampleAnimalIface">ExampleAnimalIface</a></td>
|
299
|
-
</tr>
|
300
|
-
<tr>
|
301
|
-
<td class="datatype_keyword">struct</td>
|
302
|
-
<td class="function_name"><a class="link" href="ExampleAnimal.html#ExampleAnimalProxy-struct" title="struct ExampleAnimalProxy">ExampleAnimalProxy</a></td>
|
303
|
-
</tr>
|
304
|
-
<tr>
|
305
|
-
<td class="datatype_keyword">struct</td>
|
306
|
-
<td class="function_name"><a class="link" href="ExampleAnimal.html#ExampleAnimalProxyClass" title="struct ExampleAnimalProxyClass">ExampleAnimalProxyClass</a></td>
|
307
|
-
</tr>
|
308
|
-
<tr>
|
309
|
-
<td class="datatype_keyword">struct</td>
|
310
|
-
<td class="function_name"><a class="link" href="ExampleAnimal.html#ExampleAnimalSkeleton-struct" title="struct ExampleAnimalSkeleton">ExampleAnimalSkeleton</a></td>
|
311
|
-
</tr>
|
312
|
-
<tr>
|
313
|
-
<td class="datatype_keyword">struct</td>
|
314
|
-
<td class="function_name"><a class="link" href="ExampleAnimal.html#ExampleAnimalSkeletonClass" title="struct ExampleAnimalSkeletonClass">ExampleAnimalSkeletonClass</a></td>
|
315
|
-
</tr>
|
316
|
-
</tbody>
|
317
|
-
</table></div>
|
318
|
-
</div>
|
319
|
-
<div class="refsect1">
|
320
|
-
<a name="ExampleAnimal.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
321
|
-
<pre class="screen"> GInterface
|
322
|
-
<span class="lineart">╰──</span> ExampleAnimal
|
323
|
-
<a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
324
|
-
<span class="lineart">├──</span> <a class="link" href="GDBusInterfaceSkeleton.html" title="GDBusInterfaceSkeleton">GDBusInterfaceSkeleton</a>
|
325
|
-
<span class="lineart">│</span> <span class="lineart">╰──</span> ExampleAnimalSkeleton
|
326
|
-
<span class="lineart">╰──</span> <a class="link" href="GDBusProxy.html" title="GDBusProxy">GDBusProxy</a>
|
327
|
-
<span class="lineart">╰──</span> ExampleAnimalProxy
|
328
|
-
</pre>
|
329
|
-
</div>
|
330
|
-
<div class="refsect1">
|
331
|
-
<a name="ExampleAnimal.prerequisites"></a><h2>Prerequisites</h2>
|
332
|
-
<p>
|
333
|
-
ExampleAnimal requires
|
334
|
-
<a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
|
335
|
-
</div>
|
336
|
-
<div class="refsect1">
|
337
|
-
<a name="ExampleAnimal.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
338
|
-
<p>
|
339
|
-
ExampleAnimalProxy implements
|
340
|
-
<a class="link" href="GDBusInterface.html" title="GDBusInterface">GDBusInterface</a>, <a class="link" href="GInitable.html" title="GInitable">GInitable</a>, <a class="link" href="GAsyncInitable.html" title="GAsyncInitable">GAsyncInitable</a> and <a class="link" href="ExampleAnimal.html" title="ExampleAnimal">ExampleAnimal</a>.</p>
|
341
|
-
<p>
|
342
|
-
ExampleAnimalSkeleton implements
|
343
|
-
<a class="link" href="GDBusInterface.html" title="GDBusInterface">GDBusInterface</a> and <a class="link" href="ExampleAnimal.html" title="ExampleAnimal">ExampleAnimal</a>.</p>
|
344
|
-
</div>
|
345
|
-
<div class="refsect1">
|
346
|
-
<a name="ExampleAnimal.implementations"></a><h2>Known Implementations</h2>
|
347
|
-
<p>
|
348
|
-
ExampleAnimal is implemented by
|
349
|
-
<a class="link" href="ExampleAnimal.html#ExampleAnimalProxy">ExampleAnimalProxy</a> and <a class="link" href="ExampleAnimal.html#ExampleAnimalSkeleton">ExampleAnimalSkeleton</a>.</p>
|
350
|
-
</div>
|
351
|
-
<div class="refsect1">
|
352
|
-
<a name="ExampleAnimal.description"></a><h2>Description</h2>
|
353
|
-
<p>This section contains code for working with the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Animal.top_of_page">org.gtk.GDBus.Example.ObjectManager.Animal</a> D-Bus interface in C.</p>
|
354
|
-
</div>
|
355
|
-
<div class="refsect1">
|
356
|
-
<a name="ExampleAnimal.functions_details"></a><h2>Functions</h2>
|
357
|
-
<div class="refsect2">
|
358
|
-
<a name="example-animal-interface-info"></a><h3>example_animal_interface_info ()</h3>
|
359
|
-
<pre class="programlisting"><a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> *
|
360
|
-
example_animal_interface_info (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
361
|
-
<p>Gets a machine-readable description of the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Animal.top_of_page">org.gtk.GDBus.Example.ObjectManager.Animal</a> D-Bus interface.</p>
|
362
|
-
<div class="refsect3">
|
363
|
-
<a name="id-1.5.5.6.5.14.2.5"></a><h4>Returns</h4>
|
364
|
-
<p> A <a class="link" href="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>. Do not free. </p>
|
365
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
366
|
-
</div>
|
367
|
-
<p class="since">Since 2.30</p>
|
368
|
-
</div>
|
369
|
-
<hr>
|
370
|
-
<div class="refsect2">
|
371
|
-
<a name="example-animal-override-properties"></a><h3>example_animal_override_properties ()</h3>
|
372
|
-
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
373
|
-
example_animal_override_properties (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *klass</code></em>,
|
374
|
-
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> property_id_begin</code></em>);</pre>
|
375
|
-
<p>Overrides all <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> properties in the <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> interface for a concrete class.
|
376
|
-
The properties are overridden in the order they are defined.</p>
|
377
|
-
<div class="refsect3">
|
378
|
-
<a name="id-1.5.5.6.5.14.3.5"></a><h4>Parameters</h4>
|
379
|
-
<div class="informaltable"><table width="100%" border="0">
|
380
|
-
<colgroup>
|
381
|
-
<col width="150px" class="parameters_name">
|
382
|
-
<col class="parameters_description">
|
383
|
-
<col width="200px" class="parameters_annotations">
|
384
|
-
</colgroup>
|
385
|
-
<tbody>
|
386
|
-
<tr>
|
387
|
-
<td class="parameter_name"><p>klass</p></td>
|
388
|
-
<td class="parameter_description"><p>The class structure for a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>-derived class.</p></td>
|
389
|
-
<td class="parameter_annotations"> </td>
|
390
|
-
</tr>
|
391
|
-
<tr>
|
392
|
-
<td class="parameter_name"><p>property_id_begin</p></td>
|
393
|
-
<td class="parameter_description"><p>The property id to assign to the first overridden property.</p></td>
|
394
|
-
<td class="parameter_annotations"> </td>
|
395
|
-
</tr>
|
396
|
-
</tbody>
|
397
|
-
</table></div>
|
398
|
-
</div>
|
399
|
-
<div class="refsect3">
|
400
|
-
<a name="id-1.5.5.6.5.14.3.6"></a><h4>Returns</h4>
|
401
|
-
<p> The last property id.</p>
|
402
|
-
<p></p>
|
403
|
-
</div>
|
404
|
-
<p class="since">Since 2.30</p>
|
405
|
-
</div>
|
406
|
-
<hr>
|
407
|
-
<div class="refsect2">
|
408
|
-
<a name="example-animal-call-poke"></a><h3>example_animal_call_poke ()</h3>
|
409
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
410
|
-
example_animal_call_poke (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *proxy</code></em>,
|
411
|
-
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg_make_sad</code></em>,
|
412
|
-
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg_make_happy</code></em>,
|
413
|
-
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
414
|
-
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
415
|
-
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
416
|
-
<p>Asynchronously invokes the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-method-org-gtk-GDBus-Example-ObjectManager-Animal.Poke" title="The Poke() method"><code class="function">Poke()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>
|
417
|
-
.
|
418
|
-
When the operation is finished, <em class="parameter"><code>callback</code></em>
|
419
|
-
will be invoked in the <a href="../glib/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main loop</a> of the thread you are calling this method from.
|
420
|
-
You can then call <a class="link" href="ExampleAnimal.html#example-animal-call-poke-finish" title="example_animal_call_poke_finish ()"><code class="function">example_animal_call_poke_finish()</code></a> to get the result of the operation.</p>
|
421
|
-
<p>See <a class="link" href="ExampleAnimal.html#example-animal-call-poke-sync" title="example_animal_call_poke_sync ()"><code class="function">example_animal_call_poke_sync()</code></a> for the synchronous, blocking version of this method.</p>
|
422
|
-
<div class="refsect3">
|
423
|
-
<a name="id-1.5.5.6.5.14.4.6"></a><h4>Parameters</h4>
|
424
|
-
<div class="informaltable"><table width="100%" border="0">
|
425
|
-
<colgroup>
|
426
|
-
<col width="150px" class="parameters_name">
|
427
|
-
<col class="parameters_description">
|
428
|
-
<col width="200px" class="parameters_annotations">
|
429
|
-
</colgroup>
|
430
|
-
<tbody>
|
431
|
-
<tr>
|
432
|
-
<td class="parameter_name"><p>proxy</p></td>
|
433
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html#ExampleAnimalProxy"><span class="type">ExampleAnimalProxy</span></a>.</p></td>
|
434
|
-
<td class="parameter_annotations"> </td>
|
435
|
-
</tr>
|
436
|
-
<tr>
|
437
|
-
<td class="parameter_name"><p>arg_make_sad</p></td>
|
438
|
-
<td class="parameter_description"><p>Argument to pass with the method invocation.</p></td>
|
439
|
-
<td class="parameter_annotations"> </td>
|
440
|
-
</tr>
|
441
|
-
<tr>
|
442
|
-
<td class="parameter_name"><p>arg_make_happy</p></td>
|
443
|
-
<td class="parameter_description"><p>Argument to pass with the method invocation.</p></td>
|
444
|
-
<td class="parameter_annotations"> </td>
|
445
|
-
</tr>
|
446
|
-
<tr>
|
447
|
-
<td class="parameter_name"><p>cancellable</p></td>
|
448
|
-
<td class="parameter_description"><p> A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
449
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
450
|
-
</tr>
|
451
|
-
<tr>
|
452
|
-
<td class="parameter_name"><p>callback</p></td>
|
453
|
-
<td class="parameter_description"><p>A <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
|
454
|
-
<td class="parameter_annotations"> </td>
|
455
|
-
</tr>
|
456
|
-
<tr>
|
457
|
-
<td class="parameter_name"><p>user_data</p></td>
|
458
|
-
<td class="parameter_description"><p>User data to pass to <em class="parameter"><code>callback</code></em>
|
459
|
-
.</p></td>
|
460
|
-
<td class="parameter_annotations"> </td>
|
461
|
-
</tr>
|
462
|
-
</tbody>
|
463
|
-
</table></div>
|
464
|
-
</div>
|
465
|
-
<p class="since">Since 2.30</p>
|
466
|
-
</div>
|
467
|
-
<hr>
|
468
|
-
<div class="refsect2">
|
469
|
-
<a name="example-animal-call-poke-finish"></a><h3>example_animal_call_poke_finish ()</h3>
|
470
|
-
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
471
|
-
example_animal_call_poke_finish (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *proxy</code></em>,
|
472
|
-
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
|
473
|
-
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
474
|
-
<p>Finishes an operation started with <a class="link" href="ExampleAnimal.html#example-animal-call-poke" title="example_animal_call_poke ()"><code class="function">example_animal_call_poke()</code></a>.</p>
|
475
|
-
<div class="refsect3">
|
476
|
-
<a name="id-1.5.5.6.5.14.5.5"></a><h4>Parameters</h4>
|
477
|
-
<div class="informaltable"><table width="100%" border="0">
|
478
|
-
<colgroup>
|
479
|
-
<col width="150px" class="parameters_name">
|
480
|
-
<col class="parameters_description">
|
481
|
-
<col width="200px" class="parameters_annotations">
|
482
|
-
</colgroup>
|
483
|
-
<tbody>
|
484
|
-
<tr>
|
485
|
-
<td class="parameter_name"><p>proxy</p></td>
|
486
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html#ExampleAnimalProxy"><span class="type">ExampleAnimalProxy</span></a>.</p></td>
|
487
|
-
<td class="parameter_annotations"> </td>
|
488
|
-
</tr>
|
489
|
-
<tr>
|
490
|
-
<td class="parameter_name"><p>res</p></td>
|
491
|
-
<td class="parameter_description"><p>The <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> obtained from the <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="ExampleAnimal.html#example-animal-call-poke" title="example_animal_call_poke ()"><code class="function">example_animal_call_poke()</code></a>.</p></td>
|
492
|
-
<td class="parameter_annotations"> </td>
|
493
|
-
</tr>
|
494
|
-
<tr>
|
495
|
-
<td class="parameter_name"><p>error</p></td>
|
496
|
-
<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>
|
497
|
-
<td class="parameter_annotations"> </td>
|
498
|
-
</tr>
|
499
|
-
</tbody>
|
500
|
-
</table></div>
|
501
|
-
</div>
|
502
|
-
<div class="refsect3">
|
503
|
-
<a name="id-1.5.5.6.5.14.5.6"></a><h4>Returns</h4>
|
504
|
-
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
|
505
|
-
is set. </p>
|
506
|
-
<p><span class="annotation">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span></p>
|
507
|
-
</div>
|
508
|
-
<p class="since">Since 2.30</p>
|
509
|
-
</div>
|
510
|
-
<hr>
|
511
|
-
<div class="refsect2">
|
512
|
-
<a name="example-animal-call-poke-sync"></a><h3>example_animal_call_poke_sync ()</h3>
|
513
|
-
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
514
|
-
example_animal_call_poke_sync (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *proxy</code></em>,
|
515
|
-
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg_make_sad</code></em>,
|
516
|
-
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg_make_happy</code></em>,
|
517
|
-
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
518
|
-
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
519
|
-
<p>Synchronously invokes the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-method-org-gtk-GDBus-Example-ObjectManager-Animal.Poke" title="The Poke() method"><code class="function">Poke()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>
|
520
|
-
. The calling thread is blocked until a reply is received.</p>
|
521
|
-
<p>See <a class="link" href="ExampleAnimal.html#example-animal-call-poke" title="example_animal_call_poke ()"><code class="function">example_animal_call_poke()</code></a> for the asynchronous version of this method.</p>
|
522
|
-
<div class="refsect3">
|
523
|
-
<a name="id-1.5.5.6.5.14.6.6"></a><h4>Parameters</h4>
|
524
|
-
<div class="informaltable"><table width="100%" border="0">
|
525
|
-
<colgroup>
|
526
|
-
<col width="150px" class="parameters_name">
|
527
|
-
<col class="parameters_description">
|
528
|
-
<col width="200px" class="parameters_annotations">
|
529
|
-
</colgroup>
|
530
|
-
<tbody>
|
531
|
-
<tr>
|
532
|
-
<td class="parameter_name"><p>proxy</p></td>
|
533
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html#ExampleAnimalProxy"><span class="type">ExampleAnimalProxy</span></a>.</p></td>
|
534
|
-
<td class="parameter_annotations"> </td>
|
535
|
-
</tr>
|
536
|
-
<tr>
|
537
|
-
<td class="parameter_name"><p>arg_make_sad</p></td>
|
538
|
-
<td class="parameter_description"><p>Argument to pass with the method invocation.</p></td>
|
539
|
-
<td class="parameter_annotations"> </td>
|
540
|
-
</tr>
|
541
|
-
<tr>
|
542
|
-
<td class="parameter_name"><p>arg_make_happy</p></td>
|
543
|
-
<td class="parameter_description"><p>Argument to pass with the method invocation.</p></td>
|
544
|
-
<td class="parameter_annotations"> </td>
|
545
|
-
</tr>
|
546
|
-
<tr>
|
547
|
-
<td class="parameter_name"><p>cancellable</p></td>
|
548
|
-
<td class="parameter_description"><p> A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
549
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
550
|
-
</tr>
|
551
|
-
<tr>
|
552
|
-
<td class="parameter_name"><p>error</p></td>
|
553
|
-
<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>
|
554
|
-
<td class="parameter_annotations"> </td>
|
555
|
-
</tr>
|
556
|
-
</tbody>
|
557
|
-
</table></div>
|
558
|
-
</div>
|
559
|
-
<div class="refsect3">
|
560
|
-
<a name="id-1.5.5.6.5.14.6.7"></a><h4>Returns</h4>
|
561
|
-
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
|
562
|
-
is set. </p>
|
563
|
-
<p><span class="annotation">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span></p>
|
564
|
-
</div>
|
565
|
-
<p class="since">Since 2.30</p>
|
566
|
-
</div>
|
567
|
-
<hr>
|
568
|
-
<div class="refsect2">
|
569
|
-
<a name="example-animal-complete-poke"></a><h3>example_animal_complete_poke ()</h3>
|
570
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
571
|
-
example_animal_complete_poke (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object</code></em>,
|
572
|
-
<em class="parameter"><code><a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);</pre>
|
573
|
-
<p>Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-method-org-gtk-GDBus-Example-ObjectManager-Animal.Poke" title="The Poke() method"><code class="function">Poke()</code></a> D-Bus method. If you instead want to finish handling an invocation by returning an error, use <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error" title="g_dbus_method_invocation_return_error ()"><code class="function">g_dbus_method_invocation_return_error()</code></a> or similar.</p>
|
574
|
-
<p>This method will free <em class="parameter"><code>invocation</code></em>
|
575
|
-
, you cannot use it afterwards.</p>
|
576
|
-
<div class="refsect3">
|
577
|
-
<a name="id-1.5.5.6.5.14.7.6"></a><h4>Parameters</h4>
|
578
|
-
<div class="informaltable"><table width="100%" border="0">
|
579
|
-
<colgroup>
|
580
|
-
<col width="150px" class="parameters_name">
|
581
|
-
<col class="parameters_description">
|
582
|
-
<col width="200px" class="parameters_annotations">
|
583
|
-
</colgroup>
|
584
|
-
<tbody>
|
585
|
-
<tr>
|
586
|
-
<td class="parameter_name"><p>object</p></td>
|
587
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
588
|
-
<td class="parameter_annotations"> </td>
|
589
|
-
</tr>
|
590
|
-
<tr>
|
591
|
-
<td class="parameter_name"><p>invocation</p></td>
|
592
|
-
<td class="parameter_description"><p> A <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a>. </p></td>
|
593
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
594
|
-
</tr>
|
595
|
-
</tbody>
|
596
|
-
</table></div>
|
597
|
-
</div>
|
598
|
-
<p class="since">Since 2.30</p>
|
599
|
-
</div>
|
600
|
-
<hr>
|
601
|
-
<div class="refsect2">
|
602
|
-
<a name="example-animal-emit-jumped"></a><h3>example_animal_emit_jumped ()</h3>
|
603
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
604
|
-
example_animal_emit_jumped (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object</code></em>,
|
605
|
-
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> arg_height</code></em>);</pre>
|
606
|
-
<p>Emits the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-signal-org-gtk-GDBus-Example-ObjectManager-Animal.Jumped" title='The "Jumped" signal'>"Jumped"</a> D-Bus signal.</p>
|
607
|
-
<div class="refsect3">
|
608
|
-
<a name="id-1.5.5.6.5.14.8.5"></a><h4>Parameters</h4>
|
609
|
-
<div class="informaltable"><table width="100%" border="0">
|
610
|
-
<colgroup>
|
611
|
-
<col width="150px" class="parameters_name">
|
612
|
-
<col class="parameters_description">
|
613
|
-
<col width="200px" class="parameters_annotations">
|
614
|
-
</colgroup>
|
615
|
-
<tbody>
|
616
|
-
<tr>
|
617
|
-
<td class="parameter_name"><p>object</p></td>
|
618
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
619
|
-
<td class="parameter_annotations"> </td>
|
620
|
-
</tr>
|
621
|
-
<tr>
|
622
|
-
<td class="parameter_name"><p>arg_height</p></td>
|
623
|
-
<td class="parameter_description"><p>Argument to pass with the signal.</p></td>
|
624
|
-
<td class="parameter_annotations"> </td>
|
625
|
-
</tr>
|
626
|
-
</tbody>
|
627
|
-
</table></div>
|
628
|
-
</div>
|
629
|
-
<p class="since">Since 2.30</p>
|
630
|
-
</div>
|
631
|
-
<hr>
|
632
|
-
<div class="refsect2">
|
633
|
-
<a name="example-animal-get-mood"></a><h3>example_animal_get_mood ()</h3>
|
634
|
-
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
635
|
-
example_animal_get_mood (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object</code></em>);</pre>
|
636
|
-
<p>Gets the value of the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Mood" title='The "Mood" property'>"Mood"</a> D-Bus property.</p>
|
637
|
-
<p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
|
638
|
-
<div class="warning">The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where <em class="parameter"><code>object</code></em> was constructed. Use <a class="link" href="ExampleAnimal.html#example-animal-dup-mood" title="example_animal_dup_mood ()"><code class="function">example_animal_dup_mood()</code></a> if on another thread.</div>
|
639
|
-
<div class="refsect3">
|
640
|
-
<a name="id-1.5.5.6.5.14.9.7"></a><h4>Parameters</h4>
|
641
|
-
<div class="informaltable"><table width="100%" border="0">
|
642
|
-
<colgroup>
|
643
|
-
<col width="150px" class="parameters_name">
|
644
|
-
<col class="parameters_description">
|
645
|
-
<col width="200px" class="parameters_annotations">
|
646
|
-
</colgroup>
|
647
|
-
<tbody><tr>
|
648
|
-
<td class="parameter_name"><p>object</p></td>
|
649
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
650
|
-
<td class="parameter_annotations"> </td>
|
651
|
-
</tr></tbody>
|
652
|
-
</table></div>
|
653
|
-
</div>
|
654
|
-
<div class="refsect3">
|
655
|
-
<a name="id-1.5.5.6.5.14.9.8"></a><h4>Returns</h4>
|
656
|
-
<p> The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>
|
657
|
-
. </p>
|
658
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
659
|
-
</div>
|
660
|
-
<p class="since">Since 2.30</p>
|
661
|
-
</div>
|
662
|
-
<hr>
|
663
|
-
<div class="refsect2">
|
664
|
-
<a name="example-animal-get-foo"></a><h3>example_animal_get_foo ()</h3>
|
665
|
-
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
666
|
-
example_animal_get_foo (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object</code></em>);</pre>
|
667
|
-
<p>Gets the value of the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Foo" title='The "Foo" property'>"Foo"</a> D-Bus property.</p>
|
668
|
-
<p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
|
669
|
-
<div class="warning">The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where <em class="parameter"><code>object</code></em> was constructed. Use <a class="link" href="ExampleAnimal.html#example-animal-dup-foo" title="example_animal_dup_foo ()"><code class="function">example_animal_dup_foo()</code></a> if on another thread.</div>
|
670
|
-
<div class="refsect3">
|
671
|
-
<a name="id-1.5.5.6.5.14.10.7"></a><h4>Parameters</h4>
|
672
|
-
<div class="informaltable"><table width="100%" border="0">
|
673
|
-
<colgroup>
|
674
|
-
<col width="150px" class="parameters_name">
|
675
|
-
<col class="parameters_description">
|
676
|
-
<col width="200px" class="parameters_annotations">
|
677
|
-
</colgroup>
|
678
|
-
<tbody><tr>
|
679
|
-
<td class="parameter_name"><p>object</p></td>
|
680
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
681
|
-
<td class="parameter_annotations"> </td>
|
682
|
-
</tr></tbody>
|
683
|
-
</table></div>
|
684
|
-
</div>
|
685
|
-
<div class="refsect3">
|
686
|
-
<a name="id-1.5.5.6.5.14.10.8"></a><h4>Returns</h4>
|
687
|
-
<p> The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>
|
688
|
-
. </p>
|
689
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
690
|
-
</div>
|
691
|
-
<p class="since">Since 2.30</p>
|
692
|
-
</div>
|
693
|
-
<hr>
|
694
|
-
<div class="refsect2">
|
695
|
-
<a name="example-animal-get-bar"></a><h3>example_animal_get_bar ()</h3>
|
696
|
-
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
697
|
-
example_animal_get_bar (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object</code></em>);</pre>
|
698
|
-
<p>Gets the value of the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Bar" title='The "Bar" property'>"Bar"</a> D-Bus property.</p>
|
699
|
-
<p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
|
700
|
-
<div class="warning">The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where <em class="parameter"><code>object</code></em> was constructed. Use <a class="link" href="ExampleAnimal.html#example-animal-dup-bar" title="example_animal_dup_bar ()"><code class="function">example_animal_dup_bar()</code></a> if on another thread.</div>
|
701
|
-
<div class="refsect3">
|
702
|
-
<a name="id-1.5.5.6.5.14.11.7"></a><h4>Parameters</h4>
|
703
|
-
<div class="informaltable"><table width="100%" border="0">
|
704
|
-
<colgroup>
|
705
|
-
<col width="150px" class="parameters_name">
|
706
|
-
<col class="parameters_description">
|
707
|
-
<col width="200px" class="parameters_annotations">
|
708
|
-
</colgroup>
|
709
|
-
<tbody><tr>
|
710
|
-
<td class="parameter_name"><p>object</p></td>
|
711
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
712
|
-
<td class="parameter_annotations"> </td>
|
713
|
-
</tr></tbody>
|
714
|
-
</table></div>
|
715
|
-
</div>
|
716
|
-
<div class="refsect3">
|
717
|
-
<a name="id-1.5.5.6.5.14.11.8"></a><h4>Returns</h4>
|
718
|
-
<p> The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>
|
719
|
-
. </p>
|
720
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
721
|
-
</div>
|
722
|
-
<p class="since">Since 2.36</p>
|
723
|
-
</div>
|
724
|
-
<hr>
|
725
|
-
<div class="refsect2">
|
726
|
-
<a name="example-animal-dup-mood"></a><h3>example_animal_dup_mood ()</h3>
|
727
|
-
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
728
|
-
example_animal_dup_mood (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object</code></em>);</pre>
|
729
|
-
<p>Gets a copy of the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Mood" title='The "Mood" property'>"Mood"</a> D-Bus property.</p>
|
730
|
-
<p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
|
731
|
-
<div class="refsect3">
|
732
|
-
<a name="id-1.5.5.6.5.14.12.6"></a><h4>Parameters</h4>
|
733
|
-
<div class="informaltable"><table width="100%" border="0">
|
734
|
-
<colgroup>
|
735
|
-
<col width="150px" class="parameters_name">
|
736
|
-
<col class="parameters_description">
|
737
|
-
<col width="200px" class="parameters_annotations">
|
738
|
-
</colgroup>
|
739
|
-
<tbody><tr>
|
740
|
-
<td class="parameter_name"><p>object</p></td>
|
741
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
742
|
-
<td class="parameter_annotations"> </td>
|
743
|
-
</tr></tbody>
|
744
|
-
</table></div>
|
745
|
-
</div>
|
746
|
-
<div class="refsect3">
|
747
|
-
<a name="id-1.5.5.6.5.14.12.7"></a><h4>Returns</h4>
|
748
|
-
<p> The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p>
|
749
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
750
|
-
</div>
|
751
|
-
<p class="since">Since 2.30</p>
|
752
|
-
</div>
|
753
|
-
<hr>
|
754
|
-
<div class="refsect2">
|
755
|
-
<a name="example-animal-dup-foo"></a><h3>example_animal_dup_foo ()</h3>
|
756
|
-
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
757
|
-
example_animal_dup_foo (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object</code></em>);</pre>
|
758
|
-
<p>Gets a copy of the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Foo" title='The "Foo" property'>"Foo"</a> D-Bus property.</p>
|
759
|
-
<p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
|
760
|
-
<div class="refsect3">
|
761
|
-
<a name="id-1.5.5.6.5.14.13.6"></a><h4>Parameters</h4>
|
762
|
-
<div class="informaltable"><table width="100%" border="0">
|
763
|
-
<colgroup>
|
764
|
-
<col width="150px" class="parameters_name">
|
765
|
-
<col class="parameters_description">
|
766
|
-
<col width="200px" class="parameters_annotations">
|
767
|
-
</colgroup>
|
768
|
-
<tbody><tr>
|
769
|
-
<td class="parameter_name"><p>object</p></td>
|
770
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
771
|
-
<td class="parameter_annotations"> </td>
|
772
|
-
</tr></tbody>
|
773
|
-
</table></div>
|
774
|
-
</div>
|
775
|
-
<div class="refsect3">
|
776
|
-
<a name="id-1.5.5.6.5.14.13.7"></a><h4>Returns</h4>
|
777
|
-
<p> The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p>
|
778
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
779
|
-
</div>
|
780
|
-
<p class="since">Since 2.30</p>
|
781
|
-
</div>
|
782
|
-
<hr>
|
783
|
-
<div class="refsect2">
|
784
|
-
<a name="example-animal-dup-bar"></a><h3>example_animal_dup_bar ()</h3>
|
785
|
-
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
786
|
-
example_animal_dup_bar (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object</code></em>);</pre>
|
787
|
-
<p>Gets a copy of the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Bar" title='The "Bar" property'>"Bar"</a> D-Bus property.</p>
|
788
|
-
<p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
|
789
|
-
<div class="refsect3">
|
790
|
-
<a name="id-1.5.5.6.5.14.14.6"></a><h4>Parameters</h4>
|
791
|
-
<div class="informaltable"><table width="100%" border="0">
|
792
|
-
<colgroup>
|
793
|
-
<col width="150px" class="parameters_name">
|
794
|
-
<col class="parameters_description">
|
795
|
-
<col width="200px" class="parameters_annotations">
|
796
|
-
</colgroup>
|
797
|
-
<tbody><tr>
|
798
|
-
<td class="parameter_name"><p>object</p></td>
|
799
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
800
|
-
<td class="parameter_annotations"> </td>
|
801
|
-
</tr></tbody>
|
802
|
-
</table></div>
|
803
|
-
</div>
|
804
|
-
<div class="refsect3">
|
805
|
-
<a name="id-1.5.5.6.5.14.14.7"></a><h4>Returns</h4>
|
806
|
-
<p> The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p>
|
807
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
808
|
-
</div>
|
809
|
-
<p class="since">Since 2.36</p>
|
810
|
-
</div>
|
811
|
-
<hr>
|
812
|
-
<div class="refsect2">
|
813
|
-
<a name="example-animal-set-mood"></a><h3>example_animal_set_mood ()</h3>
|
814
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
815
|
-
example_animal_set_mood (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object</code></em>,
|
816
|
-
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
|
817
|
-
<p>Sets the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Mood" title='The "Mood" property'>"Mood"</a> D-Bus property to <em class="parameter"><code>value</code></em>
|
818
|
-
.</p>
|
819
|
-
<p>Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.</p>
|
820
|
-
<div class="refsect3">
|
821
|
-
<a name="id-1.5.5.6.5.14.15.6"></a><h4>Parameters</h4>
|
822
|
-
<div class="informaltable"><table width="100%" border="0">
|
823
|
-
<colgroup>
|
824
|
-
<col width="150px" class="parameters_name">
|
825
|
-
<col class="parameters_description">
|
826
|
-
<col width="200px" class="parameters_annotations">
|
827
|
-
</colgroup>
|
828
|
-
<tbody>
|
829
|
-
<tr>
|
830
|
-
<td class="parameter_name"><p>object</p></td>
|
831
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
832
|
-
<td class="parameter_annotations"> </td>
|
833
|
-
</tr>
|
834
|
-
<tr>
|
835
|
-
<td class="parameter_name"><p>value</p></td>
|
836
|
-
<td class="parameter_description"><p>The value to set.</p></td>
|
837
|
-
<td class="parameter_annotations"> </td>
|
838
|
-
</tr>
|
839
|
-
</tbody>
|
840
|
-
</table></div>
|
841
|
-
</div>
|
842
|
-
<p class="since">Since 2.30</p>
|
843
|
-
</div>
|
844
|
-
<hr>
|
845
|
-
<div class="refsect2">
|
846
|
-
<a name="example-animal-set-foo"></a><h3>example_animal_set_foo ()</h3>
|
847
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
848
|
-
example_animal_set_foo (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object</code></em>,
|
849
|
-
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
|
850
|
-
<p>Sets the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Foo" title='The "Foo" property'>"Foo"</a> D-Bus property to <em class="parameter"><code>value</code></em>
|
851
|
-
.</p>
|
852
|
-
<p>Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.</p>
|
853
|
-
<div class="refsect3">
|
854
|
-
<a name="id-1.5.5.6.5.14.16.6"></a><h4>Parameters</h4>
|
855
|
-
<div class="informaltable"><table width="100%" border="0">
|
856
|
-
<colgroup>
|
857
|
-
<col width="150px" class="parameters_name">
|
858
|
-
<col class="parameters_description">
|
859
|
-
<col width="200px" class="parameters_annotations">
|
860
|
-
</colgroup>
|
861
|
-
<tbody>
|
862
|
-
<tr>
|
863
|
-
<td class="parameter_name"><p>object</p></td>
|
864
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
865
|
-
<td class="parameter_annotations"> </td>
|
866
|
-
</tr>
|
867
|
-
<tr>
|
868
|
-
<td class="parameter_name"><p>value</p></td>
|
869
|
-
<td class="parameter_description"><p>The value to set.</p></td>
|
870
|
-
<td class="parameter_annotations"> </td>
|
871
|
-
</tr>
|
872
|
-
</tbody>
|
873
|
-
</table></div>
|
874
|
-
</div>
|
875
|
-
<p class="since">Since 2.30</p>
|
876
|
-
</div>
|
877
|
-
<hr>
|
878
|
-
<div class="refsect2">
|
879
|
-
<a name="example-animal-set-bar"></a><h3>example_animal_set_bar ()</h3>
|
880
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
881
|
-
example_animal_set_bar (<em class="parameter"><code><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object</code></em>,
|
882
|
-
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
|
883
|
-
<p>Sets the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Bar" title='The "Bar" property'>"Bar"</a> D-Bus property to <em class="parameter"><code>value</code></em>
|
884
|
-
.</p>
|
885
|
-
<p>Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.</p>
|
886
|
-
<div class="refsect3">
|
887
|
-
<a name="id-1.5.5.6.5.14.17.6"></a><h4>Parameters</h4>
|
888
|
-
<div class="informaltable"><table width="100%" border="0">
|
889
|
-
<colgroup>
|
890
|
-
<col width="150px" class="parameters_name">
|
891
|
-
<col class="parameters_description">
|
892
|
-
<col width="200px" class="parameters_annotations">
|
893
|
-
</colgroup>
|
894
|
-
<tbody>
|
895
|
-
<tr>
|
896
|
-
<td class="parameter_name"><p>object</p></td>
|
897
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
898
|
-
<td class="parameter_annotations"> </td>
|
899
|
-
</tr>
|
900
|
-
<tr>
|
901
|
-
<td class="parameter_name"><p>value</p></td>
|
902
|
-
<td class="parameter_description"><p>The value to set.</p></td>
|
903
|
-
<td class="parameter_annotations"> </td>
|
904
|
-
</tr>
|
905
|
-
</tbody>
|
906
|
-
</table></div>
|
907
|
-
</div>
|
908
|
-
<p class="since">Since 2.36</p>
|
909
|
-
</div>
|
910
|
-
<hr>
|
911
|
-
<div class="refsect2">
|
912
|
-
<a name="example-animal-proxy-new"></a><h3>example_animal_proxy_new ()</h3>
|
913
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
914
|
-
example_animal_proxy_new (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
|
915
|
-
<em class="parameter"><code><a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
|
916
|
-
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
917
|
-
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
|
918
|
-
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
919
|
-
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
920
|
-
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
921
|
-
<p>Asynchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Animal.top_of_page">org.gtk.GDBus.Example.ObjectManager.Animal</a>. See <a class="link" href="GDBusProxy.html#g-dbus-proxy-new" title="g_dbus_proxy_new ()"><code class="function">g_dbus_proxy_new()</code></a> for more details.</p>
|
922
|
-
<p>When the operation is finished, <em class="parameter"><code>callback</code></em>
|
923
|
-
will be invoked in the <a href="../glib/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main loop</a> of the thread you are calling this method from.
|
924
|
-
You can then call <a class="link" href="ExampleAnimal.html#example-animal-proxy-new-finish" title="example_animal_proxy_new_finish ()"><code class="function">example_animal_proxy_new_finish()</code></a> to get the result of the operation.</p>
|
925
|
-
<p>See <a class="link" href="ExampleAnimal.html#example-animal-proxy-new-sync" title="example_animal_proxy_new_sync ()"><code class="function">example_animal_proxy_new_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
|
926
|
-
<div class="refsect3">
|
927
|
-
<a name="id-1.5.5.6.5.14.18.7"></a><h4>Parameters</h4>
|
928
|
-
<div class="informaltable"><table width="100%" border="0">
|
929
|
-
<colgroup>
|
930
|
-
<col width="150px" class="parameters_name">
|
931
|
-
<col class="parameters_description">
|
932
|
-
<col width="200px" class="parameters_annotations">
|
933
|
-
</colgroup>
|
934
|
-
<tbody>
|
935
|
-
<tr>
|
936
|
-
<td class="parameter_name"><p>connection</p></td>
|
937
|
-
<td class="parameter_description"><p>A <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a>.</p></td>
|
938
|
-
<td class="parameter_annotations"> </td>
|
939
|
-
</tr>
|
940
|
-
<tr>
|
941
|
-
<td class="parameter_name"><p>flags</p></td>
|
942
|
-
<td class="parameter_description"><p>Flags from the <a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
|
943
|
-
<td class="parameter_annotations"> </td>
|
944
|
-
</tr>
|
945
|
-
<tr>
|
946
|
-
<td class="parameter_name"><p>name</p></td>
|
947
|
-
<td class="parameter_description"><p> A bus name (well-known or unique) or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>connection</code></em>
|
948
|
-
is not a message bus connection. </p></td>
|
949
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
950
|
-
</tr>
|
951
|
-
<tr>
|
952
|
-
<td class="parameter_name"><p>object_path</p></td>
|
953
|
-
<td class="parameter_description"><p>An object path.</p></td>
|
954
|
-
<td class="parameter_annotations"> </td>
|
955
|
-
</tr>
|
956
|
-
<tr>
|
957
|
-
<td class="parameter_name"><p>cancellable</p></td>
|
958
|
-
<td class="parameter_description"><p> A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
959
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
960
|
-
</tr>
|
961
|
-
<tr>
|
962
|
-
<td class="parameter_name"><p>callback</p></td>
|
963
|
-
<td class="parameter_description"><p>A <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied.</p></td>
|
964
|
-
<td class="parameter_annotations"> </td>
|
965
|
-
</tr>
|
966
|
-
<tr>
|
967
|
-
<td class="parameter_name"><p>user_data</p></td>
|
968
|
-
<td class="parameter_description"><p>User data to pass to <em class="parameter"><code>callback</code></em>
|
969
|
-
.</p></td>
|
970
|
-
<td class="parameter_annotations"> </td>
|
971
|
-
</tr>
|
972
|
-
</tbody>
|
973
|
-
</table></div>
|
974
|
-
</div>
|
975
|
-
<p class="since">Since 2.30</p>
|
976
|
-
</div>
|
977
|
-
<hr>
|
978
|
-
<div class="refsect2">
|
979
|
-
<a name="example-animal-proxy-new-finish"></a><h3>example_animal_proxy_new_finish ()</h3>
|
980
|
-
<pre class="programlisting"><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="returnvalue">ExampleAnimal</span></a> *
|
981
|
-
example_animal_proxy_new_finish (<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
|
982
|
-
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
983
|
-
<p>Finishes an operation started with <a class="link" href="ExampleAnimal.html#example-animal-proxy-new" title="example_animal_proxy_new ()"><code class="function">example_animal_proxy_new()</code></a>.</p>
|
984
|
-
<div class="refsect3">
|
985
|
-
<a name="id-1.5.5.6.5.14.19.5"></a><h4>Parameters</h4>
|
986
|
-
<div class="informaltable"><table width="100%" border="0">
|
987
|
-
<colgroup>
|
988
|
-
<col width="150px" class="parameters_name">
|
989
|
-
<col class="parameters_description">
|
990
|
-
<col width="200px" class="parameters_annotations">
|
991
|
-
</colgroup>
|
992
|
-
<tbody>
|
993
|
-
<tr>
|
994
|
-
<td class="parameter_name"><p>res</p></td>
|
995
|
-
<td class="parameter_description"><p>The <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> obtained from the <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="ExampleAnimal.html#example-animal-proxy-new" title="example_animal_proxy_new ()"><code class="function">example_animal_proxy_new()</code></a>.</p></td>
|
996
|
-
<td class="parameter_annotations"> </td>
|
997
|
-
</tr>
|
998
|
-
<tr>
|
999
|
-
<td class="parameter_name"><p>error</p></td>
|
1000
|
-
<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>
|
1001
|
-
<td class="parameter_annotations"> </td>
|
1002
|
-
</tr>
|
1003
|
-
</tbody>
|
1004
|
-
</table></div>
|
1005
|
-
</div>
|
1006
|
-
<div class="refsect3">
|
1007
|
-
<a name="id-1.5.5.6.5.14.19.6"></a><h4>Returns</h4>
|
1008
|
-
<p> The constructed proxy object or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
1009
|
-
is set. </p>
|
1010
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> ExampleAnimalProxy]</span></p>
|
1011
|
-
</div>
|
1012
|
-
<p class="since">Since 2.30</p>
|
1013
|
-
</div>
|
1014
|
-
<hr>
|
1015
|
-
<div class="refsect2">
|
1016
|
-
<a name="example-animal-proxy-new-sync"></a><h3>example_animal_proxy_new_sync ()</h3>
|
1017
|
-
<pre class="programlisting"><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="returnvalue">ExampleAnimal</span></a> *
|
1018
|
-
example_animal_proxy_new_sync (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
|
1019
|
-
<em class="parameter"><code><a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
|
1020
|
-
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
1021
|
-
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
|
1022
|
-
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
1023
|
-
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1024
|
-
<p>Synchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Animal.top_of_page">org.gtk.GDBus.Example.ObjectManager.Animal</a>. See <a class="link" href="GDBusProxy.html#g-dbus-proxy-new-sync" title="g_dbus_proxy_new_sync ()"><code class="function">g_dbus_proxy_new_sync()</code></a> for more details.</p>
|
1025
|
-
<p>The calling thread is blocked until a reply is received.</p>
|
1026
|
-
<p>See <a class="link" href="ExampleAnimal.html#example-animal-proxy-new" title="example_animal_proxy_new ()"><code class="function">example_animal_proxy_new()</code></a> for the asynchronous version of this constructor.</p>
|
1027
|
-
<div class="refsect3">
|
1028
|
-
<a name="id-1.5.5.6.5.14.20.7"></a><h4>Parameters</h4>
|
1029
|
-
<div class="informaltable"><table width="100%" border="0">
|
1030
|
-
<colgroup>
|
1031
|
-
<col width="150px" class="parameters_name">
|
1032
|
-
<col class="parameters_description">
|
1033
|
-
<col width="200px" class="parameters_annotations">
|
1034
|
-
</colgroup>
|
1035
|
-
<tbody>
|
1036
|
-
<tr>
|
1037
|
-
<td class="parameter_name"><p>connection</p></td>
|
1038
|
-
<td class="parameter_description"><p>A <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a>.</p></td>
|
1039
|
-
<td class="parameter_annotations"> </td>
|
1040
|
-
</tr>
|
1041
|
-
<tr>
|
1042
|
-
<td class="parameter_name"><p>flags</p></td>
|
1043
|
-
<td class="parameter_description"><p>Flags from the <a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
|
1044
|
-
<td class="parameter_annotations"> </td>
|
1045
|
-
</tr>
|
1046
|
-
<tr>
|
1047
|
-
<td class="parameter_name"><p>name</p></td>
|
1048
|
-
<td class="parameter_description"><p> A bus name (well-known or unique) or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>connection</code></em>
|
1049
|
-
is not a message bus connection. </p></td>
|
1050
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1051
|
-
</tr>
|
1052
|
-
<tr>
|
1053
|
-
<td class="parameter_name"><p>object_path</p></td>
|
1054
|
-
<td class="parameter_description"><p>An object path.</p></td>
|
1055
|
-
<td class="parameter_annotations"> </td>
|
1056
|
-
</tr>
|
1057
|
-
<tr>
|
1058
|
-
<td class="parameter_name"><p>cancellable</p></td>
|
1059
|
-
<td class="parameter_description"><p> A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1060
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1061
|
-
</tr>
|
1062
|
-
<tr>
|
1063
|
-
<td class="parameter_name"><p>error</p></td>
|
1064
|
-
<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>
|
1065
|
-
<td class="parameter_annotations"> </td>
|
1066
|
-
</tr>
|
1067
|
-
</tbody>
|
1068
|
-
</table></div>
|
1069
|
-
</div>
|
1070
|
-
<div class="refsect3">
|
1071
|
-
<a name="id-1.5.5.6.5.14.20.8"></a><h4>Returns</h4>
|
1072
|
-
<p> The constructed proxy object or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
1073
|
-
is set. </p>
|
1074
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> ExampleAnimalProxy]</span></p>
|
1075
|
-
</div>
|
1076
|
-
<p class="since">Since 2.30</p>
|
1077
|
-
</div>
|
1078
|
-
<hr>
|
1079
|
-
<div class="refsect2">
|
1080
|
-
<a name="example-animal-proxy-new-for-bus"></a><h3>example_animal_proxy_new_for_bus ()</h3>
|
1081
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1082
|
-
example_animal_proxy_new_for_bus (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
|
1083
|
-
<em class="parameter"><code><a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
|
1084
|
-
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
1085
|
-
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
|
1086
|
-
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
1087
|
-
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
1088
|
-
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
1089
|
-
<p>Like <a class="link" href="ExampleAnimal.html#example-animal-proxy-new" title="example_animal_proxy_new ()"><code class="function">example_animal_proxy_new()</code></a> but takes a <a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> instead of a <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a>.</p>
|
1090
|
-
<p>When the operation is finished, <em class="parameter"><code>callback</code></em>
|
1091
|
-
will be invoked in the <a href="../glib/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main loop</a> of the thread you are calling this method from.
|
1092
|
-
You can then call <a class="link" href="ExampleAnimal.html#example-animal-proxy-new-for-bus-finish" title="example_animal_proxy_new_for_bus_finish ()"><code class="function">example_animal_proxy_new_for_bus_finish()</code></a> to get the result of the operation.</p>
|
1093
|
-
<p>See <a class="link" href="ExampleAnimal.html#example-animal-proxy-new-for-bus-sync" title="example_animal_proxy_new_for_bus_sync ()"><code class="function">example_animal_proxy_new_for_bus_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
|
1094
|
-
<div class="refsect3">
|
1095
|
-
<a name="id-1.5.5.6.5.14.21.7"></a><h4>Parameters</h4>
|
1096
|
-
<div class="informaltable"><table width="100%" border="0">
|
1097
|
-
<colgroup>
|
1098
|
-
<col width="150px" class="parameters_name">
|
1099
|
-
<col class="parameters_description">
|
1100
|
-
<col width="200px" class="parameters_annotations">
|
1101
|
-
</colgroup>
|
1102
|
-
<tbody>
|
1103
|
-
<tr>
|
1104
|
-
<td class="parameter_name"><p>bus_type</p></td>
|
1105
|
-
<td class="parameter_description"><p>A <a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a>.</p></td>
|
1106
|
-
<td class="parameter_annotations"> </td>
|
1107
|
-
</tr>
|
1108
|
-
<tr>
|
1109
|
-
<td class="parameter_name"><p>flags</p></td>
|
1110
|
-
<td class="parameter_description"><p>Flags from the <a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
|
1111
|
-
<td class="parameter_annotations"> </td>
|
1112
|
-
</tr>
|
1113
|
-
<tr>
|
1114
|
-
<td class="parameter_name"><p>name</p></td>
|
1115
|
-
<td class="parameter_description"><p>A bus name (well-known or unique).</p></td>
|
1116
|
-
<td class="parameter_annotations"> </td>
|
1117
|
-
</tr>
|
1118
|
-
<tr>
|
1119
|
-
<td class="parameter_name"><p>object_path</p></td>
|
1120
|
-
<td class="parameter_description"><p>An object path.</p></td>
|
1121
|
-
<td class="parameter_annotations"> </td>
|
1122
|
-
</tr>
|
1123
|
-
<tr>
|
1124
|
-
<td class="parameter_name"><p>cancellable</p></td>
|
1125
|
-
<td class="parameter_description"><p> A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1126
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1127
|
-
</tr>
|
1128
|
-
<tr>
|
1129
|
-
<td class="parameter_name"><p>callback</p></td>
|
1130
|
-
<td class="parameter_description"><p>A <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied.</p></td>
|
1131
|
-
<td class="parameter_annotations"> </td>
|
1132
|
-
</tr>
|
1133
|
-
<tr>
|
1134
|
-
<td class="parameter_name"><p>user_data</p></td>
|
1135
|
-
<td class="parameter_description"><p>User data to pass to <em class="parameter"><code>callback</code></em>
|
1136
|
-
.</p></td>
|
1137
|
-
<td class="parameter_annotations"> </td>
|
1138
|
-
</tr>
|
1139
|
-
</tbody>
|
1140
|
-
</table></div>
|
1141
|
-
</div>
|
1142
|
-
<p class="since">Since 2.30</p>
|
1143
|
-
</div>
|
1144
|
-
<hr>
|
1145
|
-
<div class="refsect2">
|
1146
|
-
<a name="example-animal-proxy-new-for-bus-finish"></a><h3>example_animal_proxy_new_for_bus_finish ()</h3>
|
1147
|
-
<pre class="programlisting"><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="returnvalue">ExampleAnimal</span></a> *
|
1148
|
-
example_animal_proxy_new_for_bus_finish
|
1149
|
-
(<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *res</code></em>,
|
1150
|
-
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1151
|
-
<p>Finishes an operation started with <a class="link" href="ExampleAnimal.html#example-animal-proxy-new-for-bus" title="example_animal_proxy_new_for_bus ()"><code class="function">example_animal_proxy_new_for_bus()</code></a>.</p>
|
1152
|
-
<div class="refsect3">
|
1153
|
-
<a name="id-1.5.5.6.5.14.22.5"></a><h4>Parameters</h4>
|
1154
|
-
<div class="informaltable"><table width="100%" border="0">
|
1155
|
-
<colgroup>
|
1156
|
-
<col width="150px" class="parameters_name">
|
1157
|
-
<col class="parameters_description">
|
1158
|
-
<col width="200px" class="parameters_annotations">
|
1159
|
-
</colgroup>
|
1160
|
-
<tbody>
|
1161
|
-
<tr>
|
1162
|
-
<td class="parameter_name"><p>res</p></td>
|
1163
|
-
<td class="parameter_description"><p>The <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> obtained from the <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="ExampleAnimal.html#example-animal-proxy-new-for-bus" title="example_animal_proxy_new_for_bus ()"><code class="function">example_animal_proxy_new_for_bus()</code></a>.</p></td>
|
1164
|
-
<td class="parameter_annotations"> </td>
|
1165
|
-
</tr>
|
1166
|
-
<tr>
|
1167
|
-
<td class="parameter_name"><p>error</p></td>
|
1168
|
-
<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>
|
1169
|
-
<td class="parameter_annotations"> </td>
|
1170
|
-
</tr>
|
1171
|
-
</tbody>
|
1172
|
-
</table></div>
|
1173
|
-
</div>
|
1174
|
-
<div class="refsect3">
|
1175
|
-
<a name="id-1.5.5.6.5.14.22.6"></a><h4>Returns</h4>
|
1176
|
-
<p> The constructed proxy object or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
1177
|
-
is set. </p>
|
1178
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> ExampleAnimalProxy]</span></p>
|
1179
|
-
</div>
|
1180
|
-
<p class="since">Since 2.30</p>
|
1181
|
-
</div>
|
1182
|
-
<hr>
|
1183
|
-
<div class="refsect2">
|
1184
|
-
<a name="example-animal-proxy-new-for-bus-sync"></a><h3>example_animal_proxy_new_for_bus_sync ()</h3>
|
1185
|
-
<pre class="programlisting"><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="returnvalue">ExampleAnimal</span></a> *
|
1186
|
-
example_animal_proxy_new_for_bus_sync (<em class="parameter"><code><a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
|
1187
|
-
<em class="parameter"><code><a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
|
1188
|
-
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
1189
|
-
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
|
1190
|
-
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
1191
|
-
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1192
|
-
<p>Like <a class="link" href="ExampleAnimal.html#example-animal-proxy-new-sync" title="example_animal_proxy_new_sync ()"><code class="function">example_animal_proxy_new_sync()</code></a> but takes a <a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a> instead of a <a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a>.</p>
|
1193
|
-
<p>The calling thread is blocked until a reply is received.</p>
|
1194
|
-
<p>See <a class="link" href="ExampleAnimal.html#example-animal-proxy-new-for-bus" title="example_animal_proxy_new_for_bus ()"><code class="function">example_animal_proxy_new_for_bus()</code></a> for the asynchronous version of this constructor.</p>
|
1195
|
-
<div class="refsect3">
|
1196
|
-
<a name="id-1.5.5.6.5.14.23.7"></a><h4>Parameters</h4>
|
1197
|
-
<div class="informaltable"><table width="100%" border="0">
|
1198
|
-
<colgroup>
|
1199
|
-
<col width="150px" class="parameters_name">
|
1200
|
-
<col class="parameters_description">
|
1201
|
-
<col width="200px" class="parameters_annotations">
|
1202
|
-
</colgroup>
|
1203
|
-
<tbody>
|
1204
|
-
<tr>
|
1205
|
-
<td class="parameter_name"><p>bus_type</p></td>
|
1206
|
-
<td class="parameter_description"><p>A <a class="link" href="GDBusConnection.html#GBusType" title="enum GBusType"><span class="type">GBusType</span></a>.</p></td>
|
1207
|
-
<td class="parameter_annotations"> </td>
|
1208
|
-
</tr>
|
1209
|
-
<tr>
|
1210
|
-
<td class="parameter_name"><p>flags</p></td>
|
1211
|
-
<td class="parameter_description"><p>Flags from the <a class="link" href="GDBusProxy.html#GDBusProxyFlags" title="enum GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
|
1212
|
-
<td class="parameter_annotations"> </td>
|
1213
|
-
</tr>
|
1214
|
-
<tr>
|
1215
|
-
<td class="parameter_name"><p>name</p></td>
|
1216
|
-
<td class="parameter_description"><p>A bus name (well-known or unique).</p></td>
|
1217
|
-
<td class="parameter_annotations"> </td>
|
1218
|
-
</tr>
|
1219
|
-
<tr>
|
1220
|
-
<td class="parameter_name"><p>object_path</p></td>
|
1221
|
-
<td class="parameter_description"><p>An object path.</p></td>
|
1222
|
-
<td class="parameter_annotations"> </td>
|
1223
|
-
</tr>
|
1224
|
-
<tr>
|
1225
|
-
<td class="parameter_name"><p>cancellable</p></td>
|
1226
|
-
<td class="parameter_description"><p> A <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1227
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1228
|
-
</tr>
|
1229
|
-
<tr>
|
1230
|
-
<td class="parameter_name"><p>error</p></td>
|
1231
|
-
<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>
|
1232
|
-
<td class="parameter_annotations"> </td>
|
1233
|
-
</tr>
|
1234
|
-
</tbody>
|
1235
|
-
</table></div>
|
1236
|
-
</div>
|
1237
|
-
<div class="refsect3">
|
1238
|
-
<a name="id-1.5.5.6.5.14.23.8"></a><h4>Returns</h4>
|
1239
|
-
<p> The constructed proxy object or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
|
1240
|
-
is set. </p>
|
1241
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> ExampleAnimalProxy]</span></p>
|
1242
|
-
</div>
|
1243
|
-
<p class="since">Since 2.30</p>
|
1244
|
-
</div>
|
1245
|
-
<hr>
|
1246
|
-
<div class="refsect2">
|
1247
|
-
<a name="example-animal-skeleton-new"></a><h3>example_animal_skeleton_new ()</h3>
|
1248
|
-
<pre class="programlisting"><a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="returnvalue">ExampleAnimal</span></a> *
|
1249
|
-
example_animal_skeleton_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1250
|
-
<p>Creates a skeleton object for the D-Bus interface <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Animal.top_of_page">org.gtk.GDBus.Example.ObjectManager.Animal</a>.</p>
|
1251
|
-
<div class="refsect3">
|
1252
|
-
<a name="id-1.5.5.6.5.14.24.5"></a><h4>Returns</h4>
|
1253
|
-
<p> The skeleton object. </p>
|
1254
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> ExampleAnimalSkeleton]</span></p>
|
1255
|
-
</div>
|
1256
|
-
<p class="since">Since 2.30</p>
|
1257
|
-
</div>
|
1258
|
-
</div>
|
1259
|
-
<div class="refsect1">
|
1260
|
-
<a name="ExampleAnimal.other_details"></a><h2>Types and Values</h2>
|
1261
|
-
<div class="refsect2">
|
1262
|
-
<a name="ExampleAnimal-struct"></a><h3>ExampleAnimal</h3>
|
1263
|
-
<pre class="programlisting">typedef struct _ExampleAnimal ExampleAnimal;</pre>
|
1264
|
-
<p>Abstract interface type for the D-Bus interface <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Animal.top_of_page">org.gtk.GDBus.Example.ObjectManager.Animal</a>.</p>
|
1265
|
-
<p class="since">Since 2.30</p>
|
1266
|
-
</div>
|
1267
|
-
<hr>
|
1268
|
-
<div class="refsect2">
|
1269
|
-
<a name="ExampleAnimalIface"></a><h3>struct ExampleAnimalIface</h3>
|
1270
|
-
<pre class="programlisting">struct ExampleAnimalIface {
|
1271
|
-
GTypeInterface parent_iface;
|
1272
|
-
|
1273
|
-
|
1274
|
-
|
1275
|
-
gboolean (*handle_poke) (
|
1276
|
-
ExampleAnimal *object,
|
1277
|
-
GDBusMethodInvocation *invocation,
|
1278
|
-
gboolean arg_make_sad,
|
1279
|
-
gboolean arg_make_happy);
|
1280
|
-
|
1281
|
-
const gchar * (*get_foo) (ExampleAnimal *object);
|
1282
|
-
|
1283
|
-
const gchar * (*get_mood) (ExampleAnimal *object);
|
1284
|
-
|
1285
|
-
void (*jumped) (
|
1286
|
-
ExampleAnimal *object,
|
1287
|
-
gdouble arg_height);
|
1288
|
-
|
1289
|
-
const gchar * (*get_bar) (ExampleAnimal *object);
|
1290
|
-
};
|
1291
|
-
</pre>
|
1292
|
-
<p>Virtual table for the D-Bus interface <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-interface-org-gtk-GDBus-Example-ObjectManager-Animal.top_of_page">org.gtk.GDBus.Example.ObjectManager.Animal</a>.</p>
|
1293
|
-
<div class="refsect3">
|
1294
|
-
<a name="id-1.5.5.6.5.15.3.5"></a><h4>Members</h4>
|
1295
|
-
<div class="informaltable"><table width="100%" border="0">
|
1296
|
-
<colgroup>
|
1297
|
-
<col width="300px" class="struct_members_name">
|
1298
|
-
<col class="struct_members_description">
|
1299
|
-
<col width="200px" class="struct_members_annotations">
|
1300
|
-
</colgroup>
|
1301
|
-
<tbody>
|
1302
|
-
<tr>
|
1303
|
-
<td class="struct_member_name"><p><a href="../gobject/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="ExampleAnimalIface.parent-iface"></a>parent_iface</code></em>;</p></td>
|
1304
|
-
<td class="struct_member_description"><p>The parent interface.</p></td>
|
1305
|
-
<td class="struct_member_annotations"> </td>
|
1306
|
-
</tr>
|
1307
|
-
<tr>
|
1308
|
-
<td class="struct_member_name"><p><em class="structfield"><code><a name="ExampleAnimalIface.handle-poke"></a>handle_poke</code></em> ()</p></td>
|
1309
|
-
<td class="struct_member_description"><p>Handler for the <a class="link" href="ExampleAnimal.html#ExampleAnimal-handle-poke" title="The “handle-poke” signal"><span class="type">“handle-poke”</span></a> signal.</p></td>
|
1310
|
-
<td class="struct_member_annotations"> </td>
|
1311
|
-
</tr>
|
1312
|
-
<tr>
|
1313
|
-
<td class="struct_member_name"><p><em class="structfield"><code><a name="ExampleAnimalIface.get-foo"></a>get_foo</code></em> ()</p></td>
|
1314
|
-
<td class="struct_member_description"><p>Getter for the <a class="link" href="ExampleAnimal.html#ExampleAnimal--foo" title="The “foo” property"><span class="type">“foo”</span></a> property.</p></td>
|
1315
|
-
<td class="struct_member_annotations"> </td>
|
1316
|
-
</tr>
|
1317
|
-
<tr>
|
1318
|
-
<td class="struct_member_name"><p><em class="structfield"><code><a name="ExampleAnimalIface.get-mood"></a>get_mood</code></em> ()</p></td>
|
1319
|
-
<td class="struct_member_description"><p>Getter for the <a class="link" href="ExampleAnimal.html#ExampleAnimal--mood" title="The “mood” property"><span class="type">“mood”</span></a> property.</p></td>
|
1320
|
-
<td class="struct_member_annotations"> </td>
|
1321
|
-
</tr>
|
1322
|
-
<tr>
|
1323
|
-
<td class="struct_member_name"><p><em class="structfield"><code><a name="ExampleAnimalIface.jumped"></a>jumped</code></em> ()</p></td>
|
1324
|
-
<td class="struct_member_description"><p>Handler for the <a class="link" href="ExampleAnimal.html#ExampleAnimal-jumped" title="The “jumped” signal"><span class="type">“jumped”</span></a> signal.</p></td>
|
1325
|
-
<td class="struct_member_annotations"> </td>
|
1326
|
-
</tr>
|
1327
|
-
<tr>
|
1328
|
-
<td class="struct_member_name"><p><em class="structfield"><code><a name="ExampleAnimalIface.get-bar"></a>get_bar</code></em> ()</p></td>
|
1329
|
-
<td class="struct_member_description"><p>Getter for the <a class="link" href="ExampleAnimal.html#ExampleAnimal--bar" title="The “bar” property"><span class="type">“bar”</span></a> property.</p></td>
|
1330
|
-
<td class="struct_member_annotations"> </td>
|
1331
|
-
</tr>
|
1332
|
-
</tbody>
|
1333
|
-
</table></div>
|
1334
|
-
</div>
|
1335
|
-
<p class="since">Since 2.30</p>
|
1336
|
-
</div>
|
1337
|
-
<hr>
|
1338
|
-
<div class="refsect2">
|
1339
|
-
<a name="ExampleAnimalProxy-struct"></a><h3>struct ExampleAnimalProxy</h3>
|
1340
|
-
<pre class="programlisting">struct ExampleAnimalProxy;</pre>
|
1341
|
-
<p>The <a class="link" href="ExampleAnimal.html#ExampleAnimalProxy"><span class="type">ExampleAnimalProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
|
1342
|
-
<p class="since">Since 2.30</p>
|
1343
|
-
</div>
|
1344
|
-
<hr>
|
1345
|
-
<div class="refsect2">
|
1346
|
-
<a name="ExampleAnimalProxyClass"></a><h3>struct ExampleAnimalProxyClass</h3>
|
1347
|
-
<pre class="programlisting">struct ExampleAnimalProxyClass {
|
1348
|
-
GDBusProxyClass parent_class;
|
1349
|
-
};
|
1350
|
-
</pre>
|
1351
|
-
<p>Class structure for <a class="link" href="ExampleAnimal.html#ExampleAnimalProxy"><span class="type">ExampleAnimalProxy</span></a>.</p>
|
1352
|
-
<div class="refsect3">
|
1353
|
-
<a name="id-1.5.5.6.5.15.5.5"></a><h4>Members</h4>
|
1354
|
-
<div class="informaltable"><table width="100%" border="0">
|
1355
|
-
<colgroup>
|
1356
|
-
<col width="300px" class="struct_members_name">
|
1357
|
-
<col class="struct_members_description">
|
1358
|
-
<col width="200px" class="struct_members_annotations">
|
1359
|
-
</colgroup>
|
1360
|
-
<tbody><tr>
|
1361
|
-
<td class="struct_member_name"><p><a class="link" href="GDBusProxy.html#GDBusProxyClass" title="struct GDBusProxyClass"><span class="type">GDBusProxyClass</span></a> <em class="structfield"><code><a name="ExampleAnimalProxyClass.parent-class"></a>parent_class</code></em>;</p></td>
|
1362
|
-
<td class="struct_member_description"><p>The parent class.</p></td>
|
1363
|
-
<td class="struct_member_annotations"> </td>
|
1364
|
-
</tr></tbody>
|
1365
|
-
</table></div>
|
1366
|
-
</div>
|
1367
|
-
<p class="since">Since 2.30</p>
|
1368
|
-
</div>
|
1369
|
-
<hr>
|
1370
|
-
<div class="refsect2">
|
1371
|
-
<a name="ExampleAnimalSkeleton-struct"></a><h3>struct ExampleAnimalSkeleton</h3>
|
1372
|
-
<pre class="programlisting">struct ExampleAnimalSkeleton;</pre>
|
1373
|
-
<p>The <a class="link" href="ExampleAnimal.html#ExampleAnimalSkeleton"><span class="type">ExampleAnimalSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
|
1374
|
-
<p class="since">Since 2.30</p>
|
1375
|
-
</div>
|
1376
|
-
<hr>
|
1377
|
-
<div class="refsect2">
|
1378
|
-
<a name="ExampleAnimalSkeletonClass"></a><h3>struct ExampleAnimalSkeletonClass</h3>
|
1379
|
-
<pre class="programlisting">struct ExampleAnimalSkeletonClass {
|
1380
|
-
GDBusInterfaceSkeletonClass parent_class;
|
1381
|
-
};
|
1382
|
-
</pre>
|
1383
|
-
<p>Class structure for <a class="link" href="ExampleAnimal.html#ExampleAnimalSkeleton"><span class="type">ExampleAnimalSkeleton</span></a>.</p>
|
1384
|
-
<div class="refsect3">
|
1385
|
-
<a name="id-1.5.5.6.5.15.7.5"></a><h4>Members</h4>
|
1386
|
-
<div class="informaltable"><table width="100%" border="0">
|
1387
|
-
<colgroup>
|
1388
|
-
<col width="300px" class="struct_members_name">
|
1389
|
-
<col class="struct_members_description">
|
1390
|
-
<col width="200px" class="struct_members_annotations">
|
1391
|
-
</colgroup>
|
1392
|
-
<tbody><tr>
|
1393
|
-
<td class="struct_member_name"><p><a class="link" href="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass" title="struct GDBusInterfaceSkeletonClass"><span class="type">GDBusInterfaceSkeletonClass</span></a> <em class="structfield"><code><a name="ExampleAnimalSkeletonClass.parent-class"></a>parent_class</code></em>;</p></td>
|
1394
|
-
<td class="struct_member_description"><p>The parent class.</p></td>
|
1395
|
-
<td class="struct_member_annotations"> </td>
|
1396
|
-
</tr></tbody>
|
1397
|
-
</table></div>
|
1398
|
-
</div>
|
1399
|
-
<p class="since">Since 2.30</p>
|
1400
|
-
</div>
|
1401
|
-
</div>
|
1402
|
-
<div class="refsect1">
|
1403
|
-
<a name="ExampleAnimal.property-details"></a><h2>Property Details</h2>
|
1404
|
-
<div class="refsect2">
|
1405
|
-
<a name="ExampleAnimal--bar"></a><h3>The <code class="literal">“bar”</code> property</h3>
|
1406
|
-
<pre class="programlisting"> “bar” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
1407
|
-
<p>Represents the D-Bus property <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Bar" title='The "Bar" property'>"Bar"</a>.</p>
|
1408
|
-
<p>Since the D-Bus property for this <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
|
1409
|
-
<p>Flags: Read / Write</p>
|
1410
|
-
<p>Default value: NULL</p>
|
1411
|
-
<p class="since">Since 2.36</p>
|
1412
|
-
</div>
|
1413
|
-
<hr>
|
1414
|
-
<div class="refsect2">
|
1415
|
-
<a name="ExampleAnimal--foo"></a><h3>The <code class="literal">“foo”</code> property</h3>
|
1416
|
-
<pre class="programlisting"> “foo” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
1417
|
-
<p>Represents the D-Bus property <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Foo" title='The "Foo" property'>"Foo"</a>.</p>
|
1418
|
-
<p>Since the D-Bus property for this <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
|
1419
|
-
<p>Flags: Read / Write</p>
|
1420
|
-
<p>Default value: NULL</p>
|
1421
|
-
<p class="since">Since 2.30</p>
|
1422
|
-
</div>
|
1423
|
-
<hr>
|
1424
|
-
<div class="refsect2">
|
1425
|
-
<a name="ExampleAnimal--mood"></a><h3>The <code class="literal">“mood”</code> property</h3>
|
1426
|
-
<pre class="programlisting"> “mood” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
1427
|
-
<p>Represents the D-Bus property <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Mood" title='The "Mood" property'>"Mood"</a>.</p>
|
1428
|
-
<p>Since the D-Bus property for this <a href="../gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
|
1429
|
-
<p>Flags: Read / Write</p>
|
1430
|
-
<p>Default value: NULL</p>
|
1431
|
-
<p class="since">Since 2.30</p>
|
1432
|
-
</div>
|
1433
|
-
</div>
|
1434
|
-
<div class="refsect1">
|
1435
|
-
<a name="ExampleAnimal.signal-details"></a><h2>Signal Details</h2>
|
1436
|
-
<div class="refsect2">
|
1437
|
-
<a name="ExampleAnimal-handle-poke"></a><h3>The <code class="literal">“handle-poke”</code> signal</h3>
|
1438
|
-
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1439
|
-
user_function (<a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object,
|
1440
|
-
<a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a> *invocation,
|
1441
|
-
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg_make_sad,
|
1442
|
-
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg_make_happy,
|
1443
|
-
<a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1444
|
-
<p>Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-method-org-gtk-GDBus-Example-ObjectManager-Animal.Poke" title="The Poke() method"><code class="function">Poke()</code></a> D-Bus method.</p>
|
1445
|
-
<p>If a signal handler returns <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em>
|
1446
|
-
and eventually call <a class="link" href="ExampleAnimal.html#example-animal-complete-poke" title="example_animal_complete_poke ()"><code class="function">example_animal_complete_poke()</code></a> or e.g. <a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error" title="g_dbus_method_invocation_return_error ()"><code class="function">g_dbus_method_invocation_return_error()</code></a> on it) and no order signal handlers will run. If no signal handler handles the invocation, the <a class="link" href="gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.</p>
|
1447
|
-
<div class="refsect3">
|
1448
|
-
<a name="id-1.5.5.6.5.17.2.6"></a><h4>Parameters</h4>
|
1449
|
-
<div class="informaltable"><table width="100%" border="0">
|
1450
|
-
<colgroup>
|
1451
|
-
<col width="150px" class="parameters_name">
|
1452
|
-
<col class="parameters_description">
|
1453
|
-
<col width="200px" class="parameters_annotations">
|
1454
|
-
</colgroup>
|
1455
|
-
<tbody>
|
1456
|
-
<tr>
|
1457
|
-
<td class="parameter_name"><p>object</p></td>
|
1458
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
1459
|
-
<td class="parameter_annotations"> </td>
|
1460
|
-
</tr>
|
1461
|
-
<tr>
|
1462
|
-
<td class="parameter_name"><p>invocation</p></td>
|
1463
|
-
<td class="parameter_description"><p>A <a class="link" href="GDBusMethodInvocation.html" title="GDBusMethodInvocation"><span class="type">GDBusMethodInvocation</span></a>.</p></td>
|
1464
|
-
<td class="parameter_annotations"> </td>
|
1465
|
-
</tr>
|
1466
|
-
<tr>
|
1467
|
-
<td class="parameter_name"><p>arg_make_sad</p></td>
|
1468
|
-
<td class="parameter_description"><p>Argument passed by remote caller.</p></td>
|
1469
|
-
<td class="parameter_annotations"> </td>
|
1470
|
-
</tr>
|
1471
|
-
<tr>
|
1472
|
-
<td class="parameter_name"><p>arg_make_happy</p></td>
|
1473
|
-
<td class="parameter_description"><p>Argument passed by remote caller.</p></td>
|
1474
|
-
<td class="parameter_annotations"> </td>
|
1475
|
-
</tr>
|
1476
|
-
<tr>
|
1477
|
-
<td class="parameter_name"><p>user_data</p></td>
|
1478
|
-
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
1479
|
-
<td class="parameter_annotations"> </td>
|
1480
|
-
</tr>
|
1481
|
-
</tbody>
|
1482
|
-
</table></div>
|
1483
|
-
</div>
|
1484
|
-
<div class="refsect3">
|
1485
|
-
<a name="id-1.5.5.6.5.17.2.7"></a><h4>Returns</h4>
|
1486
|
-
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</p>
|
1487
|
-
<p></p>
|
1488
|
-
</div>
|
1489
|
-
<p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
1490
|
-
<p class="since">Since 2.30</p>
|
1491
|
-
</div>
|
1492
|
-
<hr>
|
1493
|
-
<div class="refsect2">
|
1494
|
-
<a name="ExampleAnimal-jumped"></a><h3>The <code class="literal">“jumped”</code> signal</h3>
|
1495
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1496
|
-
user_function (<a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a> *object,
|
1497
|
-
<a href="../glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> arg_height,
|
1498
|
-
<a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1499
|
-
<p>On the client-side, this signal is emitted whenever the D-Bus signal <a class="link" href="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-signal-org-gtk-GDBus-Example-ObjectManager-Animal.Jumped" title='The "Jumped" signal'>"Jumped"</a> is received.</p>
|
1500
|
-
<p>On the service-side, this signal can be used with e.g. <a href="../gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> to make the object emit the D-Bus signal.</p>
|
1501
|
-
<div class="refsect3">
|
1502
|
-
<a name="id-1.5.5.6.5.17.3.6"></a><h4>Parameters</h4>
|
1503
|
-
<div class="informaltable"><table width="100%" border="0">
|
1504
|
-
<colgroup>
|
1505
|
-
<col width="150px" class="parameters_name">
|
1506
|
-
<col class="parameters_description">
|
1507
|
-
<col width="200px" class="parameters_annotations">
|
1508
|
-
</colgroup>
|
1509
|
-
<tbody>
|
1510
|
-
<tr>
|
1511
|
-
<td class="parameter_name"><p>object</p></td>
|
1512
|
-
<td class="parameter_description"><p>A <a class="link" href="ExampleAnimal.html" title="ExampleAnimal"><span class="type">ExampleAnimal</span></a>.</p></td>
|
1513
|
-
<td class="parameter_annotations"> </td>
|
1514
|
-
</tr>
|
1515
|
-
<tr>
|
1516
|
-
<td class="parameter_name"><p>arg_height</p></td>
|
1517
|
-
<td class="parameter_description"><p>Argument.</p></td>
|
1518
|
-
<td class="parameter_annotations"> </td>
|
1519
|
-
</tr>
|
1520
|
-
<tr>
|
1521
|
-
<td class="parameter_name"><p>user_data</p></td>
|
1522
|
-
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
1523
|
-
<td class="parameter_annotations"> </td>
|
1524
|
-
</tr>
|
1525
|
-
</tbody>
|
1526
|
-
</table></div>
|
1527
|
-
</div>
|
1528
|
-
<p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
1529
|
-
<p class="since">Since 2.30</p>
|
1530
|
-
</div>
|
1531
|
-
</div>
|
1532
|
-
</div>
|
1533
|
-
<div class="footer">
|
1534
|
-
<hr>
|
1535
|
-
Generated by GTK-Doc V1.21.1</div>
|
1536
|
-
</body>
|
1537
|
-
</html>
|