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
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Closures: GObject Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GObject Reference Manual">
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gobject-Signals.html" title="Signals">
|
10
10
|
<link rel="next" href="gobject-Value-arrays.html" title="Value arrays">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</tr></table></div>
|
34
34
|
<div class="refsect1">
|
35
35
|
<a name="gobject-Closures.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
37
|
<colgroup>
|
38
38
|
<col width="150px" class="functions_return">
|
39
39
|
<col class="functions_name">
|
@@ -632,7 +632,7 @@
|
|
632
632
|
</div>
|
633
633
|
<div class="refsect1">
|
634
634
|
<a name="gobject-Closures.other"></a><h2>Types and Values</h2>
|
635
|
-
<div class="informaltable"><table width="100%" border="0">
|
635
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
636
636
|
<colgroup>
|
637
637
|
<col width="150px" class="name">
|
638
638
|
<col class="description">
|
@@ -712,7 +712,7 @@ automatically removed when the objects they point to go away.</p></li>
|
|
712
712
|
<p>Check if the closure still needs a marshaller. See <a class="link" href="gobject-Closures.html#g-closure-set-marshal" title="g_closure_set_marshal ()"><code class="function">g_closure_set_marshal()</code></a>.</p>
|
713
713
|
<div class="refsect3">
|
714
714
|
<a name="id-1.4.13.7.2.5"></a><h4>Parameters</h4>
|
715
|
-
<div class="informaltable"><table width="100%" border="0">
|
715
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
716
716
|
<colgroup>
|
717
717
|
<col width="150px" class="parameters_name">
|
718
718
|
<col class="parameters_description">
|
@@ -730,7 +730,6 @@ automatically removed when the objects they point to go away.</p></li>
|
|
730
730
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a <a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()"><span class="type">GClosureMarshal</span></a> marshaller has not yet been set on
|
731
731
|
<em class="parameter"><code>closure</code></em>
|
732
732
|
.</p>
|
733
|
-
<p></p>
|
734
733
|
</div>
|
735
734
|
</div>
|
736
735
|
<hr>
|
@@ -745,7 +744,7 @@ See <a class="link" href="gobject-Closures.html#g-closure-set-meta-marshal" titl
|
|
745
744
|
<a class="link" href="gobject-Closures.html#g-closure-add-invalidate-notifier" title="g_closure_add_invalidate_notifier ()"><code class="function">g_closure_add_invalidate_notifier()</code></a> and <a class="link" href="gobject-Closures.html#g-closure-add-marshal-guards" title="g_closure_add_marshal_guards ()"><code class="function">g_closure_add_marshal_guards()</code></a>.</p>
|
746
745
|
<div class="refsect3">
|
747
746
|
<a name="id-1.4.13.7.3.5"></a><h4>Parameters</h4>
|
748
|
-
<div class="informaltable"><table width="100%" border="0">
|
747
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
749
748
|
<colgroup>
|
750
749
|
<col width="150px" class="parameters_name">
|
751
750
|
<col class="parameters_description">
|
@@ -761,7 +760,6 @@ See <a class="link" href="gobject-Closures.html#g-closure-set-meta-marshal" titl
|
|
761
760
|
<div class="refsect3">
|
762
761
|
<a name="id-1.4.13.7.3.6"></a><h4>Returns</h4>
|
763
762
|
<p> number of notifiers</p>
|
764
|
-
<p></p>
|
765
763
|
</div>
|
766
764
|
</div>
|
767
765
|
<hr>
|
@@ -773,7 +771,7 @@ See <a class="link" href="gobject-Closures.html#g-closure-set-meta-marshal" titl
|
|
773
771
|
first parameter to the callback. See <a class="link" href="gobject-Closures.html#g-cclosure-new-swap" title="g_cclosure_new_swap ()"><code class="function">g_cclosure_new_swap()</code></a>.</p>
|
774
772
|
<div class="refsect3">
|
775
773
|
<a name="id-1.4.13.7.4.5"></a><h4>Parameters</h4>
|
776
|
-
<div class="informaltable"><table width="100%" border="0">
|
774
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
777
775
|
<colgroup>
|
778
776
|
<col width="150px" class="parameters_name">
|
779
777
|
<col class="parameters_description">
|
@@ -789,7 +787,6 @@ first parameter to the callback. See <a class="link" href="gobject-Closures.html
|
|
789
787
|
<div class="refsect3">
|
790
788
|
<a name="id-1.4.13.7.4.6"></a><h4>Returns</h4>
|
791
789
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if data has to be swapped.</p>
|
792
|
-
<p></p>
|
793
790
|
</div>
|
794
791
|
</div>
|
795
792
|
<hr>
|
@@ -800,7 +797,7 @@ first parameter to the callback. See <a class="link" href="gobject-Closures.html
|
|
800
797
|
<p>Cast a function pointer to a <a class="link" href="gobject-Closures.html#GCallback" title="GCallback ()"><span class="type">GCallback</span></a>.</p>
|
801
798
|
<div class="refsect3">
|
802
799
|
<a name="id-1.4.13.7.5.5"></a><h4>Parameters</h4>
|
803
|
-
<div class="informaltable"><table width="100%" border="0">
|
800
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
804
801
|
<colgroup>
|
805
802
|
<col width="150px" class="parameters_name">
|
806
803
|
<col class="parameters_description">
|
@@ -845,7 +842,7 @@ is connected). Use <a class="link" href="gobject-Closures.html#G-CALLBACK:CAPS"
|
|
845
842
|
<p>The type used for marshaller functions.</p>
|
846
843
|
<div class="refsect3">
|
847
844
|
<a name="id-1.4.13.7.8.5"></a><h4>Parameters</h4>
|
848
|
-
<div class="informaltable"><table width="100%" border="0">
|
845
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
849
846
|
<colgroup>
|
850
847
|
<col width="150px" class="parameters_name">
|
851
848
|
<col class="parameters_description">
|
@@ -912,7 +909,7 @@ marshaller that can be used in some situations to avoid
|
|
912
909
|
marshalling the signal argument into GValues.</p>
|
913
910
|
<div class="refsect3">
|
914
911
|
<a name="id-1.4.13.7.9.5"></a><h4>Parameters</h4>
|
915
|
-
<div class="informaltable"><table width="100%" border="0">
|
912
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
916
913
|
<colgroup>
|
917
914
|
<col width="150px" class="parameters_name">
|
918
915
|
<col class="parameters_description">
|
@@ -934,8 +931,9 @@ value. </p></td>
|
|
934
931
|
</tr>
|
935
932
|
<tr>
|
936
933
|
<td class="parameter_name"><p>instance</p></td>
|
937
|
-
<td class="parameter_description"><p>the instance on which the closure is
|
938
|
-
|
934
|
+
<td class="parameter_description"><p> the instance on which the closure is
|
935
|
+
invoked. </p></td>
|
936
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
939
937
|
</tr>
|
940
938
|
<tr>
|
941
939
|
<td class="parameter_name"><p>args</p></td>
|
@@ -976,7 +974,7 @@ array</p></td>
|
|
976
974
|
on closures.</p>
|
977
975
|
<div class="refsect3">
|
978
976
|
<a name="id-1.4.13.7.10.5"></a><h4>Parameters</h4>
|
979
|
-
<div class="informaltable"><table width="100%" border="0">
|
977
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
980
978
|
<colgroup>
|
981
979
|
<col width="150px" class="parameters_name">
|
982
980
|
<col class="parameters_description">
|
@@ -1008,9 +1006,10 @@ g_cclosure_new (<em class="parameter"><code><a class="link" href="gobject-Closur
|
|
1008
1006
|
with <em class="parameter"><code>user_data</code></em>
|
1009
1007
|
as
|
1010
1008
|
the last parameter.</p>
|
1009
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1011
1010
|
<div class="refsect3">
|
1012
|
-
<a name="id-1.4.13.7.11.
|
1013
|
-
<div class="informaltable"><table width="100%" border="0">
|
1011
|
+
<a name="id-1.4.13.7.11.6"></a><h4>Parameters</h4>
|
1012
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1014
1013
|
<colgroup>
|
1015
1014
|
<col width="150px" class="parameters_name">
|
1016
1015
|
<col class="parameters_description">
|
@@ -1024,9 +1023,9 @@ the last parameter.</p>
|
|
1024
1023
|
</tr>
|
1025
1024
|
<tr>
|
1026
1025
|
<td class="parameter_name"><p>user_data</p></td>
|
1027
|
-
<td class="parameter_description"><p>user data to pass to <em class="parameter"><code>callback_func</code></em>
|
1028
|
-
</p></td>
|
1029
|
-
<td class="parameter_annotations">
|
1026
|
+
<td class="parameter_description"><p> user data to pass to <em class="parameter"><code>callback_func</code></em>
|
1027
|
+
. </p></td>
|
1028
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> callback_func]</span></td>
|
1030
1029
|
</tr>
|
1031
1030
|
<tr>
|
1032
1031
|
<td class="parameter_name"><p>destroy_data</p></td>
|
@@ -1038,9 +1037,8 @@ is no longer used</p></td>
|
|
1038
1037
|
</table></div>
|
1039
1038
|
</div>
|
1040
1039
|
<div class="refsect3">
|
1041
|
-
<a name="id-1.4.13.7.11.
|
1040
|
+
<a name="id-1.4.13.7.11.7"></a><h4>Returns</h4>
|
1042
1041
|
<p> a new <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a></p>
|
1043
|
-
<p></p>
|
1044
1042
|
</div>
|
1045
1043
|
</div>
|
1046
1044
|
<hr>
|
@@ -1054,9 +1052,10 @@ g_cclosure_new_swap (<em class="parameter"><code><a class="link" href="gobject-C
|
|
1054
1052
|
with <em class="parameter"><code>user_data</code></em>
|
1055
1053
|
as
|
1056
1054
|
the first parameter.</p>
|
1055
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1057
1056
|
<div class="refsect3">
|
1058
|
-
<a name="id-1.4.13.7.12.
|
1059
|
-
<div class="informaltable"><table width="100%" border="0">
|
1057
|
+
<a name="id-1.4.13.7.12.6"></a><h4>Parameters</h4>
|
1058
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1060
1059
|
<colgroup>
|
1061
1060
|
<col width="150px" class="parameters_name">
|
1062
1061
|
<col class="parameters_description">
|
@@ -1070,9 +1069,9 @@ the first parameter.</p>
|
|
1070
1069
|
</tr>
|
1071
1070
|
<tr>
|
1072
1071
|
<td class="parameter_name"><p>user_data</p></td>
|
1073
|
-
<td class="parameter_description"><p>user data to pass to <em class="parameter"><code>callback_func</code></em>
|
1074
|
-
</p></td>
|
1075
|
-
<td class="parameter_annotations">
|
1072
|
+
<td class="parameter_description"><p> user data to pass to <em class="parameter"><code>callback_func</code></em>
|
1073
|
+
. </p></td>
|
1074
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> callback_func]</span></td>
|
1076
1075
|
</tr>
|
1077
1076
|
<tr>
|
1078
1077
|
<td class="parameter_name"><p>destroy_data</p></td>
|
@@ -1084,7 +1083,7 @@ is no longer used</p></td>
|
|
1084
1083
|
</table></div>
|
1085
1084
|
</div>
|
1086
1085
|
<div class="refsect3">
|
1087
|
-
<a name="id-1.4.13.7.12.
|
1086
|
+
<a name="id-1.4.13.7.12.7"></a><h4>Returns</h4>
|
1088
1087
|
<p> a new <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a>. </p>
|
1089
1088
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1090
1089
|
</div>
|
@@ -1103,9 +1102,10 @@ calls <a class="link" href="gobject-The-Base-Object-Type.html#g-object-watch-clo
|
|
1103
1102
|
closure. This function is useful when you have a callback closely
|
1104
1103
|
associated with a <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, and want the callback to no longer run
|
1105
1104
|
after the object is is freed.</p>
|
1105
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1106
1106
|
<div class="refsect3">
|
1107
|
-
<a name="id-1.4.13.7.13.
|
1108
|
-
<div class="informaltable"><table width="100%" border="0">
|
1107
|
+
<a name="id-1.4.13.7.13.6"></a><h4>Parameters</h4>
|
1108
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1109
1109
|
<colgroup>
|
1110
1110
|
<col width="150px" class="parameters_name">
|
1111
1111
|
<col class="parameters_description">
|
@@ -1127,9 +1127,8 @@ after the object is is freed.</p>
|
|
1127
1127
|
</table></div>
|
1128
1128
|
</div>
|
1129
1129
|
<div class="refsect3">
|
1130
|
-
<a name="id-1.4.13.7.13.
|
1130
|
+
<a name="id-1.4.13.7.13.7"></a><h4>Returns</h4>
|
1131
1131
|
<p> a new <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a></p>
|
1132
|
-
<p></p>
|
1133
1132
|
</div>
|
1134
1133
|
</div>
|
1135
1134
|
<hr>
|
@@ -1146,9 +1145,10 @@ and calls <a class="link" href="gobject-The-Base-Object-Type.html#g-object-watch
|
|
1146
1145
|
closure. This function is useful when you have a callback closely
|
1147
1146
|
associated with a <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>, and want the callback to no longer run
|
1148
1147
|
after the object is is freed.</p>
|
1148
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1149
1149
|
<div class="refsect3">
|
1150
|
-
<a name="id-1.4.13.7.14.
|
1151
|
-
<div class="informaltable"><table width="100%" border="0">
|
1150
|
+
<a name="id-1.4.13.7.14.6"></a><h4>Parameters</h4>
|
1151
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1152
1152
|
<colgroup>
|
1153
1153
|
<col width="150px" class="parameters_name">
|
1154
1154
|
<col class="parameters_description">
|
@@ -1170,9 +1170,8 @@ after the object is is freed.</p>
|
|
1170
1170
|
</table></div>
|
1171
1171
|
</div>
|
1172
1172
|
<div class="refsect3">
|
1173
|
-
<a name="id-1.4.13.7.14.
|
1173
|
+
<a name="id-1.4.13.7.14.7"></a><h4>Returns</h4>
|
1174
1174
|
<p> a new <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a></p>
|
1175
|
-
<p></p>
|
1176
1175
|
</div>
|
1177
1176
|
</div>
|
1178
1177
|
<hr>
|
@@ -1191,7 +1190,7 @@ g_cclosure_marshal_generic (<em class="parameter"><code><a class="link" href="go
|
|
1191
1190
|
but used automatically by GLib when specifying a <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> marshaller.</p>
|
1192
1191
|
<div class="refsect3">
|
1193
1192
|
<a name="id-1.4.13.7.15.6"></a><h4>Parameters</h4>
|
1194
|
-
<div class="informaltable"><table width="100%" border="0">
|
1193
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1195
1194
|
<colgroup>
|
1196
1195
|
<col width="150px" class="parameters_name">
|
1197
1196
|
<col class="parameters_description">
|
@@ -1237,7 +1236,7 @@ marshaller, see <a class="link" href="gobject-Closures.html#g-closure-set-marsha
|
|
1237
1236
|
</tbody>
|
1238
1237
|
</table></div>
|
1239
1238
|
</div>
|
1240
|
-
<p class="since">Since 2.30</p>
|
1239
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
1241
1240
|
</div>
|
1242
1241
|
<hr>
|
1243
1242
|
<div class="refsect2">
|
@@ -1254,7 +1253,7 @@ g_closure_new_object (<em class="parameter"><code><a href="../glib/glib-Basic-Ty
|
|
1254
1253
|
when implementing new types of closures.</p>
|
1255
1254
|
<div class="refsect3">
|
1256
1255
|
<a name="id-1.4.13.7.16.5"></a><h4>Parameters</h4>
|
1257
|
-
<div class="informaltable"><table width="100%" border="0">
|
1256
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1258
1257
|
<colgroup>
|
1259
1258
|
<col width="150px" class="parameters_name">
|
1260
1259
|
<col class="parameters_description">
|
@@ -1292,7 +1291,7 @@ g_closure_ref (<em class="parameter"><code><a class="link" href="gobject-Closure
|
|
1292
1291
|
alive while the caller holds a pointer to it.</p>
|
1293
1292
|
<div class="refsect3">
|
1294
1293
|
<a name="id-1.4.13.7.17.5"></a><h4>Parameters</h4>
|
1295
|
-
<div class="informaltable"><table width="100%" border="0">
|
1294
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1296
1295
|
<colgroup>
|
1297
1296
|
<col width="150px" class="parameters_name">
|
1298
1297
|
<col class="parameters_description">
|
@@ -1332,9 +1331,9 @@ sequences like:</p>
|
|
1332
1331
|
<td class="listing_lines" align="right"><pre>1
|
1333
1332
|
2
|
1334
1333
|
3</pre></td>
|
1335
|
-
<td class="listing_code"><pre class="programlisting"
|
1336
|
-
<span class="function"><a href="gobject-Closures.html#g-source-set-closure">g_source_set_closure</a></span
|
1337
|
-
<span class="function"><a href="gobject-Closures.html#g-closure-unref">g_closure_unref</a></span
|
1334
|
+
<td class="listing_code"><pre class="programlisting">closure <span class="gtkdoc opt">=</span> <span class="function"><a href="gobject-Closures.html#g-cclosure-new">g_cclosure_new</a></span> <span class="gtkdoc opt">(</span>cb_func<span class="gtkdoc opt">,</span> cb_data<span class="gtkdoc opt">);</span>
|
1335
|
+
<span class="function"><a href="gobject-Closures.html#g-source-set-closure">g_source_set_closure</a></span> <span class="gtkdoc opt">(</span>source<span class="gtkdoc opt">,</span> closure<span class="gtkdoc opt">);</span>
|
1336
|
+
<span class="function"><a href="gobject-Closures.html#g-closure-unref">g_closure_unref</a></span> <span class="gtkdoc opt">(</span>closure<span class="gtkdoc opt">);</span> <span class="gtkdoc slc">// GObject doesn't really need this</span></pre></td>
|
1338
1337
|
</tr>
|
1339
1338
|
</tbody>
|
1340
1339
|
</table>
|
@@ -1348,7 +1347,7 @@ initial reference count, if it is unowned, we instead can write:</p>
|
|
1348
1347
|
<tbody>
|
1349
1348
|
<tr>
|
1350
1349
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
1351
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="gobject-Closures.html#g-source-set-closure">g_source_set_closure</a></span
|
1350
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="gobject-Closures.html#g-source-set-closure">g_source_set_closure</a></span> <span class="gtkdoc opt">(</span>source<span class="gtkdoc opt">,</span> <span class="function"><a href="gobject-Closures.html#g-cclosure-new">g_cclosure_new</a></span> <span class="gtkdoc opt">(</span>cb_func<span class="gtkdoc opt">,</span> cb_data<span class="gtkdoc opt">));</span></pre></td>
|
1352
1351
|
</tr>
|
1353
1352
|
</tbody>
|
1354
1353
|
</table>
|
@@ -1374,19 +1373,19 @@ of storing a closure for later notification looks like:</p>
|
|
1374
1373
|
11
|
1375
1374
|
12
|
1376
1375
|
13</pre></td>
|
1377
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
1378
|
-
<span class="
|
1379
|
-
<span class="function">foo_notify_set_closure</span
|
1380
|
-
<span class="
|
1381
|
-
<span class="
|
1382
|
-
<span class="
|
1383
|
-
|
1384
|
-
<span class="
|
1385
|
-
<span class="
|
1386
|
-
<span class="
|
1387
|
-
<span class="
|
1388
|
-
<span class="
|
1389
|
-
<span class="
|
1376
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static</span> GClosure <span class="gtkdoc opt">*</span>notify_closure <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
|
1377
|
+
<span class="gtkdoc kwb">void</span>
|
1378
|
+
<span class="function">foo_notify_set_closure</span> <span class="gtkdoc opt">(</span>GClosure <span class="gtkdoc opt">*</span>closure<span class="gtkdoc opt">)</span>
|
1379
|
+
<span class="gtkdoc opt">{</span>
|
1380
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>notify_closure<span class="gtkdoc opt">)</span>
|
1381
|
+
<span class="function"><a href="gobject-Closures.html#g-closure-unref">g_closure_unref</a></span> <span class="gtkdoc opt">(</span>notify_closure<span class="gtkdoc opt">);</span>
|
1382
|
+
notify_closure <span class="gtkdoc opt">=</span> closure<span class="gtkdoc opt">;</span>
|
1383
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>notify_closure<span class="gtkdoc opt">)</span>
|
1384
|
+
<span class="gtkdoc opt">{</span>
|
1385
|
+
<span class="function"><a href="gobject-Closures.html#g-closure-ref">g_closure_ref</a></span> <span class="gtkdoc opt">(</span>notify_closure<span class="gtkdoc opt">);</span>
|
1386
|
+
<span class="function"><a href="gobject-Closures.html#g-closure-sink">g_closure_sink</a></span> <span class="gtkdoc opt">(</span>notify_closure<span class="gtkdoc opt">);</span>
|
1387
|
+
<span class="gtkdoc opt">}</span>
|
1388
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
1390
1389
|
</tr>
|
1391
1390
|
</tbody>
|
1392
1391
|
</table>
|
@@ -1399,7 +1398,7 @@ of storing a closure for later notification looks like:</p>
|
|
1399
1398
|
<a class="link" href="gobject-Closures.html#g-closure-ref" title="g_closure_ref ()"><code class="function">g_closure_ref()</code></a> should be called prior to this function.</p>
|
1400
1399
|
<div class="refsect3">
|
1401
1400
|
<a name="id-1.4.13.7.18.13"></a><h4>Parameters</h4>
|
1402
|
-
<div class="informaltable"><table width="100%" border="0">
|
1401
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1403
1402
|
<colgroup>
|
1404
1403
|
<col width="150px" class="parameters_name">
|
1405
1404
|
<col class="parameters_description">
|
@@ -1424,7 +1423,7 @@ incremented by the same caller. If no other callers are using the
|
|
1424
1423
|
closure, then the closure will be destroyed and freed.</p>
|
1425
1424
|
<div class="refsect3">
|
1426
1425
|
<a name="id-1.4.13.7.19.5"></a><h4>Parameters</h4>
|
1427
|
-
<div class="informaltable"><table width="100%" border="0">
|
1426
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1428
1427
|
<colgroup>
|
1429
1428
|
<col width="150px" class="parameters_name">
|
1430
1429
|
<col class="parameters_description">
|
@@ -1451,7 +1450,7 @@ g_closure_invoke (<em class="parameter"><code><a class="link" href="gobject-Clos
|
|
1451
1450
|
.</p>
|
1452
1451
|
<div class="refsect3">
|
1453
1452
|
<a name="id-1.4.13.7.20.5"></a><h4>Parameters</h4>
|
1454
|
-
<div class="informaltable"><table width="100%" border="0">
|
1453
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1455
1454
|
<colgroup>
|
1456
1455
|
<col width="150px" class="parameters_name">
|
1457
1456
|
<col class="parameters_description">
|
@@ -1468,7 +1467,7 @@ g_closure_invoke (<em class="parameter"><code><a class="link" href="gobject-Clos
|
|
1468
1467
|
<td class="parameter_description"><p> a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> to store the return
|
1469
1468
|
value. May be <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the callback of <em class="parameter"><code>closure</code></em>
|
1470
1469
|
doesn't return a value. </p></td>
|
1471
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1470
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
1472
1471
|
</tr>
|
1473
1472
|
<tr>
|
1474
1473
|
<td class="parameter_name"><p>n_param_values</p></td>
|
@@ -1513,7 +1512,7 @@ reference count of a closure drops to zero (unless it has already
|
|
1513
1512
|
been invalidated before).</p>
|
1514
1513
|
<div class="refsect3">
|
1515
1514
|
<a name="id-1.4.13.7.21.6"></a><h4>Parameters</h4>
|
1516
|
-
<div class="informaltable"><table width="100%" border="0">
|
1515
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1517
1516
|
<colgroup>
|
1518
1517
|
<col width="150px" class="parameters_name">
|
1519
1518
|
<col class="parameters_description">
|
@@ -1541,9 +1540,10 @@ notifiers on a single closure are invoked in unspecified order. If
|
|
1541
1540
|
a single call to <a class="link" href="gobject-Closures.html#g-closure-unref" title="g_closure_unref ()"><code class="function">g_closure_unref()</code></a> results in the closure being
|
1542
1541
|
both invalidated and finalized, then the invalidate notifiers will
|
1543
1542
|
be run before the finalize notifiers.</p>
|
1543
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1544
1544
|
<div class="refsect3">
|
1545
|
-
<a name="id-1.4.13.7.22.
|
1546
|
-
<div class="informaltable"><table width="100%" border="0">
|
1545
|
+
<a name="id-1.4.13.7.22.6"></a><h4>Parameters</h4>
|
1546
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1547
1547
|
<colgroup>
|
1548
1548
|
<col width="150px" class="parameters_name">
|
1549
1549
|
<col class="parameters_description">
|
@@ -1557,9 +1557,9 @@ be run before the finalize notifiers.</p>
|
|
1557
1557
|
</tr>
|
1558
1558
|
<tr>
|
1559
1559
|
<td class="parameter_name"><p>notify_data</p></td>
|
1560
|
-
<td class="parameter_description"><p>data to pass to <em class="parameter"><code>notify_func</code></em>
|
1561
|
-
</p></td>
|
1562
|
-
<td class="parameter_annotations">
|
1560
|
+
<td class="parameter_description"><p> data to pass to <em class="parameter"><code>notify_func</code></em>
|
1561
|
+
. </p></td>
|
1562
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> notify_func]</span></td>
|
1563
1563
|
</tr>
|
1564
1564
|
<tr>
|
1565
1565
|
<td class="parameter_name"><p>notify_func</p></td>
|
@@ -1582,9 +1582,10 @@ g_closure_add_invalidate_notifier (<em class="parameter"><code><a class="link" h
|
|
1582
1582
|
is invalidated with <a class="link" href="gobject-Closures.html#g-closure-invalidate" title="g_closure_invalidate ()"><code class="function">g_closure_invalidate()</code></a>. Invalidation
|
1583
1583
|
notifiers are invoked before finalization notifiers, in an
|
1584
1584
|
unspecified order.</p>
|
1585
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1585
1586
|
<div class="refsect3">
|
1586
|
-
<a name="id-1.4.13.7.23.
|
1587
|
-
<div class="informaltable"><table width="100%" border="0">
|
1587
|
+
<a name="id-1.4.13.7.23.6"></a><h4>Parameters</h4>
|
1588
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1588
1589
|
<colgroup>
|
1589
1590
|
<col width="150px" class="parameters_name">
|
1590
1591
|
<col class="parameters_description">
|
@@ -1598,9 +1599,9 @@ unspecified order.</p>
|
|
1598
1599
|
</tr>
|
1599
1600
|
<tr>
|
1600
1601
|
<td class="parameter_name"><p>notify_data</p></td>
|
1601
|
-
<td class="parameter_description"><p>data to pass to <em class="parameter"><code>notify_func</code></em>
|
1602
|
-
</p></td>
|
1603
|
-
<td class="parameter_annotations">
|
1602
|
+
<td class="parameter_description"><p> data to pass to <em class="parameter"><code>notify_func</code></em>
|
1603
|
+
. </p></td>
|
1604
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> notify_func]</span></td>
|
1604
1605
|
</tr>
|
1605
1606
|
<tr>
|
1606
1607
|
<td class="parameter_name"><p>notify_func</p></td>
|
@@ -1620,9 +1621,10 @@ g_closure_remove_finalize_notifier (<em class="parameter"><code><a class="link"
|
|
1620
1621
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> notify_func</code></em>);</pre>
|
1621
1622
|
<p>Removes a finalization notifier.</p>
|
1622
1623
|
<p>Notice that notifiers are automatically removed after they are run.</p>
|
1624
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1623
1625
|
<div class="refsect3">
|
1624
|
-
<a name="id-1.4.13.7.24.
|
1625
|
-
<div class="informaltable"><table width="100%" border="0">
|
1626
|
+
<a name="id-1.4.13.7.24.7"></a><h4>Parameters</h4>
|
1627
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1626
1628
|
<colgroup>
|
1627
1629
|
<col width="150px" class="parameters_name">
|
1628
1630
|
<col class="parameters_description">
|
@@ -1659,9 +1661,10 @@ g_closure_remove_invalidate_notifier (<em class="parameter"><code><a class="link
|
|
1659
1661
|
<em class="parameter"><code><a class="link" href="gobject-Closures.html#GClosureNotify" title="GClosureNotify ()"><span class="type">GClosureNotify</span></a> notify_func</code></em>);</pre>
|
1660
1662
|
<p>Removes an invalidation notifier.</p>
|
1661
1663
|
<p>Notice that notifiers are automatically removed after they are run.</p>
|
1664
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1662
1665
|
<div class="refsect3">
|
1663
|
-
<a name="id-1.4.13.7.25.
|
1664
|
-
<div class="informaltable"><table width="100%" border="0">
|
1666
|
+
<a name="id-1.4.13.7.25.7"></a><h4>Parameters</h4>
|
1667
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1665
1668
|
<colgroup>
|
1666
1669
|
<col width="150px" class="parameters_name">
|
1667
1670
|
<col class="parameters_description">
|
@@ -1732,36 +1735,36 @@ implementing new types of closures.</p>
|
|
1732
1735
|
28
|
1733
1736
|
29
|
1734
1737
|
30</pre></td>
|
1735
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
1736
|
-
<span class="
|
1737
|
-
<span class="
|
1738
|
-
|
1739
|
-
<span class="
|
1740
|
-
<span class="
|
1738
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwc">typedef</span> <span class="gtkdoc kwb">struct</span> _MyClosure MyClosure<span class="gtkdoc opt">;</span>
|
1739
|
+
<span class="gtkdoc kwb">struct</span> _MyClosure
|
1740
|
+
<span class="gtkdoc opt">{</span>
|
1741
|
+
GClosure closure<span class="gtkdoc opt">;</span>
|
1742
|
+
<span class="gtkdoc slc">// extra data goes here</span>
|
1743
|
+
<span class="gtkdoc opt">};</span>
|
1741
1744
|
|
1742
|
-
<span class="
|
1743
|
-
<span class="function">my_closure_finalize</span
|
1744
|
-
|
1745
|
-
<span class="
|
1746
|
-
|
1745
|
+
<span class="gtkdoc kwb">static void</span>
|
1746
|
+
<span class="function">my_closure_finalize</span> <span class="gtkdoc opt">(</span>gpointer notify_data<span class="gtkdoc opt">,</span>
|
1747
|
+
GClosure <span class="gtkdoc opt">*</span>closure<span class="gtkdoc opt">)</span>
|
1748
|
+
<span class="gtkdoc opt">{</span>
|
1749
|
+
MyClosure <span class="gtkdoc opt">*</span>my_closure <span class="gtkdoc opt">= (</span>MyClosure <span class="gtkdoc opt">*)</span>closure<span class="gtkdoc opt">;</span>
|
1747
1750
|
|
1748
|
-
<span class="
|
1749
|
-
<span class="
|
1751
|
+
<span class="gtkdoc slc">// free extra data here</span>
|
1752
|
+
<span class="gtkdoc opt">}</span>
|
1750
1753
|
|
1751
|
-
<span class="
|
1752
|
-
<span class="
|
1753
|
-
|
1754
|
-
|
1754
|
+
MyClosure <span class="gtkdoc opt">*</span><span class="function">my_closure_new</span> <span class="gtkdoc opt">(</span>gpointer data<span class="gtkdoc opt">)</span>
|
1755
|
+
<span class="gtkdoc opt">{</span>
|
1756
|
+
GClosure <span class="gtkdoc opt">*</span>closure<span class="gtkdoc opt">;</span>
|
1757
|
+
MyClosure <span class="gtkdoc opt">*</span>my_closure<span class="gtkdoc opt">;</span>
|
1755
1758
|
|
1756
|
-
|
1757
|
-
|
1759
|
+
closure <span class="gtkdoc opt">=</span> <span class="function"><a href="gobject-Closures.html#g-closure-new-simple">g_closure_new_simple</a></span> <span class="gtkdoc opt">(</span><span class="keyword">sizeof</span> <span class="gtkdoc opt">(</span>MyClosure<span class="gtkdoc opt">),</span> data<span class="gtkdoc opt">);</span>
|
1760
|
+
my_closure <span class="gtkdoc opt">= (</span>MyClosure <span class="gtkdoc opt">*)</span> closure<span class="gtkdoc opt">;</span>
|
1758
1761
|
|
1759
|
-
<span class="
|
1762
|
+
<span class="gtkdoc slc">// initialize extra data here</span>
|
1760
1763
|
|
1761
|
-
<span class="
|
1762
|
-
<span class="
|
1763
|
-
<span class="
|
1764
|
-
<span class="
|
1764
|
+
<span class="function"><a href="gobject-Closures.html#g-closure-add-finalize-notifier">g_closure_add_finalize_notifier</a></span> <span class="gtkdoc opt">(</span>closure<span class="gtkdoc opt">,</span> notify_data<span class="gtkdoc opt">,</span>
|
1765
|
+
my_closure_finalize<span class="gtkdoc opt">);</span>
|
1766
|
+
<span class="keyword">return</span> my_closure<span class="gtkdoc opt">;</span>
|
1767
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
1765
1768
|
</tr>
|
1766
1769
|
</tbody>
|
1767
1770
|
</table>
|
@@ -1770,7 +1773,7 @@ implementing new types of closures.</p>
|
|
1770
1773
|
<p></p>
|
1771
1774
|
<div class="refsect3">
|
1772
1775
|
<a name="id-1.4.13.7.26.7"></a><h4>Parameters</h4>
|
1773
|
-
<div class="informaltable"><table width="100%" border="0">
|
1776
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1774
1777
|
<colgroup>
|
1775
1778
|
<col width="150px" class="parameters_name">
|
1776
1779
|
<col class="parameters_description">
|
@@ -1813,9 +1816,10 @@ GObject's C predefined marshallers (the g_cclosure_marshal_*()
|
|
1813
1816
|
functions), what it provides is a callback function to use instead of
|
1814
1817
|
<em class="parameter"><code>closure->callback</code></em>
|
1815
1818
|
.</p>
|
1819
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1816
1820
|
<div class="refsect3">
|
1817
|
-
<a name="id-1.4.13.7.27.
|
1818
|
-
<div class="informaltable"><table width="100%" border="0">
|
1821
|
+
<a name="id-1.4.13.7.27.6"></a><h4>Parameters</h4>
|
1822
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1819
1823
|
<colgroup>
|
1820
1824
|
<col width="150px" class="parameters_name">
|
1821
1825
|
<col class="parameters_description">
|
@@ -1849,9 +1853,10 @@ g_closure_add_marshal_guards (<em class="parameter"><code><a class="link" href="
|
|
1849
1853
|
closure callback, respectively. This is typically used to protect
|
1850
1854
|
the extra arguments for the duration of the callback. See
|
1851
1855
|
<a class="link" href="gobject-The-Base-Object-Type.html#g-object-watch-closure" title="g_object_watch_closure ()"><code class="function">g_object_watch_closure()</code></a> for an example of marshal guards.</p>
|
1856
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1852
1857
|
<div class="refsect3">
|
1853
|
-
<a name="id-1.4.13.7.28.
|
1854
|
-
<div class="informaltable"><table width="100%" border="0">
|
1858
|
+
<a name="id-1.4.13.7.28.6"></a><h4>Parameters</h4>
|
1859
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1855
1860
|
<colgroup>
|
1856
1861
|
<col width="150px" class="parameters_name">
|
1857
1862
|
<col class="parameters_description">
|
@@ -1865,9 +1870,10 @@ the extra arguments for the duration of the callback. See
|
|
1865
1870
|
</tr>
|
1866
1871
|
<tr>
|
1867
1872
|
<td class="parameter_name"><p>pre_marshal_data</p></td>
|
1868
|
-
<td class="parameter_description"><p>data to pass
|
1869
|
-
</
|
1870
|
-
|
1873
|
+
<td class="parameter_description"><p> data to pass
|
1874
|
+
to <em class="parameter"><code>pre_marshal_notify</code></em>
|
1875
|
+
. </p></td>
|
1876
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> pre_marshal_notify]</span></td>
|
1871
1877
|
</tr>
|
1872
1878
|
<tr>
|
1873
1879
|
<td class="parameter_name"><p>pre_marshal_notify</p></td>
|
@@ -1876,9 +1882,10 @@ the extra arguments for the duration of the callback. See
|
|
1876
1882
|
</tr>
|
1877
1883
|
<tr>
|
1878
1884
|
<td class="parameter_name"><p>post_marshal_data</p></td>
|
1879
|
-
<td class="parameter_description"><p>data to pass
|
1880
|
-
</
|
1881
|
-
|
1885
|
+
<td class="parameter_description"><p> data to pass
|
1886
|
+
to <em class="parameter"><code>post_marshal_notify</code></em>
|
1887
|
+
. </p></td>
|
1888
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> post_marshal_notify]</span></td>
|
1882
1889
|
</tr>
|
1883
1890
|
<tr>
|
1884
1891
|
<td class="parameter_name"><p>post_marshal_notify</p></td>
|
@@ -1913,9 +1920,10 @@ fixed offset in the class structure. The meta marshaller retrieves
|
|
1913
1920
|
the right callback and passes it to the marshaller as the
|
1914
1921
|
<em class="parameter"><code>marshal_data</code></em>
|
1915
1922
|
argument.</p>
|
1923
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1916
1924
|
<div class="refsect3">
|
1917
|
-
<a name="id-1.4.13.7.29.
|
1918
|
-
<div class="informaltable"><table width="100%" border="0">
|
1925
|
+
<a name="id-1.4.13.7.29.7"></a><h4>Parameters</h4>
|
1926
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1919
1927
|
<colgroup>
|
1920
1928
|
<col width="150px" class="parameters_name">
|
1921
1929
|
<col class="parameters_description">
|
@@ -1929,9 +1937,10 @@ the right callback and passes it to the marshaller as the
|
|
1929
1937
|
</tr>
|
1930
1938
|
<tr>
|
1931
1939
|
<td class="parameter_name"><p>marshal_data</p></td>
|
1932
|
-
<td class="parameter_description"><p>context-dependent data to pass
|
1933
|
-
</
|
1934
|
-
|
1940
|
+
<td class="parameter_description"><p> context-dependent data to pass
|
1941
|
+
to <em class="parameter"><code>meta_marshal</code></em>
|
1942
|
+
. </p></td>
|
1943
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> meta_marshal]</span></td>
|
1935
1944
|
</tr>
|
1936
1945
|
<tr>
|
1937
1946
|
<td class="parameter_name"><p>meta_marshal</p></td>
|
@@ -1956,7 +1965,7 @@ and <em class="parameter"><code>closure_marshal</code></em>
|
|
1956
1965
|
filled in with pointers to appropriate functions.</p>
|
1957
1966
|
<div class="refsect3">
|
1958
1967
|
<a name="id-1.4.13.7.30.6"></a><h4>Parameters</h4>
|
1959
|
-
<div class="informaltable"><table width="100%" border="0">
|
1968
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1960
1969
|
<colgroup>
|
1961
1970
|
<col width="150px" class="parameters_name">
|
1962
1971
|
<col class="parameters_description">
|
@@ -1996,7 +2005,7 @@ structure must have been filled in with pointers to appropriate
|
|
1996
2005
|
functions.</p>
|
1997
2006
|
<div class="refsect3">
|
1998
2007
|
<a name="id-1.4.13.7.31.6"></a><h4>Parameters</h4>
|
1999
|
-
<div class="informaltable"><table width="100%" border="0">
|
2008
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2000
2009
|
<colgroup>
|
2001
2010
|
<col width="150px" class="parameters_name">
|
2002
2011
|
<col class="parameters_description">
|
@@ -2023,7 +2032,7 @@ g_cclosure_marshal_VOID__VOID (<em class="parameter"><code><a class="link" href=
|
|
2023
2032
|
<p>A <a class="link" href="gobject-Closures.html#GClosureMarshal" title="GClosureMarshal ()"><span class="type">GClosureMarshal</span></a> function for use with signals with no arguments.</p>
|
2024
2033
|
<div class="refsect3">
|
2025
2034
|
<a name="id-1.4.13.7.32.5"></a><h4>Parameters</h4>
|
2026
|
-
<div class="informaltable"><table width="100%" border="0">
|
2035
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2027
2036
|
<colgroup>
|
2028
2037
|
<col width="150px" class="parameters_name">
|
2029
2038
|
<col class="parameters_description">
|
@@ -2084,7 +2093,7 @@ g_cclosure_marshal_VOID__BOOLEAN (<em class="parameter"><code><a class="link" hr
|
|
2084
2093
|
boolean argument.</p>
|
2085
2094
|
<div class="refsect3">
|
2086
2095
|
<a name="id-1.4.13.7.33.5"></a><h4>Parameters</h4>
|
2087
|
-
<div class="informaltable"><table width="100%" border="0">
|
2096
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2088
2097
|
<colgroup>
|
2089
2098
|
<col width="150px" class="parameters_name">
|
2090
2099
|
<col class="parameters_description">
|
@@ -2145,7 +2154,7 @@ g_cclosure_marshal_VOID__CHAR (<em class="parameter"><code><a class="link" href=
|
|
2145
2154
|
character argument.</p>
|
2146
2155
|
<div class="refsect3">
|
2147
2156
|
<a name="id-1.4.13.7.34.5"></a><h4>Parameters</h4>
|
2148
|
-
<div class="informaltable"><table width="100%" border="0">
|
2157
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2149
2158
|
<colgroup>
|
2150
2159
|
<col width="150px" class="parameters_name">
|
2151
2160
|
<col class="parameters_description">
|
@@ -2206,7 +2215,7 @@ g_cclosure_marshal_VOID__UCHAR (<em class="parameter"><code><a class="link" href
|
|
2206
2215
|
unsigned character argument.</p>
|
2207
2216
|
<div class="refsect3">
|
2208
2217
|
<a name="id-1.4.13.7.35.5"></a><h4>Parameters</h4>
|
2209
|
-
<div class="informaltable"><table width="100%" border="0">
|
2218
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2210
2219
|
<colgroup>
|
2211
2220
|
<col width="150px" class="parameters_name">
|
2212
2221
|
<col class="parameters_description">
|
@@ -2267,7 +2276,7 @@ g_cclosure_marshal_VOID__INT (<em class="parameter"><code><a class="link" href="
|
|
2267
2276
|
integer argument.</p>
|
2268
2277
|
<div class="refsect3">
|
2269
2278
|
<a name="id-1.4.13.7.36.5"></a><h4>Parameters</h4>
|
2270
|
-
<div class="informaltable"><table width="100%" border="0">
|
2279
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2271
2280
|
<colgroup>
|
2272
2281
|
<col width="150px" class="parameters_name">
|
2273
2282
|
<col class="parameters_description">
|
@@ -2328,7 +2337,7 @@ g_cclosure_marshal_VOID__UINT (<em class="parameter"><code><a class="link" href=
|
|
2328
2337
|
unsigned integer argument.</p>
|
2329
2338
|
<div class="refsect3">
|
2330
2339
|
<a name="id-1.4.13.7.37.5"></a><h4>Parameters</h4>
|
2331
|
-
<div class="informaltable"><table width="100%" border="0">
|
2340
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2332
2341
|
<colgroup>
|
2333
2342
|
<col width="150px" class="parameters_name">
|
2334
2343
|
<col class="parameters_description">
|
@@ -2389,7 +2398,7 @@ g_cclosure_marshal_VOID__LONG (<em class="parameter"><code><a class="link" href=
|
|
2389
2398
|
long integer argument.</p>
|
2390
2399
|
<div class="refsect3">
|
2391
2400
|
<a name="id-1.4.13.7.38.5"></a><h4>Parameters</h4>
|
2392
|
-
<div class="informaltable"><table width="100%" border="0">
|
2401
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2393
2402
|
<colgroup>
|
2394
2403
|
<col width="150px" class="parameters_name">
|
2395
2404
|
<col class="parameters_description">
|
@@ -2450,7 +2459,7 @@ g_cclosure_marshal_VOID__ULONG (<em class="parameter"><code><a class="link" href
|
|
2450
2459
|
unsigned long integer argument.</p>
|
2451
2460
|
<div class="refsect3">
|
2452
2461
|
<a name="id-1.4.13.7.39.5"></a><h4>Parameters</h4>
|
2453
|
-
<div class="informaltable"><table width="100%" border="0">
|
2462
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2454
2463
|
<colgroup>
|
2455
2464
|
<col width="150px" class="parameters_name">
|
2456
2465
|
<col class="parameters_description">
|
@@ -2511,7 +2520,7 @@ g_cclosure_marshal_VOID__ENUM (<em class="parameter"><code><a class="link" href=
|
|
2511
2520
|
argument with an enumerated type.</p>
|
2512
2521
|
<div class="refsect3">
|
2513
2522
|
<a name="id-1.4.13.7.40.5"></a><h4>Parameters</h4>
|
2514
|
-
<div class="informaltable"><table width="100%" border="0">
|
2523
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2515
2524
|
<colgroup>
|
2516
2525
|
<col width="150px" class="parameters_name">
|
2517
2526
|
<col class="parameters_description">
|
@@ -2572,7 +2581,7 @@ g_cclosure_marshal_VOID__FLAGS (<em class="parameter"><code><a class="link" href
|
|
2572
2581
|
argument with a flags types.</p>
|
2573
2582
|
<div class="refsect3">
|
2574
2583
|
<a name="id-1.4.13.7.41.5"></a><h4>Parameters</h4>
|
2575
|
-
<div class="informaltable"><table width="100%" border="0">
|
2584
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2576
2585
|
<colgroup>
|
2577
2586
|
<col width="150px" class="parameters_name">
|
2578
2587
|
<col class="parameters_description">
|
@@ -2633,7 +2642,7 @@ g_cclosure_marshal_VOID__FLOAT (<em class="parameter"><code><a class="link" href
|
|
2633
2642
|
single-precision floating point argument.</p>
|
2634
2643
|
<div class="refsect3">
|
2635
2644
|
<a name="id-1.4.13.7.42.5"></a><h4>Parameters</h4>
|
2636
|
-
<div class="informaltable"><table width="100%" border="0">
|
2645
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2637
2646
|
<colgroup>
|
2638
2647
|
<col width="150px" class="parameters_name">
|
2639
2648
|
<col class="parameters_description">
|
@@ -2694,7 +2703,7 @@ g_cclosure_marshal_VOID__DOUBLE (<em class="parameter"><code><a class="link" hre
|
|
2694
2703
|
double-precision floating point argument.</p>
|
2695
2704
|
<div class="refsect3">
|
2696
2705
|
<a name="id-1.4.13.7.43.5"></a><h4>Parameters</h4>
|
2697
|
-
<div class="informaltable"><table width="100%" border="0">
|
2706
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2698
2707
|
<colgroup>
|
2699
2708
|
<col width="150px" class="parameters_name">
|
2700
2709
|
<col class="parameters_description">
|
@@ -2755,7 +2764,7 @@ g_cclosure_marshal_VOID__STRING (<em class="parameter"><code><a class="link" hre
|
|
2755
2764
|
argument.</p>
|
2756
2765
|
<div class="refsect3">
|
2757
2766
|
<a name="id-1.4.13.7.44.5"></a><h4>Parameters</h4>
|
2758
|
-
<div class="informaltable"><table width="100%" border="0">
|
2767
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2759
2768
|
<colgroup>
|
2760
2769
|
<col width="150px" class="parameters_name">
|
2761
2770
|
<col class="parameters_description">
|
@@ -2816,7 +2825,7 @@ g_cclosure_marshal_VOID__PARAM (<em class="parameter"><code><a class="link" href
|
|
2816
2825
|
argument of type <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a>.</p>
|
2817
2826
|
<div class="refsect3">
|
2818
2827
|
<a name="id-1.4.13.7.45.5"></a><h4>Parameters</h4>
|
2819
|
-
<div class="informaltable"><table width="100%" border="0">
|
2828
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2820
2829
|
<colgroup>
|
2821
2830
|
<col width="150px" class="parameters_name">
|
2822
2831
|
<col class="parameters_description">
|
@@ -2877,7 +2886,7 @@ g_cclosure_marshal_VOID__BOXED (<em class="parameter"><code><a class="link" href
|
|
2877
2886
|
argument which is any boxed pointer type.</p>
|
2878
2887
|
<div class="refsect3">
|
2879
2888
|
<a name="id-1.4.13.7.46.5"></a><h4>Parameters</h4>
|
2880
|
-
<div class="informaltable"><table width="100%" border="0">
|
2889
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2881
2890
|
<colgroup>
|
2882
2891
|
<col width="150px" class="parameters_name">
|
2883
2892
|
<col class="parameters_description">
|
@@ -2941,7 +2950,7 @@ functions such as <a class="link" href="gobject-Closures.html#g-cclosure-marshal
|
|
2941
2950
|
<a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--OBJECT" title="g_cclosure_marshal_VOID__OBJECT ()"><code class="function">g_cclosure_marshal_VOID__OBJECT()</code></a>.</p>
|
2942
2951
|
<div class="refsect3">
|
2943
2952
|
<a name="id-1.4.13.7.47.6"></a><h4>Parameters</h4>
|
2944
|
-
<div class="informaltable"><table width="100%" border="0">
|
2953
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2945
2954
|
<colgroup>
|
2946
2955
|
<col width="150px" class="parameters_name">
|
2947
2956
|
<col class="parameters_description">
|
@@ -3002,7 +3011,7 @@ g_cclosure_marshal_VOID__OBJECT (<em class="parameter"><code><a class="link" hre
|
|
3002
3011
|
<a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> argument.</p>
|
3003
3012
|
<div class="refsect3">
|
3004
3013
|
<a name="id-1.4.13.7.48.5"></a><h4>Parameters</h4>
|
3005
|
-
<div class="informaltable"><table width="100%" border="0">
|
3014
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3006
3015
|
<colgroup>
|
3007
3016
|
<col width="150px" class="parameters_name">
|
3008
3017
|
<col class="parameters_description">
|
@@ -3063,7 +3072,7 @@ g_cclosure_marshal_VOID__VARIANT (<em class="parameter"><code><a class="link" hr
|
|
3063
3072
|
<a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> argument.</p>
|
3064
3073
|
<div class="refsect3">
|
3065
3074
|
<a name="id-1.4.13.7.49.5"></a><h4>Parameters</h4>
|
3066
|
-
<div class="informaltable"><table width="100%" border="0">
|
3075
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3067
3076
|
<colgroup>
|
3068
3077
|
<col width="150px" class="parameters_name">
|
3069
3078
|
<col class="parameters_description">
|
@@ -3109,7 +3118,7 @@ marshaller, see <a class="link" href="gobject-Closures.html#g-closure-set-marsha
|
|
3109
3118
|
</tbody>
|
3110
3119
|
</table></div>
|
3111
3120
|
</div>
|
3112
|
-
<p class="since">Since 2.26</p>
|
3121
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3113
3122
|
</div>
|
3114
3123
|
<hr>
|
3115
3124
|
<div class="refsect2">
|
@@ -3127,7 +3136,7 @@ take a <a class="link" href="gobject-The-Base-Object-Type.html#GObject"><span cl
|
|
3127
3136
|
unlikely that your signal handler fits this description.</p>
|
3128
3137
|
<div class="refsect3">
|
3129
3138
|
<a name="id-1.4.13.7.50.5"></a><h4>Parameters</h4>
|
3130
|
-
<div class="informaltable"><table width="100%" border="0">
|
3139
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3131
3140
|
<colgroup>
|
3132
3141
|
<col width="150px" class="parameters_name">
|
3133
3142
|
<col class="parameters_description">
|
@@ -3188,7 +3197,7 @@ g_cclosure_marshal_VOID__UINT_POINTER (<em class="parameter"><code><a class="lin
|
|
3188
3197
|
and a pointer as arguments.</p>
|
3189
3198
|
<div class="refsect3">
|
3190
3199
|
<a name="id-1.4.13.7.51.5"></a><h4>Parameters</h4>
|
3191
|
-
<div class="informaltable"><table width="100%" border="0">
|
3200
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3192
3201
|
<colgroup>
|
3193
3202
|
<col width="150px" class="parameters_name">
|
3194
3203
|
<col class="parameters_description">
|
@@ -3251,7 +3260,7 @@ such a signal, you will probably also need to use an accumulator,
|
|
3251
3260
|
such as <a class="link" href="gobject-Signals.html#g-signal-accumulator-true-handled" title="g_signal_accumulator_true_handled ()"><code class="function">g_signal_accumulator_true_handled()</code></a>.</p>
|
3252
3261
|
<div class="refsect3">
|
3253
3262
|
<a name="id-1.4.13.7.52.5"></a><h4>Parameters</h4>
|
3254
|
-
<div class="informaltable"><table width="100%" border="0">
|
3263
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3255
3264
|
<colgroup>
|
3256
3265
|
<col width="150px" class="parameters_name">
|
3257
3266
|
<col class="parameters_description">
|
@@ -3315,7 +3324,7 @@ have such a signal, you will probably also need to use an
|
|
3315
3324
|
accumulator, such as <a class="link" href="gobject-Signals.html#g-signal-accumulator-true-handled" title="g_signal_accumulator_true_handled ()"><code class="function">g_signal_accumulator_true_handled()</code></a>.</p>
|
3316
3325
|
<div class="refsect3">
|
3317
3326
|
<a name="id-1.4.13.7.53.5"></a><h4>Parameters</h4>
|
3318
|
-
<div class="informaltable"><table width="100%" border="0">
|
3327
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3319
3328
|
<colgroup>
|
3320
3329
|
<col width="150px" class="parameters_name">
|
3321
3330
|
<col class="parameters_description">
|
@@ -3377,7 +3386,7 @@ g_cclosure_marshal_generic_va (<em class="parameter"><code><a class="link" href=
|
|
3377
3386
|
<a class="ulink" href="http://sourceware.org/libffi/" target="_top">libffi</a>.</p>
|
3378
3387
|
<div class="refsect3">
|
3379
3388
|
<a name="id-1.4.13.7.54.5"></a><h4>Parameters</h4>
|
3380
|
-
<div class="informaltable"><table width="100%" border="0">
|
3389
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3381
3390
|
<colgroup>
|
3382
3391
|
<col width="150px" class="parameters_name">
|
3383
3392
|
<col class="parameters_description">
|
@@ -3399,8 +3408,9 @@ value. </p></td>
|
|
3399
3408
|
</tr>
|
3400
3409
|
<tr>
|
3401
3410
|
<td class="parameter_name"><p>instance</p></td>
|
3402
|
-
<td class="parameter_description"><p>the instance on which the closure is
|
3403
|
-
|
3411
|
+
<td class="parameter_description"><p> the instance on which the closure is
|
3412
|
+
invoked. </p></td>
|
3413
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
3404
3414
|
</tr>
|
3405
3415
|
<tr>
|
3406
3416
|
<td class="parameter_name"><p>args_list</p></td>
|
@@ -3430,7 +3440,7 @@ array</p></td>
|
|
3430
3440
|
</tbody>
|
3431
3441
|
</table></div>
|
3432
3442
|
</div>
|
3433
|
-
<p class="since">Since 2.30</p>
|
3443
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
3434
3444
|
</div>
|
3435
3445
|
<hr>
|
3436
3446
|
<div class="refsect2">
|
@@ -3446,7 +3456,7 @@ g_cclosure_marshal_VOID__VOIDv (<em class="parameter"><code><a class="link" href
|
|
3446
3456
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--VOID" title="g_cclosure_marshal_VOID__VOID ()"><code class="function">g_cclosure_marshal_VOID__VOID()</code></a>.</p>
|
3447
3457
|
<div class="refsect3">
|
3448
3458
|
<a name="id-1.4.13.7.55.5"></a><h4>Parameters</h4>
|
3449
|
-
<div class="informaltable"><table width="100%" border="0">
|
3459
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3450
3460
|
<colgroup>
|
3451
3461
|
<col width="150px" class="parameters_name">
|
3452
3462
|
<col class="parameters_description">
|
@@ -3468,8 +3478,8 @@ value. </p></td>
|
|
3468
3478
|
</tr>
|
3469
3479
|
<tr>
|
3470
3480
|
<td class="parameter_name"><p>instance</p></td>
|
3471
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
3472
|
-
<td class="parameter_annotations">
|
3481
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
3482
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
3473
3483
|
</tr>
|
3474
3484
|
<tr>
|
3475
3485
|
<td class="parameter_name"><p>args</p></td>
|
@@ -3514,7 +3524,7 @@ g_cclosure_marshal_VOID__BOOLEANv (<em class="parameter"><code><a class="link" h
|
|
3514
3524
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--BOOLEAN" title="g_cclosure_marshal_VOID__BOOLEAN ()"><code class="function">g_cclosure_marshal_VOID__BOOLEAN()</code></a>.</p>
|
3515
3525
|
<div class="refsect3">
|
3516
3526
|
<a name="id-1.4.13.7.56.5"></a><h4>Parameters</h4>
|
3517
|
-
<div class="informaltable"><table width="100%" border="0">
|
3527
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3518
3528
|
<colgroup>
|
3519
3529
|
<col width="150px" class="parameters_name">
|
3520
3530
|
<col class="parameters_description">
|
@@ -3536,8 +3546,8 @@ value. </p></td>
|
|
3536
3546
|
</tr>
|
3537
3547
|
<tr>
|
3538
3548
|
<td class="parameter_name"><p>instance</p></td>
|
3539
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
3540
|
-
<td class="parameter_annotations">
|
3549
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
3550
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
3541
3551
|
</tr>
|
3542
3552
|
<tr>
|
3543
3553
|
<td class="parameter_name"><p>args</p></td>
|
@@ -3582,7 +3592,7 @@ g_cclosure_marshal_VOID__CHARv (<em class="parameter"><code><a class="link" href
|
|
3582
3592
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--CHAR" title="g_cclosure_marshal_VOID__CHAR ()"><code class="function">g_cclosure_marshal_VOID__CHAR()</code></a>.</p>
|
3583
3593
|
<div class="refsect3">
|
3584
3594
|
<a name="id-1.4.13.7.57.5"></a><h4>Parameters</h4>
|
3585
|
-
<div class="informaltable"><table width="100%" border="0">
|
3595
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3586
3596
|
<colgroup>
|
3587
3597
|
<col width="150px" class="parameters_name">
|
3588
3598
|
<col class="parameters_description">
|
@@ -3604,8 +3614,8 @@ value. </p></td>
|
|
3604
3614
|
</tr>
|
3605
3615
|
<tr>
|
3606
3616
|
<td class="parameter_name"><p>instance</p></td>
|
3607
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
3608
|
-
<td class="parameter_annotations">
|
3617
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
3618
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
3609
3619
|
</tr>
|
3610
3620
|
<tr>
|
3611
3621
|
<td class="parameter_name"><p>args</p></td>
|
@@ -3650,7 +3660,7 @@ g_cclosure_marshal_VOID__UCHARv (<em class="parameter"><code><a class="link" hre
|
|
3650
3660
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--UCHAR" title="g_cclosure_marshal_VOID__UCHAR ()"><code class="function">g_cclosure_marshal_VOID__UCHAR()</code></a>.</p>
|
3651
3661
|
<div class="refsect3">
|
3652
3662
|
<a name="id-1.4.13.7.58.5"></a><h4>Parameters</h4>
|
3653
|
-
<div class="informaltable"><table width="100%" border="0">
|
3663
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3654
3664
|
<colgroup>
|
3655
3665
|
<col width="150px" class="parameters_name">
|
3656
3666
|
<col class="parameters_description">
|
@@ -3672,8 +3682,8 @@ value. </p></td>
|
|
3672
3682
|
</tr>
|
3673
3683
|
<tr>
|
3674
3684
|
<td class="parameter_name"><p>instance</p></td>
|
3675
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
3676
|
-
<td class="parameter_annotations">
|
3685
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
3686
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
3677
3687
|
</tr>
|
3678
3688
|
<tr>
|
3679
3689
|
<td class="parameter_name"><p>args</p></td>
|
@@ -3718,7 +3728,7 @@ g_cclosure_marshal_VOID__INTv (<em class="parameter"><code><a class="link" href=
|
|
3718
3728
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--INT" title="g_cclosure_marshal_VOID__INT ()"><code class="function">g_cclosure_marshal_VOID__INT()</code></a>.</p>
|
3719
3729
|
<div class="refsect3">
|
3720
3730
|
<a name="id-1.4.13.7.59.5"></a><h4>Parameters</h4>
|
3721
|
-
<div class="informaltable"><table width="100%" border="0">
|
3731
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3722
3732
|
<colgroup>
|
3723
3733
|
<col width="150px" class="parameters_name">
|
3724
3734
|
<col class="parameters_description">
|
@@ -3740,8 +3750,8 @@ value. </p></td>
|
|
3740
3750
|
</tr>
|
3741
3751
|
<tr>
|
3742
3752
|
<td class="parameter_name"><p>instance</p></td>
|
3743
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
3744
|
-
<td class="parameter_annotations">
|
3753
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
3754
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
3745
3755
|
</tr>
|
3746
3756
|
<tr>
|
3747
3757
|
<td class="parameter_name"><p>args</p></td>
|
@@ -3786,7 +3796,7 @@ g_cclosure_marshal_VOID__UINTv (<em class="parameter"><code><a class="link" href
|
|
3786
3796
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--UINT" title="g_cclosure_marshal_VOID__UINT ()"><code class="function">g_cclosure_marshal_VOID__UINT()</code></a>.</p>
|
3787
3797
|
<div class="refsect3">
|
3788
3798
|
<a name="id-1.4.13.7.60.5"></a><h4>Parameters</h4>
|
3789
|
-
<div class="informaltable"><table width="100%" border="0">
|
3799
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3790
3800
|
<colgroup>
|
3791
3801
|
<col width="150px" class="parameters_name">
|
3792
3802
|
<col class="parameters_description">
|
@@ -3808,8 +3818,8 @@ value. </p></td>
|
|
3808
3818
|
</tr>
|
3809
3819
|
<tr>
|
3810
3820
|
<td class="parameter_name"><p>instance</p></td>
|
3811
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
3812
|
-
<td class="parameter_annotations">
|
3821
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
3822
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
3813
3823
|
</tr>
|
3814
3824
|
<tr>
|
3815
3825
|
<td class="parameter_name"><p>args</p></td>
|
@@ -3854,7 +3864,7 @@ g_cclosure_marshal_VOID__LONGv (<em class="parameter"><code><a class="link" href
|
|
3854
3864
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--LONG" title="g_cclosure_marshal_VOID__LONG ()"><code class="function">g_cclosure_marshal_VOID__LONG()</code></a>.</p>
|
3855
3865
|
<div class="refsect3">
|
3856
3866
|
<a name="id-1.4.13.7.61.5"></a><h4>Parameters</h4>
|
3857
|
-
<div class="informaltable"><table width="100%" border="0">
|
3867
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3858
3868
|
<colgroup>
|
3859
3869
|
<col width="150px" class="parameters_name">
|
3860
3870
|
<col class="parameters_description">
|
@@ -3876,8 +3886,8 @@ value. </p></td>
|
|
3876
3886
|
</tr>
|
3877
3887
|
<tr>
|
3878
3888
|
<td class="parameter_name"><p>instance</p></td>
|
3879
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
3880
|
-
<td class="parameter_annotations">
|
3889
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
3890
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
3881
3891
|
</tr>
|
3882
3892
|
<tr>
|
3883
3893
|
<td class="parameter_name"><p>args</p></td>
|
@@ -3922,7 +3932,7 @@ g_cclosure_marshal_VOID__ULONGv (<em class="parameter"><code><a class="link" hre
|
|
3922
3932
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--ULONG" title="g_cclosure_marshal_VOID__ULONG ()"><code class="function">g_cclosure_marshal_VOID__ULONG()</code></a>.</p>
|
3923
3933
|
<div class="refsect3">
|
3924
3934
|
<a name="id-1.4.13.7.62.5"></a><h4>Parameters</h4>
|
3925
|
-
<div class="informaltable"><table width="100%" border="0">
|
3935
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3926
3936
|
<colgroup>
|
3927
3937
|
<col width="150px" class="parameters_name">
|
3928
3938
|
<col class="parameters_description">
|
@@ -3944,8 +3954,8 @@ value. </p></td>
|
|
3944
3954
|
</tr>
|
3945
3955
|
<tr>
|
3946
3956
|
<td class="parameter_name"><p>instance</p></td>
|
3947
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
3948
|
-
<td class="parameter_annotations">
|
3957
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
3958
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
3949
3959
|
</tr>
|
3950
3960
|
<tr>
|
3951
3961
|
<td class="parameter_name"><p>args</p></td>
|
@@ -3990,7 +4000,7 @@ g_cclosure_marshal_VOID__ENUMv (<em class="parameter"><code><a class="link" href
|
|
3990
4000
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--ENUM" title="g_cclosure_marshal_VOID__ENUM ()"><code class="function">g_cclosure_marshal_VOID__ENUM()</code></a>.</p>
|
3991
4001
|
<div class="refsect3">
|
3992
4002
|
<a name="id-1.4.13.7.63.5"></a><h4>Parameters</h4>
|
3993
|
-
<div class="informaltable"><table width="100%" border="0">
|
4003
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3994
4004
|
<colgroup>
|
3995
4005
|
<col width="150px" class="parameters_name">
|
3996
4006
|
<col class="parameters_description">
|
@@ -4012,8 +4022,8 @@ value. </p></td>
|
|
4012
4022
|
</tr>
|
4013
4023
|
<tr>
|
4014
4024
|
<td class="parameter_name"><p>instance</p></td>
|
4015
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4016
|
-
<td class="parameter_annotations">
|
4025
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4026
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4017
4027
|
</tr>
|
4018
4028
|
<tr>
|
4019
4029
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4058,7 +4068,7 @@ g_cclosure_marshal_VOID__FLAGSv (<em class="parameter"><code><a class="link" hre
|
|
4058
4068
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--FLAGS" title="g_cclosure_marshal_VOID__FLAGS ()"><code class="function">g_cclosure_marshal_VOID__FLAGS()</code></a>.</p>
|
4059
4069
|
<div class="refsect3">
|
4060
4070
|
<a name="id-1.4.13.7.64.5"></a><h4>Parameters</h4>
|
4061
|
-
<div class="informaltable"><table width="100%" border="0">
|
4071
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4062
4072
|
<colgroup>
|
4063
4073
|
<col width="150px" class="parameters_name">
|
4064
4074
|
<col class="parameters_description">
|
@@ -4080,8 +4090,8 @@ value. </p></td>
|
|
4080
4090
|
</tr>
|
4081
4091
|
<tr>
|
4082
4092
|
<td class="parameter_name"><p>instance</p></td>
|
4083
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4084
|
-
<td class="parameter_annotations">
|
4093
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4094
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4085
4095
|
</tr>
|
4086
4096
|
<tr>
|
4087
4097
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4126,7 +4136,7 @@ g_cclosure_marshal_VOID__FLOATv (<em class="parameter"><code><a class="link" hre
|
|
4126
4136
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--FLOAT" title="g_cclosure_marshal_VOID__FLOAT ()"><code class="function">g_cclosure_marshal_VOID__FLOAT()</code></a>.</p>
|
4127
4137
|
<div class="refsect3">
|
4128
4138
|
<a name="id-1.4.13.7.65.5"></a><h4>Parameters</h4>
|
4129
|
-
<div class="informaltable"><table width="100%" border="0">
|
4139
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4130
4140
|
<colgroup>
|
4131
4141
|
<col width="150px" class="parameters_name">
|
4132
4142
|
<col class="parameters_description">
|
@@ -4148,8 +4158,8 @@ value. </p></td>
|
|
4148
4158
|
</tr>
|
4149
4159
|
<tr>
|
4150
4160
|
<td class="parameter_name"><p>instance</p></td>
|
4151
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4152
|
-
<td class="parameter_annotations">
|
4161
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4162
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4153
4163
|
</tr>
|
4154
4164
|
<tr>
|
4155
4165
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4194,7 +4204,7 @@ g_cclosure_marshal_VOID__DOUBLEv (<em class="parameter"><code><a class="link" hr
|
|
4194
4204
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--DOUBLE" title="g_cclosure_marshal_VOID__DOUBLE ()"><code class="function">g_cclosure_marshal_VOID__DOUBLE()</code></a>.</p>
|
4195
4205
|
<div class="refsect3">
|
4196
4206
|
<a name="id-1.4.13.7.66.5"></a><h4>Parameters</h4>
|
4197
|
-
<div class="informaltable"><table width="100%" border="0">
|
4207
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4198
4208
|
<colgroup>
|
4199
4209
|
<col width="150px" class="parameters_name">
|
4200
4210
|
<col class="parameters_description">
|
@@ -4216,8 +4226,8 @@ value. </p></td>
|
|
4216
4226
|
</tr>
|
4217
4227
|
<tr>
|
4218
4228
|
<td class="parameter_name"><p>instance</p></td>
|
4219
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4220
|
-
<td class="parameter_annotations">
|
4229
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4230
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4221
4231
|
</tr>
|
4222
4232
|
<tr>
|
4223
4233
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4262,7 +4272,7 @@ g_cclosure_marshal_VOID__STRINGv (<em class="parameter"><code><a class="link" hr
|
|
4262
4272
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--STRING" title="g_cclosure_marshal_VOID__STRING ()"><code class="function">g_cclosure_marshal_VOID__STRING()</code></a>.</p>
|
4263
4273
|
<div class="refsect3">
|
4264
4274
|
<a name="id-1.4.13.7.67.5"></a><h4>Parameters</h4>
|
4265
|
-
<div class="informaltable"><table width="100%" border="0">
|
4275
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4266
4276
|
<colgroup>
|
4267
4277
|
<col width="150px" class="parameters_name">
|
4268
4278
|
<col class="parameters_description">
|
@@ -4284,8 +4294,8 @@ value. </p></td>
|
|
4284
4294
|
</tr>
|
4285
4295
|
<tr>
|
4286
4296
|
<td class="parameter_name"><p>instance</p></td>
|
4287
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4288
|
-
<td class="parameter_annotations">
|
4297
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4298
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4289
4299
|
</tr>
|
4290
4300
|
<tr>
|
4291
4301
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4330,7 +4340,7 @@ g_cclosure_marshal_VOID__PARAMv (<em class="parameter"><code><a class="link" hre
|
|
4330
4340
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--PARAM" title="g_cclosure_marshal_VOID__PARAM ()"><code class="function">g_cclosure_marshal_VOID__PARAM()</code></a>.</p>
|
4331
4341
|
<div class="refsect3">
|
4332
4342
|
<a name="id-1.4.13.7.68.5"></a><h4>Parameters</h4>
|
4333
|
-
<div class="informaltable"><table width="100%" border="0">
|
4343
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4334
4344
|
<colgroup>
|
4335
4345
|
<col width="150px" class="parameters_name">
|
4336
4346
|
<col class="parameters_description">
|
@@ -4352,8 +4362,8 @@ value. </p></td>
|
|
4352
4362
|
</tr>
|
4353
4363
|
<tr>
|
4354
4364
|
<td class="parameter_name"><p>instance</p></td>
|
4355
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4356
|
-
<td class="parameter_annotations">
|
4365
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4366
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4357
4367
|
</tr>
|
4358
4368
|
<tr>
|
4359
4369
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4398,7 +4408,7 @@ g_cclosure_marshal_VOID__BOXEDv (<em class="parameter"><code><a class="link" hre
|
|
4398
4408
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--BOXED" title="g_cclosure_marshal_VOID__BOXED ()"><code class="function">g_cclosure_marshal_VOID__BOXED()</code></a>.</p>
|
4399
4409
|
<div class="refsect3">
|
4400
4410
|
<a name="id-1.4.13.7.69.5"></a><h4>Parameters</h4>
|
4401
|
-
<div class="informaltable"><table width="100%" border="0">
|
4411
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4402
4412
|
<colgroup>
|
4403
4413
|
<col width="150px" class="parameters_name">
|
4404
4414
|
<col class="parameters_description">
|
@@ -4420,8 +4430,8 @@ value. </p></td>
|
|
4420
4430
|
</tr>
|
4421
4431
|
<tr>
|
4422
4432
|
<td class="parameter_name"><p>instance</p></td>
|
4423
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4424
|
-
<td class="parameter_annotations">
|
4433
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4434
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4425
4435
|
</tr>
|
4426
4436
|
<tr>
|
4427
4437
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4466,7 +4476,7 @@ g_cclosure_marshal_VOID__POINTERv (<em class="parameter"><code><a class="link" h
|
|
4466
4476
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--POINTER" title="g_cclosure_marshal_VOID__POINTER ()"><code class="function">g_cclosure_marshal_VOID__POINTER()</code></a>.</p>
|
4467
4477
|
<div class="refsect3">
|
4468
4478
|
<a name="id-1.4.13.7.70.5"></a><h4>Parameters</h4>
|
4469
|
-
<div class="informaltable"><table width="100%" border="0">
|
4479
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4470
4480
|
<colgroup>
|
4471
4481
|
<col width="150px" class="parameters_name">
|
4472
4482
|
<col class="parameters_description">
|
@@ -4488,8 +4498,8 @@ value. </p></td>
|
|
4488
4498
|
</tr>
|
4489
4499
|
<tr>
|
4490
4500
|
<td class="parameter_name"><p>instance</p></td>
|
4491
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4492
|
-
<td class="parameter_annotations">
|
4501
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4502
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4493
4503
|
</tr>
|
4494
4504
|
<tr>
|
4495
4505
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4534,7 +4544,7 @@ g_cclosure_marshal_VOID__OBJECTv (<em class="parameter"><code><a class="link" hr
|
|
4534
4544
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--OBJECT" title="g_cclosure_marshal_VOID__OBJECT ()"><code class="function">g_cclosure_marshal_VOID__OBJECT()</code></a>.</p>
|
4535
4545
|
<div class="refsect3">
|
4536
4546
|
<a name="id-1.4.13.7.71.5"></a><h4>Parameters</h4>
|
4537
|
-
<div class="informaltable"><table width="100%" border="0">
|
4547
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4538
4548
|
<colgroup>
|
4539
4549
|
<col width="150px" class="parameters_name">
|
4540
4550
|
<col class="parameters_description">
|
@@ -4556,8 +4566,8 @@ value. </p></td>
|
|
4556
4566
|
</tr>
|
4557
4567
|
<tr>
|
4558
4568
|
<td class="parameter_name"><p>instance</p></td>
|
4559
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4560
|
-
<td class="parameter_annotations">
|
4569
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4570
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4561
4571
|
</tr>
|
4562
4572
|
<tr>
|
4563
4573
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4602,7 +4612,7 @@ g_cclosure_marshal_VOID__VARIANTv (<em class="parameter"><code><a class="link" h
|
|
4602
4612
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--VARIANT" title="g_cclosure_marshal_VOID__VARIANT ()"><code class="function">g_cclosure_marshal_VOID__VARIANT()</code></a>.</p>
|
4603
4613
|
<div class="refsect3">
|
4604
4614
|
<a name="id-1.4.13.7.72.5"></a><h4>Parameters</h4>
|
4605
|
-
<div class="informaltable"><table width="100%" border="0">
|
4615
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4606
4616
|
<colgroup>
|
4607
4617
|
<col width="150px" class="parameters_name">
|
4608
4618
|
<col class="parameters_description">
|
@@ -4624,8 +4634,8 @@ value. </p></td>
|
|
4624
4634
|
</tr>
|
4625
4635
|
<tr>
|
4626
4636
|
<td class="parameter_name"><p>instance</p></td>
|
4627
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4628
|
-
<td class="parameter_annotations">
|
4637
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4638
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4629
4639
|
</tr>
|
4630
4640
|
<tr>
|
4631
4641
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4671,7 +4681,7 @@ g_cclosure_marshal_STRING__OBJECT_POINTERv
|
|
4671
4681
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-STRING--OBJECT-POINTER" title="g_cclosure_marshal_STRING__OBJECT_POINTER ()"><code class="function">g_cclosure_marshal_STRING__OBJECT_POINTER()</code></a>.</p>
|
4672
4682
|
<div class="refsect3">
|
4673
4683
|
<a name="id-1.4.13.7.73.5"></a><h4>Parameters</h4>
|
4674
|
-
<div class="informaltable"><table width="100%" border="0">
|
4684
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4675
4685
|
<colgroup>
|
4676
4686
|
<col width="150px" class="parameters_name">
|
4677
4687
|
<col class="parameters_description">
|
@@ -4693,8 +4703,8 @@ value. </p></td>
|
|
4693
4703
|
</tr>
|
4694
4704
|
<tr>
|
4695
4705
|
<td class="parameter_name"><p>instance</p></td>
|
4696
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4697
|
-
<td class="parameter_annotations">
|
4706
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4707
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4698
4708
|
</tr>
|
4699
4709
|
<tr>
|
4700
4710
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4740,7 +4750,7 @@ g_cclosure_marshal_VOID__UINT_POINTERv
|
|
4740
4750
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-VOID--UINT-POINTER" title="g_cclosure_marshal_VOID__UINT_POINTER ()"><code class="function">g_cclosure_marshal_VOID__UINT_POINTER()</code></a>.</p>
|
4741
4751
|
<div class="refsect3">
|
4742
4752
|
<a name="id-1.4.13.7.74.5"></a><h4>Parameters</h4>
|
4743
|
-
<div class="informaltable"><table width="100%" border="0">
|
4753
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4744
4754
|
<colgroup>
|
4745
4755
|
<col width="150px" class="parameters_name">
|
4746
4756
|
<col class="parameters_description">
|
@@ -4762,8 +4772,8 @@ value. </p></td>
|
|
4762
4772
|
</tr>
|
4763
4773
|
<tr>
|
4764
4774
|
<td class="parameter_name"><p>instance</p></td>
|
4765
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4766
|
-
<td class="parameter_annotations">
|
4775
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4776
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4767
4777
|
</tr>
|
4768
4778
|
<tr>
|
4769
4779
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4808,7 +4818,7 @@ g_cclosure_marshal_BOOLEAN__FLAGSv (<em class="parameter"><code><a class="link"
|
|
4808
4818
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-BOOLEAN--FLAGS" title="g_cclosure_marshal_BOOLEAN__FLAGS ()"><code class="function">g_cclosure_marshal_BOOLEAN__FLAGS()</code></a>.</p>
|
4809
4819
|
<div class="refsect3">
|
4810
4820
|
<a name="id-1.4.13.7.75.5"></a><h4>Parameters</h4>
|
4811
|
-
<div class="informaltable"><table width="100%" border="0">
|
4821
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4812
4822
|
<colgroup>
|
4813
4823
|
<col width="150px" class="parameters_name">
|
4814
4824
|
<col class="parameters_description">
|
@@ -4830,8 +4840,8 @@ value. </p></td>
|
|
4830
4840
|
</tr>
|
4831
4841
|
<tr>
|
4832
4842
|
<td class="parameter_name"><p>instance</p></td>
|
4833
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4834
|
-
<td class="parameter_annotations">
|
4843
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4844
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4835
4845
|
</tr>
|
4836
4846
|
<tr>
|
4837
4847
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4877,7 +4887,7 @@ g_cclosure_marshal_BOOLEAN__BOXED_BOXEDv
|
|
4877
4887
|
<p>The <a class="link" href="gobject-Closures.html#GVaClosureMarshal" title="GVaClosureMarshal ()"><span class="type">GVaClosureMarshal</span></a> equivalent to <a class="link" href="gobject-Closures.html#g-cclosure-marshal-BOOLEAN--BOXED-BOXED" title="g_cclosure_marshal_BOOLEAN__BOXED_BOXED ()"><code class="function">g_cclosure_marshal_BOOLEAN__BOXED_BOXED()</code></a>.</p>
|
4878
4888
|
<div class="refsect3">
|
4879
4889
|
<a name="id-1.4.13.7.76.5"></a><h4>Parameters</h4>
|
4880
|
-
<div class="informaltable"><table width="100%" border="0">
|
4890
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4881
4891
|
<colgroup>
|
4882
4892
|
<col width="150px" class="parameters_name">
|
4883
4893
|
<col class="parameters_description">
|
@@ -4899,8 +4909,8 @@ value. </p></td>
|
|
4899
4909
|
</tr>
|
4900
4910
|
<tr>
|
4901
4911
|
<td class="parameter_name"><p>instance</p></td>
|
4902
|
-
<td class="parameter_description"><p>the instance on which the closure is invoked
|
4903
|
-
<td class="parameter_annotations">
|
4912
|
+
<td class="parameter_description"><p> the instance on which the closure is invoked. </p></td>
|
4913
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.TypeInstance]</span></td>
|
4904
4914
|
</tr>
|
4905
4915
|
<tr>
|
4906
4916
|
<td class="parameter_name"><p>args</p></td>
|
@@ -4944,7 +4954,7 @@ array</p></td>
|
|
4944
4954
|
<p>A <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> represents a callback supplied by the programmer.</p>
|
4945
4955
|
<div class="refsect3">
|
4946
4956
|
<a name="id-1.4.13.8.2.5"></a><h4>Members</h4>
|
4947
|
-
<div class="informaltable"><table width="100%" border="0">
|
4957
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4948
4958
|
<colgroup>
|
4949
4959
|
<col width="300px" class="struct_members_name">
|
4950
4960
|
<col class="struct_members_description">
|
@@ -4978,7 +4988,7 @@ array</p></td>
|
|
4978
4988
|
<p>A <a class="link" href="gobject-Closures.html#GCClosure" title="struct GCClosure"><span class="type">GCClosure</span></a> is a specialization of <a class="link" href="gobject-Closures.html#GClosure" title="struct GClosure"><span class="type">GClosure</span></a> for C function callbacks.</p>
|
4979
4989
|
<div class="refsect3">
|
4980
4990
|
<a name="id-1.4.13.8.3.5"></a><h4>Members</h4>
|
4981
|
-
<div class="informaltable"><table width="100%" border="0">
|
4991
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4982
4992
|
<colgroup>
|
4983
4993
|
<col width="300px" class="struct_members_name">
|
4984
4994
|
<col class="struct_members_description">
|
@@ -5006,7 +5016,7 @@ array</p></td>
|
|
5006
5016
|
<p>An old alias for <a class="link" href="gobject-Closures.html#g-cclosure-marshal-BOOLEAN--FLAGS" title="g_cclosure_marshal_BOOLEAN__FLAGS ()"><code class="function">g_cclosure_marshal_BOOLEAN__FLAGS()</code></a>.</p>
|
5007
5017
|
<div class="refsect3">
|
5008
5018
|
<a name="id-1.4.13.8.4.5"></a><h4>Parameters</h4>
|
5009
|
-
<div class="informaltable"><table width="100%" border="0">
|
5019
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5010
5020
|
<colgroup>
|
5011
5021
|
<col width="150px" class="parameters_name">
|
5012
5022
|
<col class="parameters_description">
|
@@ -5060,7 +5070,7 @@ marshaller, see <a class="link" href="gobject-Closures.html#g-closure-set-marsha
|
|
5060
5070
|
<p>An old alias for <a class="link" href="gobject-Closures.html#g-cclosure-marshal-BOOLEAN--BOXED-BOXED" title="g_cclosure_marshal_BOOLEAN__BOXED_BOXED ()"><code class="function">g_cclosure_marshal_BOOLEAN__BOXED_BOXED()</code></a>.</p>
|
5061
5071
|
<div class="refsect3">
|
5062
5072
|
<a name="id-1.4.13.8.5.5"></a><h4>Parameters</h4>
|
5063
|
-
<div class="informaltable"><table width="100%" border="0">
|
5073
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5064
5074
|
<colgroup>
|
5065
5075
|
<col width="150px" class="parameters_name">
|
5066
5076
|
<col class="parameters_description">
|
@@ -5110,7 +5120,6 @@ marshaller, see <a class="link" href="gobject-Closures.html#g-closure-set-marsha
|
|
5110
5120
|
</div>
|
5111
5121
|
</div>
|
5112
5122
|
<div class="footer">
|
5113
|
-
<hr>
|
5114
|
-
Generated by GTK-Doc V1.21.1</div>
|
5123
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
5115
5124
|
</body>
|
5116
5125
|
</html>
|