glib2 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +24 -12
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-variant.c +163 -12
- data/ext/glib2/rbglib.c +31 -8
- data/ext/glib2/rbglib.h +15 -1
- data/ext/glib2/rbglib2conversions.h +3 -0
- data/ext/glib2/rbglib_iochannel.c +0 -3
- data/ext/glib2/rbglib_iochannel_win32_socket.c +0 -1
- data/ext/glib2/rbglib_matchinfo.c +179 -0
- data/ext/glib2/rbglib_regex.c +484 -0
- data/ext/glib2/rbgobj_value.c +7 -1
- data/ext/glib2/rbgprivate.h +2 -0
- data/ext/glib2/rbgutil.c +7 -0
- data/ext/glib2/rbgutil.h +2 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2.rb +2 -1
- data/lib/glib2/regex.rb +29 -0
- data/lib/gnome2/rake/external-package.rb +6 -1
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/lib/gnome2/rake/package.rb +9 -0
- data/lib/gnome2/rake/windows-binary-build-task.rb +35 -11
- data/lib/mkmf-gnome2.rb +3 -1
- data/test/test-match-info.rb +113 -0
- data/test/test-regex.rb +320 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +1 -1
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +2 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win64-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win64-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.def +993 -984
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/{libnettle-6-1.dll → libnettle-6-2.dll} +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcre-config +133 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gdatagrambased.h +144 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdtlsclientconnection.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsconnection.h +191 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsserverconnection.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +69 -13
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gliststore.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +25 -25
- data/vendor/local/include/glib-2.0/gio/gsocket.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +4 -1
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +13 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +2 -0
- data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +12 -4
- data/vendor/local/include/glib-2.0/glib/gmacros.h +46 -10
- data/vendor/local/include/glib-2.0/glib/gmain.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +7 -5
- data/vendor/local/include/glib-2.0/glib/gmessages.h +8 -8
- data/vendor/local/include/glib-2.0/glib/gnode.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +2 -9
- data/vendor/local/include/glib-2.0/glib/gsequence.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +15 -2
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +10 -57
- data/vendor/local/include/glib-2.0/glib/gtypes.h +61 -6
- data/vendor/local/include/glib-2.0/glib/gunicode.h +15 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +36 -57
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +59 -10
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +0 -7
- data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +0 -1
- data/vendor/local/include/glib-2.0/gobject/gobject.h +8 -4
- data/vendor/local/include/glib-2.0/gobject/gparam.h +5 -2
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +47 -26
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -0
- data/vendor/local/include/gmp.h +56 -24
- data/vendor/local/include/gnutls/gnutls.h +79 -39
- data/vendor/local/include/gnutls/pkcs11.h +6 -0
- data/vendor/local/include/gnutls/pkcs7.h +17 -4
- data/vendor/local/include/gnutls/x509.h +8 -0
- data/vendor/local/include/libintl.h +1 -1
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/rsa.h +72 -0
- data/vendor/local/include/nettle/sha3.h +4 -0
- data/vendor/local/include/nettle/version.h +8 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +3 -3
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -16
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +4 -4
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +4 -4
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libidn.la +1 -1
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +2 -2
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.la +1 -1
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +1 -1
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.la +1 -1
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libidn.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- data/vendor/local/lib/pkgconfig/libtasn1.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +3 -2
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +5918 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +716 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2922 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10455 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gettext/ABOUT-NLS +382 -413
- data/vendor/local/share/gettext/its/gschema.its +25 -0
- data/vendor/local/share/gettext/its/gschema.loc +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +22 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +4 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +58 -64
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +75 -80
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +50 -51
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +72 -97
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +7 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +174 -160
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +127 -132
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +90 -92
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +43 -46
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +17 -26
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +12 -17
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +45 -52
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +14 -18
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +20 -21
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +41 -48
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +34 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +337 -258
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +23 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +44 -50
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +143 -158
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +59 -54
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +19 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +25 -27
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +48 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +34 -31
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +25 -28
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +105 -122
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +32 -39
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +40 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +17 -28
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +766 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +56 -75
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +468 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1521 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +208 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +16 -19
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +16 -17
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +204 -240
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +13 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +128 -145
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +75 -36
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +10 -13
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +41 -43
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +56 -44
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +20 -23
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +103 -118
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +39 -47
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +32 -44
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +80 -35
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +11 -15
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +138 -145
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +84 -94
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +54 -66
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +34 -42
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +26 -28
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +97 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +18 -23
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +49 -47
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +39 -56
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +30 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +46 -47
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +79 -74
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +325 -200
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -49
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +21 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +258 -162
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -9
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +470 -281
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +27 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +76 -85
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +118 -72
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +28 -33
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +26 -30
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +180 -62
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +51 -28
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +25 -31
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +63 -75
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +49 -54
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +406 -404
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +36 -38
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +30 -31
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +11 -14
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +172 -46
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +96 -37
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +64 -66
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +256 -63
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +150 -49
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +46 -51
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +21 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +21 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +26 -27
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +21 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +211 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +283 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +107 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +459 -8
- data/vendor/local/share/gtk-doc/html/gio/application.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +29 -172
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +187 -27
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +15 -34
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +16 -137
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +26 -87
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +37 -121
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +132 -176
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +19 -71
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +24 -908
- data/vendor/local/share/gtk-doc/html/gio/{ch33s06.html → ch34s06.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch33s07.html → ch34s07.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +94 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +141 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +201 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +199 -200
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +89 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +77 -87
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +19 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +43 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +47 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +20 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +9 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +147 -114
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +12 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +13 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2066 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +29 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +54 -75
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +27 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +194 -140
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -7
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -6
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +41 -45
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +204 -137
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +22 -44
- data/vendor/local/share/gtk-doc/html/gio/networking.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +20 -5
- data/vendor/local/share/gtk-doc/html/gio/registry.html +32 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/tls.html +12 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +16 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +7 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +12 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +46 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +80 -9
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +68 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +254 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +130 -144
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +19 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +33 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +22 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +89 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +384 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +100 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +83 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +14 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +49 -64
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +141 -156
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +32 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +24 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +28 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +108 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +98 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +89 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +93 -125
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +50 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +189 -171
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +99 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +172 -217
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +32 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +430 -451
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +53 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +12 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +167 -192
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +58 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +14 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +70 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +68 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +166 -183
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +33 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +80 -92
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +101 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +102 -75
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +133 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +192 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +107 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +69 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +12 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +199 -230
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +54 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +24 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +29 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +187 -173
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +13 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +104 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +62 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +26 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +15 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +13 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +210 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +95 -101
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +306 -268
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +373 -369
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +79 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +316 -319
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +12 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +44 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +20 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +44 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +21 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +200 -220
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +51 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +25 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +4 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +14 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +44 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +149 -149
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +11 -12
- data/vendor/local/share/gtk-doc/html/glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +36 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +53 -57
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +72 -77
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +34 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +22 -17
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +85 -135
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +80 -144
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +59 -75
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +20 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +68 -89
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +227 -218
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +48 -57
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +125 -96
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +78 -90
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +143 -138
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +226 -285
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +306 -289
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +450 -448
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +22 -23
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +11 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +32 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +134 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +4 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +89 -98
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +119 -112
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +199 -183
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +30 -30
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +32 -33
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +80 -32
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +73 -53
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +52 -50
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +255 -133
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +147 -111
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +65 -122
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +93 -79
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +80 -54
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +82 -87
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +126 -62
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +61 -54
- data/vendor/local/share/gtk-doc/html/gobject/index.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +98 -198
- data/vendor/local/share/gtk-doc/html/gobject/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +9 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +22 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -13
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +3 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +3 -18
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +3 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +22 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +7 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -4
- data/vendor/local/share/info/gmp.info +153 -158
- data/vendor/local/share/info/gmp.info-1 +131 -178
- data/vendor/local/share/info/gmp.info-2 +250 -193
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/license/gmp/AUTHORS +1 -1
- data/vendor/local/share/license/pcre/AUTHORS +45 -0
- data/vendor/local/share/license/pcre/COPYING +5 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
- data/vendor/local/share/man/man1/envsubst.1 +1 -1
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +23 -22
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +7 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_check_version.3 +1 -1
- data/vendor/local/share/man/man3/asn1_copy_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_create_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_coding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +1 -1
- data/vendor/local/share/man/man3/asn1_dup_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +1 -1
- data/vendor/local/share/man/man3/asn1_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2array.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_perror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_print_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_node_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_tag.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value_type.3 +1 -1
- data/vendor/local/share/man/man3/asn1_strerror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_write_value.3 +1 -1
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
- data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
- data/vendor/local/share/man/man3/gettext.3 +1 -1
- data/vendor/local/share/man/man3/ngettext.3 +1 -1
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2919 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- data/vendor/local/share/man/man3/textdomain.3 +1 -1
- metadata +233 -22
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/vendor/local/bin/libhogweed-4-1.dll +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +0 -1537
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +0 -679
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +0 -572
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +0 -561
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +0 -39
- data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +0 -46
- data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +0 -48
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +0 -161
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +0 -51
data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html
CHANGED
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Parameters and Values: 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-Generic-values.html" title="Generic values">
|
10
10
|
<link rel="next" href="gobject-GParamSpec.html" title="GParamSpec">
|
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-Standard-Parameter-and-Value-Types.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">
|
@@ -1091,7 +1091,7 @@
|
|
1091
1091
|
</div>
|
1092
1092
|
<div class="refsect1">
|
1093
1093
|
<a name="gobject-Standard-Parameter-and-Value-Types.other"></a><h2>Types and Values</h2>
|
1094
|
-
<div class="informaltable"><table width="100%" border="0">
|
1094
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1095
1095
|
<colgroup>
|
1096
1096
|
<col width="150px" class="name">
|
1097
1097
|
<col class="description">
|
@@ -1311,7 +1311,7 @@ All other characters are replaced by a '-' during construction.</p>
|
|
1311
1311
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-BOOLEAN:CAPS" title="G_TYPE_PARAM_BOOLEAN"><code class="literal">G_TYPE_PARAM_BOOLEAN</code></a>.</p>
|
1312
1312
|
<div class="refsect3">
|
1313
1313
|
<a name="id-1.4.9.7.2.5"></a><h4>Parameters</h4>
|
1314
|
-
<div class="informaltable"><table width="100%" border="0">
|
1314
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1315
1315
|
<colgroup>
|
1316
1316
|
<col width="150px" class="parameters_name">
|
1317
1317
|
<col class="parameters_description">
|
@@ -1327,7 +1327,6 @@ All other characters are replaced by a '-' during construction.</p>
|
|
1327
1327
|
<div class="refsect3">
|
1328
1328
|
<a name="id-1.4.9.7.2.6"></a><h4>Returns</h4>
|
1329
1329
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
1330
|
-
<p></p>
|
1331
1330
|
</div>
|
1332
1331
|
</div>
|
1333
1332
|
<hr>
|
@@ -1338,7 +1337,7 @@ All other characters are replaced by a '-' during construction.</p>
|
|
1338
1337
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecBoolean" title="struct GParamSpecBoolean"><span class="type">GParamSpecBoolean</span></a>.</p>
|
1339
1338
|
<div class="refsect3">
|
1340
1339
|
<a name="id-1.4.9.7.3.5"></a><h4>Parameters</h4>
|
1341
|
-
<div class="informaltable"><table width="100%" border="0">
|
1340
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1342
1341
|
<colgroup>
|
1343
1342
|
<col width="150px" class="parameters_name">
|
1344
1343
|
<col class="parameters_description">
|
@@ -1360,7 +1359,7 @@ All other characters are replaced by a '-' during construction.</p>
|
|
1360
1359
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-BOOLEAN:CAPS" title="G_TYPE_BOOLEAN"><code class="literal">G_TYPE_BOOLEAN</code></a>.</p>
|
1361
1360
|
<div class="refsect3">
|
1362
1361
|
<a name="id-1.4.9.7.4.5"></a><h4>Parameters</h4>
|
1363
|
-
<div class="informaltable"><table width="100%" border="0">
|
1362
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1364
1363
|
<colgroup>
|
1365
1364
|
<col width="150px" class="parameters_name">
|
1366
1365
|
<col class="parameters_description">
|
@@ -1376,7 +1375,6 @@ All other characters are replaced by a '-' during construction.</p>
|
|
1376
1375
|
<div class="refsect3">
|
1377
1376
|
<a name="id-1.4.9.7.4.6"></a><h4>Returns</h4>
|
1378
1377
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
1379
|
-
<p></p>
|
1380
1378
|
</div>
|
1381
1379
|
</div>
|
1382
1380
|
<hr>
|
@@ -1396,7 +1394,7 @@ API.</p>
|
|
1396
1394
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
1397
1395
|
<div class="refsect3">
|
1398
1396
|
<a name="id-1.4.9.7.5.6"></a><h4>Parameters</h4>
|
1399
|
-
<div class="informaltable"><table width="100%" border="0">
|
1397
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1400
1398
|
<colgroup>
|
1401
1399
|
<col width="150px" class="parameters_name">
|
1402
1400
|
<col class="parameters_description">
|
@@ -1447,7 +1445,7 @@ g_value_set_boolean (<em class="parameter"><code><a class="link" href="gobject-G
|
|
1447
1445
|
.</p>
|
1448
1446
|
<div class="refsect3">
|
1449
1447
|
<a name="id-1.4.9.7.6.5"></a><h4>Parameters</h4>
|
1450
|
-
<div class="informaltable"><table width="100%" border="0">
|
1448
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1451
1449
|
<colgroup>
|
1452
1450
|
<col width="150px" class="parameters_name">
|
1453
1451
|
<col class="parameters_description">
|
@@ -1476,7 +1474,7 @@ g_value_get_boolean (<em class="parameter"><code>const <a class="link" href="gob
|
|
1476
1474
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-BOOLEAN:CAPS" title="G_TYPE_BOOLEAN"><code class="literal">G_TYPE_BOOLEAN</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
1477
1475
|
<div class="refsect3">
|
1478
1476
|
<a name="id-1.4.9.7.7.5"></a><h4>Parameters</h4>
|
1479
|
-
<div class="informaltable"><table width="100%" border="0">
|
1477
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1480
1478
|
<colgroup>
|
1481
1479
|
<col width="150px" class="parameters_name">
|
1482
1480
|
<col class="parameters_description">
|
@@ -1493,7 +1491,6 @@ g_value_get_boolean (<em class="parameter"><code>const <a class="link" href="gob
|
|
1493
1491
|
<a name="id-1.4.9.7.7.6"></a><h4>Returns</h4>
|
1494
1492
|
<p> boolean contents of <em class="parameter"><code>value</code></em>
|
1495
1493
|
</p>
|
1496
|
-
<p></p>
|
1497
1494
|
</div>
|
1498
1495
|
</div>
|
1499
1496
|
<hr>
|
@@ -1504,7 +1501,7 @@ g_value_get_boolean (<em class="parameter"><code>const <a class="link" href="gob
|
|
1504
1501
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-CHAR:CAPS" title="G_TYPE_PARAM_CHAR"><code class="literal">G_TYPE_PARAM_CHAR</code></a>.</p>
|
1505
1502
|
<div class="refsect3">
|
1506
1503
|
<a name="id-1.4.9.7.8.5"></a><h4>Parameters</h4>
|
1507
|
-
<div class="informaltable"><table width="100%" border="0">
|
1504
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1508
1505
|
<colgroup>
|
1509
1506
|
<col width="150px" class="parameters_name">
|
1510
1507
|
<col class="parameters_description">
|
@@ -1520,7 +1517,6 @@ g_value_get_boolean (<em class="parameter"><code>const <a class="link" href="gob
|
|
1520
1517
|
<div class="refsect3">
|
1521
1518
|
<a name="id-1.4.9.7.8.6"></a><h4>Returns</h4>
|
1522
1519
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
1523
|
-
<p></p>
|
1524
1520
|
</div>
|
1525
1521
|
</div>
|
1526
1522
|
<hr>
|
@@ -1531,7 +1527,7 @@ g_value_get_boolean (<em class="parameter"><code>const <a class="link" href="gob
|
|
1531
1527
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecChar" title="struct GParamSpecChar"><span class="type">GParamSpecChar</span></a>.</p>
|
1532
1528
|
<div class="refsect3">
|
1533
1529
|
<a name="id-1.4.9.7.9.5"></a><h4>Parameters</h4>
|
1534
|
-
<div class="informaltable"><table width="100%" border="0">
|
1530
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1535
1531
|
<colgroup>
|
1536
1532
|
<col width="150px" class="parameters_name">
|
1537
1533
|
<col class="parameters_description">
|
@@ -1553,7 +1549,7 @@ g_value_get_boolean (<em class="parameter"><code>const <a class="link" href="gob
|
|
1553
1549
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-CHAR:CAPS" title="G_TYPE_CHAR"><code class="literal">G_TYPE_CHAR</code></a>.</p>
|
1554
1550
|
<div class="refsect3">
|
1555
1551
|
<a name="id-1.4.9.7.10.5"></a><h4>Parameters</h4>
|
1556
|
-
<div class="informaltable"><table width="100%" border="0">
|
1552
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1557
1553
|
<colgroup>
|
1558
1554
|
<col width="150px" class="parameters_name">
|
1559
1555
|
<col class="parameters_description">
|
@@ -1569,7 +1565,6 @@ g_value_get_boolean (<em class="parameter"><code>const <a class="link" href="gob
|
|
1569
1565
|
<div class="refsect3">
|
1570
1566
|
<a name="id-1.4.9.7.10.6"></a><h4>Returns</h4>
|
1571
1567
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
1572
|
-
<p></p>
|
1573
1568
|
</div>
|
1574
1569
|
</div>
|
1575
1570
|
<hr>
|
@@ -1586,7 +1581,7 @@ g_param_spec_char (<em class="parameter"><code>const <a href="../glib/glib-Basic
|
|
1586
1581
|
<p>Creates a new <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecChar" title="struct GParamSpecChar"><span class="type">GParamSpecChar</span></a> instance specifying a <a class="link" href="gobject-Type-Information.html#G-TYPE-CHAR:CAPS" title="G_TYPE_CHAR"><code class="literal">G_TYPE_CHAR</code></a> property.</p>
|
1587
1582
|
<div class="refsect3">
|
1588
1583
|
<a name="id-1.4.9.7.11.5"></a><h4>Parameters</h4>
|
1589
|
-
<div class="informaltable"><table width="100%" border="0">
|
1584
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1590
1585
|
<colgroup>
|
1591
1586
|
<col width="150px" class="parameters_name">
|
1592
1587
|
<col class="parameters_description">
|
@@ -1651,7 +1646,7 @@ g_value_set_char (<em class="parameter"><code><a class="link" href="gobject-Gene
|
|
1651
1646
|
.</p>
|
1652
1647
|
<div class="refsect3">
|
1653
1648
|
<a name="id-1.4.9.7.12.6"></a><h4>Parameters</h4>
|
1654
|
-
<div class="informaltable"><table width="100%" border="0">
|
1649
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1655
1650
|
<colgroup>
|
1656
1651
|
<col width="150px" class="parameters_name">
|
1657
1652
|
<col class="parameters_description">
|
@@ -1686,7 +1681,7 @@ type is unsigned, such as ARM and PowerPC. See <a class="link" href="gobject-St
|
|
1686
1681
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-CHAR:CAPS" title="G_TYPE_CHAR"><code class="literal">G_TYPE_CHAR</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
1687
1682
|
<div class="refsect3">
|
1688
1683
|
<a name="id-1.4.9.7.13.7"></a><h4>Parameters</h4>
|
1689
|
-
<div class="informaltable"><table width="100%" border="0">
|
1684
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1690
1685
|
<colgroup>
|
1691
1686
|
<col width="150px" class="parameters_name">
|
1692
1687
|
<col class="parameters_description">
|
@@ -1703,7 +1698,6 @@ type is unsigned, such as ARM and PowerPC. See <a class="link" href="gobject-St
|
|
1703
1698
|
<a name="id-1.4.9.7.13.8"></a><h4>Returns</h4>
|
1704
1699
|
<p> character contents of <em class="parameter"><code>value</code></em>
|
1705
1700
|
</p>
|
1706
|
-
<p></p>
|
1707
1701
|
</div>
|
1708
1702
|
</div>
|
1709
1703
|
<hr>
|
@@ -1714,7 +1708,7 @@ g_value_get_schar (<em class="parameter"><code>const <a class="link" href="gobje
|
|
1714
1708
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-CHAR:CAPS" title="G_TYPE_CHAR"><code class="literal">G_TYPE_CHAR</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
1715
1709
|
<div class="refsect3">
|
1716
1710
|
<a name="id-1.4.9.7.14.5"></a><h4>Parameters</h4>
|
1717
|
-
<div class="informaltable"><table width="100%" border="0">
|
1711
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1718
1712
|
<colgroup>
|
1719
1713
|
<col width="150px" class="parameters_name">
|
1720
1714
|
<col class="parameters_description">
|
@@ -1731,9 +1725,8 @@ g_value_get_schar (<em class="parameter"><code>const <a class="link" href="gobje
|
|
1731
1725
|
<a name="id-1.4.9.7.14.6"></a><h4>Returns</h4>
|
1732
1726
|
<p> signed 8 bit integer contents of <em class="parameter"><code>value</code></em>
|
1733
1727
|
</p>
|
1734
|
-
<p></p>
|
1735
1728
|
</div>
|
1736
|
-
<p class="since">Since 2.32</p>
|
1729
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
1737
1730
|
</div>
|
1738
1731
|
<hr>
|
1739
1732
|
<div class="refsect2">
|
@@ -1745,7 +1738,7 @@ g_value_set_schar (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
1745
1738
|
.</p>
|
1746
1739
|
<div class="refsect3">
|
1747
1740
|
<a name="id-1.4.9.7.15.5"></a><h4>Parameters</h4>
|
1748
|
-
<div class="informaltable"><table width="100%" border="0">
|
1741
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1749
1742
|
<colgroup>
|
1750
1743
|
<col width="150px" class="parameters_name">
|
1751
1744
|
<col class="parameters_description">
|
@@ -1765,7 +1758,7 @@ g_value_set_schar (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
1765
1758
|
</tbody>
|
1766
1759
|
</table></div>
|
1767
1760
|
</div>
|
1768
|
-
<p class="since">Since 2.32</p>
|
1761
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
1769
1762
|
</div>
|
1770
1763
|
<hr>
|
1771
1764
|
<div class="refsect2">
|
@@ -1775,7 +1768,7 @@ g_value_set_schar (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
1775
1768
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-UCHAR:CAPS" title="G_TYPE_PARAM_UCHAR"><code class="literal">G_TYPE_PARAM_UCHAR</code></a>.</p>
|
1776
1769
|
<div class="refsect3">
|
1777
1770
|
<a name="id-1.4.9.7.16.5"></a><h4>Parameters</h4>
|
1778
|
-
<div class="informaltable"><table width="100%" border="0">
|
1771
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1779
1772
|
<colgroup>
|
1780
1773
|
<col width="150px" class="parameters_name">
|
1781
1774
|
<col class="parameters_description">
|
@@ -1791,7 +1784,6 @@ g_value_set_schar (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
1791
1784
|
<div class="refsect3">
|
1792
1785
|
<a name="id-1.4.9.7.16.6"></a><h4>Returns</h4>
|
1793
1786
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
1794
|
-
<p></p>
|
1795
1787
|
</div>
|
1796
1788
|
</div>
|
1797
1789
|
<hr>
|
@@ -1802,7 +1794,7 @@ g_value_set_schar (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
1802
1794
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecUChar" title="struct GParamSpecUChar"><span class="type">GParamSpecUChar</span></a>.</p>
|
1803
1795
|
<div class="refsect3">
|
1804
1796
|
<a name="id-1.4.9.7.17.5"></a><h4>Parameters</h4>
|
1805
|
-
<div class="informaltable"><table width="100%" border="0">
|
1797
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1806
1798
|
<colgroup>
|
1807
1799
|
<col width="150px" class="parameters_name">
|
1808
1800
|
<col class="parameters_description">
|
@@ -1824,7 +1816,7 @@ g_value_set_schar (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
1824
1816
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-UCHAR:CAPS" title="G_TYPE_UCHAR"><code class="literal">G_TYPE_UCHAR</code></a>.</p>
|
1825
1817
|
<div class="refsect3">
|
1826
1818
|
<a name="id-1.4.9.7.18.5"></a><h4>Parameters</h4>
|
1827
|
-
<div class="informaltable"><table width="100%" border="0">
|
1819
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1828
1820
|
<colgroup>
|
1829
1821
|
<col width="150px" class="parameters_name">
|
1830
1822
|
<col class="parameters_description">
|
@@ -1840,7 +1832,6 @@ g_value_set_schar (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
1840
1832
|
<div class="refsect3">
|
1841
1833
|
<a name="id-1.4.9.7.18.6"></a><h4>Returns</h4>
|
1842
1834
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
1843
|
-
<p></p>
|
1844
1835
|
</div>
|
1845
1836
|
</div>
|
1846
1837
|
<hr>
|
@@ -1857,7 +1848,7 @@ g_param_spec_uchar (<em class="parameter"><code>const <a href="../glib/glib-Basi
|
|
1857
1848
|
<p>Creates a new <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecUChar" title="struct GParamSpecUChar"><span class="type">GParamSpecUChar</span></a> instance specifying a <a class="link" href="gobject-Type-Information.html#G-TYPE-UCHAR:CAPS" title="G_TYPE_UCHAR"><code class="literal">G_TYPE_UCHAR</code></a> property.</p>
|
1858
1849
|
<div class="refsect3">
|
1859
1850
|
<a name="id-1.4.9.7.19.5"></a><h4>Parameters</h4>
|
1860
|
-
<div class="informaltable"><table width="100%" border="0">
|
1851
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1861
1852
|
<colgroup>
|
1862
1853
|
<col width="150px" class="parameters_name">
|
1863
1854
|
<col class="parameters_description">
|
@@ -1918,7 +1909,7 @@ g_value_set_uchar (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
1918
1909
|
.</p>
|
1919
1910
|
<div class="refsect3">
|
1920
1911
|
<a name="id-1.4.9.7.20.5"></a><h4>Parameters</h4>
|
1921
|
-
<div class="informaltable"><table width="100%" border="0">
|
1912
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1922
1913
|
<colgroup>
|
1923
1914
|
<col width="150px" class="parameters_name">
|
1924
1915
|
<col class="parameters_description">
|
@@ -1947,7 +1938,7 @@ g_value_get_uchar (<em class="parameter"><code>const <a class="link" href="gobje
|
|
1947
1938
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-UCHAR:CAPS" title="G_TYPE_UCHAR"><code class="literal">G_TYPE_UCHAR</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
1948
1939
|
<div class="refsect3">
|
1949
1940
|
<a name="id-1.4.9.7.21.5"></a><h4>Parameters</h4>
|
1950
|
-
<div class="informaltable"><table width="100%" border="0">
|
1941
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1951
1942
|
<colgroup>
|
1952
1943
|
<col width="150px" class="parameters_name">
|
1953
1944
|
<col class="parameters_description">
|
@@ -1964,7 +1955,6 @@ g_value_get_uchar (<em class="parameter"><code>const <a class="link" href="gobje
|
|
1964
1955
|
<a name="id-1.4.9.7.21.6"></a><h4>Returns</h4>
|
1965
1956
|
<p> unsigned character contents of <em class="parameter"><code>value</code></em>
|
1966
1957
|
</p>
|
1967
|
-
<p></p>
|
1968
1958
|
</div>
|
1969
1959
|
</div>
|
1970
1960
|
<hr>
|
@@ -1975,7 +1965,7 @@ g_value_get_uchar (<em class="parameter"><code>const <a class="link" href="gobje
|
|
1975
1965
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-INT:CAPS" title="G_TYPE_PARAM_INT"><code class="literal">G_TYPE_PARAM_INT</code></a>.</p>
|
1976
1966
|
<div class="refsect3">
|
1977
1967
|
<a name="id-1.4.9.7.22.5"></a><h4>Parameters</h4>
|
1978
|
-
<div class="informaltable"><table width="100%" border="0">
|
1968
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1979
1969
|
<colgroup>
|
1980
1970
|
<col width="150px" class="parameters_name">
|
1981
1971
|
<col class="parameters_description">
|
@@ -1991,7 +1981,6 @@ g_value_get_uchar (<em class="parameter"><code>const <a class="link" href="gobje
|
|
1991
1981
|
<div class="refsect3">
|
1992
1982
|
<a name="id-1.4.9.7.22.6"></a><h4>Returns</h4>
|
1993
1983
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
1994
|
-
<p></p>
|
1995
1984
|
</div>
|
1996
1985
|
</div>
|
1997
1986
|
<hr>
|
@@ -2002,7 +1991,7 @@ g_value_get_uchar (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2002
1991
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecInt" title="struct GParamSpecInt"><span class="type">GParamSpecInt</span></a>.</p>
|
2003
1992
|
<div class="refsect3">
|
2004
1993
|
<a name="id-1.4.9.7.23.5"></a><h4>Parameters</h4>
|
2005
|
-
<div class="informaltable"><table width="100%" border="0">
|
1994
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2006
1995
|
<colgroup>
|
2007
1996
|
<col width="150px" class="parameters_name">
|
2008
1997
|
<col class="parameters_description">
|
@@ -2024,7 +2013,7 @@ g_value_get_uchar (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2024
2013
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-INT:CAPS" title="G_TYPE_INT"><code class="literal">G_TYPE_INT</code></a>.</p>
|
2025
2014
|
<div class="refsect3">
|
2026
2015
|
<a name="id-1.4.9.7.24.5"></a><h4>Parameters</h4>
|
2027
|
-
<div class="informaltable"><table width="100%" border="0">
|
2016
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2028
2017
|
<colgroup>
|
2029
2018
|
<col width="150px" class="parameters_name">
|
2030
2019
|
<col class="parameters_description">
|
@@ -2040,7 +2029,6 @@ g_value_get_uchar (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2040
2029
|
<div class="refsect3">
|
2041
2030
|
<a name="id-1.4.9.7.24.6"></a><h4>Returns</h4>
|
2042
2031
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
2043
|
-
<p></p>
|
2044
2032
|
</div>
|
2045
2033
|
</div>
|
2046
2034
|
<hr>
|
@@ -2058,7 +2046,7 @@ g_param_spec_int (<em class="parameter"><code>const <a href="../glib/glib-Basic-
|
|
2058
2046
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
2059
2047
|
<div class="refsect3">
|
2060
2048
|
<a name="id-1.4.9.7.25.6"></a><h4>Parameters</h4>
|
2061
|
-
<div class="informaltable"><table width="100%" border="0">
|
2049
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2062
2050
|
<colgroup>
|
2063
2051
|
<col width="150px" class="parameters_name">
|
2064
2052
|
<col class="parameters_description">
|
@@ -2119,7 +2107,7 @@ g_value_set_int (<em class="parameter"><code><a class="link" href="gobject-Gener
|
|
2119
2107
|
.</p>
|
2120
2108
|
<div class="refsect3">
|
2121
2109
|
<a name="id-1.4.9.7.26.5"></a><h4>Parameters</h4>
|
2122
|
-
<div class="informaltable"><table width="100%" border="0">
|
2110
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2123
2111
|
<colgroup>
|
2124
2112
|
<col width="150px" class="parameters_name">
|
2125
2113
|
<col class="parameters_description">
|
@@ -2148,7 +2136,7 @@ g_value_get_int (<em class="parameter"><code>const <a class="link" href="gobject
|
|
2148
2136
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-INT:CAPS" title="G_TYPE_INT"><code class="literal">G_TYPE_INT</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
2149
2137
|
<div class="refsect3">
|
2150
2138
|
<a name="id-1.4.9.7.27.5"></a><h4>Parameters</h4>
|
2151
|
-
<div class="informaltable"><table width="100%" border="0">
|
2139
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2152
2140
|
<colgroup>
|
2153
2141
|
<col width="150px" class="parameters_name">
|
2154
2142
|
<col class="parameters_description">
|
@@ -2165,7 +2153,6 @@ g_value_get_int (<em class="parameter"><code>const <a class="link" href="gobject
|
|
2165
2153
|
<a name="id-1.4.9.7.27.6"></a><h4>Returns</h4>
|
2166
2154
|
<p> integer contents of <em class="parameter"><code>value</code></em>
|
2167
2155
|
</p>
|
2168
|
-
<p></p>
|
2169
2156
|
</div>
|
2170
2157
|
</div>
|
2171
2158
|
<hr>
|
@@ -2176,7 +2163,7 @@ g_value_get_int (<em class="parameter"><code>const <a class="link" href="gobject
|
|
2176
2163
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-UINT:CAPS" title="G_TYPE_PARAM_UINT"><code class="literal">G_TYPE_PARAM_UINT</code></a>.</p>
|
2177
2164
|
<div class="refsect3">
|
2178
2165
|
<a name="id-1.4.9.7.28.5"></a><h4>Parameters</h4>
|
2179
|
-
<div class="informaltable"><table width="100%" border="0">
|
2166
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2180
2167
|
<colgroup>
|
2181
2168
|
<col width="150px" class="parameters_name">
|
2182
2169
|
<col class="parameters_description">
|
@@ -2192,7 +2179,6 @@ g_value_get_int (<em class="parameter"><code>const <a class="link" href="gobject
|
|
2192
2179
|
<div class="refsect3">
|
2193
2180
|
<a name="id-1.4.9.7.28.6"></a><h4>Returns</h4>
|
2194
2181
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
2195
|
-
<p></p>
|
2196
2182
|
</div>
|
2197
2183
|
</div>
|
2198
2184
|
<hr>
|
@@ -2203,7 +2189,7 @@ g_value_get_int (<em class="parameter"><code>const <a class="link" href="gobject
|
|
2203
2189
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecUInt" title="struct GParamSpecUInt"><span class="type">GParamSpecUInt</span></a>.</p>
|
2204
2190
|
<div class="refsect3">
|
2205
2191
|
<a name="id-1.4.9.7.29.5"></a><h4>Parameters</h4>
|
2206
|
-
<div class="informaltable"><table width="100%" border="0">
|
2192
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2207
2193
|
<colgroup>
|
2208
2194
|
<col width="150px" class="parameters_name">
|
2209
2195
|
<col class="parameters_description">
|
@@ -2225,7 +2211,7 @@ g_value_get_int (<em class="parameter"><code>const <a class="link" href="gobject
|
|
2225
2211
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-UINT:CAPS" title="G_TYPE_UINT"><code class="literal">G_TYPE_UINT</code></a>.</p>
|
2226
2212
|
<div class="refsect3">
|
2227
2213
|
<a name="id-1.4.9.7.30.5"></a><h4>Parameters</h4>
|
2228
|
-
<div class="informaltable"><table width="100%" border="0">
|
2214
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2229
2215
|
<colgroup>
|
2230
2216
|
<col width="150px" class="parameters_name">
|
2231
2217
|
<col class="parameters_description">
|
@@ -2241,7 +2227,6 @@ g_value_get_int (<em class="parameter"><code>const <a class="link" href="gobject
|
|
2241
2227
|
<div class="refsect3">
|
2242
2228
|
<a name="id-1.4.9.7.30.6"></a><h4>Returns</h4>
|
2243
2229
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
2244
|
-
<p></p>
|
2245
2230
|
</div>
|
2246
2231
|
</div>
|
2247
2232
|
<hr>
|
@@ -2259,7 +2244,7 @@ g_param_spec_uint (<em class="parameter"><code>const <a href="../glib/glib-Basic
|
|
2259
2244
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
2260
2245
|
<div class="refsect3">
|
2261
2246
|
<a name="id-1.4.9.7.31.6"></a><h4>Parameters</h4>
|
2262
|
-
<div class="informaltable"><table width="100%" border="0">
|
2247
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2263
2248
|
<colgroup>
|
2264
2249
|
<col width="150px" class="parameters_name">
|
2265
2250
|
<col class="parameters_description">
|
@@ -2320,7 +2305,7 @@ g_value_set_uint (<em class="parameter"><code><a class="link" href="gobject-Gene
|
|
2320
2305
|
.</p>
|
2321
2306
|
<div class="refsect3">
|
2322
2307
|
<a name="id-1.4.9.7.32.5"></a><h4>Parameters</h4>
|
2323
|
-
<div class="informaltable"><table width="100%" border="0">
|
2308
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2324
2309
|
<colgroup>
|
2325
2310
|
<col width="150px" class="parameters_name">
|
2326
2311
|
<col class="parameters_description">
|
@@ -2349,7 +2334,7 @@ g_value_get_uint (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2349
2334
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-UINT:CAPS" title="G_TYPE_UINT"><code class="literal">G_TYPE_UINT</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
2350
2335
|
<div class="refsect3">
|
2351
2336
|
<a name="id-1.4.9.7.33.5"></a><h4>Parameters</h4>
|
2352
|
-
<div class="informaltable"><table width="100%" border="0">
|
2337
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2353
2338
|
<colgroup>
|
2354
2339
|
<col width="150px" class="parameters_name">
|
2355
2340
|
<col class="parameters_description">
|
@@ -2366,7 +2351,6 @@ g_value_get_uint (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2366
2351
|
<a name="id-1.4.9.7.33.6"></a><h4>Returns</h4>
|
2367
2352
|
<p> unsigned integer contents of <em class="parameter"><code>value</code></em>
|
2368
2353
|
</p>
|
2369
|
-
<p></p>
|
2370
2354
|
</div>
|
2371
2355
|
</div>
|
2372
2356
|
<hr>
|
@@ -2377,7 +2361,7 @@ g_value_get_uint (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2377
2361
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-LONG:CAPS" title="G_TYPE_PARAM_LONG"><code class="literal">G_TYPE_PARAM_LONG</code></a>.</p>
|
2378
2362
|
<div class="refsect3">
|
2379
2363
|
<a name="id-1.4.9.7.34.5"></a><h4>Parameters</h4>
|
2380
|
-
<div class="informaltable"><table width="100%" border="0">
|
2364
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2381
2365
|
<colgroup>
|
2382
2366
|
<col width="150px" class="parameters_name">
|
2383
2367
|
<col class="parameters_description">
|
@@ -2393,7 +2377,6 @@ g_value_get_uint (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2393
2377
|
<div class="refsect3">
|
2394
2378
|
<a name="id-1.4.9.7.34.6"></a><h4>Returns</h4>
|
2395
2379
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
2396
|
-
<p></p>
|
2397
2380
|
</div>
|
2398
2381
|
</div>
|
2399
2382
|
<hr>
|
@@ -2404,7 +2387,7 @@ g_value_get_uint (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2404
2387
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecLong" title="struct GParamSpecLong"><span class="type">GParamSpecLong</span></a>.</p>
|
2405
2388
|
<div class="refsect3">
|
2406
2389
|
<a name="id-1.4.9.7.35.5"></a><h4>Parameters</h4>
|
2407
|
-
<div class="informaltable"><table width="100%" border="0">
|
2390
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2408
2391
|
<colgroup>
|
2409
2392
|
<col width="150px" class="parameters_name">
|
2410
2393
|
<col class="parameters_description">
|
@@ -2426,7 +2409,7 @@ g_value_get_uint (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2426
2409
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-LONG:CAPS" title="G_TYPE_LONG"><code class="literal">G_TYPE_LONG</code></a>.</p>
|
2427
2410
|
<div class="refsect3">
|
2428
2411
|
<a name="id-1.4.9.7.36.5"></a><h4>Parameters</h4>
|
2429
|
-
<div class="informaltable"><table width="100%" border="0">
|
2412
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2430
2413
|
<colgroup>
|
2431
2414
|
<col width="150px" class="parameters_name">
|
2432
2415
|
<col class="parameters_description">
|
@@ -2442,7 +2425,6 @@ g_value_get_uint (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2442
2425
|
<div class="refsect3">
|
2443
2426
|
<a name="id-1.4.9.7.36.6"></a><h4>Returns</h4>
|
2444
2427
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
2445
|
-
<p></p>
|
2446
2428
|
</div>
|
2447
2429
|
</div>
|
2448
2430
|
<hr>
|
@@ -2460,7 +2442,7 @@ g_param_spec_long (<em class="parameter"><code>const <a href="../glib/glib-Basic
|
|
2460
2442
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
2461
2443
|
<div class="refsect3">
|
2462
2444
|
<a name="id-1.4.9.7.37.6"></a><h4>Parameters</h4>
|
2463
|
-
<div class="informaltable"><table width="100%" border="0">
|
2445
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2464
2446
|
<colgroup>
|
2465
2447
|
<col width="150px" class="parameters_name">
|
2466
2448
|
<col class="parameters_description">
|
@@ -2521,7 +2503,7 @@ g_value_set_long (<em class="parameter"><code><a class="link" href="gobject-Gene
|
|
2521
2503
|
.</p>
|
2522
2504
|
<div class="refsect3">
|
2523
2505
|
<a name="id-1.4.9.7.38.5"></a><h4>Parameters</h4>
|
2524
|
-
<div class="informaltable"><table width="100%" border="0">
|
2506
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2525
2507
|
<colgroup>
|
2526
2508
|
<col width="150px" class="parameters_name">
|
2527
2509
|
<col class="parameters_description">
|
@@ -2550,7 +2532,7 @@ g_value_get_long (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2550
2532
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-LONG:CAPS" title="G_TYPE_LONG"><code class="literal">G_TYPE_LONG</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
2551
2533
|
<div class="refsect3">
|
2552
2534
|
<a name="id-1.4.9.7.39.5"></a><h4>Parameters</h4>
|
2553
|
-
<div class="informaltable"><table width="100%" border="0">
|
2535
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2554
2536
|
<colgroup>
|
2555
2537
|
<col width="150px" class="parameters_name">
|
2556
2538
|
<col class="parameters_description">
|
@@ -2567,7 +2549,6 @@ g_value_get_long (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2567
2549
|
<a name="id-1.4.9.7.39.6"></a><h4>Returns</h4>
|
2568
2550
|
<p> long integer contents of <em class="parameter"><code>value</code></em>
|
2569
2551
|
</p>
|
2570
|
-
<p></p>
|
2571
2552
|
</div>
|
2572
2553
|
</div>
|
2573
2554
|
<hr>
|
@@ -2578,7 +2559,7 @@ g_value_get_long (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2578
2559
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-ULONG:CAPS" title="G_TYPE_PARAM_ULONG"><code class="literal">G_TYPE_PARAM_ULONG</code></a>.</p>
|
2579
2560
|
<div class="refsect3">
|
2580
2561
|
<a name="id-1.4.9.7.40.5"></a><h4>Parameters</h4>
|
2581
|
-
<div class="informaltable"><table width="100%" border="0">
|
2562
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2582
2563
|
<colgroup>
|
2583
2564
|
<col width="150px" class="parameters_name">
|
2584
2565
|
<col class="parameters_description">
|
@@ -2594,7 +2575,6 @@ g_value_get_long (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2594
2575
|
<div class="refsect3">
|
2595
2576
|
<a name="id-1.4.9.7.40.6"></a><h4>Returns</h4>
|
2596
2577
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
2597
|
-
<p></p>
|
2598
2578
|
</div>
|
2599
2579
|
</div>
|
2600
2580
|
<hr>
|
@@ -2605,7 +2585,7 @@ g_value_get_long (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2605
2585
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecULong" title="struct GParamSpecULong"><span class="type">GParamSpecULong</span></a>.</p>
|
2606
2586
|
<div class="refsect3">
|
2607
2587
|
<a name="id-1.4.9.7.41.5"></a><h4>Parameters</h4>
|
2608
|
-
<div class="informaltable"><table width="100%" border="0">
|
2588
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2609
2589
|
<colgroup>
|
2610
2590
|
<col width="150px" class="parameters_name">
|
2611
2591
|
<col class="parameters_description">
|
@@ -2627,7 +2607,7 @@ g_value_get_long (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2627
2607
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-ULONG:CAPS" title="G_TYPE_ULONG"><code class="literal">G_TYPE_ULONG</code></a>.</p>
|
2628
2608
|
<div class="refsect3">
|
2629
2609
|
<a name="id-1.4.9.7.42.5"></a><h4>Parameters</h4>
|
2630
|
-
<div class="informaltable"><table width="100%" border="0">
|
2610
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2631
2611
|
<colgroup>
|
2632
2612
|
<col width="150px" class="parameters_name">
|
2633
2613
|
<col class="parameters_description">
|
@@ -2643,7 +2623,6 @@ g_value_get_long (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
2643
2623
|
<div class="refsect3">
|
2644
2624
|
<a name="id-1.4.9.7.42.6"></a><h4>Returns</h4>
|
2645
2625
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
2646
|
-
<p></p>
|
2647
2626
|
</div>
|
2648
2627
|
</div>
|
2649
2628
|
<hr>
|
@@ -2662,7 +2641,7 @@ property.</p>
|
|
2662
2641
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
2663
2642
|
<div class="refsect3">
|
2664
2643
|
<a name="id-1.4.9.7.43.6"></a><h4>Parameters</h4>
|
2665
|
-
<div class="informaltable"><table width="100%" border="0">
|
2644
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2666
2645
|
<colgroup>
|
2667
2646
|
<col width="150px" class="parameters_name">
|
2668
2647
|
<col class="parameters_description">
|
@@ -2723,7 +2702,7 @@ g_value_set_ulong (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
2723
2702
|
.</p>
|
2724
2703
|
<div class="refsect3">
|
2725
2704
|
<a name="id-1.4.9.7.44.5"></a><h4>Parameters</h4>
|
2726
|
-
<div class="informaltable"><table width="100%" border="0">
|
2705
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2727
2706
|
<colgroup>
|
2728
2707
|
<col width="150px" class="parameters_name">
|
2729
2708
|
<col class="parameters_description">
|
@@ -2752,7 +2731,7 @@ g_value_get_ulong (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2752
2731
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-ULONG:CAPS" title="G_TYPE_ULONG"><code class="literal">G_TYPE_ULONG</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
2753
2732
|
<div class="refsect3">
|
2754
2733
|
<a name="id-1.4.9.7.45.5"></a><h4>Parameters</h4>
|
2755
|
-
<div class="informaltable"><table width="100%" border="0">
|
2734
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2756
2735
|
<colgroup>
|
2757
2736
|
<col width="150px" class="parameters_name">
|
2758
2737
|
<col class="parameters_description">
|
@@ -2769,7 +2748,6 @@ g_value_get_ulong (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2769
2748
|
<a name="id-1.4.9.7.45.6"></a><h4>Returns</h4>
|
2770
2749
|
<p> unsigned long integer contents of <em class="parameter"><code>value</code></em>
|
2771
2750
|
</p>
|
2772
|
-
<p></p>
|
2773
2751
|
</div>
|
2774
2752
|
</div>
|
2775
2753
|
<hr>
|
@@ -2780,7 +2758,7 @@ g_value_get_ulong (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2780
2758
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-INT64:CAPS" title="G_TYPE_PARAM_INT64"><code class="literal">G_TYPE_PARAM_INT64</code></a>.</p>
|
2781
2759
|
<div class="refsect3">
|
2782
2760
|
<a name="id-1.4.9.7.46.5"></a><h4>Parameters</h4>
|
2783
|
-
<div class="informaltable"><table width="100%" border="0">
|
2761
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2784
2762
|
<colgroup>
|
2785
2763
|
<col width="150px" class="parameters_name">
|
2786
2764
|
<col class="parameters_description">
|
@@ -2796,7 +2774,6 @@ g_value_get_ulong (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2796
2774
|
<div class="refsect3">
|
2797
2775
|
<a name="id-1.4.9.7.46.6"></a><h4>Returns</h4>
|
2798
2776
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
2799
|
-
<p></p>
|
2800
2777
|
</div>
|
2801
2778
|
</div>
|
2802
2779
|
<hr>
|
@@ -2807,7 +2784,7 @@ g_value_get_ulong (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2807
2784
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecInt64" title="struct GParamSpecInt64"><span class="type">GParamSpecInt64</span></a>.</p>
|
2808
2785
|
<div class="refsect3">
|
2809
2786
|
<a name="id-1.4.9.7.47.5"></a><h4>Parameters</h4>
|
2810
|
-
<div class="informaltable"><table width="100%" border="0">
|
2787
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2811
2788
|
<colgroup>
|
2812
2789
|
<col width="150px" class="parameters_name">
|
2813
2790
|
<col class="parameters_description">
|
@@ -2829,7 +2806,7 @@ g_value_get_ulong (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2829
2806
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-INT64:CAPS" title="G_TYPE_INT64"><code class="literal">G_TYPE_INT64</code></a>.</p>
|
2830
2807
|
<div class="refsect3">
|
2831
2808
|
<a name="id-1.4.9.7.48.5"></a><h4>Parameters</h4>
|
2832
|
-
<div class="informaltable"><table width="100%" border="0">
|
2809
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2833
2810
|
<colgroup>
|
2834
2811
|
<col width="150px" class="parameters_name">
|
2835
2812
|
<col class="parameters_description">
|
@@ -2845,7 +2822,6 @@ g_value_get_ulong (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2845
2822
|
<div class="refsect3">
|
2846
2823
|
<a name="id-1.4.9.7.48.6"></a><h4>Returns</h4>
|
2847
2824
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
2848
|
-
<p></p>
|
2849
2825
|
</div>
|
2850
2826
|
</div>
|
2851
2827
|
<hr>
|
@@ -2863,7 +2839,7 @@ g_param_spec_int64 (<em class="parameter"><code>const <a href="../glib/glib-Basi
|
|
2863
2839
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
2864
2840
|
<div class="refsect3">
|
2865
2841
|
<a name="id-1.4.9.7.49.6"></a><h4>Parameters</h4>
|
2866
|
-
<div class="informaltable"><table width="100%" border="0">
|
2842
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2867
2843
|
<colgroup>
|
2868
2844
|
<col width="150px" class="parameters_name">
|
2869
2845
|
<col class="parameters_description">
|
@@ -2924,7 +2900,7 @@ g_value_set_int64 (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
2924
2900
|
.</p>
|
2925
2901
|
<div class="refsect3">
|
2926
2902
|
<a name="id-1.4.9.7.50.5"></a><h4>Parameters</h4>
|
2927
|
-
<div class="informaltable"><table width="100%" border="0">
|
2903
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2928
2904
|
<colgroup>
|
2929
2905
|
<col width="150px" class="parameters_name">
|
2930
2906
|
<col class="parameters_description">
|
@@ -2953,7 +2929,7 @@ g_value_get_int64 (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2953
2929
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-INT64:CAPS" title="G_TYPE_INT64"><code class="literal">G_TYPE_INT64</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
2954
2930
|
<div class="refsect3">
|
2955
2931
|
<a name="id-1.4.9.7.51.5"></a><h4>Parameters</h4>
|
2956
|
-
<div class="informaltable"><table width="100%" border="0">
|
2932
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2957
2933
|
<colgroup>
|
2958
2934
|
<col width="150px" class="parameters_name">
|
2959
2935
|
<col class="parameters_description">
|
@@ -2970,7 +2946,6 @@ g_value_get_int64 (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2970
2946
|
<a name="id-1.4.9.7.51.6"></a><h4>Returns</h4>
|
2971
2947
|
<p> 64bit integer contents of <em class="parameter"><code>value</code></em>
|
2972
2948
|
</p>
|
2973
|
-
<p></p>
|
2974
2949
|
</div>
|
2975
2950
|
</div>
|
2976
2951
|
<hr>
|
@@ -2981,7 +2956,7 @@ g_value_get_int64 (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2981
2956
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-UINT64:CAPS" title="G_TYPE_PARAM_UINT64"><code class="literal">G_TYPE_PARAM_UINT64</code></a>.</p>
|
2982
2957
|
<div class="refsect3">
|
2983
2958
|
<a name="id-1.4.9.7.52.5"></a><h4>Parameters</h4>
|
2984
|
-
<div class="informaltable"><table width="100%" border="0">
|
2959
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2985
2960
|
<colgroup>
|
2986
2961
|
<col width="150px" class="parameters_name">
|
2987
2962
|
<col class="parameters_description">
|
@@ -2997,7 +2972,6 @@ g_value_get_int64 (<em class="parameter"><code>const <a class="link" href="gobje
|
|
2997
2972
|
<div class="refsect3">
|
2998
2973
|
<a name="id-1.4.9.7.52.6"></a><h4>Returns</h4>
|
2999
2974
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3000
|
-
<p></p>
|
3001
2975
|
</div>
|
3002
2976
|
</div>
|
3003
2977
|
<hr>
|
@@ -3008,7 +2982,7 @@ g_value_get_int64 (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3008
2982
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecUInt64" title="struct GParamSpecUInt64"><span class="type">GParamSpecUInt64</span></a>.</p>
|
3009
2983
|
<div class="refsect3">
|
3010
2984
|
<a name="id-1.4.9.7.53.5"></a><h4>Parameters</h4>
|
3011
|
-
<div class="informaltable"><table width="100%" border="0">
|
2985
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3012
2986
|
<colgroup>
|
3013
2987
|
<col width="150px" class="parameters_name">
|
3014
2988
|
<col class="parameters_description">
|
@@ -3030,7 +3004,7 @@ g_value_get_int64 (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3030
3004
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-UINT64:CAPS" title="G_TYPE_UINT64"><code class="literal">G_TYPE_UINT64</code></a>.</p>
|
3031
3005
|
<div class="refsect3">
|
3032
3006
|
<a name="id-1.4.9.7.54.5"></a><h4>Parameters</h4>
|
3033
|
-
<div class="informaltable"><table width="100%" border="0">
|
3007
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3034
3008
|
<colgroup>
|
3035
3009
|
<col width="150px" class="parameters_name">
|
3036
3010
|
<col class="parameters_description">
|
@@ -3046,7 +3020,6 @@ g_value_get_int64 (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3046
3020
|
<div class="refsect3">
|
3047
3021
|
<a name="id-1.4.9.7.54.6"></a><h4>Returns</h4>
|
3048
3022
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3049
|
-
<p></p>
|
3050
3023
|
</div>
|
3051
3024
|
</div>
|
3052
3025
|
<hr>
|
@@ -3065,7 +3038,7 @@ property.</p>
|
|
3065
3038
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
3066
3039
|
<div class="refsect3">
|
3067
3040
|
<a name="id-1.4.9.7.55.6"></a><h4>Parameters</h4>
|
3068
|
-
<div class="informaltable"><table width="100%" border="0">
|
3041
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3069
3042
|
<colgroup>
|
3070
3043
|
<col width="150px" class="parameters_name">
|
3071
3044
|
<col class="parameters_description">
|
@@ -3126,7 +3099,7 @@ g_value_set_uint64 (<em class="parameter"><code><a class="link" href="gobject-Ge
|
|
3126
3099
|
.</p>
|
3127
3100
|
<div class="refsect3">
|
3128
3101
|
<a name="id-1.4.9.7.56.5"></a><h4>Parameters</h4>
|
3129
|
-
<div class="informaltable"><table width="100%" border="0">
|
3102
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3130
3103
|
<colgroup>
|
3131
3104
|
<col width="150px" class="parameters_name">
|
3132
3105
|
<col class="parameters_description">
|
@@ -3155,7 +3128,7 @@ g_value_get_uint64 (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3155
3128
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-UINT64:CAPS" title="G_TYPE_UINT64"><code class="literal">G_TYPE_UINT64</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
3156
3129
|
<div class="refsect3">
|
3157
3130
|
<a name="id-1.4.9.7.57.5"></a><h4>Parameters</h4>
|
3158
|
-
<div class="informaltable"><table width="100%" border="0">
|
3131
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3159
3132
|
<colgroup>
|
3160
3133
|
<col width="150px" class="parameters_name">
|
3161
3134
|
<col class="parameters_description">
|
@@ -3172,7 +3145,6 @@ g_value_get_uint64 (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3172
3145
|
<a name="id-1.4.9.7.57.6"></a><h4>Returns</h4>
|
3173
3146
|
<p> unsigned 64bit integer contents of <em class="parameter"><code>value</code></em>
|
3174
3147
|
</p>
|
3175
|
-
<p></p>
|
3176
3148
|
</div>
|
3177
3149
|
</div>
|
3178
3150
|
<hr>
|
@@ -3183,7 +3155,7 @@ g_value_get_uint64 (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3183
3155
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-FLOAT:CAPS" title="G_TYPE_PARAM_FLOAT"><code class="literal">G_TYPE_PARAM_FLOAT</code></a>.</p>
|
3184
3156
|
<div class="refsect3">
|
3185
3157
|
<a name="id-1.4.9.7.58.5"></a><h4>Parameters</h4>
|
3186
|
-
<div class="informaltable"><table width="100%" border="0">
|
3158
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3187
3159
|
<colgroup>
|
3188
3160
|
<col width="150px" class="parameters_name">
|
3189
3161
|
<col class="parameters_description">
|
@@ -3199,7 +3171,6 @@ g_value_get_uint64 (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3199
3171
|
<div class="refsect3">
|
3200
3172
|
<a name="id-1.4.9.7.58.6"></a><h4>Returns</h4>
|
3201
3173
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3202
|
-
<p></p>
|
3203
3174
|
</div>
|
3204
3175
|
</div>
|
3205
3176
|
<hr>
|
@@ -3210,7 +3181,7 @@ g_value_get_uint64 (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3210
3181
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecFloat" title="struct GParamSpecFloat"><span class="type">GParamSpecFloat</span></a>.</p>
|
3211
3182
|
<div class="refsect3">
|
3212
3183
|
<a name="id-1.4.9.7.59.5"></a><h4>Parameters</h4>
|
3213
|
-
<div class="informaltable"><table width="100%" border="0">
|
3184
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3214
3185
|
<colgroup>
|
3215
3186
|
<col width="150px" class="parameters_name">
|
3216
3187
|
<col class="parameters_description">
|
@@ -3232,7 +3203,7 @@ g_value_get_uint64 (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3232
3203
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-FLOAT:CAPS" title="G_TYPE_FLOAT"><code class="literal">G_TYPE_FLOAT</code></a>.</p>
|
3233
3204
|
<div class="refsect3">
|
3234
3205
|
<a name="id-1.4.9.7.60.5"></a><h4>Parameters</h4>
|
3235
|
-
<div class="informaltable"><table width="100%" border="0">
|
3206
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3236
3207
|
<colgroup>
|
3237
3208
|
<col width="150px" class="parameters_name">
|
3238
3209
|
<col class="parameters_description">
|
@@ -3248,7 +3219,6 @@ g_value_get_uint64 (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3248
3219
|
<div class="refsect3">
|
3249
3220
|
<a name="id-1.4.9.7.60.6"></a><h4>Returns</h4>
|
3250
3221
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3251
|
-
<p></p>
|
3252
3222
|
</div>
|
3253
3223
|
</div>
|
3254
3224
|
<hr>
|
@@ -3266,7 +3236,7 @@ g_param_spec_float (<em class="parameter"><code>const <a href="../glib/glib-Basi
|
|
3266
3236
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
3267
3237
|
<div class="refsect3">
|
3268
3238
|
<a name="id-1.4.9.7.61.6"></a><h4>Parameters</h4>
|
3269
|
-
<div class="informaltable"><table width="100%" border="0">
|
3239
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3270
3240
|
<colgroup>
|
3271
3241
|
<col width="150px" class="parameters_name">
|
3272
3242
|
<col class="parameters_description">
|
@@ -3327,7 +3297,7 @@ g_value_set_float (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
3327
3297
|
.</p>
|
3328
3298
|
<div class="refsect3">
|
3329
3299
|
<a name="id-1.4.9.7.62.5"></a><h4>Parameters</h4>
|
3330
|
-
<div class="informaltable"><table width="100%" border="0">
|
3300
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3331
3301
|
<colgroup>
|
3332
3302
|
<col width="150px" class="parameters_name">
|
3333
3303
|
<col class="parameters_description">
|
@@ -3356,7 +3326,7 @@ g_value_get_float (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3356
3326
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-FLOAT:CAPS" title="G_TYPE_FLOAT"><code class="literal">G_TYPE_FLOAT</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
3357
3327
|
<div class="refsect3">
|
3358
3328
|
<a name="id-1.4.9.7.63.5"></a><h4>Parameters</h4>
|
3359
|
-
<div class="informaltable"><table width="100%" border="0">
|
3329
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3360
3330
|
<colgroup>
|
3361
3331
|
<col width="150px" class="parameters_name">
|
3362
3332
|
<col class="parameters_description">
|
@@ -3373,7 +3343,6 @@ g_value_get_float (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3373
3343
|
<a name="id-1.4.9.7.63.6"></a><h4>Returns</h4>
|
3374
3344
|
<p> float contents of <em class="parameter"><code>value</code></em>
|
3375
3345
|
</p>
|
3376
|
-
<p></p>
|
3377
3346
|
</div>
|
3378
3347
|
</div>
|
3379
3348
|
<hr>
|
@@ -3384,7 +3353,7 @@ g_value_get_float (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3384
3353
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-DOUBLE:CAPS" title="G_TYPE_PARAM_DOUBLE"><code class="literal">G_TYPE_PARAM_DOUBLE</code></a>.</p>
|
3385
3354
|
<div class="refsect3">
|
3386
3355
|
<a name="id-1.4.9.7.64.5"></a><h4>Parameters</h4>
|
3387
|
-
<div class="informaltable"><table width="100%" border="0">
|
3356
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3388
3357
|
<colgroup>
|
3389
3358
|
<col width="150px" class="parameters_name">
|
3390
3359
|
<col class="parameters_description">
|
@@ -3400,7 +3369,6 @@ g_value_get_float (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3400
3369
|
<div class="refsect3">
|
3401
3370
|
<a name="id-1.4.9.7.64.6"></a><h4>Returns</h4>
|
3402
3371
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3403
|
-
<p></p>
|
3404
3372
|
</div>
|
3405
3373
|
</div>
|
3406
3374
|
<hr>
|
@@ -3411,7 +3379,7 @@ g_value_get_float (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3411
3379
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecDouble" title="struct GParamSpecDouble"><span class="type">GParamSpecDouble</span></a>.</p>
|
3412
3380
|
<div class="refsect3">
|
3413
3381
|
<a name="id-1.4.9.7.65.5"></a><h4>Parameters</h4>
|
3414
|
-
<div class="informaltable"><table width="100%" border="0">
|
3382
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3415
3383
|
<colgroup>
|
3416
3384
|
<col width="150px" class="parameters_name">
|
3417
3385
|
<col class="parameters_description">
|
@@ -3433,7 +3401,7 @@ g_value_get_float (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3433
3401
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-DOUBLE:CAPS" title="G_TYPE_DOUBLE"><code class="literal">G_TYPE_DOUBLE</code></a>.</p>
|
3434
3402
|
<div class="refsect3">
|
3435
3403
|
<a name="id-1.4.9.7.66.5"></a><h4>Parameters</h4>
|
3436
|
-
<div class="informaltable"><table width="100%" border="0">
|
3404
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3437
3405
|
<colgroup>
|
3438
3406
|
<col width="150px" class="parameters_name">
|
3439
3407
|
<col class="parameters_description">
|
@@ -3449,7 +3417,6 @@ g_value_get_float (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3449
3417
|
<div class="refsect3">
|
3450
3418
|
<a name="id-1.4.9.7.66.6"></a><h4>Returns</h4>
|
3451
3419
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3452
|
-
<p></p>
|
3453
3420
|
</div>
|
3454
3421
|
</div>
|
3455
3422
|
<hr>
|
@@ -3468,7 +3435,7 @@ property.</p>
|
|
3468
3435
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
3469
3436
|
<div class="refsect3">
|
3470
3437
|
<a name="id-1.4.9.7.67.6"></a><h4>Parameters</h4>
|
3471
|
-
<div class="informaltable"><table width="100%" border="0">
|
3438
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3472
3439
|
<colgroup>
|
3473
3440
|
<col width="150px" class="parameters_name">
|
3474
3441
|
<col class="parameters_description">
|
@@ -3529,7 +3496,7 @@ g_value_set_double (<em class="parameter"><code><a class="link" href="gobject-Ge
|
|
3529
3496
|
.</p>
|
3530
3497
|
<div class="refsect3">
|
3531
3498
|
<a name="id-1.4.9.7.68.5"></a><h4>Parameters</h4>
|
3532
|
-
<div class="informaltable"><table width="100%" border="0">
|
3499
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3533
3500
|
<colgroup>
|
3534
3501
|
<col width="150px" class="parameters_name">
|
3535
3502
|
<col class="parameters_description">
|
@@ -3558,7 +3525,7 @@ g_value_get_double (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3558
3525
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-DOUBLE:CAPS" title="G_TYPE_DOUBLE"><code class="literal">G_TYPE_DOUBLE</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
3559
3526
|
<div class="refsect3">
|
3560
3527
|
<a name="id-1.4.9.7.69.5"></a><h4>Parameters</h4>
|
3561
|
-
<div class="informaltable"><table width="100%" border="0">
|
3528
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3562
3529
|
<colgroup>
|
3563
3530
|
<col width="150px" class="parameters_name">
|
3564
3531
|
<col class="parameters_description">
|
@@ -3575,7 +3542,6 @@ g_value_get_double (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3575
3542
|
<a name="id-1.4.9.7.69.6"></a><h4>Returns</h4>
|
3576
3543
|
<p> double contents of <em class="parameter"><code>value</code></em>
|
3577
3544
|
</p>
|
3578
|
-
<p></p>
|
3579
3545
|
</div>
|
3580
3546
|
</div>
|
3581
3547
|
<hr>
|
@@ -3586,7 +3552,7 @@ g_value_get_double (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3586
3552
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-ENUM:CAPS" title="G_TYPE_PARAM_ENUM"><code class="literal">G_TYPE_PARAM_ENUM</code></a>.</p>
|
3587
3553
|
<div class="refsect3">
|
3588
3554
|
<a name="id-1.4.9.7.70.5"></a><h4>Parameters</h4>
|
3589
|
-
<div class="informaltable"><table width="100%" border="0">
|
3555
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3590
3556
|
<colgroup>
|
3591
3557
|
<col width="150px" class="parameters_name">
|
3592
3558
|
<col class="parameters_description">
|
@@ -3602,7 +3568,6 @@ g_value_get_double (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3602
3568
|
<div class="refsect3">
|
3603
3569
|
<a name="id-1.4.9.7.70.6"></a><h4>Returns</h4>
|
3604
3570
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3605
|
-
<p></p>
|
3606
3571
|
</div>
|
3607
3572
|
</div>
|
3608
3573
|
<hr>
|
@@ -3613,7 +3578,7 @@ g_value_get_double (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3613
3578
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecEnum" title="struct GParamSpecEnum"><span class="type">GParamSpecEnum</span></a>.</p>
|
3614
3579
|
<div class="refsect3">
|
3615
3580
|
<a name="id-1.4.9.7.71.5"></a><h4>Parameters</h4>
|
3616
|
-
<div class="informaltable"><table width="100%" border="0">
|
3581
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3617
3582
|
<colgroup>
|
3618
3583
|
<col width="150px" class="parameters_name">
|
3619
3584
|
<col class="parameters_description">
|
@@ -3635,7 +3600,7 @@ g_value_get_double (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3635
3600
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values derived from type <a class="link" href="gobject-Type-Information.html#G-TYPE-ENUM:CAPS" title="G_TYPE_ENUM"><code class="literal">G_TYPE_ENUM</code></a>.</p>
|
3636
3601
|
<div class="refsect3">
|
3637
3602
|
<a name="id-1.4.9.7.72.5"></a><h4>Parameters</h4>
|
3638
|
-
<div class="informaltable"><table width="100%" border="0">
|
3603
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3639
3604
|
<colgroup>
|
3640
3605
|
<col width="150px" class="parameters_name">
|
3641
3606
|
<col class="parameters_description">
|
@@ -3651,7 +3616,6 @@ g_value_get_double (<em class="parameter"><code>const <a class="link" href="gobj
|
|
3651
3616
|
<div class="refsect3">
|
3652
3617
|
<a name="id-1.4.9.7.72.6"></a><h4>Returns</h4>
|
3653
3618
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3654
|
-
<p></p>
|
3655
3619
|
</div>
|
3656
3620
|
</div>
|
3657
3621
|
<hr>
|
@@ -3669,7 +3633,7 @@ property.</p>
|
|
3669
3633
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
3670
3634
|
<div class="refsect3">
|
3671
3635
|
<a name="id-1.4.9.7.73.6"></a><h4>Parameters</h4>
|
3672
|
-
<div class="informaltable"><table width="100%" border="0">
|
3636
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3673
3637
|
<colgroup>
|
3674
3638
|
<col width="150px" class="parameters_name">
|
3675
3639
|
<col class="parameters_description">
|
@@ -3725,7 +3689,7 @@ g_value_set_enum (<em class="parameter"><code><a class="link" href="gobject-Gene
|
|
3725
3689
|
.</p>
|
3726
3690
|
<div class="refsect3">
|
3727
3691
|
<a name="id-1.4.9.7.74.5"></a><h4>Parameters</h4>
|
3728
|
-
<div class="informaltable"><table width="100%" border="0">
|
3692
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3729
3693
|
<colgroup>
|
3730
3694
|
<col width="150px" class="parameters_name">
|
3731
3695
|
<col class="parameters_description">
|
@@ -3754,7 +3718,7 @@ g_value_get_enum (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
3754
3718
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-ENUM:CAPS" title="G_TYPE_ENUM"><code class="literal">G_TYPE_ENUM</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
3755
3719
|
<div class="refsect3">
|
3756
3720
|
<a name="id-1.4.9.7.75.5"></a><h4>Parameters</h4>
|
3757
|
-
<div class="informaltable"><table width="100%" border="0">
|
3721
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3758
3722
|
<colgroup>
|
3759
3723
|
<col width="150px" class="parameters_name">
|
3760
3724
|
<col class="parameters_description">
|
@@ -3771,7 +3735,6 @@ g_value_get_enum (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
3771
3735
|
<a name="id-1.4.9.7.75.6"></a><h4>Returns</h4>
|
3772
3736
|
<p> enum contents of <em class="parameter"><code>value</code></em>
|
3773
3737
|
</p>
|
3774
|
-
<p></p>
|
3775
3738
|
</div>
|
3776
3739
|
</div>
|
3777
3740
|
<hr>
|
@@ -3782,7 +3745,7 @@ g_value_get_enum (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
3782
3745
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-FLAGS:CAPS" title="G_TYPE_PARAM_FLAGS"><code class="literal">G_TYPE_PARAM_FLAGS</code></a>.</p>
|
3783
3746
|
<div class="refsect3">
|
3784
3747
|
<a name="id-1.4.9.7.76.5"></a><h4>Parameters</h4>
|
3785
|
-
<div class="informaltable"><table width="100%" border="0">
|
3748
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3786
3749
|
<colgroup>
|
3787
3750
|
<col width="150px" class="parameters_name">
|
3788
3751
|
<col class="parameters_description">
|
@@ -3798,7 +3761,6 @@ g_value_get_enum (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
3798
3761
|
<div class="refsect3">
|
3799
3762
|
<a name="id-1.4.9.7.76.6"></a><h4>Returns</h4>
|
3800
3763
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3801
|
-
<p></p>
|
3802
3764
|
</div>
|
3803
3765
|
</div>
|
3804
3766
|
<hr>
|
@@ -3809,7 +3771,7 @@ g_value_get_enum (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
3809
3771
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecFlags" title="struct GParamSpecFlags"><span class="type">GParamSpecFlags</span></a>.</p>
|
3810
3772
|
<div class="refsect3">
|
3811
3773
|
<a name="id-1.4.9.7.77.5"></a><h4>Parameters</h4>
|
3812
|
-
<div class="informaltable"><table width="100%" border="0">
|
3774
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3813
3775
|
<colgroup>
|
3814
3776
|
<col width="150px" class="parameters_name">
|
3815
3777
|
<col class="parameters_description">
|
@@ -3831,7 +3793,7 @@ g_value_get_enum (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
3831
3793
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values derived from type <a class="link" href="gobject-Type-Information.html#G-TYPE-FLAGS:CAPS" title="G_TYPE_FLAGS"><code class="literal">G_TYPE_FLAGS</code></a>.</p>
|
3832
3794
|
<div class="refsect3">
|
3833
3795
|
<a name="id-1.4.9.7.78.5"></a><h4>Parameters</h4>
|
3834
|
-
<div class="informaltable"><table width="100%" border="0">
|
3796
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3835
3797
|
<colgroup>
|
3836
3798
|
<col width="150px" class="parameters_name">
|
3837
3799
|
<col class="parameters_description">
|
@@ -3847,7 +3809,6 @@ g_value_get_enum (<em class="parameter"><code>const <a class="link" href="gobjec
|
|
3847
3809
|
<div class="refsect3">
|
3848
3810
|
<a name="id-1.4.9.7.78.6"></a><h4>Returns</h4>
|
3849
3811
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3850
|
-
<p></p>
|
3851
3812
|
</div>
|
3852
3813
|
</div>
|
3853
3814
|
<hr>
|
@@ -3865,7 +3826,7 @@ property.</p>
|
|
3865
3826
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
3866
3827
|
<div class="refsect3">
|
3867
3828
|
<a name="id-1.4.9.7.79.6"></a><h4>Parameters</h4>
|
3868
|
-
<div class="informaltable"><table width="100%" border="0">
|
3829
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3869
3830
|
<colgroup>
|
3870
3831
|
<col width="150px" class="parameters_name">
|
3871
3832
|
<col class="parameters_description">
|
@@ -3921,7 +3882,7 @@ g_value_set_flags (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
3921
3882
|
.</p>
|
3922
3883
|
<div class="refsect3">
|
3923
3884
|
<a name="id-1.4.9.7.80.5"></a><h4>Parameters</h4>
|
3924
|
-
<div class="informaltable"><table width="100%" border="0">
|
3885
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3925
3886
|
<colgroup>
|
3926
3887
|
<col width="150px" class="parameters_name">
|
3927
3888
|
<col class="parameters_description">
|
@@ -3950,7 +3911,7 @@ g_value_get_flags (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3950
3911
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-FLAGS:CAPS" title="G_TYPE_FLAGS"><code class="literal">G_TYPE_FLAGS</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
3951
3912
|
<div class="refsect3">
|
3952
3913
|
<a name="id-1.4.9.7.81.5"></a><h4>Parameters</h4>
|
3953
|
-
<div class="informaltable"><table width="100%" border="0">
|
3914
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3954
3915
|
<colgroup>
|
3955
3916
|
<col width="150px" class="parameters_name">
|
3956
3917
|
<col class="parameters_description">
|
@@ -3967,7 +3928,6 @@ g_value_get_flags (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3967
3928
|
<a name="id-1.4.9.7.81.6"></a><h4>Returns</h4>
|
3968
3929
|
<p> flags contents of <em class="parameter"><code>value</code></em>
|
3969
3930
|
</p>
|
3970
|
-
<p></p>
|
3971
3931
|
</div>
|
3972
3932
|
</div>
|
3973
3933
|
<hr>
|
@@ -3978,7 +3938,7 @@ g_value_get_flags (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3978
3938
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-STRING:CAPS" title="G_TYPE_PARAM_STRING"><code class="literal">G_TYPE_PARAM_STRING</code></a>.</p>
|
3979
3939
|
<div class="refsect3">
|
3980
3940
|
<a name="id-1.4.9.7.82.5"></a><h4>Parameters</h4>
|
3981
|
-
<div class="informaltable"><table width="100%" border="0">
|
3941
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3982
3942
|
<colgroup>
|
3983
3943
|
<col width="150px" class="parameters_name">
|
3984
3944
|
<col class="parameters_description">
|
@@ -3994,7 +3954,6 @@ g_value_get_flags (<em class="parameter"><code>const <a class="link" href="gobje
|
|
3994
3954
|
<div class="refsect3">
|
3995
3955
|
<a name="id-1.4.9.7.82.6"></a><h4>Returns</h4>
|
3996
3956
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3997
|
-
<p></p>
|
3998
3957
|
</div>
|
3999
3958
|
</div>
|
4000
3959
|
<hr>
|
@@ -4005,7 +3964,7 @@ g_value_get_flags (<em class="parameter"><code>const <a class="link" href="gobje
|
|
4005
3964
|
<p>Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecString" title="struct GParamSpecString"><span class="type">GParamSpecString</span></a>.</p>
|
4006
3965
|
<div class="refsect3">
|
4007
3966
|
<a name="id-1.4.9.7.83.5"></a><h4>Parameters</h4>
|
4008
|
-
<div class="informaltable"><table width="100%" border="0">
|
3967
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4009
3968
|
<colgroup>
|
4010
3969
|
<col width="150px" class="parameters_name">
|
4011
3970
|
<col class="parameters_description">
|
@@ -4027,7 +3986,7 @@ g_value_get_flags (<em class="parameter"><code>const <a class="link" href="gobje
|
|
4027
3986
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-STRING:CAPS" title="G_TYPE_STRING"><code class="literal">G_TYPE_STRING</code></a>.</p>
|
4028
3987
|
<div class="refsect3">
|
4029
3988
|
<a name="id-1.4.9.7.84.5"></a><h4>Parameters</h4>
|
4030
|
-
<div class="informaltable"><table width="100%" border="0">
|
3989
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4031
3990
|
<colgroup>
|
4032
3991
|
<col width="150px" class="parameters_name">
|
4033
3992
|
<col class="parameters_description">
|
@@ -4043,7 +4002,6 @@ g_value_get_flags (<em class="parameter"><code>const <a class="link" href="gobje
|
|
4043
4002
|
<div class="refsect3">
|
4044
4003
|
<a name="id-1.4.9.7.84.6"></a><h4>Returns</h4>
|
4045
4004
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
4046
|
-
<p></p>
|
4047
4005
|
</div>
|
4048
4006
|
</div>
|
4049
4007
|
<hr>
|
@@ -4059,7 +4017,7 @@ g_param_spec_string (<em class="parameter"><code>const <a href="../glib/glib-Bas
|
|
4059
4017
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
4060
4018
|
<div class="refsect3">
|
4061
4019
|
<a name="id-1.4.9.7.85.6"></a><h4>Parameters</h4>
|
4062
|
-
<div class="informaltable"><table width="100%" border="0">
|
4020
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4063
4021
|
<colgroup>
|
4064
4022
|
<col width="150px" class="parameters_name">
|
4065
4023
|
<col class="parameters_description">
|
@@ -4083,8 +4041,8 @@ g_param_spec_string (<em class="parameter"><code>const <a href="../glib/glib-Bas
|
|
4083
4041
|
</tr>
|
4084
4042
|
<tr>
|
4085
4043
|
<td class="parameter_name"><p>default_value</p></td>
|
4086
|
-
<td class="parameter_description"><p>default value for the property specified</p></td>
|
4087
|
-
<td class="parameter_annotations">
|
4044
|
+
<td class="parameter_description"><p> default value for the property specified. </p></td>
|
4045
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4088
4046
|
</tr>
|
4089
4047
|
<tr>
|
4090
4048
|
<td class="parameter_name"><p>flags</p></td>
|
@@ -4110,7 +4068,7 @@ g_value_set_string (<em class="parameter"><code><a class="link" href="gobject-Ge
|
|
4110
4068
|
.</p>
|
4111
4069
|
<div class="refsect3">
|
4112
4070
|
<a name="id-1.4.9.7.86.5"></a><h4>Parameters</h4>
|
4113
|
-
<div class="informaltable"><table width="100%" border="0">
|
4071
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4114
4072
|
<colgroup>
|
4115
4073
|
<col width="150px" class="parameters_name">
|
4116
4074
|
<col class="parameters_description">
|
@@ -4143,7 +4101,7 @@ The string is assumed to be static, and is thus not duplicated
|
|
4143
4101
|
when setting the <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
4144
4102
|
<div class="refsect3">
|
4145
4103
|
<a name="id-1.4.9.7.87.5"></a><h4>Parameters</h4>
|
4146
|
-
<div class="informaltable"><table width="100%" border="0">
|
4104
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4147
4105
|
<colgroup>
|
4148
4106
|
<col width="150px" class="parameters_name">
|
4149
4107
|
<col class="parameters_description">
|
@@ -4174,7 +4132,7 @@ g_value_take_string (<em class="parameter"><code><a class="link" href="gobject-G
|
|
4174
4132
|
.</p>
|
4175
4133
|
<div class="refsect3">
|
4176
4134
|
<a name="id-1.4.9.7.88.5"></a><h4>Parameters</h4>
|
4177
|
-
<div class="informaltable"><table width="100%" border="0">
|
4135
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4178
4136
|
<colgroup>
|
4179
4137
|
<col width="150px" class="parameters_name">
|
4180
4138
|
<col class="parameters_description">
|
@@ -4194,7 +4152,7 @@ g_value_take_string (<em class="parameter"><code><a class="link" href="gobject-G
|
|
4194
4152
|
</tbody>
|
4195
4153
|
</table></div>
|
4196
4154
|
</div>
|
4197
|
-
<p class="since">Since 2.4</p>
|
4155
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
4198
4156
|
</div>
|
4199
4157
|
<hr>
|
4200
4158
|
<div class="refsect2">
|
@@ -4209,7 +4167,7 @@ g_value_set_string_take_ownership (<em class="parameter"><code><a class="link" h
|
|
4209
4167
|
<p>This is an internal function introduced mainly for C marshallers.</p>
|
4210
4168
|
<div class="refsect3">
|
4211
4169
|
<a name="id-1.4.9.7.89.6"></a><h4>Parameters</h4>
|
4212
|
-
<div class="informaltable"><table width="100%" border="0">
|
4170
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4213
4171
|
<colgroup>
|
4214
4172
|
<col width="150px" class="parameters_name">
|
4215
4173
|
<col class="parameters_description">
|
@@ -4238,7 +4196,7 @@ g_value_get_string (<em class="parameter"><code>const <a class="link" href="gobj
|
|
4238
4196
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-STRING:CAPS" title="G_TYPE_STRING"><code class="literal">G_TYPE_STRING</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
4239
4197
|
<div class="refsect3">
|
4240
4198
|
<a name="id-1.4.9.7.90.5"></a><h4>Parameters</h4>
|
4241
|
-
<div class="informaltable"><table width="100%" border="0">
|
4199
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4242
4200
|
<colgroup>
|
4243
4201
|
<col width="150px" class="parameters_name">
|
4244
4202
|
<col class="parameters_description">
|
@@ -4255,7 +4213,6 @@ g_value_get_string (<em class="parameter"><code>const <a class="link" href="gobj
|
|
4255
4213
|
<a name="id-1.4.9.7.90.6"></a><h4>Returns</h4>
|
4256
4214
|
<p> string content of <em class="parameter"><code>value</code></em>
|
4257
4215
|
</p>
|
4258
|
-
<p></p>
|
4259
4216
|
</div>
|
4260
4217
|
</div>
|
4261
4218
|
<hr>
|
@@ -4266,7 +4223,7 @@ g_value_dup_string (<em class="parameter"><code>const <a class="link" href="gobj
|
|
4266
4223
|
<p>Get a copy the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-STRING:CAPS" title="G_TYPE_STRING"><code class="literal">G_TYPE_STRING</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
4267
4224
|
<div class="refsect3">
|
4268
4225
|
<a name="id-1.4.9.7.91.5"></a><h4>Parameters</h4>
|
4269
|
-
<div class="informaltable"><table width="100%" border="0">
|
4226
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4270
4227
|
<colgroup>
|
4271
4228
|
<col width="150px" class="parameters_name">
|
4272
4229
|
<col class="parameters_description">
|
@@ -4283,7 +4240,6 @@ g_value_dup_string (<em class="parameter"><code>const <a class="link" href="gobj
|
|
4283
4240
|
<a name="id-1.4.9.7.91.6"></a><h4>Returns</h4>
|
4284
4241
|
<p> a newly allocated copy of the string content of <em class="parameter"><code>value</code></em>
|
4285
4242
|
</p>
|
4286
|
-
<p></p>
|
4287
4243
|
</div>
|
4288
4244
|
</div>
|
4289
4245
|
<hr>
|
@@ -4294,7 +4250,7 @@ g_value_dup_string (<em class="parameter"><code>const <a class="link" href="gobj
|
|
4294
4250
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-PARAM:CAPS" title="G_TYPE_PARAM_PARAM"><code class="literal">G_TYPE_PARAM_PARAM</code></a>.</p>
|
4295
4251
|
<div class="refsect3">
|
4296
4252
|
<a name="id-1.4.9.7.92.5"></a><h4>Parameters</h4>
|
4297
|
-
<div class="informaltable"><table width="100%" border="0">
|
4253
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4298
4254
|
<colgroup>
|
4299
4255
|
<col width="150px" class="parameters_name">
|
4300
4256
|
<col class="parameters_description">
|
@@ -4310,7 +4266,6 @@ g_value_dup_string (<em class="parameter"><code>const <a class="link" href="gobj
|
|
4310
4266
|
<div class="refsect3">
|
4311
4267
|
<a name="id-1.4.9.7.92.6"></a><h4>Returns</h4>
|
4312
4268
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
4313
|
-
<p></p>
|
4314
4269
|
</div>
|
4315
4270
|
</div>
|
4316
4271
|
<hr>
|
@@ -4321,7 +4276,7 @@ g_value_dup_string (<em class="parameter"><code>const <a class="link" href="gobj
|
|
4321
4276
|
<p>Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecParam" title="struct GParamSpecParam"><span class="type">GParamSpecParam</span></a>.</p>
|
4322
4277
|
<div class="refsect3">
|
4323
4278
|
<a name="id-1.4.9.7.93.5"></a><h4>Parameters</h4>
|
4324
|
-
<div class="informaltable"><table width="100%" border="0">
|
4279
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4325
4280
|
<colgroup>
|
4326
4281
|
<col width="150px" class="parameters_name">
|
4327
4282
|
<col class="parameters_description">
|
@@ -4343,7 +4298,7 @@ g_value_dup_string (<em class="parameter"><code>const <a class="link" href="gobj
|
|
4343
4298
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values derived from type <a class="link" href="gobject-Type-Information.html#G-TYPE-PARAM:CAPS" title="G_TYPE_PARAM"><code class="literal">G_TYPE_PARAM</code></a>.</p>
|
4344
4299
|
<div class="refsect3">
|
4345
4300
|
<a name="id-1.4.9.7.94.5"></a><h4>Parameters</h4>
|
4346
|
-
<div class="informaltable"><table width="100%" border="0">
|
4301
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4347
4302
|
<colgroup>
|
4348
4303
|
<col width="150px" class="parameters_name">
|
4349
4304
|
<col class="parameters_description">
|
@@ -4359,7 +4314,6 @@ g_value_dup_string (<em class="parameter"><code>const <a class="link" href="gobj
|
|
4359
4314
|
<div class="refsect3">
|
4360
4315
|
<a name="id-1.4.9.7.94.6"></a><h4>Returns</h4>
|
4361
4316
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
4362
|
-
<p></p>
|
4363
4317
|
</div>
|
4364
4318
|
</div>
|
4365
4319
|
<hr>
|
@@ -4376,7 +4330,7 @@ property.</p>
|
|
4376
4330
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
4377
4331
|
<div class="refsect3">
|
4378
4332
|
<a name="id-1.4.9.7.95.6"></a><h4>Parameters</h4>
|
4379
|
-
<div class="informaltable"><table width="100%" border="0">
|
4333
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4380
4334
|
<colgroup>
|
4381
4335
|
<col width="150px" class="parameters_name">
|
4382
4336
|
<col class="parameters_description">
|
@@ -4427,7 +4381,7 @@ g_value_set_param (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
4427
4381
|
.</p>
|
4428
4382
|
<div class="refsect3">
|
4429
4383
|
<a name="id-1.4.9.7.96.5"></a><h4>Parameters</h4>
|
4430
|
-
<div class="informaltable"><table width="100%" border="0">
|
4384
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4431
4385
|
<colgroup>
|
4432
4386
|
<col width="150px" class="parameters_name">
|
4433
4387
|
<col class="parameters_description">
|
@@ -4459,9 +4413,10 @@ g_value_take_param (<em class="parameter"><code><a class="link" href="gobject-Ge
|
|
4459
4413
|
over the ownership of the callers reference to <em class="parameter"><code>param</code></em>
|
4460
4414
|
; the caller
|
4461
4415
|
doesn't have to unref it any more.</p>
|
4416
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
4462
4417
|
<div class="refsect3">
|
4463
|
-
<a name="id-1.4.9.7.97.
|
4464
|
-
<div class="informaltable"><table width="100%" border="0">
|
4418
|
+
<a name="id-1.4.9.7.97.6"></a><h4>Parameters</h4>
|
4419
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4465
4420
|
<colgroup>
|
4466
4421
|
<col width="150px" class="parameters_name">
|
4467
4422
|
<col class="parameters_description">
|
@@ -4481,7 +4436,7 @@ doesn't have to unref it any more.</p>
|
|
4481
4436
|
</tbody>
|
4482
4437
|
</table></div>
|
4483
4438
|
</div>
|
4484
|
-
<p class="since">Since 2.4</p>
|
4439
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
4485
4440
|
</div>
|
4486
4441
|
<hr>
|
4487
4442
|
<div class="refsect2">
|
@@ -4494,9 +4449,10 @@ g_value_set_param_take_ownership (<em class="parameter"><code><a class="link" hr
|
|
4494
4449
|
<p>Use <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-take-param" title="g_value_take_param ()"><code class="function">g_value_take_param()</code></a> instead.</p>
|
4495
4450
|
</div>
|
4496
4451
|
<p>This is an internal function introduced mainly for C marshallers.</p>
|
4452
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
4497
4453
|
<div class="refsect3">
|
4498
|
-
<a name="id-1.4.9.7.98.
|
4499
|
-
<div class="informaltable"><table width="100%" border="0">
|
4454
|
+
<a name="id-1.4.9.7.98.7"></a><h4>Parameters</h4>
|
4455
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4500
4456
|
<colgroup>
|
4501
4457
|
<col width="150px" class="parameters_name">
|
4502
4458
|
<col class="parameters_description">
|
@@ -4525,7 +4481,7 @@ g_value_get_param (<em class="parameter"><code>const <a class="link" href="gobje
|
|
4525
4481
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-PARAM:CAPS" title="G_TYPE_PARAM"><code class="literal">G_TYPE_PARAM</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
4526
4482
|
<div class="refsect3">
|
4527
4483
|
<a name="id-1.4.9.7.99.5"></a><h4>Parameters</h4>
|
4528
|
-
<div class="informaltable"><table width="100%" border="0">
|
4484
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4529
4485
|
<colgroup>
|
4530
4486
|
<col width="150px" class="parameters_name">
|
4531
4487
|
<col class="parameters_description">
|
@@ -4552,9 +4508,10 @@ g_value_get_param (<em class="parameter"><code>const <a class="link" href="gobje
|
|
4552
4508
|
g_value_dup_param (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
|
4553
4509
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-PARAM:CAPS" title="G_TYPE_PARAM"><code class="literal">G_TYPE_PARAM</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>, increasing its
|
4554
4510
|
reference count.</p>
|
4511
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
4555
4512
|
<div class="refsect3">
|
4556
|
-
<a name="id-1.4.9.7.100.
|
4557
|
-
<div class="informaltable"><table width="100%" border="0">
|
4513
|
+
<a name="id-1.4.9.7.100.6"></a><h4>Parameters</h4>
|
4514
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4558
4515
|
<colgroup>
|
4559
4516
|
<col width="150px" class="parameters_name">
|
4560
4517
|
<col class="parameters_description">
|
@@ -4568,11 +4525,10 @@ reference count.</p>
|
|
4568
4525
|
</table></div>
|
4569
4526
|
</div>
|
4570
4527
|
<div class="refsect3">
|
4571
|
-
<a name="id-1.4.9.7.100.
|
4528
|
+
<a name="id-1.4.9.7.100.7"></a><h4>Returns</h4>
|
4572
4529
|
<p> <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> content of <em class="parameter"><code>value</code></em>
|
4573
4530
|
, should be unreferenced when
|
4574
4531
|
no longer needed.</p>
|
4575
|
-
<p></p>
|
4576
4532
|
</div>
|
4577
4533
|
</div>
|
4578
4534
|
<hr>
|
@@ -4583,7 +4539,7 @@ no longer needed.</p>
|
|
4583
4539
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-BOXED:CAPS" title="G_TYPE_PARAM_BOXED"><code class="literal">G_TYPE_PARAM_BOXED</code></a>.</p>
|
4584
4540
|
<div class="refsect3">
|
4585
4541
|
<a name="id-1.4.9.7.101.5"></a><h4>Parameters</h4>
|
4586
|
-
<div class="informaltable"><table width="100%" border="0">
|
4542
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4587
4543
|
<colgroup>
|
4588
4544
|
<col width="150px" class="parameters_name">
|
4589
4545
|
<col class="parameters_description">
|
@@ -4599,7 +4555,6 @@ no longer needed.</p>
|
|
4599
4555
|
<div class="refsect3">
|
4600
4556
|
<a name="id-1.4.9.7.101.6"></a><h4>Returns</h4>
|
4601
4557
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
4602
|
-
<p></p>
|
4603
4558
|
</div>
|
4604
4559
|
</div>
|
4605
4560
|
<hr>
|
@@ -4610,7 +4565,7 @@ no longer needed.</p>
|
|
4610
4565
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecBoxed" title="struct GParamSpecBoxed"><span class="type">GParamSpecBoxed</span></a>.</p>
|
4611
4566
|
<div class="refsect3">
|
4612
4567
|
<a name="id-1.4.9.7.102.5"></a><h4>Parameters</h4>
|
4613
|
-
<div class="informaltable"><table width="100%" border="0">
|
4568
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4614
4569
|
<colgroup>
|
4615
4570
|
<col width="150px" class="parameters_name">
|
4616
4571
|
<col class="parameters_description">
|
@@ -4633,7 +4588,7 @@ no longer needed.</p>
|
|
4633
4588
|
from type <a class="link" href="gobject-Type-Information.html#G-TYPE-BOXED:CAPS" title="G_TYPE_BOXED"><code class="literal">G_TYPE_BOXED</code></a>.</p>
|
4634
4589
|
<div class="refsect3">
|
4635
4590
|
<a name="id-1.4.9.7.103.5"></a><h4>Parameters</h4>
|
4636
|
-
<div class="informaltable"><table width="100%" border="0">
|
4591
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4637
4592
|
<colgroup>
|
4638
4593
|
<col width="150px" class="parameters_name">
|
4639
4594
|
<col class="parameters_description">
|
@@ -4649,7 +4604,6 @@ from type <a class="link" href="gobject-Type-Information.html#G-TYPE-BOXED:CAPS"
|
|
4649
4604
|
<div class="refsect3">
|
4650
4605
|
<a name="id-1.4.9.7.103.6"></a><h4>Returns</h4>
|
4651
4606
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
4652
|
-
<p></p>
|
4653
4607
|
</div>
|
4654
4608
|
</div>
|
4655
4609
|
<hr>
|
@@ -4666,7 +4620,7 @@ derived property.</p>
|
|
4666
4620
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
4667
4621
|
<div class="refsect3">
|
4668
4622
|
<a name="id-1.4.9.7.104.6"></a><h4>Parameters</h4>
|
4669
|
-
<div class="informaltable"><table width="100%" border="0">
|
4623
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4670
4624
|
<colgroup>
|
4671
4625
|
<col width="150px" class="parameters_name">
|
4672
4626
|
<col class="parameters_description">
|
@@ -4717,7 +4671,7 @@ g_value_set_boxed (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
4717
4671
|
.</p>
|
4718
4672
|
<div class="refsect3">
|
4719
4673
|
<a name="id-1.4.9.7.105.5"></a><h4>Parameters</h4>
|
4720
|
-
<div class="informaltable"><table width="100%" border="0">
|
4674
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4721
4675
|
<colgroup>
|
4722
4676
|
<col width="150px" class="parameters_name">
|
4723
4677
|
<col class="parameters_description">
|
@@ -4750,7 +4704,7 @@ The boxed value is assumed to be static, and is thus not duplicated
|
|
4750
4704
|
when setting the <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
4751
4705
|
<div class="refsect3">
|
4752
4706
|
<a name="id-1.4.9.7.106.5"></a><h4>Parameters</h4>
|
4753
|
-
<div class="informaltable"><table width="100%" border="0">
|
4707
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4754
4708
|
<colgroup>
|
4755
4709
|
<col width="150px" class="parameters_name">
|
4756
4710
|
<col class="parameters_description">
|
@@ -4784,7 +4738,7 @@ and takes over the ownership of the callers reference to <em class="parameter"><
|
|
4784
4738
|
the caller doesn't have to unref it any more.</p>
|
4785
4739
|
<div class="refsect3">
|
4786
4740
|
<a name="id-1.4.9.7.107.5"></a><h4>Parameters</h4>
|
4787
|
-
<div class="informaltable"><table width="100%" border="0">
|
4741
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4788
4742
|
<colgroup>
|
4789
4743
|
<col width="150px" class="parameters_name">
|
4790
4744
|
<col class="parameters_description">
|
@@ -4804,7 +4758,7 @@ the caller doesn't have to unref it any more.</p>
|
|
4804
4758
|
</tbody>
|
4805
4759
|
</table></div>
|
4806
4760
|
</div>
|
4807
|
-
<p class="since">Since 2.4</p>
|
4761
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
4808
4762
|
</div>
|
4809
4763
|
<hr>
|
4810
4764
|
<div class="refsect2">
|
@@ -4819,7 +4773,7 @@ g_value_set_boxed_take_ownership (<em class="parameter"><code><a class="link" hr
|
|
4819
4773
|
<p>This is an internal function introduced mainly for C marshallers.</p>
|
4820
4774
|
<div class="refsect3">
|
4821
4775
|
<a name="id-1.4.9.7.108.6"></a><h4>Parameters</h4>
|
4822
|
-
<div class="informaltable"><table width="100%" border="0">
|
4776
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4823
4777
|
<colgroup>
|
4824
4778
|
<col width="150px" class="parameters_name">
|
4825
4779
|
<col class="parameters_description">
|
@@ -4848,7 +4802,7 @@ g_value_get_boxed (<em class="parameter"><code>const <a class="link" href="gobje
|
|
4848
4802
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-BOXED:CAPS" title="G_TYPE_BOXED"><code class="literal">G_TYPE_BOXED</code></a> derived <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
4849
4803
|
<div class="refsect3">
|
4850
4804
|
<a name="id-1.4.9.7.109.5"></a><h4>Parameters</h4>
|
4851
|
-
<div class="informaltable"><table width="100%" border="0">
|
4805
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4852
4806
|
<colgroup>
|
4853
4807
|
<col width="150px" class="parameters_name">
|
4854
4808
|
<col class="parameters_description">
|
@@ -4878,9 +4832,10 @@ the boxed value is duplicated and needs to be later freed with
|
|
4878
4832
|
<a class="link" href="gobject-Boxed-Types.html#g-boxed-free" title="g_boxed_free ()"><code class="function">g_boxed_free()</code></a>, e.g. like: g_boxed_free (G_VALUE_TYPE (<em class="parameter"><code>value</code></em>
|
4879
4833
|
),
|
4880
4834
|
return_value);</p>
|
4835
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
4881
4836
|
<div class="refsect3">
|
4882
|
-
<a name="id-1.4.9.7.110.
|
4883
|
-
<div class="informaltable"><table width="100%" border="0">
|
4837
|
+
<a name="id-1.4.9.7.110.6"></a><h4>Parameters</h4>
|
4838
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4884
4839
|
<colgroup>
|
4885
4840
|
<col width="150px" class="parameters_name">
|
4886
4841
|
<col class="parameters_description">
|
@@ -4894,10 +4849,9 @@ return_value);</p>
|
|
4894
4849
|
</table></div>
|
4895
4850
|
</div>
|
4896
4851
|
<div class="refsect3">
|
4897
|
-
<a name="id-1.4.9.7.110.
|
4852
|
+
<a name="id-1.4.9.7.110.7"></a><h4>Returns</h4>
|
4898
4853
|
<p> boxed contents of <em class="parameter"><code>value</code></em>
|
4899
4854
|
</p>
|
4900
|
-
<p></p>
|
4901
4855
|
</div>
|
4902
4856
|
</div>
|
4903
4857
|
<hr>
|
@@ -4908,7 +4862,7 @@ return_value);</p>
|
|
4908
4862
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-POINTER:CAPS" title="G_TYPE_PARAM_POINTER"><code class="literal">G_TYPE_PARAM_POINTER</code></a>.</p>
|
4909
4863
|
<div class="refsect3">
|
4910
4864
|
<a name="id-1.4.9.7.111.5"></a><h4>Parameters</h4>
|
4911
|
-
<div class="informaltable"><table width="100%" border="0">
|
4865
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4912
4866
|
<colgroup>
|
4913
4867
|
<col width="150px" class="parameters_name">
|
4914
4868
|
<col class="parameters_description">
|
@@ -4924,7 +4878,6 @@ return_value);</p>
|
|
4924
4878
|
<div class="refsect3">
|
4925
4879
|
<a name="id-1.4.9.7.111.6"></a><h4>Returns</h4>
|
4926
4880
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
4927
|
-
<p></p>
|
4928
4881
|
</div>
|
4929
4882
|
</div>
|
4930
4883
|
<hr>
|
@@ -4935,7 +4888,7 @@ return_value);</p>
|
|
4935
4888
|
<p>Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecPointer" title="struct GParamSpecPointer"><span class="type">GParamSpecPointer</span></a>.</p>
|
4936
4889
|
<div class="refsect3">
|
4937
4890
|
<a name="id-1.4.9.7.112.5"></a><h4>Parameters</h4>
|
4938
|
-
<div class="informaltable"><table width="100%" border="0">
|
4891
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4939
4892
|
<colgroup>
|
4940
4893
|
<col width="150px" class="parameters_name">
|
4941
4894
|
<col class="parameters_description">
|
@@ -4957,7 +4910,7 @@ return_value);</p>
|
|
4957
4910
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-POINTER:CAPS" title="G_TYPE_POINTER"><code class="literal">G_TYPE_POINTER</code></a>.</p>
|
4958
4911
|
<div class="refsect3">
|
4959
4912
|
<a name="id-1.4.9.7.113.5"></a><h4>Parameters</h4>
|
4960
|
-
<div class="informaltable"><table width="100%" border="0">
|
4913
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4961
4914
|
<colgroup>
|
4962
4915
|
<col width="150px" class="parameters_name">
|
4963
4916
|
<col class="parameters_description">
|
@@ -4973,7 +4926,6 @@ return_value);</p>
|
|
4973
4926
|
<div class="refsect3">
|
4974
4927
|
<a name="id-1.4.9.7.113.6"></a><h4>Returns</h4>
|
4975
4928
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
4976
|
-
<p></p>
|
4977
4929
|
</div>
|
4978
4930
|
</div>
|
4979
4931
|
<hr>
|
@@ -4990,7 +4942,7 @@ Where possible, it is better to use <a class="link" href="gobject-Standard-Param
|
|
4990
4942
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
4991
4943
|
<div class="refsect3">
|
4992
4944
|
<a name="id-1.4.9.7.114.6"></a><h4>Parameters</h4>
|
4993
|
-
<div class="informaltable"><table width="100%" border="0">
|
4945
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4994
4946
|
<colgroup>
|
4995
4947
|
<col width="150px" class="parameters_name">
|
4996
4948
|
<col class="parameters_description">
|
@@ -5036,7 +4988,7 @@ g_value_set_pointer (<em class="parameter"><code><a class="link" href="gobject-G
|
|
5036
4988
|
.</p>
|
5037
4989
|
<div class="refsect3">
|
5038
4990
|
<a name="id-1.4.9.7.115.5"></a><h4>Parameters</h4>
|
5039
|
-
<div class="informaltable"><table width="100%" border="0">
|
4991
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5040
4992
|
<colgroup>
|
5041
4993
|
<col width="150px" class="parameters_name">
|
5042
4994
|
<col class="parameters_description">
|
@@ -5065,7 +5017,7 @@ g_value_get_pointer (<em class="parameter"><code>const <a class="link" href="gob
|
|
5065
5017
|
<p>Get the contents of a pointer <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
5066
5018
|
<div class="refsect3">
|
5067
5019
|
<a name="id-1.4.9.7.116.5"></a><h4>Parameters</h4>
|
5068
|
-
<div class="informaltable"><table width="100%" border="0">
|
5020
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5069
5021
|
<colgroup>
|
5070
5022
|
<col width="150px" class="parameters_name">
|
5071
5023
|
<col class="parameters_description">
|
@@ -5093,7 +5045,7 @@ g_value_get_pointer (<em class="parameter"><code>const <a class="link" href="gob
|
|
5093
5045
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-OBJECT:CAPS" title="G_TYPE_PARAM_OBJECT"><code class="literal">G_TYPE_PARAM_OBJECT</code></a>.</p>
|
5094
5046
|
<div class="refsect3">
|
5095
5047
|
<a name="id-1.4.9.7.117.5"></a><h4>Parameters</h4>
|
5096
|
-
<div class="informaltable"><table width="100%" border="0">
|
5048
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5097
5049
|
<colgroup>
|
5098
5050
|
<col width="150px" class="parameters_name">
|
5099
5051
|
<col class="parameters_description">
|
@@ -5109,7 +5061,6 @@ g_value_get_pointer (<em class="parameter"><code>const <a class="link" href="gob
|
|
5109
5061
|
<div class="refsect3">
|
5110
5062
|
<a name="id-1.4.9.7.117.6"></a><h4>Returns</h4>
|
5111
5063
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
5112
|
-
<p></p>
|
5113
5064
|
</div>
|
5114
5065
|
</div>
|
5115
5066
|
<hr>
|
@@ -5120,7 +5071,7 @@ g_value_get_pointer (<em class="parameter"><code>const <a class="link" href="gob
|
|
5120
5071
|
<p>Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecObject" title="struct GParamSpecObject"><span class="type">GParamSpecObject</span></a>.</p>
|
5121
5072
|
<div class="refsect3">
|
5122
5073
|
<a name="id-1.4.9.7.118.5"></a><h4>Parameters</h4>
|
5123
|
-
<div class="informaltable"><table width="100%" border="0">
|
5074
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5124
5075
|
<colgroup>
|
5125
5076
|
<col width="150px" class="parameters_name">
|
5126
5077
|
<col class="parameters_description">
|
@@ -5142,7 +5093,7 @@ g_value_get_pointer (<em class="parameter"><code>const <a class="link" href="gob
|
|
5142
5093
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values derived from type <a class="link" href="gobject-Type-Information.html#G-TYPE-OBJECT:CAPS" title="G_TYPE_OBJECT"><code class="literal">G_TYPE_OBJECT</code></a>.</p>
|
5143
5094
|
<div class="refsect3">
|
5144
5095
|
<a name="id-1.4.9.7.119.5"></a><h4>Parameters</h4>
|
5145
|
-
<div class="informaltable"><table width="100%" border="0">
|
5096
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5146
5097
|
<colgroup>
|
5147
5098
|
<col width="150px" class="parameters_name">
|
5148
5099
|
<col class="parameters_description">
|
@@ -5158,7 +5109,6 @@ g_value_get_pointer (<em class="parameter"><code>const <a class="link" href="gob
|
|
5158
5109
|
<div class="refsect3">
|
5159
5110
|
<a name="id-1.4.9.7.119.6"></a><h4>Returns</h4>
|
5160
5111
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
5161
|
-
<p></p>
|
5162
5112
|
</div>
|
5163
5113
|
</div>
|
5164
5114
|
<hr>
|
@@ -5175,7 +5125,7 @@ derived property.</p>
|
|
5175
5125
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
5176
5126
|
<div class="refsect3">
|
5177
5127
|
<a name="id-1.4.9.7.120.6"></a><h4>Parameters</h4>
|
5178
|
-
<div class="informaltable"><table width="100%" border="0">
|
5128
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5179
5129
|
<colgroup>
|
5180
5130
|
<col width="150px" class="parameters_name">
|
5181
5131
|
<col class="parameters_description">
|
@@ -5237,7 +5187,7 @@ own, or one it has taken) to ensure that the object won't be destroyed while
|
|
5237
5187
|
the <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> still exists).</p>
|
5238
5188
|
<div class="refsect3">
|
5239
5189
|
<a name="id-1.4.9.7.121.7"></a><h4>Parameters</h4>
|
5240
|
-
<div class="informaltable"><table width="100%" border="0">
|
5190
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5241
5191
|
<colgroup>
|
5242
5192
|
<col width="150px" class="parameters_name">
|
5243
5193
|
<col class="parameters_description">
|
@@ -5273,9 +5223,10 @@ count of the object is not increased).</p>
|
|
5273
5223
|
<p>If you want the <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> to hold its own reference to <em class="parameter"><code>v_object</code></em>
|
5274
5224
|
, use
|
5275
5225
|
<a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-set-object" title="g_value_set_object ()"><code class="function">g_value_set_object()</code></a> instead.</p>
|
5226
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
5276
5227
|
<div class="refsect3">
|
5277
|
-
<a name="id-1.4.9.7.122.
|
5278
|
-
<div class="informaltable"><table width="100%" border="0">
|
5228
|
+
<a name="id-1.4.9.7.122.7"></a><h4>Parameters</h4>
|
5229
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5279
5230
|
<colgroup>
|
5280
5231
|
<col width="150px" class="parameters_name">
|
5281
5232
|
<col class="parameters_description">
|
@@ -5295,7 +5246,7 @@ count of the object is not increased).</p>
|
|
5295
5246
|
</tbody>
|
5296
5247
|
</table></div>
|
5297
5248
|
</div>
|
5298
|
-
<p class="since">Since 2.4</p>
|
5249
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
5299
5250
|
</div>
|
5300
5251
|
<hr>
|
5301
5252
|
<div class="refsect2">
|
@@ -5308,9 +5259,10 @@ g_value_set_object_take_ownership (<em class="parameter"><code><a class="link" h
|
|
5308
5259
|
<p>Use <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-take-object" title="g_value_take_object ()"><code class="function">g_value_take_object()</code></a> instead.</p>
|
5309
5260
|
</div>
|
5310
5261
|
<p>This is an internal function introduced mainly for C marshallers.</p>
|
5262
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
5311
5263
|
<div class="refsect3">
|
5312
|
-
<a name="id-1.4.9.7.123.
|
5313
|
-
<div class="informaltable"><table width="100%" border="0">
|
5264
|
+
<a name="id-1.4.9.7.123.7"></a><h4>Parameters</h4>
|
5265
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5314
5266
|
<colgroup>
|
5315
5267
|
<col width="150px" class="parameters_name">
|
5316
5268
|
<col class="parameters_description">
|
@@ -5339,7 +5291,7 @@ g_value_get_object (<em class="parameter"><code>const <a class="link" href="gobj
|
|
5339
5291
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-OBJECT:CAPS" title="G_TYPE_OBJECT"><code class="literal">G_TYPE_OBJECT</code></a> derived <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
5340
5292
|
<div class="refsect3">
|
5341
5293
|
<a name="id-1.4.9.7.124.5"></a><h4>Parameters</h4>
|
5342
|
-
<div class="informaltable"><table width="100%" border="0">
|
5294
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5343
5295
|
<colgroup>
|
5344
5296
|
<col width="150px" class="parameters_name">
|
5345
5297
|
<col class="parameters_description">
|
@@ -5369,7 +5321,7 @@ its reference count. If the contents of the <a class="link" href="gobject-Generi
|
|
5369
5321
|
<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
|
5370
5322
|
<div class="refsect3">
|
5371
5323
|
<a name="id-1.4.9.7.125.5"></a><h4>Parameters</h4>
|
5372
|
-
<div class="informaltable"><table width="100%" border="0">
|
5324
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5373
5325
|
<colgroup>
|
5374
5326
|
<col width="150px" class="parameters_name">
|
5375
5327
|
<col class="parameters_description">
|
@@ -5398,7 +5350,7 @@ should be unreferenced when no longer needed. </p>
|
|
5398
5350
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-UNICHAR:CAPS" title="G_TYPE_PARAM_UNICHAR"><code class="literal">G_TYPE_PARAM_UNICHAR</code></a>.</p>
|
5399
5351
|
<div class="refsect3">
|
5400
5352
|
<a name="id-1.4.9.7.126.5"></a><h4>Parameters</h4>
|
5401
|
-
<div class="informaltable"><table width="100%" border="0">
|
5353
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5402
5354
|
<colgroup>
|
5403
5355
|
<col width="150px" class="parameters_name">
|
5404
5356
|
<col class="parameters_description">
|
@@ -5414,7 +5366,6 @@ should be unreferenced when no longer needed. </p>
|
|
5414
5366
|
<div class="refsect3">
|
5415
5367
|
<a name="id-1.4.9.7.126.6"></a><h4>Returns</h4>
|
5416
5368
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
5417
|
-
<p></p>
|
5418
5369
|
</div>
|
5419
5370
|
</div>
|
5420
5371
|
<hr>
|
@@ -5425,7 +5376,7 @@ should be unreferenced when no longer needed. </p>
|
|
5425
5376
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecUnichar" title="struct GParamSpecUnichar"><span class="type">GParamSpecUnichar</span></a>.</p>
|
5426
5377
|
<div class="refsect3">
|
5427
5378
|
<a name="id-1.4.9.7.127.5"></a><h4>Parameters</h4>
|
5428
|
-
<div class="informaltable"><table width="100%" border="0">
|
5379
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5429
5380
|
<colgroup>
|
5430
5381
|
<col width="150px" class="parameters_name">
|
5431
5382
|
<col class="parameters_description">
|
@@ -5454,7 +5405,7 @@ property. <a class="link" href="gobject-Generic-values.html#GValue" title="GValu
|
|
5454
5405
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
5455
5406
|
<div class="refsect3">
|
5456
5407
|
<a name="id-1.4.9.7.128.6"></a><h4>Parameters</h4>
|
5457
|
-
<div class="informaltable"><table width="100%" border="0">
|
5408
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5458
5409
|
<colgroup>
|
5459
5410
|
<col width="150px" class="parameters_name">
|
5460
5411
|
<col class="parameters_description">
|
@@ -5507,7 +5458,7 @@ property. <a class="link" href="gobject-Generic-values.html#GValue" title="GValu
|
|
5507
5458
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-VALUE-ARRAY:CAPS" title="G_TYPE_PARAM_VALUE_ARRAY"><code class="literal">G_TYPE_PARAM_VALUE_ARRAY</code></a>.</p>
|
5508
5459
|
<div class="refsect3">
|
5509
5460
|
<a name="id-1.4.9.7.129.6"></a><h4>Parameters</h4>
|
5510
|
-
<div class="informaltable"><table width="100%" border="0">
|
5461
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5511
5462
|
<colgroup>
|
5512
5463
|
<col width="150px" class="parameters_name">
|
5513
5464
|
<col class="parameters_description">
|
@@ -5523,7 +5474,6 @@ property. <a class="link" href="gobject-Generic-values.html#GValue" title="GValu
|
|
5523
5474
|
<div class="refsect3">
|
5524
5475
|
<a name="id-1.4.9.7.129.7"></a><h4>Returns</h4>
|
5525
5476
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
5526
|
-
<p></p>
|
5527
5477
|
</div>
|
5528
5478
|
</div>
|
5529
5479
|
<hr>
|
@@ -5538,7 +5488,7 @@ property. <a class="link" href="gobject-Generic-values.html#GValue" title="GValu
|
|
5538
5488
|
<p>Cast a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> instance into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecValueArray" title="struct GParamSpecValueArray"><span class="type">GParamSpecValueArray</span></a>.</p>
|
5539
5489
|
<div class="refsect3">
|
5540
5490
|
<a name="id-1.4.9.7.130.6"></a><h4>Parameters</h4>
|
5541
|
-
<div class="informaltable"><table width="100%" border="0">
|
5491
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5542
5492
|
<colgroup>
|
5543
5493
|
<col width="150px" class="parameters_name">
|
5544
5494
|
<col class="parameters_description">
|
@@ -5566,9 +5516,10 @@ g_param_spec_value_array (<em class="parameter"><code>const <a href="../glib/gli
|
|
5566
5516
|
<a class="link" href="gobject-Type-Information.html#G-TYPE-BOXED:CAPS" title="G_TYPE_BOXED"><code class="literal">G_TYPE_BOXED</code></a> type, as such, <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structures for this property
|
5567
5517
|
can be accessed with <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-set-boxed" title="g_value_set_boxed ()"><code class="function">g_value_set_boxed()</code></a> and <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#g-value-get-boxed" title="g_value_get_boxed ()"><code class="function">g_value_get_boxed()</code></a>.</p>
|
5568
5518
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
5519
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
5569
5520
|
<div class="refsect3">
|
5570
|
-
<a name="id-1.4.9.7.131.
|
5571
|
-
<div class="informaltable"><table width="100%" border="0">
|
5521
|
+
<a name="id-1.4.9.7.131.7"></a><h4>Parameters</h4>
|
5522
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5572
5523
|
<colgroup>
|
5573
5524
|
<col width="150px" class="parameters_name">
|
5574
5525
|
<col class="parameters_description">
|
@@ -5605,9 +5556,8 @@ arrays of this property, may be <a href="../glib/glib-Standard-Macros.html#NULL:
|
|
5605
5556
|
</table></div>
|
5606
5557
|
</div>
|
5607
5558
|
<div class="refsect3">
|
5608
|
-
<a name="id-1.4.9.7.131.
|
5559
|
+
<a name="id-1.4.9.7.131.8"></a><h4>Returns</h4>
|
5609
5560
|
<p> a newly created parameter specification</p>
|
5610
|
-
<p></p>
|
5611
5561
|
</div>
|
5612
5562
|
</div>
|
5613
5563
|
<hr>
|
@@ -5618,7 +5568,7 @@ arrays of this property, may be <a href="../glib/glib-Standard-Macros.html#NULL:
|
|
5618
5568
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-OVERRIDE:CAPS" title="G_TYPE_PARAM_OVERRIDE"><code class="literal">G_TYPE_PARAM_OVERRIDE</code></a>.</p>
|
5619
5569
|
<div class="refsect3">
|
5620
5570
|
<a name="id-1.4.9.7.132.5"></a><h4>Parameters</h4>
|
5621
|
-
<div class="informaltable"><table width="100%" border="0">
|
5571
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5622
5572
|
<colgroup>
|
5623
5573
|
<col width="150px" class="parameters_name">
|
5624
5574
|
<col class="parameters_description">
|
@@ -5634,9 +5584,8 @@ arrays of this property, may be <a href="../glib/glib-Standard-Macros.html#NULL:
|
|
5634
5584
|
<div class="refsect3">
|
5635
5585
|
<a name="id-1.4.9.7.132.6"></a><h4>Returns</h4>
|
5636
5586
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
5637
|
-
<p></p>
|
5638
5587
|
</div>
|
5639
|
-
<p class="since">Since 2.4</p>
|
5588
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
5640
5589
|
</div>
|
5641
5590
|
<hr>
|
5642
5591
|
<div class="refsect2">
|
@@ -5646,7 +5595,7 @@ arrays of this property, may be <a href="../glib/glib-Standard-Macros.html#NULL:
|
|
5646
5595
|
<p>Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecOverride" title="struct GParamSpecOverride"><span class="type">GParamSpecOverride</span></a>.</p>
|
5647
5596
|
<div class="refsect3">
|
5648
5597
|
<a name="id-1.4.9.7.133.5"></a><h4>Parameters</h4>
|
5649
|
-
<div class="informaltable"><table width="100%" border="0">
|
5598
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5650
5599
|
<colgroup>
|
5651
5600
|
<col width="150px" class="parameters_name">
|
5652
5601
|
<col class="parameters_description">
|
@@ -5659,7 +5608,7 @@ arrays of this property, may be <a href="../glib/glib-Standard-Macros.html#NULL:
|
|
5659
5608
|
</tr></tbody>
|
5660
5609
|
</table></div>
|
5661
5610
|
</div>
|
5662
|
-
<p class="since">Since 2.4</p>
|
5611
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
5663
5612
|
</div>
|
5664
5613
|
<hr>
|
5665
5614
|
<div class="refsect2">
|
@@ -5670,9 +5619,10 @@ g_param_spec_override (<em class="parameter"><code>const <a href="../glib/glib-B
|
|
5670
5619
|
<p>Creates a new property of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecOverride" title="struct GParamSpecOverride"><span class="type">GParamSpecOverride</span></a>. This is used
|
5671
5620
|
to direct operations to another paramspec, and will not be directly
|
5672
5621
|
useful unless you are implementing a new base type similar to GObject.</p>
|
5622
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
5673
5623
|
<div class="refsect3">
|
5674
|
-
<a name="id-1.4.9.7.134.
|
5675
|
-
<div class="informaltable"><table width="100%" border="0">
|
5624
|
+
<a name="id-1.4.9.7.134.6"></a><h4>Parameters</h4>
|
5625
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5676
5626
|
<colgroup>
|
5677
5627
|
<col width="150px" class="parameters_name">
|
5678
5628
|
<col class="parameters_description">
|
@@ -5693,11 +5643,10 @@ useful unless you are implementing a new base type similar to GObject.</p>
|
|
5693
5643
|
</table></div>
|
5694
5644
|
</div>
|
5695
5645
|
<div class="refsect3">
|
5696
|
-
<a name="id-1.4.9.7.134.
|
5646
|
+
<a name="id-1.4.9.7.134.7"></a><h4>Returns</h4>
|
5697
5647
|
<p> the newly created <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a></p>
|
5698
|
-
<p></p>
|
5699
5648
|
</div>
|
5700
|
-
<p class="since">Since 2.4</p>
|
5649
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
5701
5650
|
</div>
|
5702
5651
|
<hr>
|
5703
5652
|
<div class="refsect2">
|
@@ -5707,7 +5656,7 @@ useful unless you are implementing a new base type similar to GObject.</p>
|
|
5707
5656
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-GTYPE:CAPS" title="G_TYPE_PARAM_GTYPE"><code class="literal">G_TYPE_PARAM_GTYPE</code></a>.</p>
|
5708
5657
|
<div class="refsect3">
|
5709
5658
|
<a name="id-1.4.9.7.135.5"></a><h4>Parameters</h4>
|
5710
|
-
<div class="informaltable"><table width="100%" border="0">
|
5659
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5711
5660
|
<colgroup>
|
5712
5661
|
<col width="150px" class="parameters_name">
|
5713
5662
|
<col class="parameters_description">
|
@@ -5723,9 +5672,8 @@ useful unless you are implementing a new base type similar to GObject.</p>
|
|
5723
5672
|
<div class="refsect3">
|
5724
5673
|
<a name="id-1.4.9.7.135.6"></a><h4>Returns</h4>
|
5725
5674
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success. </p>
|
5726
|
-
<p></p>
|
5727
5675
|
</div>
|
5728
|
-
<p class="since">Since 2.10</p>
|
5676
|
+
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
|
5729
5677
|
</div>
|
5730
5678
|
<hr>
|
5731
5679
|
<div class="refsect2">
|
@@ -5735,7 +5683,7 @@ useful unless you are implementing a new base type similar to GObject.</p>
|
|
5735
5683
|
<p>Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecGType" title="struct GParamSpecGType"><span class="type">GParamSpecGType</span></a>.</p>
|
5736
5684
|
<div class="refsect3">
|
5737
5685
|
<a name="id-1.4.9.7.136.5"></a><h4>Parameters</h4>
|
5738
|
-
<div class="informaltable"><table width="100%" border="0">
|
5686
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5739
5687
|
<colgroup>
|
5740
5688
|
<col width="150px" class="parameters_name">
|
5741
5689
|
<col class="parameters_description">
|
@@ -5748,7 +5696,7 @@ useful unless you are implementing a new base type similar to GObject.</p>
|
|
5748
5696
|
</tr></tbody>
|
5749
5697
|
</table></div>
|
5750
5698
|
</div>
|
5751
|
-
<p class="since">Since 2.10</p>
|
5699
|
+
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
|
5752
5700
|
</div>
|
5753
5701
|
<hr>
|
5754
5702
|
<div class="refsect2">
|
@@ -5758,7 +5706,7 @@ useful unless you are implementing a new base type similar to GObject.</p>
|
|
5758
5706
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-GTYPE:CAPS" title="G_TYPE_GTYPE"><code class="literal">G_TYPE_GTYPE</code></a>.</p>
|
5759
5707
|
<div class="refsect3">
|
5760
5708
|
<a name="id-1.4.9.7.137.5"></a><h4>Parameters</h4>
|
5761
|
-
<div class="informaltable"><table width="100%" border="0">
|
5709
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5762
5710
|
<colgroup>
|
5763
5711
|
<col width="150px" class="parameters_name">
|
5764
5712
|
<col class="parameters_description">
|
@@ -5774,9 +5722,8 @@ useful unless you are implementing a new base type similar to GObject.</p>
|
|
5774
5722
|
<div class="refsect3">
|
5775
5723
|
<a name="id-1.4.9.7.137.6"></a><h4>Returns</h4>
|
5776
5724
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
5777
|
-
<p></p>
|
5778
5725
|
</div>
|
5779
|
-
<p class="since">Since 2.12</p>
|
5726
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
5780
5727
|
</div>
|
5781
5728
|
<hr>
|
5782
5729
|
<div class="refsect2">
|
@@ -5792,7 +5739,7 @@ g_param_spec_gtype (<em class="parameter"><code>const <a href="../glib/glib-Basi
|
|
5792
5739
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
5793
5740
|
<div class="refsect3">
|
5794
5741
|
<a name="id-1.4.9.7.138.6"></a><h4>Parameters</h4>
|
5795
|
-
<div class="informaltable"><table width="100%" border="0">
|
5742
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5796
5743
|
<colgroup>
|
5797
5744
|
<col width="150px" class="parameters_name">
|
5798
5745
|
<col class="parameters_description">
|
@@ -5833,7 +5780,7 @@ of the property (use <a class="link" href="gobject-Type-Information.html#G-TYPE-
|
|
5833
5780
|
<p> a newly created parameter specification. </p>
|
5834
5781
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
5835
5782
|
</div>
|
5836
|
-
<p class="since">Since 2.10</p>
|
5783
|
+
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
|
5837
5784
|
</div>
|
5838
5785
|
<hr>
|
5839
5786
|
<div class="refsect2">
|
@@ -5843,7 +5790,7 @@ g_value_get_gtype (<em class="parameter"><code>const <a class="link" href="gobje
|
|
5843
5790
|
<p>Get the contents of a <a class="link" href="gobject-Type-Information.html#G-TYPE-GTYPE:CAPS" title="G_TYPE_GTYPE"><code class="literal">G_TYPE_GTYPE</code></a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
5844
5791
|
<div class="refsect3">
|
5845
5792
|
<a name="id-1.4.9.7.139.5"></a><h4>Parameters</h4>
|
5846
|
-
<div class="informaltable"><table width="100%" border="0">
|
5793
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5847
5794
|
<colgroup>
|
5848
5795
|
<col width="150px" class="parameters_name">
|
5849
5796
|
<col class="parameters_description">
|
@@ -5860,9 +5807,8 @@ g_value_get_gtype (<em class="parameter"><code>const <a class="link" href="gobje
|
|
5860
5807
|
<a name="id-1.4.9.7.139.6"></a><h4>Returns</h4>
|
5861
5808
|
<p> the <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> stored in <em class="parameter"><code>value</code></em>
|
5862
5809
|
</p>
|
5863
|
-
<p></p>
|
5864
5810
|
</div>
|
5865
|
-
<p class="since">Since 2.12</p>
|
5811
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
5866
5812
|
</div>
|
5867
5813
|
<hr>
|
5868
5814
|
<div class="refsect2">
|
@@ -5874,7 +5820,7 @@ g_value_set_gtype (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
5874
5820
|
.</p>
|
5875
5821
|
<div class="refsect3">
|
5876
5822
|
<a name="id-1.4.9.7.140.5"></a><h4>Parameters</h4>
|
5877
|
-
<div class="informaltable"><table width="100%" border="0">
|
5823
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5878
5824
|
<colgroup>
|
5879
5825
|
<col width="150px" class="parameters_name">
|
5880
5826
|
<col class="parameters_description">
|
@@ -5894,7 +5840,7 @@ g_value_set_gtype (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
5894
5840
|
</tbody>
|
5895
5841
|
</table></div>
|
5896
5842
|
</div>
|
5897
|
-
<p class="since">Since 2.12</p>
|
5843
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
5898
5844
|
</div>
|
5899
5845
|
<hr>
|
5900
5846
|
<div class="refsect2">
|
@@ -5904,7 +5850,7 @@ g_value_set_gtype (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
5904
5850
|
<p>Checks whether the given <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> is of type <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#G-TYPE-PARAM-VARIANT:CAPS" title="G_TYPE_PARAM_VARIANT"><code class="literal">G_TYPE_PARAM_VARIANT</code></a>.</p>
|
5905
5851
|
<div class="refsect3">
|
5906
5852
|
<a name="id-1.4.9.7.141.5"></a><h4>Parameters</h4>
|
5907
|
-
<div class="informaltable"><table width="100%" border="0">
|
5853
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5908
5854
|
<colgroup>
|
5909
5855
|
<col width="150px" class="parameters_name">
|
5910
5856
|
<col class="parameters_description">
|
@@ -5920,9 +5866,8 @@ g_value_set_gtype (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
5920
5866
|
<div class="refsect3">
|
5921
5867
|
<a name="id-1.4.9.7.141.6"></a><h4>Returns</h4>
|
5922
5868
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
|
5923
|
-
<p></p>
|
5924
5869
|
</div>
|
5925
|
-
<p class="since">Since 2.26</p>
|
5870
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
5926
5871
|
</div>
|
5927
5872
|
<hr>
|
5928
5873
|
<div class="refsect2">
|
@@ -5932,7 +5877,7 @@ g_value_set_gtype (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
5932
5877
|
<p>Casts a <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> into a <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecVariant" title="struct GParamSpecVariant"><span class="type">GParamSpecVariant</span></a>.</p>
|
5933
5878
|
<div class="refsect3">
|
5934
5879
|
<a name="id-1.4.9.7.142.5"></a><h4>Parameters</h4>
|
5935
|
-
<div class="informaltable"><table width="100%" border="0">
|
5880
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5936
5881
|
<colgroup>
|
5937
5882
|
<col width="150px" class="parameters_name">
|
5938
5883
|
<col class="parameters_description">
|
@@ -5945,7 +5890,7 @@ g_value_set_gtype (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
5945
5890
|
</tr></tbody>
|
5946
5891
|
</table></div>
|
5947
5892
|
</div>
|
5948
|
-
<p class="since">Since 2.26</p>
|
5893
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
5949
5894
|
</div>
|
5950
5895
|
<hr>
|
5951
5896
|
<div class="refsect2">
|
@@ -5955,7 +5900,7 @@ g_value_set_gtype (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
5955
5900
|
<p>Checks whether the given <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> can hold values of type <a class="link" href="gobject-Type-Information.html#G-TYPE-VARIANT:CAPS" title="G_TYPE_VARIANT"><code class="literal">G_TYPE_VARIANT</code></a>.</p>
|
5956
5901
|
<div class="refsect3">
|
5957
5902
|
<a name="id-1.4.9.7.143.5"></a><h4>Parameters</h4>
|
5958
|
-
<div class="informaltable"><table width="100%" border="0">
|
5903
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5959
5904
|
<colgroup>
|
5960
5905
|
<col width="150px" class="parameters_name">
|
5961
5906
|
<col class="parameters_description">
|
@@ -5971,9 +5916,8 @@ g_value_set_gtype (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
5971
5916
|
<div class="refsect3">
|
5972
5917
|
<a name="id-1.4.9.7.143.6"></a><h4>Returns</h4>
|
5973
5918
|
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
5974
|
-
<p></p>
|
5975
5919
|
</div>
|
5976
|
-
<p class="since">Since 2.26</p>
|
5920
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
5977
5921
|
</div>
|
5978
5922
|
<hr>
|
5979
5923
|
<div class="refsect2">
|
@@ -5981,7 +5925,7 @@ g_value_set_gtype (<em class="parameter"><code><a class="link" href="gobject-Gen
|
|
5981
5925
|
<pre class="programlisting">#define G_TYPE_PARAM_VARIANT (g_param_spec_types[22])
|
5982
5926
|
</pre>
|
5983
5927
|
<p>The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> of <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecVariant" title="struct GParamSpecVariant"><span class="type">GParamSpecVariant</span></a>.</p>
|
5984
|
-
<p class="since">Since 2.26</p>
|
5928
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
5985
5929
|
</div>
|
5986
5930
|
<hr>
|
5987
5931
|
<div class="refsect2">
|
@@ -6000,7 +5944,7 @@ property.</p>
|
|
6000
5944
|
<p>See <a class="link" href="gobject-GParamSpec.html#g-param-spec-internal" title="g_param_spec_internal ()"><code class="function">g_param_spec_internal()</code></a> for details on property names.</p>
|
6001
5945
|
<div class="refsect3">
|
6002
5946
|
<a name="id-1.4.9.7.145.7"></a><h4>Parameters</h4>
|
6003
|
-
<div class="informaltable"><table width="100%" border="0">
|
5947
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6004
5948
|
<colgroup>
|
6005
5949
|
<col width="150px" class="parameters_name">
|
6006
5950
|
<col class="parameters_description">
|
@@ -6047,7 +5991,7 @@ use as the default value, or <a href="../glib/glib-Standard-Macros.html#NULL:CAP
|
|
6047
5991
|
<p> the newly created <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a>. </p>
|
6048
5992
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
6049
5993
|
</div>
|
6050
|
-
<p class="since">Since 2.26</p>
|
5994
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
6051
5995
|
</div>
|
6052
5996
|
<hr>
|
6053
5997
|
<div class="refsect2">
|
@@ -6057,7 +6001,7 @@ g_value_get_variant (<em class="parameter"><code>const <a class="link" href="gob
|
|
6057
6001
|
<p>Get the contents of a variant <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>.</p>
|
6058
6002
|
<div class="refsect3">
|
6059
6003
|
<a name="id-1.4.9.7.146.5"></a><h4>Parameters</h4>
|
6060
|
-
<div class="informaltable"><table width="100%" border="0">
|
6004
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6061
6005
|
<colgroup>
|
6062
6006
|
<col width="150px" class="parameters_name">
|
6063
6007
|
<col class="parameters_description">
|
@@ -6074,9 +6018,8 @@ g_value_get_variant (<em class="parameter"><code>const <a class="link" href="gob
|
|
6074
6018
|
<a name="id-1.4.9.7.146.6"></a><h4>Returns</h4>
|
6075
6019
|
<p> variant contents of <em class="parameter"><code>value</code></em>
|
6076
6020
|
</p>
|
6077
|
-
<p></p>
|
6078
6021
|
</div>
|
6079
|
-
<p class="since">Since 2.26</p>
|
6022
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
6080
6023
|
</div>
|
6081
6024
|
<hr>
|
6082
6025
|
<div class="refsect2">
|
@@ -6086,7 +6029,7 @@ g_value_dup_variant (<em class="parameter"><code>const <a class="link" href="gob
|
|
6086
6029
|
<p>Get the contents of a variant <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>, increasing its refcount.</p>
|
6087
6030
|
<div class="refsect3">
|
6088
6031
|
<a name="id-1.4.9.7.147.5"></a><h4>Parameters</h4>
|
6089
|
-
<div class="informaltable"><table width="100%" border="0">
|
6032
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6090
6033
|
<colgroup>
|
6091
6034
|
<col width="150px" class="parameters_name">
|
6092
6035
|
<col class="parameters_description">
|
@@ -6104,9 +6047,8 @@ g_value_dup_variant (<em class="parameter"><code>const <a class="link" href="gob
|
|
6104
6047
|
<p> variant contents of <em class="parameter"><code>value</code></em>
|
6105
6048
|
, should be unrefed using
|
6106
6049
|
<a href="../glib/glib-GVariant.html#g-variant-unref"><code class="function">g_variant_unref()</code></a> when no longer needed</p>
|
6107
|
-
<p></p>
|
6108
6050
|
</div>
|
6109
|
-
<p class="since">Since 2.26</p>
|
6051
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
6110
6052
|
</div>
|
6111
6053
|
<hr>
|
6112
6054
|
<div class="refsect2">
|
@@ -6119,7 +6061,7 @@ g_value_set_variant (<em class="parameter"><code><a class="link" href="gobject-G
|
|
6119
6061
|
If the variant is floating, it is consumed.</p>
|
6120
6062
|
<div class="refsect3">
|
6121
6063
|
<a name="id-1.4.9.7.148.5"></a><h4>Parameters</h4>
|
6122
|
-
<div class="informaltable"><table width="100%" border="0">
|
6064
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6123
6065
|
<colgroup>
|
6124
6066
|
<col width="150px" class="parameters_name">
|
6125
6067
|
<col class="parameters_description">
|
@@ -6139,7 +6081,7 @@ If the variant is floating, it is consumed.</p>
|
|
6139
6081
|
</tbody>
|
6140
6082
|
</table></div>
|
6141
6083
|
</div>
|
6142
|
-
<p class="since">Since 2.26</p>
|
6084
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
6143
6085
|
</div>
|
6144
6086
|
<hr>
|
6145
6087
|
<div class="refsect2">
|
@@ -6162,7 +6104,7 @@ a hard reference.</p>
|
|
6162
6104
|
<p>This is an internal function introduced mainly for C marshallers.</p>
|
6163
6105
|
<div class="refsect3">
|
6164
6106
|
<a name="id-1.4.9.7.149.8"></a><h4>Parameters</h4>
|
6165
|
-
<div class="informaltable"><table width="100%" border="0">
|
6107
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6166
6108
|
<colgroup>
|
6167
6109
|
<col width="150px" class="parameters_name">
|
6168
6110
|
<col class="parameters_description">
|
@@ -6177,12 +6119,12 @@ a hard reference.</p>
|
|
6177
6119
|
<tr>
|
6178
6120
|
<td class="parameter_name"><p>variant</p></td>
|
6179
6121
|
<td class="parameter_description"><p> a <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6180
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6122
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
6181
6123
|
</tr>
|
6182
6124
|
</tbody>
|
6183
6125
|
</table></div>
|
6184
6126
|
</div>
|
6185
|
-
<p class="since">Since 2.26</p>
|
6127
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
6186
6128
|
</div>
|
6187
6129
|
</div>
|
6188
6130
|
<div class="refsect1">
|
@@ -6205,7 +6147,7 @@ a hard reference.</p>
|
|
6205
6147
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for boolean properties.</p>
|
6206
6148
|
<div class="refsect3">
|
6207
6149
|
<a name="id-1.4.9.8.3.5"></a><h4>Members</h4>
|
6208
|
-
<div class="informaltable"><table width="100%" border="0">
|
6150
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6209
6151
|
<colgroup>
|
6210
6152
|
<col width="300px" class="struct_members_name">
|
6211
6153
|
<col class="struct_members_description">
|
@@ -6247,7 +6189,7 @@ a hard reference.</p>
|
|
6247
6189
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for character properties.</p>
|
6248
6190
|
<div class="refsect3">
|
6249
6191
|
<a name="id-1.4.9.8.5.5"></a><h4>Members</h4>
|
6250
|
-
<div class="informaltable"><table width="100%" border="0">
|
6192
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6251
6193
|
<colgroup>
|
6252
6194
|
<col width="300px" class="struct_members_name">
|
6253
6195
|
<col class="struct_members_description">
|
@@ -6299,7 +6241,7 @@ a hard reference.</p>
|
|
6299
6241
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for unsigned character properties.</p>
|
6300
6242
|
<div class="refsect3">
|
6301
6243
|
<a name="id-1.4.9.8.7.5"></a><h4>Members</h4>
|
6302
|
-
<div class="informaltable"><table width="100%" border="0">
|
6244
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6303
6245
|
<colgroup>
|
6304
6246
|
<col width="300px" class="struct_members_name">
|
6305
6247
|
<col class="struct_members_description">
|
@@ -6351,7 +6293,7 @@ a hard reference.</p>
|
|
6351
6293
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for integer properties.</p>
|
6352
6294
|
<div class="refsect3">
|
6353
6295
|
<a name="id-1.4.9.8.9.5"></a><h4>Members</h4>
|
6354
|
-
<div class="informaltable"><table width="100%" border="0">
|
6296
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6355
6297
|
<colgroup>
|
6356
6298
|
<col width="300px" class="struct_members_name">
|
6357
6299
|
<col class="struct_members_description">
|
@@ -6403,7 +6345,7 @@ a hard reference.</p>
|
|
6403
6345
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for unsigned integer properties.</p>
|
6404
6346
|
<div class="refsect3">
|
6405
6347
|
<a name="id-1.4.9.8.11.5"></a><h4>Members</h4>
|
6406
|
-
<div class="informaltable"><table width="100%" border="0">
|
6348
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6407
6349
|
<colgroup>
|
6408
6350
|
<col width="300px" class="struct_members_name">
|
6409
6351
|
<col class="struct_members_description">
|
@@ -6455,7 +6397,7 @@ a hard reference.</p>
|
|
6455
6397
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for long integer properties.</p>
|
6456
6398
|
<div class="refsect3">
|
6457
6399
|
<a name="id-1.4.9.8.13.5"></a><h4>Members</h4>
|
6458
|
-
<div class="informaltable"><table width="100%" border="0">
|
6400
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6459
6401
|
<colgroup>
|
6460
6402
|
<col width="300px" class="struct_members_name">
|
6461
6403
|
<col class="struct_members_description">
|
@@ -6507,7 +6449,7 @@ a hard reference.</p>
|
|
6507
6449
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for unsigned long integer properties.</p>
|
6508
6450
|
<div class="refsect3">
|
6509
6451
|
<a name="id-1.4.9.8.15.5"></a><h4>Members</h4>
|
6510
|
-
<div class="informaltable"><table width="100%" border="0">
|
6452
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6511
6453
|
<colgroup>
|
6512
6454
|
<col width="300px" class="struct_members_name">
|
6513
6455
|
<col class="struct_members_description">
|
@@ -6559,7 +6501,7 @@ a hard reference.</p>
|
|
6559
6501
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for 64bit integer properties.</p>
|
6560
6502
|
<div class="refsect3">
|
6561
6503
|
<a name="id-1.4.9.8.17.5"></a><h4>Members</h4>
|
6562
|
-
<div class="informaltable"><table width="100%" border="0">
|
6504
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6563
6505
|
<colgroup>
|
6564
6506
|
<col width="300px" class="struct_members_name">
|
6565
6507
|
<col class="struct_members_description">
|
@@ -6611,7 +6553,7 @@ a hard reference.</p>
|
|
6611
6553
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for unsigned 64bit integer properties.</p>
|
6612
6554
|
<div class="refsect3">
|
6613
6555
|
<a name="id-1.4.9.8.19.5"></a><h4>Members</h4>
|
6614
|
-
<div class="informaltable"><table width="100%" border="0">
|
6556
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6615
6557
|
<colgroup>
|
6616
6558
|
<col width="300px" class="struct_members_name">
|
6617
6559
|
<col class="struct_members_description">
|
@@ -6664,7 +6606,7 @@ a hard reference.</p>
|
|
6664
6606
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for float properties.</p>
|
6665
6607
|
<div class="refsect3">
|
6666
6608
|
<a name="id-1.4.9.8.21.5"></a><h4>Members</h4>
|
6667
|
-
<div class="informaltable"><table width="100%" border="0">
|
6609
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6668
6610
|
<colgroup>
|
6669
6611
|
<col width="300px" class="struct_members_name">
|
6670
6612
|
<col class="struct_members_description">
|
@@ -6724,7 +6666,7 @@ by <a class="link" href="gobject-GParamSpec.html#g-param-values-cmp" title="g_pa
|
|
6724
6666
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for double properties.</p>
|
6725
6667
|
<div class="refsect3">
|
6726
6668
|
<a name="id-1.4.9.8.23.5"></a><h4>Members</h4>
|
6727
|
-
<div class="informaltable"><table width="100%" border="0">
|
6669
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6728
6670
|
<colgroup>
|
6729
6671
|
<col width="300px" class="struct_members_name">
|
6730
6672
|
<col class="struct_members_description">
|
@@ -6783,7 +6725,7 @@ by <a class="link" href="gobject-GParamSpec.html#g-param-values-cmp" title="g_pa
|
|
6783
6725
|
properties.</p>
|
6784
6726
|
<div class="refsect3">
|
6785
6727
|
<a name="id-1.4.9.8.25.5"></a><h4>Members</h4>
|
6786
|
-
<div class="informaltable"><table width="100%" border="0">
|
6728
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6787
6729
|
<colgroup>
|
6788
6730
|
<col width="300px" class="struct_members_name">
|
6789
6731
|
<col class="struct_members_description">
|
@@ -6830,7 +6772,7 @@ properties.</p>
|
|
6830
6772
|
properties.</p>
|
6831
6773
|
<div class="refsect3">
|
6832
6774
|
<a name="id-1.4.9.8.27.5"></a><h4>Members</h4>
|
6833
|
-
<div class="informaltable"><table width="100%" border="0">
|
6775
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6834
6776
|
<colgroup>
|
6835
6777
|
<col width="300px" class="struct_members_name">
|
6836
6778
|
<col class="struct_members_description">
|
@@ -6881,7 +6823,7 @@ properties.</p>
|
|
6881
6823
|
properties.</p>
|
6882
6824
|
<div class="refsect3">
|
6883
6825
|
<a name="id-1.4.9.8.29.5"></a><h4>Members</h4>
|
6884
|
-
<div class="informaltable"><table width="100%" border="0">
|
6826
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6885
6827
|
<colgroup>
|
6886
6828
|
<col width="300px" class="struct_members_name">
|
6887
6829
|
<col class="struct_members_description">
|
@@ -6954,7 +6896,7 @@ or <em class="parameter"><code>cset_nth</code></em>
|
|
6954
6896
|
properties.</p>
|
6955
6897
|
<div class="refsect3">
|
6956
6898
|
<a name="id-1.4.9.8.32.5"></a><h4>Members</h4>
|
6957
|
-
<div class="informaltable"><table width="100%" border="0">
|
6899
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6958
6900
|
<colgroup>
|
6959
6901
|
<col width="300px" class="struct_members_name">
|
6960
6902
|
<col class="struct_members_description">
|
@@ -6985,7 +6927,7 @@ properties.</p>
|
|
6985
6927
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for boxed properties.</p>
|
6986
6928
|
<div class="refsect3">
|
6987
6929
|
<a name="id-1.4.9.8.34.5"></a><h4>Members</h4>
|
6988
|
-
<div class="informaltable"><table width="100%" border="0">
|
6930
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6989
6931
|
<colgroup>
|
6990
6932
|
<col width="300px" class="struct_members_name">
|
6991
6933
|
<col class="struct_members_description">
|
@@ -7016,7 +6958,7 @@ properties.</p>
|
|
7016
6958
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for pointer properties.</p>
|
7017
6959
|
<div class="refsect3">
|
7018
6960
|
<a name="id-1.4.9.8.36.5"></a><h4>Members</h4>
|
7019
|
-
<div class="informaltable"><table width="100%" border="0">
|
6961
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7020
6962
|
<colgroup>
|
7021
6963
|
<col width="300px" class="struct_members_name">
|
7022
6964
|
<col class="struct_members_description">
|
@@ -7047,7 +6989,7 @@ properties.</p>
|
|
7047
6989
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for object properties.</p>
|
7048
6990
|
<div class="refsect3">
|
7049
6991
|
<a name="id-1.4.9.8.38.5"></a><h4>Members</h4>
|
7050
|
-
<div class="informaltable"><table width="100%" border="0">
|
6992
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7051
6993
|
<colgroup>
|
7052
6994
|
<col width="300px" class="struct_members_name">
|
7053
6995
|
<col class="struct_members_description">
|
@@ -7080,7 +7022,7 @@ properties.</p>
|
|
7080
7022
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for unichar (unsigned integer) properties.</p>
|
7081
7023
|
<div class="refsect3">
|
7082
7024
|
<a name="id-1.4.9.8.40.5"></a><h4>Members</h4>
|
7083
|
-
<div class="informaltable"><table width="100%" border="0">
|
7025
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7084
7026
|
<colgroup>
|
7085
7027
|
<col width="300px" class="struct_members_name">
|
7086
7028
|
<col class="struct_members_description">
|
@@ -7124,7 +7066,7 @@ properties.</p>
|
|
7124
7066
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for <a class="link" href="gobject-Value-arrays.html#GValueArray" title="struct GValueArray"><span class="type">GValueArray</span></a> properties.</p>
|
7125
7067
|
<div class="refsect3">
|
7126
7068
|
<a name="id-1.4.9.8.42.5"></a><h4>Members</h4>
|
7127
|
-
<div class="informaltable"><table width="100%" border="0">
|
7069
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7128
7070
|
<colgroup>
|
7129
7071
|
<col width="300px" class="struct_members_name">
|
7130
7072
|
<col class="struct_members_description">
|
@@ -7156,7 +7098,7 @@ properties.</p>
|
|
7156
7098
|
<pre class="programlisting">#define G_TYPE_PARAM_OVERRIDE (g_param_spec_types[20])
|
7157
7099
|
</pre>
|
7158
7100
|
<p>The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> of <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecOverride" title="struct GParamSpecOverride"><span class="type">GParamSpecOverride</span></a>.</p>
|
7159
|
-
<p class="since">Since 2.4</p>
|
7101
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
7160
7102
|
</div>
|
7161
7103
|
<hr>
|
7162
7104
|
<div class="refsect2">
|
@@ -7172,7 +7114,7 @@ blurb, validating a value, and so forth. See
|
|
7172
7114
|
property. <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecOverride" title="struct GParamSpecOverride"><span class="type">GParamSpecOverride</span></a> is used in implementing
|
7173
7115
|
<a class="link" href="gobject-The-Base-Object-Type.html#g-object-class-override-property" title="g_object_class_override_property ()"><code class="function">g_object_class_override_property()</code></a>, and will not be directly useful
|
7174
7116
|
unless you are implementing a new base type similar to GObject.</p>
|
7175
|
-
<p class="since">Since 2.4</p>
|
7117
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
7176
7118
|
</div>
|
7177
7119
|
<hr>
|
7178
7120
|
<div class="refsect2">
|
@@ -7180,7 +7122,7 @@ unless you are implementing a new base type similar to GObject.</p>
|
|
7180
7122
|
<pre class="programlisting">#define G_TYPE_PARAM_GTYPE (g_param_spec_types[21])
|
7181
7123
|
</pre>
|
7182
7124
|
<p>The <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> of <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecGType" title="struct GParamSpecGType"><span class="type">GParamSpecGType</span></a>.</p>
|
7183
|
-
<p class="since">Since 2.10</p>
|
7125
|
+
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
|
7184
7126
|
</div>
|
7185
7127
|
<hr>
|
7186
7128
|
<div class="refsect2">
|
@@ -7193,7 +7135,7 @@ unless you are implementing a new base type similar to GObject.</p>
|
|
7193
7135
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> properties.</p>
|
7194
7136
|
<div class="refsect3">
|
7195
7137
|
<a name="id-1.4.9.8.46.5"></a><h4>Members</h4>
|
7196
|
-
<div class="informaltable"><table width="100%" border="0">
|
7138
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7197
7139
|
<colgroup>
|
7198
7140
|
<col width="300px" class="struct_members_name">
|
7199
7141
|
<col class="struct_members_description">
|
@@ -7213,7 +7155,7 @@ unless you are implementing a new base type similar to GObject.</p>
|
|
7213
7155
|
</tbody>
|
7214
7156
|
</table></div>
|
7215
7157
|
</div>
|
7216
|
-
<p class="since">Since 2.10</p>
|
7158
|
+
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
|
7217
7159
|
</div>
|
7218
7160
|
<hr>
|
7219
7161
|
<div class="refsect2">
|
@@ -7227,7 +7169,7 @@ unless you are implementing a new base type similar to GObject.</p>
|
|
7227
7169
|
<p>A <a class="link" href="gobject-GParamSpec.html#GParamSpec" title="struct GParamSpec"><span class="type">GParamSpec</span></a> derived structure that contains the meta data for <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> properties.</p>
|
7228
7170
|
<div class="refsect3">
|
7229
7171
|
<a name="id-1.4.9.8.47.5"></a><h4>Members</h4>
|
7230
|
-
<div class="informaltable"><table width="100%" border="0">
|
7172
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
7231
7173
|
<colgroup>
|
7232
7174
|
<col width="300px" class="struct_members_name">
|
7233
7175
|
<col class="struct_members_description">
|
@@ -7252,7 +7194,7 @@ unless you are implementing a new base type similar to GObject.</p>
|
|
7252
7194
|
</tbody>
|
7253
7195
|
</table></div>
|
7254
7196
|
</div>
|
7255
|
-
<p class="since">Since 2.26</p>
|
7197
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
7256
7198
|
</div>
|
7257
7199
|
</div>
|
7258
7200
|
<div class="refsect1">
|
@@ -7261,7 +7203,6 @@ unless you are implementing a new base type similar to GObject.</p>
|
|
7261
7203
|
</div>
|
7262
7204
|
</div>
|
7263
7205
|
<div class="footer">
|
7264
|
-
<hr>
|
7265
|
-
Generated by GTK-Doc V1.21.1</div>
|
7206
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
7266
7207
|
</body>
|
7267
7208
|
</html>
|