glib2 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +24 -12
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-variant.c +163 -12
- data/ext/glib2/rbglib.c +31 -8
- data/ext/glib2/rbglib.h +15 -1
- data/ext/glib2/rbglib2conversions.h +3 -0
- data/ext/glib2/rbglib_iochannel.c +0 -3
- data/ext/glib2/rbglib_iochannel_win32_socket.c +0 -1
- data/ext/glib2/rbglib_matchinfo.c +179 -0
- data/ext/glib2/rbglib_regex.c +484 -0
- data/ext/glib2/rbgobj_value.c +7 -1
- data/ext/glib2/rbgprivate.h +2 -0
- data/ext/glib2/rbgutil.c +7 -0
- data/ext/glib2/rbgutil.h +2 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2/regex.rb +29 -0
- data/lib/glib2.rb +2 -1
- data/lib/gnome2/rake/external-package.rb +6 -1
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/lib/gnome2/rake/package.rb +9 -0
- data/lib/gnome2/rake/windows-binary-build-task.rb +35 -11
- data/lib/mkmf-gnome2.rb +3 -1
- data/test/test-match-info.rb +113 -0
- data/test/test-regex.rb +320 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +1 -1
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +2 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.def +993 -984
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/{libnettle-6-1.dll → libnettle-6-2.dll} +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcre-config +133 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gdatagrambased.h +144 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdtlsclientconnection.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsconnection.h +191 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsserverconnection.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +69 -13
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gliststore.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +25 -25
- data/vendor/local/include/glib-2.0/gio/gsocket.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +4 -1
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +13 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +2 -0
- data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +12 -4
- data/vendor/local/include/glib-2.0/glib/gmacros.h +46 -10
- data/vendor/local/include/glib-2.0/glib/gmain.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +7 -5
- data/vendor/local/include/glib-2.0/glib/gmessages.h +8 -8
- data/vendor/local/include/glib-2.0/glib/gnode.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +2 -9
- data/vendor/local/include/glib-2.0/glib/gsequence.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +15 -2
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +10 -57
- data/vendor/local/include/glib-2.0/glib/gtypes.h +61 -6
- data/vendor/local/include/glib-2.0/glib/gunicode.h +15 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +36 -57
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +59 -10
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +0 -7
- data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +0 -1
- data/vendor/local/include/glib-2.0/gobject/gobject.h +8 -4
- data/vendor/local/include/glib-2.0/gobject/gparam.h +5 -2
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +47 -26
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -0
- data/vendor/local/include/gmp.h +56 -24
- data/vendor/local/include/gnutls/gnutls.h +79 -39
- data/vendor/local/include/gnutls/pkcs11.h +6 -0
- data/vendor/local/include/gnutls/pkcs7.h +17 -4
- data/vendor/local/include/gnutls/x509.h +8 -0
- data/vendor/local/include/libintl.h +1 -1
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/rsa.h +72 -0
- data/vendor/local/include/nettle/sha3.h +4 -0
- data/vendor/local/include/nettle/version.h +8 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +3 -3
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -16
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +4 -4
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +3 -3
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +1 -1
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +1 -1
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- data/vendor/local/lib/pkgconfig/libtasn1.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +3 -2
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +5918 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +716 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2922 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10455 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gettext/ABOUT-NLS +382 -413
- data/vendor/local/share/gettext/its/gschema.its +25 -0
- data/vendor/local/share/gettext/its/gschema.loc +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +22 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +4 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +58 -64
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +75 -80
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +50 -51
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +72 -97
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +7 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +174 -160
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +127 -132
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +90 -92
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +43 -46
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +17 -26
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +12 -17
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +45 -52
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +14 -18
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +20 -21
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +41 -48
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +34 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +337 -258
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +23 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +44 -50
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +143 -158
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +59 -54
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +19 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +25 -27
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +48 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +34 -31
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +25 -28
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +105 -122
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +32 -39
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +40 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +17 -28
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +766 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +56 -75
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +468 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1521 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +208 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +16 -19
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +16 -17
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +204 -240
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +13 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +128 -145
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +75 -36
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +10 -13
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +41 -43
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +56 -44
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +20 -23
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +103 -118
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +39 -47
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +32 -44
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +80 -35
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +11 -15
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +138 -145
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +84 -94
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +54 -66
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +34 -42
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +26 -28
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +97 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +18 -23
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +49 -47
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +39 -56
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +30 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +46 -47
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +79 -74
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +325 -200
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -49
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +21 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +258 -162
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -9
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +470 -281
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +27 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +76 -85
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +118 -72
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +28 -33
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +26 -30
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +180 -62
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +51 -28
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +25 -31
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +63 -75
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +49 -54
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +406 -404
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +36 -38
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +30 -31
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +11 -14
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +172 -46
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +96 -37
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +64 -66
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +256 -63
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +150 -49
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +46 -51
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +21 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +21 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +26 -27
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +21 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +211 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +283 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +107 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +459 -8
- data/vendor/local/share/gtk-doc/html/gio/application.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +29 -172
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +187 -27
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +15 -34
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +16 -137
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +26 -87
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +37 -121
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +132 -176
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +19 -71
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +24 -908
- data/vendor/local/share/gtk-doc/html/gio/{ch33s06.html → ch34s06.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch33s07.html → ch34s07.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +94 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +141 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +201 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +199 -200
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +89 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +77 -87
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +19 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +43 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +47 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +20 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +9 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +147 -114
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +12 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +13 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2066 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +29 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +54 -75
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +27 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +194 -140
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -7
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -6
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +41 -45
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +204 -137
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +22 -44
- data/vendor/local/share/gtk-doc/html/gio/networking.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +20 -5
- data/vendor/local/share/gtk-doc/html/gio/registry.html +32 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/tls.html +12 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +16 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +7 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +12 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +46 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +80 -9
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +68 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +254 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +130 -144
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +19 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +33 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +22 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +89 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +384 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +100 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +83 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +14 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +49 -64
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +141 -156
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +32 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +24 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +28 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +108 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +98 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +89 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +93 -125
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +50 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +189 -171
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +99 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +172 -217
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +32 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +430 -451
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +53 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +12 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +167 -192
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +58 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +14 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +70 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +68 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +166 -183
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +33 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +80 -92
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +101 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +102 -75
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +133 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +192 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +107 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +69 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +12 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +199 -230
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +54 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +24 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +29 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +187 -173
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +13 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +104 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +62 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +26 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +15 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +13 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +210 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +95 -101
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +306 -268
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +373 -369
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +79 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +316 -319
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +12 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +44 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +20 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +44 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +21 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +200 -220
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +51 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +25 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +4 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +14 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +44 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +149 -149
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +11 -12
- data/vendor/local/share/gtk-doc/html/glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +36 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +53 -57
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +72 -77
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +34 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +22 -17
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +85 -135
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +80 -144
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +59 -75
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +20 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +68 -89
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +227 -218
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +48 -57
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +125 -96
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +78 -90
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +143 -138
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +226 -285
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +306 -289
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +450 -448
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +22 -23
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +11 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +32 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +134 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +4 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +89 -98
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +119 -112
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +199 -183
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +30 -30
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +32 -33
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +80 -32
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +73 -53
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +52 -50
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +255 -133
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +147 -111
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +65 -122
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +93 -79
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +80 -54
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +82 -87
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +126 -62
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +61 -54
- data/vendor/local/share/gtk-doc/html/gobject/index.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +98 -198
- data/vendor/local/share/gtk-doc/html/gobject/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +9 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +22 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -13
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +3 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +3 -18
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +3 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +22 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +7 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -4
- data/vendor/local/share/info/gmp.info +153 -158
- data/vendor/local/share/info/gmp.info-1 +131 -178
- data/vendor/local/share/info/gmp.info-2 +250 -193
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/license/gmp/AUTHORS +1 -1
- data/vendor/local/share/license/pcre/AUTHORS +45 -0
- data/vendor/local/share/license/pcre/COPYING +5 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
- data/vendor/local/share/man/man1/envsubst.1 +1 -1
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +23 -22
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +7 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_check_version.3 +1 -1
- data/vendor/local/share/man/man3/asn1_copy_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_create_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_coding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +1 -1
- data/vendor/local/share/man/man3/asn1_dup_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +1 -1
- data/vendor/local/share/man/man3/asn1_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2array.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_perror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_print_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_node_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_tag.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value_type.3 +1 -1
- data/vendor/local/share/man/man3/asn1_strerror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_write_value.3 +1 -1
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
- data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
- data/vendor/local/share/man/man3/gettext.3 +1 -1
- data/vendor/local/share/man/man3/ngettext.3 +1 -1
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2919 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- data/vendor/local/share/man/man3/textdomain.3 +1 -1
- metadata +233 -22
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/vendor/local/bin/libhogweed-4-1.dll +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +0 -1537
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +0 -679
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +0 -572
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +0 -561
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +0 -39
- data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +0 -46
- data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +0 -48
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +0 -161
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +0 -51
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GVariant: GLib 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="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-data-types.html" title="GLib Data Types">
|
9
9
|
<link rel="prev" href="glib-GVariantType.html" title="GVariantType">
|
10
10
|
<link rel="next" href="gvariant-format-strings.html" title="GVariant Format Strings">
|
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="glib-GVariant.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">
|
@@ -111,7 +111,7 @@
|
|
111
111
|
</tr>
|
112
112
|
<tr>
|
113
113
|
<td class="function_type">
|
114
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
114
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
115
115
|
</td>
|
116
116
|
<td class="function_name">
|
117
117
|
<a class="link" href="glib-GVariant.html#g-variant-compare" title="g_variant_compare ()">g_variant_compare</a> <span class="c_punctuation">()</span>
|
@@ -674,7 +674,7 @@
|
|
674
674
|
</tr>
|
675
675
|
<tr>
|
676
676
|
<td class="function_type">
|
677
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
677
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
678
678
|
</td>
|
679
679
|
<td class="function_name">
|
680
680
|
<a class="link" href="glib-GVariant.html#g-variant-hash" title="g_variant_hash ()">g_variant_hash</a> <span class="c_punctuation">()</span>
|
@@ -993,7 +993,7 @@
|
|
993
993
|
</div>
|
994
994
|
<div class="refsect1">
|
995
995
|
<a name="glib-GVariant.other"></a><h2>Types and Values</h2>
|
996
|
-
<div class="informaltable"><table width="100%" border="0">
|
996
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
997
997
|
<colgroup>
|
998
998
|
<col width="150px" class="name">
|
999
999
|
<col class="description">
|
@@ -1232,7 +1232,7 @@ g_variant_unref (<em class="parameter"><code><a class="link" href="glib-GVariant
|
|
1232
1232
|
drops to 0, the memory used by the variant is freed.</p>
|
1233
1233
|
<div class="refsect3">
|
1234
1234
|
<a name="id-1.6.19.7.2.5"></a><h4>Parameters</h4>
|
1235
|
-
<div class="informaltable"><table width="100%" border="0">
|
1235
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1236
1236
|
<colgroup>
|
1237
1237
|
<col width="150px" class="parameters_name">
|
1238
1238
|
<col class="parameters_description">
|
@@ -1245,7 +1245,7 @@ drops to 0, the memory used by the variant is freed.</p>
|
|
1245
1245
|
</tr></tbody>
|
1246
1246
|
</table></div>
|
1247
1247
|
</div>
|
1248
|
-
<p class="since">Since 2.24</p>
|
1248
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1249
1249
|
</div>
|
1250
1250
|
<hr>
|
1251
1251
|
<div class="refsect2">
|
@@ -1256,7 +1256,7 @@ g_variant_ref (<em class="parameter"><code><a class="link" href="glib-GVariant.h
|
|
1256
1256
|
.</p>
|
1257
1257
|
<div class="refsect3">
|
1258
1258
|
<a name="id-1.6.19.7.3.5"></a><h4>Parameters</h4>
|
1259
|
-
<div class="informaltable"><table width="100%" border="0">
|
1259
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1260
1260
|
<colgroup>
|
1261
1261
|
<col width="150px" class="parameters_name">
|
1262
1262
|
<col class="parameters_description">
|
@@ -1273,9 +1273,8 @@ g_variant_ref (<em class="parameter"><code><a class="link" href="glib-GVariant.h
|
|
1273
1273
|
<a name="id-1.6.19.7.3.6"></a><h4>Returns</h4>
|
1274
1274
|
<p> the same <em class="parameter"><code>value</code></em>
|
1275
1275
|
</p>
|
1276
|
-
<p></p>
|
1277
1276
|
</div>
|
1278
|
-
<p class="since">Since 2.24</p>
|
1277
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1279
1278
|
</div>
|
1280
1279
|
<hr>
|
1281
1280
|
<div class="refsect2">
|
@@ -1305,7 +1304,7 @@ maintaining normal refcounting semantics in situations where values
|
|
1305
1304
|
are not floating.</p>
|
1306
1305
|
<div class="refsect3">
|
1307
1306
|
<a name="id-1.6.19.7.4.8"></a><h4>Parameters</h4>
|
1308
|
-
<div class="informaltable"><table width="100%" border="0">
|
1307
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1309
1308
|
<colgroup>
|
1310
1309
|
<col width="150px" class="parameters_name">
|
1311
1310
|
<col class="parameters_description">
|
@@ -1322,9 +1321,8 @@ are not floating.</p>
|
|
1322
1321
|
<a name="id-1.6.19.7.4.9"></a><h4>Returns</h4>
|
1323
1322
|
<p> the same <em class="parameter"><code>value</code></em>
|
1324
1323
|
</p>
|
1325
|
-
<p></p>
|
1326
1324
|
</div>
|
1327
|
-
<p class="since">Since 2.24</p>
|
1325
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1328
1326
|
</div>
|
1329
1327
|
<hr>
|
1330
1328
|
<div class="refsect2">
|
@@ -1341,7 +1339,7 @@ or <a class="link" href="glib-GVariant.html#g-variant-take-ref" title="g_variant
|
|
1341
1339
|
counts.</p>
|
1342
1340
|
<div class="refsect3">
|
1343
1341
|
<a name="id-1.6.19.7.5.7"></a><h4>Parameters</h4>
|
1344
|
-
<div class="informaltable"><table width="100%" border="0">
|
1342
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1345
1343
|
<colgroup>
|
1346
1344
|
<col width="150px" class="parameters_name">
|
1347
1345
|
<col class="parameters_description">
|
@@ -1358,9 +1356,8 @@ counts.</p>
|
|
1358
1356
|
<a name="id-1.6.19.7.5.8"></a><h4>Returns</h4>
|
1359
1357
|
<p> whether <em class="parameter"><code>value</code></em>
|
1360
1358
|
is floating</p>
|
1361
|
-
<p></p>
|
1362
1359
|
</div>
|
1363
|
-
<p class="since">Since 2.26</p>
|
1360
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1364
1361
|
</div>
|
1365
1362
|
<hr>
|
1366
1363
|
<div class="refsect2">
|
@@ -1397,7 +1394,7 @@ an additional reference on top of that one is added. It is best to
|
|
1397
1394
|
avoid this situation.</p>
|
1398
1395
|
<div class="refsect3">
|
1399
1396
|
<a name="id-1.6.19.7.6.10"></a><h4>Parameters</h4>
|
1400
|
-
<div class="informaltable"><table width="100%" border="0">
|
1397
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1401
1398
|
<colgroup>
|
1402
1399
|
<col width="150px" class="parameters_name">
|
1403
1400
|
<col class="parameters_description">
|
@@ -1414,7 +1411,6 @@ avoid this situation.</p>
|
|
1414
1411
|
<a name="id-1.6.19.7.6.11"></a><h4>Returns</h4>
|
1415
1412
|
<p> the same <em class="parameter"><code>value</code></em>
|
1416
1413
|
</p>
|
1417
|
-
<p></p>
|
1418
1414
|
</div>
|
1419
1415
|
</div>
|
1420
1416
|
<hr>
|
@@ -1429,7 +1425,7 @@ g_variant_get_type (<em class="parameter"><code><a class="link" href="glib-GVari
|
|
1429
1425
|
be freed.</p>
|
1430
1426
|
<div class="refsect3">
|
1431
1427
|
<a name="id-1.6.19.7.7.6"></a><h4>Parameters</h4>
|
1432
|
-
<div class="informaltable"><table width="100%" border="0">
|
1428
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1433
1429
|
<colgroup>
|
1434
1430
|
<col width="150px" class="parameters_name">
|
1435
1431
|
<col class="parameters_description">
|
@@ -1445,9 +1441,8 @@ be freed.</p>
|
|
1445
1441
|
<div class="refsect3">
|
1446
1442
|
<a name="id-1.6.19.7.7.7"></a><h4>Returns</h4>
|
1447
1443
|
<p> a <a class="link" href="glib-GVariantType.html#GVariantType" title="GVariantType"><span class="type">GVariantType</span></a></p>
|
1448
|
-
<p></p>
|
1449
1444
|
</div>
|
1450
|
-
<p class="since">Since 2.24</p>
|
1445
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1451
1446
|
</div>
|
1452
1447
|
<hr>
|
1453
1448
|
<div class="refsect2">
|
@@ -1460,7 +1455,7 @@ g_variant_get_type_string (<em class="parameter"><code><a class="link" href="gli
|
|
1460
1455
|
string belongs to <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> and must not be freed.</p>
|
1461
1456
|
<div class="refsect3">
|
1462
1457
|
<a name="id-1.6.19.7.8.5"></a><h4>Parameters</h4>
|
1463
|
-
<div class="informaltable"><table width="100%" border="0">
|
1458
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1464
1459
|
<colgroup>
|
1465
1460
|
<col width="150px" class="parameters_name">
|
1466
1461
|
<col class="parameters_description">
|
@@ -1477,9 +1472,8 @@ string belongs to <a class="link" href="glib-GVariant.html#GVariant" title="GVar
|
|
1477
1472
|
<a name="id-1.6.19.7.8.6"></a><h4>Returns</h4>
|
1478
1473
|
<p> the type string for the type of <em class="parameter"><code>value</code></em>
|
1479
1474
|
</p>
|
1480
|
-
<p></p>
|
1481
1475
|
</div>
|
1482
|
-
<p class="since">Since 2.24</p>
|
1476
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1483
1477
|
</div>
|
1484
1478
|
<hr>
|
1485
1479
|
<div class="refsect2">
|
@@ -1490,7 +1484,7 @@ g_variant_is_of_type (<em class="parameter"><code><a class="link" href="glib-GVa
|
|
1490
1484
|
<p>Checks if a value has a type matching the provided type.</p>
|
1491
1485
|
<div class="refsect3">
|
1492
1486
|
<a name="id-1.6.19.7.9.5"></a><h4>Parameters</h4>
|
1493
|
-
<div class="informaltable"><table width="100%" border="0">
|
1487
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1494
1488
|
<colgroup>
|
1495
1489
|
<col width="150px" class="parameters_name">
|
1496
1490
|
<col class="parameters_description">
|
@@ -1515,9 +1509,8 @@ g_variant_is_of_type (<em class="parameter"><code><a class="link" href="glib-GVa
|
|
1515
1509
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the type of <em class="parameter"><code>value</code></em>
|
1516
1510
|
matches <em class="parameter"><code>type</code></em>
|
1517
1511
|
</p>
|
1518
|
-
<p></p>
|
1519
1512
|
</div>
|
1520
|
-
<p class="since">Since 2.24</p>
|
1513
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1521
1514
|
</div>
|
1522
1515
|
<hr>
|
1523
1516
|
<div class="refsect2">
|
@@ -1528,7 +1521,7 @@ g_variant_is_container (<em class="parameter"><code><a class="link" href="glib-G
|
|
1528
1521
|
is a container.</p>
|
1529
1522
|
<div class="refsect3">
|
1530
1523
|
<a name="id-1.6.19.7.10.5"></a><h4>Parameters</h4>
|
1531
|
-
<div class="informaltable"><table width="100%" border="0">
|
1524
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1532
1525
|
<colgroup>
|
1533
1526
|
<col width="150px" class="parameters_name">
|
1534
1527
|
<col class="parameters_description">
|
@@ -1545,14 +1538,13 @@ g_variant_is_container (<em class="parameter"><code><a class="link" href="glib-G
|
|
1545
1538
|
<a name="id-1.6.19.7.10.6"></a><h4>Returns</h4>
|
1546
1539
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>value</code></em>
|
1547
1540
|
is a container</p>
|
1548
|
-
<p></p>
|
1549
1541
|
</div>
|
1550
|
-
<p class="since">Since 2.24</p>
|
1542
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1551
1543
|
</div>
|
1552
1544
|
<hr>
|
1553
1545
|
<div class="refsect2">
|
1554
1546
|
<a name="g-variant-compare"></a><h3>g_variant_compare ()</h3>
|
1555
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
1547
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
1556
1548
|
g_variant_compare (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> one</code></em>,
|
1557
1549
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> two</code></em>);</pre>
|
1558
1550
|
<p>Compares <em class="parameter"><code>one</code></em>
|
@@ -1576,7 +1568,7 @@ the handling of incomparable values (ie: NaN) is undefined.</p>
|
|
1576
1568
|
general.</p>
|
1577
1569
|
<div class="refsect3">
|
1578
1570
|
<a name="id-1.6.19.7.11.9"></a><h4>Parameters</h4>
|
1579
|
-
<div class="informaltable"><table width="100%" border="0">
|
1571
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1580
1572
|
<colgroup>
|
1581
1573
|
<col width="150px" class="parameters_name">
|
1582
1574
|
<col class="parameters_description">
|
@@ -1601,9 +1593,8 @@ general.</p>
|
|
1601
1593
|
<p> negative value if a < b;
|
1602
1594
|
zero if a = b;
|
1603
1595
|
positive value if a > b.</p>
|
1604
|
-
<p></p>
|
1605
1596
|
</div>
|
1606
|
-
<p class="since">Since 2.26</p>
|
1597
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1607
1598
|
</div>
|
1608
1599
|
<hr>
|
1609
1600
|
<div class="refsect2">
|
@@ -1614,7 +1605,7 @@ g_variant_classify (<em class="parameter"><code><a class="link" href="glib-GVari
|
|
1614
1605
|
according to its top-level type.</p>
|
1615
1606
|
<div class="refsect3">
|
1616
1607
|
<a name="id-1.6.19.7.12.5"></a><h4>Parameters</h4>
|
1617
|
-
<div class="informaltable"><table width="100%" border="0">
|
1608
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1618
1609
|
<colgroup>
|
1619
1610
|
<col width="150px" class="parameters_name">
|
1620
1611
|
<col class="parameters_description">
|
@@ -1631,9 +1622,8 @@ g_variant_classify (<em class="parameter"><code><a class="link" href="glib-GVari
|
|
1631
1622
|
<a name="id-1.6.19.7.12.6"></a><h4>Returns</h4>
|
1632
1623
|
<p> the <a class="link" href="glib-GVariant.html#GVariantClass" title="enum GVariantClass"><span class="type">GVariantClass</span></a> of <em class="parameter"><code>value</code></em>
|
1633
1624
|
</p>
|
1634
|
-
<p></p>
|
1635
1625
|
</div>
|
1636
|
-
<p class="since">Since 2.24</p>
|
1626
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1637
1627
|
</div>
|
1638
1628
|
<hr>
|
1639
1629
|
<div class="refsect2">
|
@@ -1661,7 +1651,7 @@ varargs accessors to <a class="link" href="glib-GVariant.html#GVariant" title="G
|
|
1661
1651
|
<a class="link" href="glib-GVariant.html#g-variant-lookup" title="g_variant_lookup ()"><code class="function">g_variant_lookup()</code></a> or <a href="https://developer.gnome.org/gio/unstable/GMenuModel.html#g-menu-model-get-item-attribute"><code class="function">g_menu_model_get_item_attribute()</code></a>).</p>
|
1662
1652
|
<div class="refsect3">
|
1663
1653
|
<a name="id-1.6.19.7.13.7"></a><h4>Parameters</h4>
|
1664
|
-
<div class="informaltable"><table width="100%" border="0">
|
1654
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1665
1655
|
<colgroup>
|
1666
1656
|
<col width="150px" class="parameters_name">
|
1667
1657
|
<col class="parameters_description">
|
@@ -1690,9 +1680,8 @@ varargs accessors to <a class="link" href="glib-GVariant.html#GVariant" title="G
|
|
1690
1680
|
<a name="id-1.6.19.7.13.8"></a><h4>Returns</h4>
|
1691
1681
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>format_string</code></em>
|
1692
1682
|
is safe to use</p>
|
1693
|
-
<p></p>
|
1694
1683
|
</div>
|
1695
|
-
<p class="since">Since 2.34</p>
|
1684
|
+
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
1696
1685
|
</div>
|
1697
1686
|
<hr>
|
1698
1687
|
<div class="refsect2">
|
@@ -1718,9 +1707,10 @@ extended in the future.</p>
|
|
1718
1707
|
the values and also determines if the values are copied or borrowed,
|
1719
1708
|
see the section on
|
1720
1709
|
<a href="gvariant-format-strings.html#gvariant-format-strings-pointers">GVariant format strings</a>.</p>
|
1710
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1721
1711
|
<div class="refsect3">
|
1722
|
-
<a name="id-1.6.19.7.14.
|
1723
|
-
<div class="informaltable"><table width="100%" border="0">
|
1712
|
+
<a name="id-1.6.19.7.14.9"></a><h4>Parameters</h4>
|
1713
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1724
1714
|
<colgroup>
|
1725
1715
|
<col width="150px" class="parameters_name">
|
1726
1716
|
<col class="parameters_description">
|
@@ -1746,7 +1736,7 @@ see the section on
|
|
1746
1736
|
</tbody>
|
1747
1737
|
</table></div>
|
1748
1738
|
</div>
|
1749
|
-
<p class="since">Since 2.24</p>
|
1739
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1750
1740
|
</div>
|
1751
1741
|
<hr>
|
1752
1742
|
<div class="refsect2">
|
@@ -1781,9 +1771,10 @@ varargs call by the user.</p>
|
|
1781
1771
|
the values and also determines if the values are copied or borrowed,
|
1782
1772
|
see the section on
|
1783
1773
|
<a href="gvariant-format-strings.html#gvariant-format-strings-pointers">GVariant format strings</a>.</p>
|
1774
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1784
1775
|
<div class="refsect3">
|
1785
|
-
<a name="id-1.6.19.7.15.
|
1786
|
-
<div class="informaltable"><table width="100%" border="0">
|
1776
|
+
<a name="id-1.6.19.7.15.11"></a><h4>Parameters</h4>
|
1777
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1787
1778
|
<colgroup>
|
1788
1779
|
<col width="150px" class="parameters_name">
|
1789
1780
|
<col class="parameters_description">
|
@@ -1814,7 +1805,7 @@ or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
|
|
1814
1805
|
</tbody>
|
1815
1806
|
</table></div>
|
1816
1807
|
</div>
|
1817
|
-
<p class="since">Since 2.24</p>
|
1808
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1818
1809
|
</div>
|
1819
1810
|
<hr>
|
1820
1811
|
<div class="refsect2">
|
@@ -1849,23 +1840,24 @@ the <a href="gvariant-format-strings.html#gvariant-varargs">GVariant varargs doc
|
|
1849
1840
|
6
|
1850
1841
|
7
|
1851
1842
|
8</pre></td>
|
1852
|
-
<td class="listing_code"><pre class="programlisting"
|
1853
|
-
<span class="
|
1854
|
-
<span class="
|
1843
|
+
<td class="listing_code"><pre class="programlisting">MyFlags some_flags <span class="gtkdoc opt">=</span> FLAG_ONE <span class="gtkdoc opt">|</span> FLAG_TWO<span class="gtkdoc opt">;</span>
|
1844
|
+
<span class="gtkdoc kwb">const</span> gchar <span class="gtkdoc opt">*</span>some_strings<span class="gtkdoc opt">[] = {</span> <span class="string">"a"</span><span class="gtkdoc opt">,</span> <span class="string">"b"</span><span class="gtkdoc opt">,</span> <span class="string">"c"</span><span class="gtkdoc opt">,</span> NULL <span class="gtkdoc opt">};</span>
|
1845
|
+
GVariant <span class="gtkdoc opt">*</span>new_variant<span class="gtkdoc opt">;</span>
|
1855
1846
|
|
1856
|
-
<span class="
|
1857
|
-
<span class="
|
1858
|
-
<span class="
|
1859
|
-
<span class="
|
1847
|
+
new_variant <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-GVariant.html#g-variant-new">g_variant_new</a></span> <span class="gtkdoc opt">(</span><span class="string">"(t^as)"</span><span class="gtkdoc opt">,</span>
|
1848
|
+
<span class="gtkdoc opt">/<!-- -->*</span> This cast is required<span class="gtkdoc opt">. *<!-- -->/</span>
|
1849
|
+
<span class="gtkdoc opt">(</span>guint64<span class="gtkdoc opt">)</span> some_flags<span class="gtkdoc opt">,</span>
|
1850
|
+
some_strings<span class="gtkdoc opt">);</span></pre></td>
|
1860
1851
|
</tr>
|
1861
1852
|
</tbody>
|
1862
1853
|
</table>
|
1863
1854
|
</div>
|
1864
1855
|
|
1865
1856
|
<p></p>
|
1857
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1866
1858
|
<div class="refsect3">
|
1867
|
-
<a name="id-1.6.19.7.16.
|
1868
|
-
<div class="informaltable"><table width="100%" border="0">
|
1859
|
+
<a name="id-1.6.19.7.16.12"></a><h4>Parameters</h4>
|
1860
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1869
1861
|
<colgroup>
|
1870
1862
|
<col width="150px" class="parameters_name">
|
1871
1863
|
<col class="parameters_description">
|
@@ -1887,11 +1879,10 @@ the <a href="gvariant-format-strings.html#gvariant-varargs">GVariant varargs doc
|
|
1887
1879
|
</table></div>
|
1888
1880
|
</div>
|
1889
1881
|
<div class="refsect3">
|
1890
|
-
<a name="id-1.6.19.7.16.
|
1882
|
+
<a name="id-1.6.19.7.16.13"></a><h4>Returns</h4>
|
1891
1883
|
<p> a new floating <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance</p>
|
1892
|
-
<p></p>
|
1893
1884
|
</div>
|
1894
|
-
<p class="since">Since 2.24</p>
|
1885
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1895
1886
|
</div>
|
1896
1887
|
<hr>
|
1897
1888
|
<div class="refsect2">
|
@@ -1936,9 +1927,10 @@ returning control to the user that originally provided the pointer.
|
|
1936
1927
|
At this point, the caller will have their own full reference to the
|
1937
1928
|
result. This can also be done by adding the result to a container,
|
1938
1929
|
or by passing it to another <a class="link" href="glib-GVariant.html#g-variant-new" title="g_variant_new ()"><code class="function">g_variant_new()</code></a> call.</p>
|
1930
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1939
1931
|
<div class="refsect3">
|
1940
|
-
<a name="id-1.6.19.7.17.
|
1941
|
-
<div class="informaltable"><table width="100%" border="0">
|
1932
|
+
<a name="id-1.6.19.7.17.13"></a><h4>Parameters</h4>
|
1933
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1942
1934
|
<colgroup>
|
1943
1935
|
<col width="150px" class="parameters_name">
|
1944
1936
|
<col class="parameters_description">
|
@@ -1965,11 +1957,10 @@ or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
|
|
1965
1957
|
</table></div>
|
1966
1958
|
</div>
|
1967
1959
|
<div class="refsect3">
|
1968
|
-
<a name="id-1.6.19.7.17.
|
1960
|
+
<a name="id-1.6.19.7.17.14"></a><h4>Returns</h4>
|
1969
1961
|
<p> a new, usually floating, <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a></p>
|
1970
|
-
<p></p>
|
1971
1962
|
</div>
|
1972
|
-
<p class="since">Since 2.24</p>
|
1963
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
1973
1964
|
</div>
|
1974
1965
|
<hr>
|
1975
1966
|
<div class="refsect2">
|
@@ -1979,7 +1970,7 @@ g_variant_new_boolean (<em class="parameter"><code><a class="link" href="glib-Ba
|
|
1979
1970
|
<p>Creates a new boolean <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance -- either <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> or <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a>.</p>
|
1980
1971
|
<div class="refsect3">
|
1981
1972
|
<a name="id-1.6.19.7.18.5"></a><h4>Parameters</h4>
|
1982
|
-
<div class="informaltable"><table width="100%" border="0">
|
1973
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1983
1974
|
<colgroup>
|
1984
1975
|
<col width="150px" class="parameters_name">
|
1985
1976
|
<col class="parameters_description">
|
@@ -1997,7 +1988,7 @@ g_variant_new_boolean (<em class="parameter"><code><a class="link" href="glib-Ba
|
|
1997
1988
|
<p> a floating reference to a new boolean <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
1998
1989
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1999
1990
|
</div>
|
2000
|
-
<p class="since">Since 2.24</p>
|
1991
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2001
1992
|
</div>
|
2002
1993
|
<hr>
|
2003
1994
|
<div class="refsect2">
|
@@ -2007,7 +1998,7 @@ g_variant_new_byte (<em class="parameter"><code><a class="link" href="glib-Basic
|
|
2007
1998
|
<p>Creates a new byte <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance.</p>
|
2008
1999
|
<div class="refsect3">
|
2009
2000
|
<a name="id-1.6.19.7.19.5"></a><h4>Parameters</h4>
|
2010
|
-
<div class="informaltable"><table width="100%" border="0">
|
2001
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2011
2002
|
<colgroup>
|
2012
2003
|
<col width="150px" class="parameters_name">
|
2013
2004
|
<col class="parameters_description">
|
@@ -2025,7 +2016,7 @@ g_variant_new_byte (<em class="parameter"><code><a class="link" href="glib-Basic
|
|
2025
2016
|
<p> a floating reference to a new byte <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2026
2017
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2027
2018
|
</div>
|
2028
|
-
<p class="since">Since 2.24</p>
|
2019
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2029
2020
|
</div>
|
2030
2021
|
<hr>
|
2031
2022
|
<div class="refsect2">
|
@@ -2035,7 +2026,7 @@ g_variant_new_int16 (<em class="parameter"><code><a class="link" href="glib-Basi
|
|
2035
2026
|
<p>Creates a new int16 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance.</p>
|
2036
2027
|
<div class="refsect3">
|
2037
2028
|
<a name="id-1.6.19.7.20.5"></a><h4>Parameters</h4>
|
2038
|
-
<div class="informaltable"><table width="100%" border="0">
|
2029
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2039
2030
|
<colgroup>
|
2040
2031
|
<col width="150px" class="parameters_name">
|
2041
2032
|
<col class="parameters_description">
|
@@ -2053,7 +2044,7 @@ g_variant_new_int16 (<em class="parameter"><code><a class="link" href="glib-Basi
|
|
2053
2044
|
<p> a floating reference to a new int16 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2054
2045
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2055
2046
|
</div>
|
2056
|
-
<p class="since">Since 2.24</p>
|
2047
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2057
2048
|
</div>
|
2058
2049
|
<hr>
|
2059
2050
|
<div class="refsect2">
|
@@ -2063,7 +2054,7 @@ g_variant_new_uint16 (<em class="parameter"><code><a class="link" href="glib-Bas
|
|
2063
2054
|
<p>Creates a new uint16 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance.</p>
|
2064
2055
|
<div class="refsect3">
|
2065
2056
|
<a name="id-1.6.19.7.21.5"></a><h4>Parameters</h4>
|
2066
|
-
<div class="informaltable"><table width="100%" border="0">
|
2057
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2067
2058
|
<colgroup>
|
2068
2059
|
<col width="150px" class="parameters_name">
|
2069
2060
|
<col class="parameters_description">
|
@@ -2081,7 +2072,7 @@ g_variant_new_uint16 (<em class="parameter"><code><a class="link" href="glib-Bas
|
|
2081
2072
|
<p> a floating reference to a new uint16 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2082
2073
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2083
2074
|
</div>
|
2084
|
-
<p class="since">Since 2.24</p>
|
2075
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2085
2076
|
</div>
|
2086
2077
|
<hr>
|
2087
2078
|
<div class="refsect2">
|
@@ -2091,7 +2082,7 @@ g_variant_new_int32 (<em class="parameter"><code><a class="link" href="glib-Basi
|
|
2091
2082
|
<p>Creates a new int32 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance.</p>
|
2092
2083
|
<div class="refsect3">
|
2093
2084
|
<a name="id-1.6.19.7.22.5"></a><h4>Parameters</h4>
|
2094
|
-
<div class="informaltable"><table width="100%" border="0">
|
2085
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2095
2086
|
<colgroup>
|
2096
2087
|
<col width="150px" class="parameters_name">
|
2097
2088
|
<col class="parameters_description">
|
@@ -2109,7 +2100,7 @@ g_variant_new_int32 (<em class="parameter"><code><a class="link" href="glib-Basi
|
|
2109
2100
|
<p> a floating reference to a new int32 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2110
2101
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2111
2102
|
</div>
|
2112
|
-
<p class="since">Since 2.24</p>
|
2103
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2113
2104
|
</div>
|
2114
2105
|
<hr>
|
2115
2106
|
<div class="refsect2">
|
@@ -2119,7 +2110,7 @@ g_variant_new_uint32 (<em class="parameter"><code><a class="link" href="glib-Bas
|
|
2119
2110
|
<p>Creates a new uint32 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance.</p>
|
2120
2111
|
<div class="refsect3">
|
2121
2112
|
<a name="id-1.6.19.7.23.5"></a><h4>Parameters</h4>
|
2122
|
-
<div class="informaltable"><table width="100%" border="0">
|
2113
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2123
2114
|
<colgroup>
|
2124
2115
|
<col width="150px" class="parameters_name">
|
2125
2116
|
<col class="parameters_description">
|
@@ -2137,7 +2128,7 @@ g_variant_new_uint32 (<em class="parameter"><code><a class="link" href="glib-Bas
|
|
2137
2128
|
<p> a floating reference to a new uint32 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2138
2129
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2139
2130
|
</div>
|
2140
|
-
<p class="since">Since 2.24</p>
|
2131
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2141
2132
|
</div>
|
2142
2133
|
<hr>
|
2143
2134
|
<div class="refsect2">
|
@@ -2147,7 +2138,7 @@ g_variant_new_int64 (<em class="parameter"><code><a class="link" href="glib-Basi
|
|
2147
2138
|
<p>Creates a new int64 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance.</p>
|
2148
2139
|
<div class="refsect3">
|
2149
2140
|
<a name="id-1.6.19.7.24.5"></a><h4>Parameters</h4>
|
2150
|
-
<div class="informaltable"><table width="100%" border="0">
|
2141
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2151
2142
|
<colgroup>
|
2152
2143
|
<col width="150px" class="parameters_name">
|
2153
2144
|
<col class="parameters_description">
|
@@ -2165,7 +2156,7 @@ g_variant_new_int64 (<em class="parameter"><code><a class="link" href="glib-Basi
|
|
2165
2156
|
<p> a floating reference to a new int64 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2166
2157
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2167
2158
|
</div>
|
2168
|
-
<p class="since">Since 2.24</p>
|
2159
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2169
2160
|
</div>
|
2170
2161
|
<hr>
|
2171
2162
|
<div class="refsect2">
|
@@ -2175,7 +2166,7 @@ g_variant_new_uint64 (<em class="parameter"><code><a class="link" href="glib-Bas
|
|
2175
2166
|
<p>Creates a new uint64 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance.</p>
|
2176
2167
|
<div class="refsect3">
|
2177
2168
|
<a name="id-1.6.19.7.25.5"></a><h4>Parameters</h4>
|
2178
|
-
<div class="informaltable"><table width="100%" border="0">
|
2169
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2179
2170
|
<colgroup>
|
2180
2171
|
<col width="150px" class="parameters_name">
|
2181
2172
|
<col class="parameters_description">
|
@@ -2193,7 +2184,7 @@ g_variant_new_uint64 (<em class="parameter"><code><a class="link" href="glib-Bas
|
|
2193
2184
|
<p> a floating reference to a new uint64 <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2194
2185
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2195
2186
|
</div>
|
2196
|
-
<p class="since">Since 2.24</p>
|
2187
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2197
2188
|
</div>
|
2198
2189
|
<hr>
|
2199
2190
|
<div class="refsect2">
|
@@ -2206,7 +2197,7 @@ that are sent alongside a D-Bus message. If you're not interacting
|
|
2206
2197
|
with D-Bus, you probably don't need them.</p>
|
2207
2198
|
<div class="refsect3">
|
2208
2199
|
<a name="id-1.6.19.7.26.6"></a><h4>Parameters</h4>
|
2209
|
-
<div class="informaltable"><table width="100%" border="0">
|
2200
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2210
2201
|
<colgroup>
|
2211
2202
|
<col width="150px" class="parameters_name">
|
2212
2203
|
<col class="parameters_description">
|
@@ -2224,7 +2215,7 @@ with D-Bus, you probably don't need them.</p>
|
|
2224
2215
|
<p> a floating reference to a new handle <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2225
2216
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2226
2217
|
</div>
|
2227
|
-
<p class="since">Since 2.24</p>
|
2218
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2228
2219
|
</div>
|
2229
2220
|
<hr>
|
2230
2221
|
<div class="refsect2">
|
@@ -2234,7 +2225,7 @@ g_variant_new_double (<em class="parameter"><code><a class="link" href="glib-Bas
|
|
2234
2225
|
<p>Creates a new double <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance.</p>
|
2235
2226
|
<div class="refsect3">
|
2236
2227
|
<a name="id-1.6.19.7.27.5"></a><h4>Parameters</h4>
|
2237
|
-
<div class="informaltable"><table width="100%" border="0">
|
2228
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2238
2229
|
<colgroup>
|
2239
2230
|
<col width="150px" class="parameters_name">
|
2240
2231
|
<col class="parameters_description">
|
@@ -2252,7 +2243,7 @@ g_variant_new_double (<em class="parameter"><code><a class="link" href="glib-Bas
|
|
2252
2243
|
<p> a floating reference to a new double <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2253
2244
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2254
2245
|
</div>
|
2255
|
-
<p class="since">Since 2.24</p>
|
2246
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2256
2247
|
</div>
|
2257
2248
|
<hr>
|
2258
2249
|
<div class="refsect2">
|
@@ -2262,10 +2253,12 @@ g_variant_new_string (<em class="parameter"><code>const <a class="link" href="gl
|
|
2262
2253
|
<p>Creates a string <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> with the contents of <em class="parameter"><code>string</code></em>
|
2263
2254
|
.</p>
|
2264
2255
|
<p><em class="parameter"><code>string</code></em>
|
2265
|
-
must be valid UTF-8
|
2256
|
+
must be valid UTF-8, and must not be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. To encode
|
2257
|
+
potentially-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> strings, use <a class="link" href="glib-GVariant.html#g-variant-new" title="g_variant_new ()"><code class="function">g_variant_new()</code></a> with <code class="literal">ms</code> as the
|
2258
|
+
<a href="gvariant-format-strings.html#gvariant-format-strings-maybe-types">format string</a>.</p>
|
2266
2259
|
<div class="refsect3">
|
2267
2260
|
<a name="id-1.6.19.7.28.6"></a><h4>Parameters</h4>
|
2268
|
-
<div class="informaltable"><table width="100%" border="0">
|
2261
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2269
2262
|
<colgroup>
|
2270
2263
|
<col width="150px" class="parameters_name">
|
2271
2264
|
<col class="parameters_description">
|
@@ -2283,7 +2276,7 @@ g_variant_new_string (<em class="parameter"><code>const <a class="link" href="gl
|
|
2283
2276
|
<p> a floating reference to a new string <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2284
2277
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2285
2278
|
</div>
|
2286
|
-
<p class="since">Since 2.24</p>
|
2279
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2287
2280
|
</div>
|
2288
2281
|
<hr>
|
2289
2282
|
<div class="refsect2">
|
@@ -2293,7 +2286,8 @@ g_variant_new_take_string (<em class="parameter"><code><a class="link" href="gli
|
|
2293
2286
|
<p>Creates a string <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> with the contents of <em class="parameter"><code>string</code></em>
|
2294
2287
|
.</p>
|
2295
2288
|
<p><em class="parameter"><code>string</code></em>
|
2296
|
-
must be valid UTF-8
|
2289
|
+
must be valid UTF-8, and must not be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. To encode
|
2290
|
+
potentially-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> strings, use this with <a class="link" href="glib-GVariant.html#g-variant-new-maybe" title="g_variant_new_maybe ()"><code class="function">g_variant_new_maybe()</code></a>.</p>
|
2297
2291
|
<p>This function consumes <em class="parameter"><code>string</code></em>
|
2298
2292
|
. <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a> will be called on <em class="parameter"><code>string</code></em>
|
2299
2293
|
|
@@ -2303,9 +2297,10 @@ when it is no longer required.</p>
|
|
2303
2297
|
it to this function. It is even possible that <em class="parameter"><code>string</code></em>
|
2304
2298
|
is immediately
|
2305
2299
|
freed.</p>
|
2300
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
2306
2301
|
<div class="refsect3">
|
2307
|
-
<a name="id-1.6.19.7.29.
|
2308
|
-
<div class="informaltable"><table width="100%" border="0">
|
2302
|
+
<a name="id-1.6.19.7.29.9"></a><h4>Parameters</h4>
|
2303
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2309
2304
|
<colgroup>
|
2310
2305
|
<col width="150px" class="parameters_name">
|
2311
2306
|
<col class="parameters_description">
|
@@ -2319,12 +2314,12 @@ freed.</p>
|
|
2319
2314
|
</table></div>
|
2320
2315
|
</div>
|
2321
2316
|
<div class="refsect3">
|
2322
|
-
<a name="id-1.6.19.7.29.
|
2317
|
+
<a name="id-1.6.19.7.29.10"></a><h4>Returns</h4>
|
2323
2318
|
<p> a floating reference to a new string
|
2324
2319
|
<a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2325
2320
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2326
2321
|
</div>
|
2327
|
-
<p class="since">Since 2.38</p>
|
2322
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
2328
2323
|
</div>
|
2329
2324
|
<hr>
|
2330
2325
|
<div class="refsect2">
|
@@ -2336,9 +2331,10 @@ g_variant_new_printf (<em class="parameter"><code>const <a class="link" href="gl
|
|
2336
2331
|
<p>This is similar to calling <a class="link" href="glib-String-Utility-Functions.html#g-strdup-printf" title="g_strdup_printf ()"><code class="function">g_strdup_printf()</code></a> and then
|
2337
2332
|
<a class="link" href="glib-GVariant.html#g-variant-new-string" title="g_variant_new_string ()"><code class="function">g_variant_new_string()</code></a> but it saves a temporary variable and an
|
2338
2333
|
unnecessary copy.</p>
|
2334
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
2339
2335
|
<div class="refsect3">
|
2340
|
-
<a name="id-1.6.19.7.30.
|
2341
|
-
<div class="informaltable"><table width="100%" border="0">
|
2336
|
+
<a name="id-1.6.19.7.30.7"></a><h4>Parameters</h4>
|
2337
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2342
2338
|
<colgroup>
|
2343
2339
|
<col width="150px" class="parameters_name">
|
2344
2340
|
<col class="parameters_description">
|
@@ -2360,12 +2356,12 @@ unnecessary copy.</p>
|
|
2360
2356
|
</table></div>
|
2361
2357
|
</div>
|
2362
2358
|
<div class="refsect3">
|
2363
|
-
<a name="id-1.6.19.7.30.
|
2359
|
+
<a name="id-1.6.19.7.30.8"></a><h4>Returns</h4>
|
2364
2360
|
<p> a floating reference to a new string
|
2365
2361
|
<a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2366
2362
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2367
2363
|
</div>
|
2368
|
-
<p class="since">Since 2.38</p>
|
2364
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
2369
2365
|
</div>
|
2370
2366
|
<hr>
|
2371
2367
|
<div class="refsect2">
|
@@ -2379,7 +2375,7 @@ g_variant_new_object_path (<em class="parameter"><code>const <a class="link" hre
|
|
2379
2375
|
<a class="link" href="glib-GVariant.html#g-variant-is-object-path" title="g_variant_is_object_path ()"><code class="function">g_variant_is_object_path()</code></a> if you're not sure.</p>
|
2380
2376
|
<div class="refsect3">
|
2381
2377
|
<a name="id-1.6.19.7.31.5"></a><h4>Parameters</h4>
|
2382
|
-
<div class="informaltable"><table width="100%" border="0">
|
2378
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2383
2379
|
<colgroup>
|
2384
2380
|
<col width="150px" class="parameters_name">
|
2385
2381
|
<col class="parameters_description">
|
@@ -2397,7 +2393,7 @@ g_variant_new_object_path (<em class="parameter"><code>const <a class="link" hre
|
|
2397
2393
|
<p> a floating reference to a new object path <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2398
2394
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2399
2395
|
</div>
|
2400
|
-
<p class="since">Since 2.24</p>
|
2396
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2401
2397
|
</div>
|
2402
2398
|
<hr>
|
2403
2399
|
<div class="refsect2">
|
@@ -2413,7 +2409,7 @@ must contain only the characters "A-Z[0-9]_". No sequence
|
|
2413
2409
|
(including the one following the final '/' character) may be empty.</p>
|
2414
2410
|
<div class="refsect3">
|
2415
2411
|
<a name="id-1.6.19.7.32.6"></a><h4>Parameters</h4>
|
2416
|
-
<div class="informaltable"><table width="100%" border="0">
|
2412
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2417
2413
|
<colgroup>
|
2418
2414
|
<col width="150px" class="parameters_name">
|
2419
2415
|
<col class="parameters_description">
|
@@ -2430,9 +2426,8 @@ must contain only the characters "A-Z[0-9]_". No sequence
|
|
2430
2426
|
<a name="id-1.6.19.7.32.7"></a><h4>Returns</h4>
|
2431
2427
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>string</code></em>
|
2432
2428
|
is a D-Bus object path</p>
|
2433
|
-
<p></p>
|
2434
2429
|
</div>
|
2435
|
-
<p class="since">Since 2.24</p>
|
2430
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2436
2431
|
</div>
|
2437
2432
|
<hr>
|
2438
2433
|
<div class="refsect2">
|
@@ -2446,7 +2441,7 @@ g_variant_new_signature (<em class="parameter"><code>const <a class="link" href=
|
|
2446
2441
|
<a class="link" href="glib-GVariant.html#g-variant-is-signature" title="g_variant_is_signature ()"><code class="function">g_variant_is_signature()</code></a> if you're not sure.</p>
|
2447
2442
|
<div class="refsect3">
|
2448
2443
|
<a name="id-1.6.19.7.33.5"></a><h4>Parameters</h4>
|
2449
|
-
<div class="informaltable"><table width="100%" border="0">
|
2444
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2450
2445
|
<colgroup>
|
2451
2446
|
<col width="150px" class="parameters_name">
|
2452
2447
|
<col class="parameters_description">
|
@@ -2464,7 +2459,7 @@ g_variant_new_signature (<em class="parameter"><code>const <a class="link" href=
|
|
2464
2459
|
<p> a floating reference to a new signature <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2465
2460
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2466
2461
|
</div>
|
2467
|
-
<p class="since">Since 2.24</p>
|
2462
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2468
2463
|
</div>
|
2469
2464
|
<hr>
|
2470
2465
|
<div class="refsect2">
|
@@ -2478,7 +2473,7 @@ passing it to <a class="link" href="glib-GVariant.html#g-variant-new-signature"
|
|
2478
2473
|
strings in sequence.</p>
|
2479
2474
|
<div class="refsect3">
|
2480
2475
|
<a name="id-1.6.19.7.34.6"></a><h4>Parameters</h4>
|
2481
|
-
<div class="informaltable"><table width="100%" border="0">
|
2476
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2482
2477
|
<colgroup>
|
2483
2478
|
<col width="150px" class="parameters_name">
|
2484
2479
|
<col class="parameters_description">
|
@@ -2495,9 +2490,8 @@ strings in sequence.</p>
|
|
2495
2490
|
<a name="id-1.6.19.7.34.7"></a><h4>Returns</h4>
|
2496
2491
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>string</code></em>
|
2497
2492
|
is a D-Bus type signature</p>
|
2498
|
-
<p></p>
|
2499
2493
|
</div>
|
2500
|
-
<p class="since">Since 2.24</p>
|
2494
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2501
2495
|
</div>
|
2502
2496
|
<hr>
|
2503
2497
|
<div class="refsect2">
|
@@ -2511,9 +2505,10 @@ variant containing the original value.</p>
|
|
2511
2505
|
is a floating reference (see <a class="link" href="glib-GVariant.html#g-variant-ref-sink" title="g_variant_ref_sink ()"><code class="function">g_variant_ref_sink()</code></a>), the new
|
2512
2506
|
instance takes ownership of <em class="parameter"><code>child</code></em>
|
2513
2507
|
.</p>
|
2508
|
+
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
2514
2509
|
<div class="refsect3">
|
2515
|
-
<a name="id-1.6.19.7.35.
|
2516
|
-
<div class="informaltable"><table width="100%" border="0">
|
2510
|
+
<a name="id-1.6.19.7.35.7"></a><h4>Parameters</h4>
|
2511
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2517
2512
|
<colgroup>
|
2518
2513
|
<col width="150px" class="parameters_name">
|
2519
2514
|
<col class="parameters_description">
|
@@ -2527,11 +2522,11 @@ instance takes ownership of <em class="parameter"><code>child</code></em>
|
|
2527
2522
|
</table></div>
|
2528
2523
|
</div>
|
2529
2524
|
<div class="refsect3">
|
2530
|
-
<a name="id-1.6.19.7.35.
|
2525
|
+
<a name="id-1.6.19.7.35.8"></a><h4>Returns</h4>
|
2531
2526
|
<p> a floating reference to a new variant <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2532
2527
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2533
2528
|
</div>
|
2534
|
-
<p class="since">Since 2.24</p>
|
2529
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2535
2530
|
</div>
|
2536
2531
|
<hr>
|
2537
2532
|
<div class="refsect2">
|
@@ -2546,7 +2541,7 @@ strings.</p>
|
|
2546
2541
|
is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated.</p>
|
2547
2542
|
<div class="refsect3">
|
2548
2543
|
<a name="id-1.6.19.7.36.6"></a><h4>Parameters</h4>
|
2549
|
-
<div class="informaltable"><table width="100%" border="0">
|
2544
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2550
2545
|
<colgroup>
|
2551
2546
|
<col width="150px" class="parameters_name">
|
2552
2547
|
<col class="parameters_description">
|
@@ -2572,7 +2567,7 @@ strings.</p>
|
|
2572
2567
|
<p> a new floating <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2573
2568
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2574
2569
|
</div>
|
2575
|
-
<p class="since">Since 2.24</p>
|
2570
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2576
2571
|
</div>
|
2577
2572
|
<hr>
|
2578
2573
|
<div class="refsect2">
|
@@ -2589,7 +2584,7 @@ strings.</p>
|
|
2589
2584
|
is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated.</p>
|
2590
2585
|
<div class="refsect3">
|
2591
2586
|
<a name="id-1.6.19.7.37.7"></a><h4>Parameters</h4>
|
2592
|
-
<div class="informaltable"><table width="100%" border="0">
|
2587
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2593
2588
|
<colgroup>
|
2594
2589
|
<col width="150px" class="parameters_name">
|
2595
2590
|
<col class="parameters_description">
|
@@ -2615,7 +2610,7 @@ strings.</p>
|
|
2615
2610
|
<p> a new floating <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2616
2611
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2617
2612
|
</div>
|
2618
|
-
<p class="since">Since 2.30</p>
|
2613
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
2619
2614
|
</div>
|
2620
2615
|
<hr>
|
2621
2616
|
<div class="refsect2">
|
@@ -2630,7 +2625,7 @@ string need not be valid UTF-8.</p>
|
|
2630
2625
|
the array.</p>
|
2631
2626
|
<div class="refsect3">
|
2632
2627
|
<a name="id-1.6.19.7.38.6"></a><h4>Parameters</h4>
|
2633
|
-
<div class="informaltable"><table width="100%" border="0">
|
2628
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2634
2629
|
<colgroup>
|
2635
2630
|
<col width="150px" class="parameters_name">
|
2636
2631
|
<col class="parameters_description">
|
@@ -2649,7 +2644,7 @@ nul-terminated string in no particular encoding. </p></td>
|
|
2649
2644
|
<p> a floating reference to a new bytestring <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2650
2645
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2651
2646
|
</div>
|
2652
|
-
<p class="since">Since 2.26</p>
|
2647
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2653
2648
|
</div>
|
2654
2649
|
<hr>
|
2655
2650
|
<div class="refsect2">
|
@@ -2664,7 +2659,7 @@ strings.</p>
|
|
2664
2659
|
is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated.</p>
|
2665
2660
|
<div class="refsect3">
|
2666
2661
|
<a name="id-1.6.19.7.39.6"></a><h4>Parameters</h4>
|
2667
|
-
<div class="informaltable"><table width="100%" border="0">
|
2662
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2668
2663
|
<colgroup>
|
2669
2664
|
<col width="150px" class="parameters_name">
|
2670
2665
|
<col class="parameters_description">
|
@@ -2690,7 +2685,7 @@ strings.</p>
|
|
2690
2685
|
<p> a new floating <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
2691
2686
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2692
2687
|
</div>
|
2693
|
-
<p class="since">Since 2.26</p>
|
2688
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2694
2689
|
</div>
|
2695
2690
|
<hr>
|
2696
2691
|
<div class="refsect2">
|
@@ -2704,7 +2699,7 @@ g_variant_get_boolean (<em class="parameter"><code><a class="link" href="glib-GV
|
|
2704
2699
|
other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-BOOLEAN:CAPS" title="G_VARIANT_TYPE_BOOLEAN"><code class="literal">G_VARIANT_TYPE_BOOLEAN</code></a>.</p>
|
2705
2700
|
<div class="refsect3">
|
2706
2701
|
<a name="id-1.6.19.7.40.6"></a><h4>Parameters</h4>
|
2707
|
-
<div class="informaltable"><table width="100%" border="0">
|
2702
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2708
2703
|
<colgroup>
|
2709
2704
|
<col width="150px" class="parameters_name">
|
2710
2705
|
<col class="parameters_description">
|
@@ -2720,9 +2715,8 @@ other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-BOOLEAN:C
|
|
2720
2715
|
<div class="refsect3">
|
2721
2716
|
<a name="id-1.6.19.7.40.7"></a><h4>Returns</h4>
|
2722
2717
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> or <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a></p>
|
2723
|
-
<p></p>
|
2724
2718
|
</div>
|
2725
|
-
<p class="since">Since 2.24</p>
|
2719
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2726
2720
|
</div>
|
2727
2721
|
<hr>
|
2728
2722
|
<div class="refsect2">
|
@@ -2736,7 +2730,7 @@ g_variant_get_byte (<em class="parameter"><code><a class="link" href="glib-GVari
|
|
2736
2730
|
other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-BYTE:CAPS" title="G_VARIANT_TYPE_BYTE"><code class="literal">G_VARIANT_TYPE_BYTE</code></a>.</p>
|
2737
2731
|
<div class="refsect3">
|
2738
2732
|
<a name="id-1.6.19.7.41.6"></a><h4>Parameters</h4>
|
2739
|
-
<div class="informaltable"><table width="100%" border="0">
|
2733
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2740
2734
|
<colgroup>
|
2741
2735
|
<col width="150px" class="parameters_name">
|
2742
2736
|
<col class="parameters_description">
|
@@ -2752,9 +2746,8 @@ other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-BYTE:CAPS
|
|
2752
2746
|
<div class="refsect3">
|
2753
2747
|
<a name="id-1.6.19.7.41.7"></a><h4>Returns</h4>
|
2754
2748
|
<p> a <a class="link" href="glib-Basic-Types.html#guchar" title="guchar"><span class="type">guchar</span></a></p>
|
2755
|
-
<p></p>
|
2756
2749
|
</div>
|
2757
|
-
<p class="since">Since 2.24</p>
|
2750
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2758
2751
|
</div>
|
2759
2752
|
<hr>
|
2760
2753
|
<div class="refsect2">
|
@@ -2768,7 +2761,7 @@ g_variant_get_int16 (<em class="parameter"><code><a class="link" href="glib-GVar
|
|
2768
2761
|
other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-INT16:CAPS" title="G_VARIANT_TYPE_INT16"><code class="literal">G_VARIANT_TYPE_INT16</code></a>.</p>
|
2769
2762
|
<div class="refsect3">
|
2770
2763
|
<a name="id-1.6.19.7.42.6"></a><h4>Parameters</h4>
|
2771
|
-
<div class="informaltable"><table width="100%" border="0">
|
2764
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2772
2765
|
<colgroup>
|
2773
2766
|
<col width="150px" class="parameters_name">
|
2774
2767
|
<col class="parameters_description">
|
@@ -2784,9 +2777,8 @@ other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-INT16:CAP
|
|
2784
2777
|
<div class="refsect3">
|
2785
2778
|
<a name="id-1.6.19.7.42.7"></a><h4>Returns</h4>
|
2786
2779
|
<p> a <a class="link" href="glib-Basic-Types.html#gint16" title="gint16"><span class="type">gint16</span></a></p>
|
2787
|
-
<p></p>
|
2788
2780
|
</div>
|
2789
|
-
<p class="since">Since 2.24</p>
|
2781
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2790
2782
|
</div>
|
2791
2783
|
<hr>
|
2792
2784
|
<div class="refsect2">
|
@@ -2800,7 +2792,7 @@ g_variant_get_uint16 (<em class="parameter"><code><a class="link" href="glib-GVa
|
|
2800
2792
|
other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-UINT16:CAPS" title="G_VARIANT_TYPE_UINT16"><code class="literal">G_VARIANT_TYPE_UINT16</code></a>.</p>
|
2801
2793
|
<div class="refsect3">
|
2802
2794
|
<a name="id-1.6.19.7.43.6"></a><h4>Parameters</h4>
|
2803
|
-
<div class="informaltable"><table width="100%" border="0">
|
2795
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2804
2796
|
<colgroup>
|
2805
2797
|
<col width="150px" class="parameters_name">
|
2806
2798
|
<col class="parameters_description">
|
@@ -2816,9 +2808,8 @@ other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-UINT16:CA
|
|
2816
2808
|
<div class="refsect3">
|
2817
2809
|
<a name="id-1.6.19.7.43.7"></a><h4>Returns</h4>
|
2818
2810
|
<p> a <a class="link" href="glib-Basic-Types.html#guint16" title="guint16"><span class="type">guint16</span></a></p>
|
2819
|
-
<p></p>
|
2820
2811
|
</div>
|
2821
|
-
<p class="since">Since 2.24</p>
|
2812
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2822
2813
|
</div>
|
2823
2814
|
<hr>
|
2824
2815
|
<div class="refsect2">
|
@@ -2832,7 +2823,7 @@ g_variant_get_int32 (<em class="parameter"><code><a class="link" href="glib-GVar
|
|
2832
2823
|
other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-INT32:CAPS" title="G_VARIANT_TYPE_INT32"><code class="literal">G_VARIANT_TYPE_INT32</code></a>.</p>
|
2833
2824
|
<div class="refsect3">
|
2834
2825
|
<a name="id-1.6.19.7.44.6"></a><h4>Parameters</h4>
|
2835
|
-
<div class="informaltable"><table width="100%" border="0">
|
2826
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2836
2827
|
<colgroup>
|
2837
2828
|
<col width="150px" class="parameters_name">
|
2838
2829
|
<col class="parameters_description">
|
@@ -2848,9 +2839,8 @@ other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-INT32:CAP
|
|
2848
2839
|
<div class="refsect3">
|
2849
2840
|
<a name="id-1.6.19.7.44.7"></a><h4>Returns</h4>
|
2850
2841
|
<p> a <a class="link" href="glib-Basic-Types.html#gint32" title="gint32"><span class="type">gint32</span></a></p>
|
2851
|
-
<p></p>
|
2852
2842
|
</div>
|
2853
|
-
<p class="since">Since 2.24</p>
|
2843
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2854
2844
|
</div>
|
2855
2845
|
<hr>
|
2856
2846
|
<div class="refsect2">
|
@@ -2864,7 +2854,7 @@ g_variant_get_uint32 (<em class="parameter"><code><a class="link" href="glib-GVa
|
|
2864
2854
|
other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-UINT32:CAPS" title="G_VARIANT_TYPE_UINT32"><code class="literal">G_VARIANT_TYPE_UINT32</code></a>.</p>
|
2865
2855
|
<div class="refsect3">
|
2866
2856
|
<a name="id-1.6.19.7.45.6"></a><h4>Parameters</h4>
|
2867
|
-
<div class="informaltable"><table width="100%" border="0">
|
2857
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2868
2858
|
<colgroup>
|
2869
2859
|
<col width="150px" class="parameters_name">
|
2870
2860
|
<col class="parameters_description">
|
@@ -2880,9 +2870,8 @@ other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-UINT32:CA
|
|
2880
2870
|
<div class="refsect3">
|
2881
2871
|
<a name="id-1.6.19.7.45.7"></a><h4>Returns</h4>
|
2882
2872
|
<p> a <a class="link" href="glib-Basic-Types.html#guint32" title="guint32"><span class="type">guint32</span></a></p>
|
2883
|
-
<p></p>
|
2884
2873
|
</div>
|
2885
|
-
<p class="since">Since 2.24</p>
|
2874
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2886
2875
|
</div>
|
2887
2876
|
<hr>
|
2888
2877
|
<div class="refsect2">
|
@@ -2896,7 +2885,7 @@ g_variant_get_int64 (<em class="parameter"><code><a class="link" href="glib-GVar
|
|
2896
2885
|
other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-INT64:CAPS" title="G_VARIANT_TYPE_INT64"><code class="literal">G_VARIANT_TYPE_INT64</code></a>.</p>
|
2897
2886
|
<div class="refsect3">
|
2898
2887
|
<a name="id-1.6.19.7.46.6"></a><h4>Parameters</h4>
|
2899
|
-
<div class="informaltable"><table width="100%" border="0">
|
2888
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2900
2889
|
<colgroup>
|
2901
2890
|
<col width="150px" class="parameters_name">
|
2902
2891
|
<col class="parameters_description">
|
@@ -2912,9 +2901,8 @@ other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-INT64:CAP
|
|
2912
2901
|
<div class="refsect3">
|
2913
2902
|
<a name="id-1.6.19.7.46.7"></a><h4>Returns</h4>
|
2914
2903
|
<p> a <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a></p>
|
2915
|
-
<p></p>
|
2916
2904
|
</div>
|
2917
|
-
<p class="since">Since 2.24</p>
|
2905
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2918
2906
|
</div>
|
2919
2907
|
<hr>
|
2920
2908
|
<div class="refsect2">
|
@@ -2928,7 +2916,7 @@ g_variant_get_uint64 (<em class="parameter"><code><a class="link" href="glib-GVa
|
|
2928
2916
|
other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-UINT64:CAPS" title="G_VARIANT_TYPE_UINT64"><code class="literal">G_VARIANT_TYPE_UINT64</code></a>.</p>
|
2929
2917
|
<div class="refsect3">
|
2930
2918
|
<a name="id-1.6.19.7.47.6"></a><h4>Parameters</h4>
|
2931
|
-
<div class="informaltable"><table width="100%" border="0">
|
2919
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2932
2920
|
<colgroup>
|
2933
2921
|
<col width="150px" class="parameters_name">
|
2934
2922
|
<col class="parameters_description">
|
@@ -2944,9 +2932,8 @@ other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-UINT64:CA
|
|
2944
2932
|
<div class="refsect3">
|
2945
2933
|
<a name="id-1.6.19.7.47.7"></a><h4>Returns</h4>
|
2946
2934
|
<p> a <a class="link" href="glib-Basic-Types.html#guint64" title="guint64"><span class="type">guint64</span></a></p>
|
2947
|
-
<p></p>
|
2948
2935
|
</div>
|
2949
|
-
<p class="since">Since 2.24</p>
|
2936
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2950
2937
|
</div>
|
2951
2938
|
<hr>
|
2952
2939
|
<div class="refsect2">
|
@@ -2963,7 +2950,7 @@ that are sent alongside a D-Bus message. If you're not interacting
|
|
2963
2950
|
with D-Bus, you probably don't need them.</p>
|
2964
2951
|
<div class="refsect3">
|
2965
2952
|
<a name="id-1.6.19.7.48.7"></a><h4>Parameters</h4>
|
2966
|
-
<div class="informaltable"><table width="100%" border="0">
|
2953
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2967
2954
|
<colgroup>
|
2968
2955
|
<col width="150px" class="parameters_name">
|
2969
2956
|
<col class="parameters_description">
|
@@ -2979,9 +2966,8 @@ with D-Bus, you probably don't need them.</p>
|
|
2979
2966
|
<div class="refsect3">
|
2980
2967
|
<a name="id-1.6.19.7.48.8"></a><h4>Returns</h4>
|
2981
2968
|
<p> a <a class="link" href="glib-Basic-Types.html#gint32" title="gint32"><span class="type">gint32</span></a></p>
|
2982
|
-
<p></p>
|
2983
2969
|
</div>
|
2984
|
-
<p class="since">Since 2.24</p>
|
2970
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
2985
2971
|
</div>
|
2986
2972
|
<hr>
|
2987
2973
|
<div class="refsect2">
|
@@ -2995,7 +2981,7 @@ g_variant_get_double (<em class="parameter"><code><a class="link" href="glib-GVa
|
|
2995
2981
|
other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-DOUBLE:CAPS" title="G_VARIANT_TYPE_DOUBLE"><code class="literal">G_VARIANT_TYPE_DOUBLE</code></a>.</p>
|
2996
2982
|
<div class="refsect3">
|
2997
2983
|
<a name="id-1.6.19.7.49.6"></a><h4>Parameters</h4>
|
2998
|
-
<div class="informaltable"><table width="100%" border="0">
|
2984
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2999
2985
|
<colgroup>
|
3000
2986
|
<col width="150px" class="parameters_name">
|
3001
2987
|
<col class="parameters_description">
|
@@ -3011,9 +2997,8 @@ other than <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-DOUBLE:CA
|
|
3011
2997
|
<div class="refsect3">
|
3012
2998
|
<a name="id-1.6.19.7.49.7"></a><h4>Returns</h4>
|
3013
2999
|
<p> a <a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a></p>
|
3014
|
-
<p></p>
|
3015
3000
|
</div>
|
3016
|
-
<p class="since">Since 2.24</p>
|
3001
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3017
3002
|
</div>
|
3018
3003
|
<hr>
|
3019
3004
|
<div class="refsect2">
|
@@ -3024,7 +3009,7 @@ g_variant_get_string (<em class="parameter"><code><a class="link" href="glib-GVa
|
|
3024
3009
|
<p>Returns the string value of a <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance with a string
|
3025
3010
|
type. This includes the types <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-STRING:CAPS" title="G_VARIANT_TYPE_STRING"><code class="literal">G_VARIANT_TYPE_STRING</code></a>,
|
3026
3011
|
<a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-OBJECT-PATH:CAPS" title="G_VARIANT_TYPE_OBJECT_PATH"><code class="literal">G_VARIANT_TYPE_OBJECT_PATH</code></a> and <a class="link" href="glib-GVariantType.html#G-VARIANT-TYPE-SIGNATURE:CAPS" title="G_VARIANT_TYPE_SIGNATURE"><code class="literal">G_VARIANT_TYPE_SIGNATURE</code></a>.</p>
|
3027
|
-
<p>The string will always be UTF-8 encoded
|
3012
|
+
<p>The string will always be UTF-8 encoded, and will never be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
|
3028
3013
|
<p>If <em class="parameter"><code>length</code></em>
|
3029
3014
|
is non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> then the length of the string (in bytes) is
|
3030
3015
|
returned there. For trusted values, this information is already
|
@@ -3036,7 +3021,7 @@ other than those three.</p>
|
|
3036
3021
|
exists.</p>
|
3037
3022
|
<div class="refsect3">
|
3038
3023
|
<a name="id-1.6.19.7.50.9"></a><h4>Parameters</h4>
|
3039
|
-
<div class="informaltable"><table width="100%" border="0">
|
3024
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3040
3025
|
<colgroup>
|
3041
3026
|
<col width="150px" class="parameters_name">
|
3042
3027
|
<col class="parameters_description">
|
@@ -3062,7 +3047,7 @@ to store the length. </p></td>
|
|
3062
3047
|
<p> the constant string, UTF-8 encoded. </p>
|
3063
3048
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3064
3049
|
</div>
|
3065
|
-
<p class="since">Since 2.24</p>
|
3050
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3066
3051
|
</div>
|
3067
3052
|
<hr>
|
3068
3053
|
<div class="refsect2">
|
@@ -3076,7 +3061,7 @@ a constant string, the string is duplicated.</p>
|
|
3076
3061
|
<p>The return value must be freed using <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>.</p>
|
3077
3062
|
<div class="refsect3">
|
3078
3063
|
<a name="id-1.6.19.7.51.7"></a><h4>Parameters</h4>
|
3079
|
-
<div class="informaltable"><table width="100%" border="0">
|
3064
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3080
3065
|
<colgroup>
|
3081
3066
|
<col width="150px" class="parameters_name">
|
3082
3067
|
<col class="parameters_description">
|
@@ -3101,7 +3086,7 @@ a constant string, the string is duplicated.</p>
|
|
3101
3086
|
<p> a newly allocated string, UTF-8 encoded. </p>
|
3102
3087
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3103
3088
|
</div>
|
3104
|
-
<p class="since">Since 2.24</p>
|
3089
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3105
3090
|
</div>
|
3106
3091
|
<hr>
|
3107
3092
|
<div class="refsect2">
|
@@ -3114,7 +3099,7 @@ contained in <em class="parameter"><code>value</code></em>
|
|
3114
3099
|
.</p>
|
3115
3100
|
<div class="refsect3">
|
3116
3101
|
<a name="id-1.6.19.7.52.5"></a><h4>Parameters</h4>
|
3117
|
-
<div class="informaltable"><table width="100%" border="0">
|
3102
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3118
3103
|
<colgroup>
|
3119
3104
|
<col width="150px" class="parameters_name">
|
3120
3105
|
<col class="parameters_description">
|
@@ -3132,7 +3117,7 @@ contained in <em class="parameter"><code>value</code></em>
|
|
3132
3117
|
<p> the item contained in the variant. </p>
|
3133
3118
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3134
3119
|
</div>
|
3135
|
-
<p class="since">Since 2.24</p>
|
3120
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3136
3121
|
</div>
|
3137
3122
|
<hr>
|
3138
3123
|
<div class="refsect2">
|
@@ -3152,7 +3137,7 @@ is stored there. In any case, the resulting array will be
|
|
3152
3137
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> pointer will be returned.</p>
|
3153
3138
|
<div class="refsect3">
|
3154
3139
|
<a name="id-1.6.19.7.53.7"></a><h4>Parameters</h4>
|
3155
|
-
<div class="informaltable"><table width="100%" border="0">
|
3140
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3156
3141
|
<colgroup>
|
3157
3142
|
<col width="150px" class="parameters_name">
|
3158
3143
|
<col class="parameters_description">
|
@@ -3177,7 +3162,7 @@ is stored there. In any case, the resulting array will be
|
|
3177
3162
|
<p> an array of constant strings. </p>
|
3178
3163
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length zero-terminated=1][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
3179
3164
|
</div>
|
3180
|
-
<p class="since">Since 2.24</p>
|
3165
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3181
3166
|
</div>
|
3182
3167
|
<hr>
|
3183
3168
|
<div class="refsect2">
|
@@ -3197,7 +3182,7 @@ is stored there. In any case, the resulting array will be
|
|
3197
3182
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> pointer will be returned.</p>
|
3198
3183
|
<div class="refsect3">
|
3199
3184
|
<a name="id-1.6.19.7.54.7"></a><h4>Parameters</h4>
|
3200
|
-
<div class="informaltable"><table width="100%" border="0">
|
3185
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3201
3186
|
<colgroup>
|
3202
3187
|
<col width="150px" class="parameters_name">
|
3203
3188
|
<col class="parameters_description">
|
@@ -3222,7 +3207,7 @@ is stored there. In any case, the resulting array will be
|
|
3222
3207
|
<p> an array of strings. </p>
|
3223
3208
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3224
3209
|
</div>
|
3225
|
-
<p class="since">Since 2.24</p>
|
3210
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3226
3211
|
</div>
|
3227
3212
|
<hr>
|
3228
3213
|
<div class="refsect2">
|
@@ -3242,7 +3227,7 @@ is stored there. In any case, the resulting array will be
|
|
3242
3227
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> pointer will be returned.</p>
|
3243
3228
|
<div class="refsect3">
|
3244
3229
|
<a name="id-1.6.19.7.55.7"></a><h4>Parameters</h4>
|
3245
|
-
<div class="informaltable"><table width="100%" border="0">
|
3230
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3246
3231
|
<colgroup>
|
3247
3232
|
<col width="150px" class="parameters_name">
|
3248
3233
|
<col class="parameters_description">
|
@@ -3267,7 +3252,7 @@ is stored there. In any case, the resulting array will be
|
|
3267
3252
|
<p> an array of constant strings. </p>
|
3268
3253
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length zero-terminated=1][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
3269
3254
|
</div>
|
3270
|
-
<p class="since">Since 2.30</p>
|
3255
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
3271
3256
|
</div>
|
3272
3257
|
<hr>
|
3273
3258
|
<div class="refsect2">
|
@@ -3287,7 +3272,7 @@ is stored there. In any case, the resulting array will be
|
|
3287
3272
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> pointer will be returned.</p>
|
3288
3273
|
<div class="refsect3">
|
3289
3274
|
<a name="id-1.6.19.7.56.7"></a><h4>Parameters</h4>
|
3290
|
-
<div class="informaltable"><table width="100%" border="0">
|
3275
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3291
3276
|
<colgroup>
|
3292
3277
|
<col width="150px" class="parameters_name">
|
3293
3278
|
<col class="parameters_description">
|
@@ -3312,7 +3297,7 @@ is stored there. In any case, the resulting array will be
|
|
3312
3297
|
<p> an array of strings. </p>
|
3313
3298
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3314
3299
|
</div>
|
3315
|
-
<p class="since">Since 2.30</p>
|
3300
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
3316
3301
|
</div>
|
3317
3302
|
<hr>
|
3318
3303
|
<div class="refsect2">
|
@@ -3334,7 +3319,7 @@ array of bytes.</p>
|
|
3334
3319
|
exists.</p>
|
3335
3320
|
<div class="refsect3">
|
3336
3321
|
<a name="id-1.6.19.7.57.9"></a><h4>Parameters</h4>
|
3337
|
-
<div class="informaltable"><table width="100%" border="0">
|
3322
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3338
3323
|
<colgroup>
|
3339
3324
|
<col width="150px" class="parameters_name">
|
3340
3325
|
<col class="parameters_description">
|
@@ -3352,7 +3337,7 @@ array of bytes.</p>
|
|
3352
3337
|
<p> the constant string. </p>
|
3353
3338
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8]</span></p>
|
3354
3339
|
</div>
|
3355
|
-
<p class="since">Since 2.26</p>
|
3340
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3356
3341
|
</div>
|
3357
3342
|
<hr>
|
3358
3343
|
<div class="refsect2">
|
@@ -3365,7 +3350,7 @@ returning a constant string, the string is duplicated.</p>
|
|
3365
3350
|
<p>The return value must be freed using <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>.</p>
|
3366
3351
|
<div class="refsect3">
|
3367
3352
|
<a name="id-1.6.19.7.58.6"></a><h4>Parameters</h4>
|
3368
|
-
<div class="informaltable"><table width="100%" border="0">
|
3353
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3369
3354
|
<colgroup>
|
3370
3355
|
<col width="150px" class="parameters_name">
|
3371
3356
|
<col class="parameters_description">
|
@@ -3391,7 +3376,7 @@ the length (not including the nul terminator). </p></td>
|
|
3391
3376
|
<p> a newly allocated string. </p>
|
3392
3377
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1 length=length][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8]</span></p>
|
3393
3378
|
</div>
|
3394
|
-
<p class="since">Since 2.26</p>
|
3379
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3395
3380
|
</div>
|
3396
3381
|
<hr>
|
3397
3382
|
<div class="refsect2">
|
@@ -3411,7 +3396,7 @@ stored there. In any case, the resulting array will be
|
|
3411
3396
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> pointer will be returned.</p>
|
3412
3397
|
<div class="refsect3">
|
3413
3398
|
<a name="id-1.6.19.7.59.7"></a><h4>Parameters</h4>
|
3414
|
-
<div class="informaltable"><table width="100%" border="0">
|
3399
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3415
3400
|
<colgroup>
|
3416
3401
|
<col width="150px" class="parameters_name">
|
3417
3402
|
<col class="parameters_description">
|
@@ -3436,7 +3421,7 @@ stored there. In any case, the resulting array will be
|
|
3436
3421
|
<p> an array of constant strings. </p>
|
3437
3422
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
3438
3423
|
</div>
|
3439
|
-
<p class="since">Since 2.26</p>
|
3424
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3440
3425
|
</div>
|
3441
3426
|
<hr>
|
3442
3427
|
<div class="refsect2">
|
@@ -3456,7 +3441,7 @@ stored there. In any case, the resulting array will be
|
|
3456
3441
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> pointer will be returned.</p>
|
3457
3442
|
<div class="refsect3">
|
3458
3443
|
<a name="id-1.6.19.7.60.7"></a><h4>Parameters</h4>
|
3459
|
-
<div class="informaltable"><table width="100%" border="0">
|
3444
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3460
3445
|
<colgroup>
|
3461
3446
|
<col width="150px" class="parameters_name">
|
3462
3447
|
<col class="parameters_description">
|
@@ -3481,7 +3466,7 @@ stored there. In any case, the resulting array will be
|
|
3481
3466
|
<p> an array of strings. </p>
|
3482
3467
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3483
3468
|
</div>
|
3484
|
-
<p class="since">Since 2.26</p>
|
3469
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
3485
3470
|
</div>
|
3486
3471
|
<hr>
|
3487
3472
|
<div class="refsect2">
|
@@ -3509,7 +3494,7 @@ instance takes ownership of <em class="parameter"><code>child</code></em>
|
|
3509
3494
|
.</p>
|
3510
3495
|
<div class="refsect3">
|
3511
3496
|
<a name="id-1.6.19.7.61.7"></a><h4>Parameters</h4>
|
3512
|
-
<div class="informaltable"><table width="100%" border="0">
|
3497
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3513
3498
|
<colgroup>
|
3514
3499
|
<col width="150px" class="parameters_name">
|
3515
3500
|
<col class="parameters_description">
|
@@ -3534,7 +3519,7 @@ instance takes ownership of <em class="parameter"><code>child</code></em>
|
|
3534
3519
|
<p> a floating reference to a new <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> maybe instance. </p>
|
3535
3520
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3536
3521
|
</div>
|
3537
|
-
<p class="since">Since 2.24</p>
|
3522
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3538
3523
|
</div>
|
3539
3524
|
<hr>
|
3540
3525
|
<div class="refsect2">
|
@@ -3565,7 +3550,7 @@ same as <em class="parameter"><code>child_type</code></em>
|
|
3565
3550
|
new instance takes ownership of them as if via <a class="link" href="glib-GVariant.html#g-variant-ref-sink" title="g_variant_ref_sink ()"><code class="function">g_variant_ref_sink()</code></a>.</p>
|
3566
3551
|
<div class="refsect3">
|
3567
3552
|
<a name="id-1.6.19.7.62.9"></a><h4>Parameters</h4>
|
3568
|
-
<div class="informaltable"><table width="100%" border="0">
|
3553
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3569
3554
|
<colgroup>
|
3570
3555
|
<col width="150px" class="parameters_name">
|
3571
3556
|
<col class="parameters_description">
|
@@ -3597,7 +3582,7 @@ new instance takes ownership of them as if via <a class="link" href="glib-GVaria
|
|
3597
3582
|
<p> a floating reference to a new <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> array. </p>
|
3598
3583
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3599
3584
|
</div>
|
3600
|
-
<p class="since">Since 2.24</p>
|
3585
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3601
3586
|
</div>
|
3602
3587
|
<hr>
|
3603
3588
|
<div class="refsect2">
|
@@ -3618,7 +3603,7 @@ type is determined from the types of <em class="parameter"><code>children</code>
|
|
3618
3603
|
new instance takes ownership of them as if via <a class="link" href="glib-GVariant.html#g-variant-ref-sink" title="g_variant_ref_sink ()"><code class="function">g_variant_ref_sink()</code></a>.</p>
|
3619
3604
|
<div class="refsect3">
|
3620
3605
|
<a name="id-1.6.19.7.63.7"></a><h4>Parameters</h4>
|
3621
|
-
<div class="informaltable"><table width="100%" border="0">
|
3606
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3622
3607
|
<colgroup>
|
3623
3608
|
<col width="150px" class="parameters_name">
|
3624
3609
|
<col class="parameters_description">
|
@@ -3644,7 +3629,7 @@ new instance takes ownership of them as if via <a class="link" href="glib-GVaria
|
|
3644
3629
|
<p> a floating reference to a new <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> tuple. </p>
|
3645
3630
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3646
3631
|
</div>
|
3647
|
-
<p class="since">Since 2.24</p>
|
3632
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3648
3633
|
</div>
|
3649
3634
|
<hr>
|
3650
3635
|
<div class="refsect2">
|
@@ -3661,9 +3646,10 @@ non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><cod
|
|
3661
3646
|
or <em class="parameter"><code>value</code></em>
|
3662
3647
|
are floating references (see <a class="link" href="glib-GVariant.html#g-variant-ref-sink" title="g_variant_ref_sink ()"><code class="function">g_variant_ref_sink()</code></a>),
|
3663
3648
|
the new instance takes ownership of them as if via <a class="link" href="glib-GVariant.html#g-variant-ref-sink" title="g_variant_ref_sink ()"><code class="function">g_variant_ref_sink()</code></a>.</p>
|
3649
|
+
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
3664
3650
|
<div class="refsect3">
|
3665
|
-
<a name="id-1.6.19.7.64.
|
3666
|
-
<div class="informaltable"><table width="100%" border="0">
|
3651
|
+
<a name="id-1.6.19.7.64.7"></a><h4>Parameters</h4>
|
3652
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3667
3653
|
<colgroup>
|
3668
3654
|
<col width="150px" class="parameters_name">
|
3669
3655
|
<col class="parameters_description">
|
@@ -3684,11 +3670,11 @@ the new instance takes ownership of them as if via <a class="link" href="glib-GV
|
|
3684
3670
|
</table></div>
|
3685
3671
|
</div>
|
3686
3672
|
<div class="refsect3">
|
3687
|
-
<a name="id-1.6.19.7.64.
|
3673
|
+
<a name="id-1.6.19.7.64.8"></a><h4>Returns</h4>
|
3688
3674
|
<p> a floating reference to a new dictionary entry <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>. </p>
|
3689
3675
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3690
3676
|
</div>
|
3691
|
-
<p class="since">Since 2.24</p>
|
3677
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3692
3678
|
</div>
|
3693
3679
|
<hr>
|
3694
3680
|
<div class="refsect2">
|
@@ -3714,7 +3700,7 @@ expectation.</p>
|
|
3714
3700
|
items in the array.</p>
|
3715
3701
|
<div class="refsect3">
|
3716
3702
|
<a name="id-1.6.19.7.65.8"></a><h4>Parameters</h4>
|
3717
|
-
<div class="informaltable"><table width="100%" border="0">
|
3703
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3718
3704
|
<colgroup>
|
3719
3705
|
<col width="150px" class="parameters_name">
|
3720
3706
|
<col class="parameters_description">
|
@@ -3749,7 +3735,7 @@ items in the array.</p>
|
|
3749
3735
|
<p> a floating reference to a new array <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance. </p>
|
3750
3736
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3751
3737
|
</div>
|
3752
|
-
<p class="since">Since 2.32</p>
|
3738
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
3753
3739
|
</div>
|
3754
3740
|
<hr>
|
3755
3741
|
<div class="refsect2">
|
@@ -3760,7 +3746,7 @@ g_variant_get_maybe (<em class="parameter"><code><a class="link" href="glib-GVar
|
|
3760
3746
|
value is Nothing, then this function returns <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
|
3761
3747
|
<div class="refsect3">
|
3762
3748
|
<a name="id-1.6.19.7.66.5"></a><h4>Parameters</h4>
|
3763
|
-
<div class="informaltable"><table width="100%" border="0">
|
3749
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3764
3750
|
<colgroup>
|
3765
3751
|
<col width="150px" class="parameters_name">
|
3766
3752
|
<col class="parameters_description">
|
@@ -3779,7 +3765,7 @@ value is Nothing, then this function returns <a class="link" href="glib-Standard
|
|
3779
3765
|
, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
|
3780
3766
|
<p><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3781
3767
|
</div>
|
3782
|
-
<p class="since">Since 2.24</p>
|
3768
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3783
3769
|
</div>
|
3784
3770
|
<hr>
|
3785
3771
|
<div class="refsect2">
|
@@ -3797,7 +3783,7 @@ only on the type). For dictionary entries, it is always 2</p>
|
|
3797
3783
|
<p>This function is O(1).</p>
|
3798
3784
|
<div class="refsect3">
|
3799
3785
|
<a name="id-1.6.19.7.67.7"></a><h4>Parameters</h4>
|
3800
|
-
<div class="informaltable"><table width="100%" border="0">
|
3786
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3801
3787
|
<colgroup>
|
3802
3788
|
<col width="150px" class="parameters_name">
|
3803
3789
|
<col class="parameters_description">
|
@@ -3813,9 +3799,8 @@ only on the type). For dictionary entries, it is always 2</p>
|
|
3813
3799
|
<div class="refsect3">
|
3814
3800
|
<a name="id-1.6.19.7.67.8"></a><h4>Returns</h4>
|
3815
3801
|
<p> the number of children in the container</p>
|
3816
|
-
<p></p>
|
3817
3802
|
</div>
|
3818
|
-
<p class="since">Since 2.24</p>
|
3803
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3819
3804
|
</div>
|
3820
3805
|
<hr>
|
3821
3806
|
<div class="refsect2">
|
@@ -3835,7 +3820,7 @@ in the container. See <a class="link" href="glib-GVariant.html#g-variant-n-chil
|
|
3835
3820
|
<p>This function is O(1).</p>
|
3836
3821
|
<div class="refsect3">
|
3837
3822
|
<a name="id-1.6.19.7.68.8"></a><h4>Parameters</h4>
|
3838
|
-
<div class="informaltable"><table width="100%" border="0">
|
3823
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3839
3824
|
<colgroup>
|
3840
3825
|
<col width="150px" class="parameters_name">
|
3841
3826
|
<col class="parameters_description">
|
@@ -3860,7 +3845,7 @@ in the container. See <a class="link" href="glib-GVariant.html#g-variant-n-chil
|
|
3860
3845
|
<p> the child at the specified index. </p>
|
3861
3846
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3862
3847
|
</div>
|
3863
|
-
<p class="since">Since 2.24</p>
|
3848
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3864
3849
|
</div>
|
3865
3850
|
<hr>
|
3866
3851
|
<div class="refsect2">
|
@@ -3880,9 +3865,10 @@ essentially a combination of <a class="link" href="glib-GVariant.html#g-variant-
|
|
3880
3865
|
the values and also determines if the values are copied or borrowed,
|
3881
3866
|
see the section on
|
3882
3867
|
<a href="gvariant-format-strings.html#gvariant-format-strings-pointers">GVariant format strings</a>.</p>
|
3868
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
3883
3869
|
<div class="refsect3">
|
3884
|
-
<a name="id-1.6.19.7.69.
|
3885
|
-
<div class="informaltable"><table width="100%" border="0">
|
3870
|
+
<a name="id-1.6.19.7.69.7"></a><h4>Parameters</h4>
|
3871
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3886
3872
|
<colgroup>
|
3887
3873
|
<col width="150px" class="parameters_name">
|
3888
3874
|
<col class="parameters_description">
|
@@ -3913,7 +3899,7 @@ see the section on
|
|
3913
3899
|
</tbody>
|
3914
3900
|
</table></div>
|
3915
3901
|
</div>
|
3916
|
-
<p class="since">Since 2.24</p>
|
3902
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
3917
3903
|
</div>
|
3918
3904
|
<hr>
|
3919
3905
|
<div class="refsect2">
|
@@ -3947,7 +3933,7 @@ value will have this type.</p>
|
|
3947
3933
|
plan to do many lookups then <a class="link" href="glib-GVariant.html#GVariantDict" title="struct GVariantDict"><span class="type">GVariantDict</span></a> may be more efficient.</p>
|
3948
3934
|
<div class="refsect3">
|
3949
3935
|
<a name="id-1.6.19.7.70.10"></a><h4>Parameters</h4>
|
3950
|
-
<div class="informaltable"><table width="100%" border="0">
|
3936
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3951
3937
|
<colgroup>
|
3952
3938
|
<col width="150px" class="parameters_name">
|
3953
3939
|
<col class="parameters_description">
|
@@ -3977,7 +3963,7 @@ plan to do many lookups then <a class="link" href="glib-GVariant.html#GVariantDi
|
|
3977
3963
|
<p> the value of the dictionary key, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
|
3978
3964
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3979
3965
|
</div>
|
3980
|
-
<p class="since">Since 2.28</p>
|
3966
|
+
<p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
|
3981
3967
|
</div>
|
3982
3968
|
<hr>
|
3983
3969
|
<div class="refsect2">
|
@@ -3999,9 +3985,10 @@ see the section on
|
|
3999
3985
|
<a href="gvariant-format-strings.html#gvariant-format-strings-pointers">GVariant format strings</a>.</p>
|
4000
3986
|
<p>This function is currently implemented with a linear scan. If you
|
4001
3987
|
plan to do many lookups then <a class="link" href="glib-GVariant.html#GVariantDict" title="struct GVariantDict"><span class="type">GVariantDict</span></a> may be more efficient.</p>
|
3988
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
4002
3989
|
<div class="refsect3">
|
4003
|
-
<a name="id-1.6.19.7.71.
|
4004
|
-
<div class="informaltable"><table width="100%" border="0">
|
3990
|
+
<a name="id-1.6.19.7.71.9"></a><h4>Parameters</h4>
|
3991
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4005
3992
|
<colgroup>
|
4006
3993
|
<col width="150px" class="parameters_name">
|
4007
3994
|
<col class="parameters_description">
|
@@ -4032,11 +4019,10 @@ plan to do many lookups then <a class="link" href="glib-GVariant.html#GVariantDi
|
|
4032
4019
|
</table></div>
|
4033
4020
|
</div>
|
4034
4021
|
<div class="refsect3">
|
4035
|
-
<a name="id-1.6.19.7.71.
|
4022
|
+
<a name="id-1.6.19.7.71.10"></a><h4>Returns</h4>
|
4036
4023
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a value was unpacked</p>
|
4037
|
-
<p></p>
|
4038
4024
|
</div>
|
4039
|
-
<p class="since">Since 2.28</p>
|
4025
|
+
<p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
|
4040
4026
|
</div>
|
4041
4027
|
<hr>
|
4042
4028
|
<div class="refsect2">
|
@@ -4074,7 +4060,7 @@ expectation.</p>
|
|
4074
4060
|
items in the array.</p>
|
4075
4061
|
<div class="refsect3">
|
4076
4062
|
<a name="id-1.6.19.7.72.11"></a><h4>Parameters</h4>
|
4077
|
-
<div class="informaltable"><table width="100%" border="0">
|
4063
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4078
4064
|
<colgroup>
|
4079
4065
|
<col width="150px" class="parameters_name">
|
4080
4066
|
<col class="parameters_description">
|
@@ -4105,7 +4091,7 @@ items in the array.</p>
|
|
4105
4091
|
the fixed array. </p>
|
4106
4092
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_elements][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
4107
4093
|
</div>
|
4108
|
-
<p class="since">Since 2.24</p>
|
4094
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4109
4095
|
</div>
|
4110
4096
|
<hr>
|
4111
4097
|
<div class="refsect2">
|
@@ -4126,7 +4112,7 @@ operation which is approximately O(n) in the number of values
|
|
4126
4112
|
involved.</p>
|
4127
4113
|
<div class="refsect3">
|
4128
4114
|
<a name="id-1.6.19.7.73.7"></a><h4>Parameters</h4>
|
4129
|
-
<div class="informaltable"><table width="100%" border="0">
|
4115
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4130
4116
|
<colgroup>
|
4131
4117
|
<col width="150px" class="parameters_name">
|
4132
4118
|
<col class="parameters_description">
|
@@ -4143,9 +4129,8 @@ involved.</p>
|
|
4143
4129
|
<a name="id-1.6.19.7.73.8"></a><h4>Returns</h4>
|
4144
4130
|
<p> the serialised size of <em class="parameter"><code>value</code></em>
|
4145
4131
|
</p>
|
4146
|
-
<p></p>
|
4147
4132
|
</div>
|
4148
|
-
<p class="since">Since 2.24</p>
|
4133
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4149
4134
|
</div>
|
4150
4135
|
<hr>
|
4151
4136
|
<div class="refsect2">
|
@@ -4181,7 +4166,7 @@ explicitly (by storing the type and/or endianness in addition to the
|
|
4181
4166
|
serialised data).</p>
|
4182
4167
|
<div class="refsect3">
|
4183
4168
|
<a name="id-1.6.19.7.74.8"></a><h4>Parameters</h4>
|
4184
|
-
<div class="informaltable"><table width="100%" border="0">
|
4169
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4185
4170
|
<colgroup>
|
4186
4171
|
<col width="150px" class="parameters_name">
|
4187
4172
|
<col class="parameters_description">
|
@@ -4200,7 +4185,7 @@ serialised data).</p>
|
|
4200
4185
|
, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
|
4201
4186
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
4202
4187
|
</div>
|
4203
|
-
<p class="since">Since 2.24</p>
|
4188
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4204
4189
|
</div>
|
4205
4190
|
<hr>
|
4206
4191
|
<div class="refsect2">
|
@@ -4213,7 +4198,7 @@ The semantics of this function are exactly the same as
|
|
4213
4198
|
a reference to the variant data.</p>
|
4214
4199
|
<div class="refsect3">
|
4215
4200
|
<a name="id-1.6.19.7.75.5"></a><h4>Parameters</h4>
|
4216
|
-
<div class="informaltable"><table width="100%" border="0">
|
4201
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4217
4202
|
<colgroup>
|
4218
4203
|
<col width="150px" class="parameters_name">
|
4219
4204
|
<col class="parameters_description">
|
@@ -4231,7 +4216,7 @@ a reference to the variant data.</p>
|
|
4231
4216
|
<p> A new <a class="link" href="glib-Byte-Arrays.html#GBytes" title="GBytes"><span class="type">GBytes</span></a> representing the variant data. </p>
|
4232
4217
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
4233
4218
|
</div>
|
4234
|
-
<p class="since">Since 2.36</p>
|
4219
|
+
<p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
|
4235
4220
|
</div>
|
4236
4221
|
<hr>
|
4237
4222
|
<div class="refsect2">
|
@@ -4254,7 +4239,7 @@ machine might be different) its endianness must also be available.</p>
|
|
4254
4239
|
.</p>
|
4255
4240
|
<div class="refsect3">
|
4256
4241
|
<a name="id-1.6.19.7.76.8"></a><h4>Parameters</h4>
|
4257
|
-
<div class="informaltable"><table width="100%" border="0">
|
4242
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4258
4243
|
<colgroup>
|
4259
4244
|
<col width="150px" class="parameters_name">
|
4260
4245
|
<col class="parameters_description">
|
@@ -4268,13 +4253,13 @@ machine might be different) its endianness must also be available.</p>
|
|
4268
4253
|
</tr>
|
4269
4254
|
<tr>
|
4270
4255
|
<td class="parameter_name"><p>data</p></td>
|
4271
|
-
<td class="parameter_description"><p>the location to store the serialised data at</p></td>
|
4272
|
-
<td class="parameter_annotations">
|
4256
|
+
<td class="parameter_description"><p> the location to store the serialised data at. </p></td>
|
4257
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
4273
4258
|
</tr>
|
4274
4259
|
</tbody>
|
4275
4260
|
</table></div>
|
4276
4261
|
</div>
|
4277
|
-
<p class="since">Since 2.24</p>
|
4262
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4278
4263
|
</div>
|
4279
4264
|
<hr>
|
4280
4265
|
<div class="refsect2">
|
@@ -4320,7 +4305,7 @@ needed. The exact time of this call is unspecified and might even be
|
|
4320
4305
|
before this function returns.</p>
|
4321
4306
|
<div class="refsect3">
|
4322
4307
|
<a name="id-1.6.19.7.77.10"></a><h4>Parameters</h4>
|
4323
|
-
<div class="informaltable"><table width="100%" border="0">
|
4308
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4324
4309
|
<colgroup>
|
4325
4310
|
<col width="150px" class="parameters_name">
|
4326
4311
|
<col class="parameters_description">
|
@@ -4370,7 +4355,7 @@ is no longer needed. </p></td>
|
|
4370
4355
|
. </p>
|
4371
4356
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
4372
4357
|
</div>
|
4373
|
-
<p class="since">Since 2.24</p>
|
4358
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4374
4359
|
</div>
|
4375
4360
|
<hr>
|
4376
4361
|
<div class="refsect2">
|
@@ -4386,7 +4371,7 @@ called from various functions in gvariant.c.</p>
|
|
4386
4371
|
.</p>
|
4387
4372
|
<div class="refsect3">
|
4388
4373
|
<a name="id-1.6.19.7.78.6"></a><h4>Parameters</h4>
|
4389
|
-
<div class="informaltable"><table width="100%" border="0">
|
4374
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4390
4375
|
<colgroup>
|
4391
4376
|
<col width="150px" class="parameters_name">
|
4392
4377
|
<col class="parameters_description">
|
@@ -4417,7 +4402,7 @@ are trusted</p></td>
|
|
4417
4402
|
<p> a new <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> with a floating reference. </p>
|
4418
4403
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
4419
4404
|
</div>
|
4420
|
-
<p class="since">Since 2.36</p>
|
4405
|
+
<p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
|
4421
4406
|
</div>
|
4422
4407
|
<hr>
|
4423
4408
|
<div class="refsect2">
|
@@ -4437,7 +4422,7 @@ bytes and containers containing only these things (recursively).</p>
|
|
4437
4422
|
<p>The returned value is always in normal form and is marked as trusted.</p>
|
4438
4423
|
<div class="refsect3">
|
4439
4424
|
<a name="id-1.6.19.7.79.7"></a><h4>Parameters</h4>
|
4440
|
-
<div class="informaltable"><table width="100%" border="0">
|
4425
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4441
4426
|
<colgroup>
|
4442
4427
|
<col width="150px" class="parameters_name">
|
4443
4428
|
<col class="parameters_description">
|
@@ -4456,7 +4441,7 @@ bytes and containers containing only these things (recursively).</p>
|
|
4456
4441
|
. </p>
|
4457
4442
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
4458
4443
|
</div>
|
4459
|
-
<p class="since">Since 2.24</p>
|
4444
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4460
4445
|
</div>
|
4461
4446
|
<hr>
|
4462
4447
|
<div class="refsect2">
|
@@ -4483,7 +4468,7 @@ data from untrusted sources and you want to ensure your serialised
|
|
4483
4468
|
output is definitely in normal form.</p>
|
4484
4469
|
<div class="refsect3">
|
4485
4470
|
<a name="id-1.6.19.7.80.9"></a><h4>Parameters</h4>
|
4486
|
-
<div class="informaltable"><table width="100%" border="0">
|
4471
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4487
4472
|
<colgroup>
|
4488
4473
|
<col width="150px" class="parameters_name">
|
4489
4474
|
<col class="parameters_description">
|
@@ -4501,7 +4486,7 @@ output is definitely in normal form.</p>
|
|
4501
4486
|
<p> a trusted <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>. </p>
|
4502
4487
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
4503
4488
|
</div>
|
4504
|
-
<p class="since">Since 2.24</p>
|
4489
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4505
4490
|
</div>
|
4506
4491
|
<hr>
|
4507
4492
|
<div class="refsect2">
|
@@ -4520,7 +4505,7 @@ being trusted. If the value was already marked as being trusted then
|
|
4520
4505
|
this function will immediately return <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a>.</p>
|
4521
4506
|
<div class="refsect3">
|
4522
4507
|
<a name="id-1.6.19.7.81.7"></a><h4>Parameters</h4>
|
4523
|
-
<div class="informaltable"><table width="100%" border="0">
|
4508
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4524
4509
|
<colgroup>
|
4525
4510
|
<col width="150px" class="parameters_name">
|
4526
4511
|
<col class="parameters_description">
|
@@ -4537,14 +4522,13 @@ this function will immediately return <a class="link" href="glib-Standard-Macros
|
|
4537
4522
|
<a name="id-1.6.19.7.81.8"></a><h4>Returns</h4>
|
4538
4523
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>value</code></em>
|
4539
4524
|
is in normal form</p>
|
4540
|
-
<p></p>
|
4541
4525
|
</div>
|
4542
|
-
<p class="since">Since 2.24</p>
|
4526
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4543
4527
|
</div>
|
4544
4528
|
<hr>
|
4545
4529
|
<div class="refsect2">
|
4546
4530
|
<a name="g-variant-hash"></a><h3>g_variant_hash ()</h3>
|
4547
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
4531
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
4548
4532
|
g_variant_hash (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> value</code></em>);</pre>
|
4549
4533
|
<p>Generates a hash value for a <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance.</p>
|
4550
4534
|
<p>The output of this function is guaranteed to be the same for a given
|
@@ -4557,7 +4541,7 @@ function with <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHa
|
|
4557
4541
|
must be a <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>.</p>
|
4558
4542
|
<div class="refsect3">
|
4559
4543
|
<a name="id-1.6.19.7.82.7"></a><h4>Parameters</h4>
|
4560
|
-
<div class="informaltable"><table width="100%" border="0">
|
4544
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4561
4545
|
<colgroup>
|
4562
4546
|
<col width="150px" class="parameters_name">
|
4563
4547
|
<col class="parameters_description">
|
@@ -4574,9 +4558,8 @@ function with <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHa
|
|
4574
4558
|
<a name="id-1.6.19.7.82.8"></a><h4>Returns</h4>
|
4575
4559
|
<p> a hash value corresponding to <em class="parameter"><code>value</code></em>
|
4576
4560
|
</p>
|
4577
|
-
<p></p>
|
4578
4561
|
</div>
|
4579
|
-
<p class="since">Since 2.24</p>
|
4562
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4580
4563
|
</div>
|
4581
4564
|
<hr>
|
4582
4565
|
<div class="refsect2">
|
@@ -4593,7 +4576,7 @@ g_variant_equal (<em class="parameter"><code><a class="link" href="glib-Basic-Ty
|
|
4593
4576
|
this function with <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>. They must each be a <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>.</p>
|
4594
4577
|
<div class="refsect3">
|
4595
4578
|
<a name="id-1.6.19.7.83.6"></a><h4>Parameters</h4>
|
4596
|
-
<div class="informaltable"><table width="100%" border="0">
|
4579
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4597
4580
|
<colgroup>
|
4598
4581
|
<col width="150px" class="parameters_name">
|
4599
4582
|
<col class="parameters_description">
|
@@ -4618,9 +4601,8 @@ this function with <a class="link" href="glib-Hash-Tables.html#GHashTable" title
|
|
4618
4601
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>one</code></em>
|
4619
4602
|
and <em class="parameter"><code>two</code></em>
|
4620
4603
|
are equal</p>
|
4621
|
-
<p></p>
|
4622
4604
|
</div>
|
4623
|
-
<p class="since">Since 2.24</p>
|
4605
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4624
4606
|
</div>
|
4625
4607
|
<hr>
|
4626
4608
|
<div class="refsect2">
|
@@ -4636,7 +4618,7 @@ g_variant_print (<em class="parameter"><code><a class="link" href="glib-GVariant
|
|
4636
4618
|
the output.</p>
|
4637
4619
|
<div class="refsect3">
|
4638
4620
|
<a name="id-1.6.19.7.84.7"></a><h4>Parameters</h4>
|
4639
|
-
<div class="informaltable"><table width="100%" border="0">
|
4621
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4640
4622
|
<colgroup>
|
4641
4623
|
<col width="150px" class="parameters_name">
|
4642
4624
|
<col class="parameters_description">
|
@@ -4662,7 +4644,7 @@ the output</p></td>
|
|
4662
4644
|
<p> a newly-allocated string holding the result. </p>
|
4663
4645
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
4664
4646
|
</div>
|
4665
|
-
<p class="since">Since 2.24</p>
|
4647
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4666
4648
|
</div>
|
4667
4649
|
<hr>
|
4668
4650
|
<div class="refsect2">
|
@@ -4675,9 +4657,10 @@ g_variant_print_string (<em class="parameter"><code><a class="link" href="glib-G
|
|
4675
4657
|
<p>If <em class="parameter"><code>string</code></em>
|
4676
4658
|
is non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> then it is appended to and returned. Else,
|
4677
4659
|
a new empty <a class="link" href="glib-Strings.html#GString" title="struct GString"><span class="type">GString</span></a> is allocated and it is returned.</p>
|
4660
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
4678
4661
|
<div class="refsect3">
|
4679
|
-
<a name="id-1.6.19.7.85.
|
4680
|
-
<div class="informaltable"><table width="100%" border="0">
|
4662
|
+
<a name="id-1.6.19.7.85.7"></a><h4>Parameters</h4>
|
4663
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4681
4664
|
<colgroup>
|
4682
4665
|
<col width="150px" class="parameters_name">
|
4683
4666
|
<col class="parameters_description">
|
@@ -4704,11 +4687,10 @@ the output</p></td>
|
|
4704
4687
|
</table></div>
|
4705
4688
|
</div>
|
4706
4689
|
<div class="refsect3">
|
4707
|
-
<a name="id-1.6.19.7.85.
|
4690
|
+
<a name="id-1.6.19.7.85.8"></a><h4>Returns</h4>
|
4708
4691
|
<p> a <a class="link" href="glib-Strings.html#GString" title="struct GString"><span class="type">GString</span></a> containing the string</p>
|
4709
|
-
<p></p>
|
4710
4692
|
</div>
|
4711
|
-
<p class="since">Since 2.24</p>
|
4693
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4712
4694
|
</div>
|
4713
4695
|
<hr>
|
4714
4696
|
<div class="refsect2">
|
@@ -4727,7 +4709,7 @@ need it.</p>
|
|
4727
4709
|
and will be releated only when <a class="link" href="glib-GVariant.html#g-variant-iter-free" title="g_variant_iter_free ()"><code class="function">g_variant_iter_free()</code></a> is called.</p>
|
4728
4710
|
<div class="refsect3">
|
4729
4711
|
<a name="id-1.6.19.7.86.7"></a><h4>Parameters</h4>
|
4730
|
-
<div class="informaltable"><table width="100%" border="0">
|
4712
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4731
4713
|
<colgroup>
|
4732
4714
|
<col width="150px" class="parameters_name">
|
4733
4715
|
<col class="parameters_description">
|
@@ -4745,7 +4727,7 @@ and will be releated only when <a class="link" href="glib-GVariant.html#g-varian
|
|
4745
4727
|
<p> a new heap-allocated <a class="link" href="glib-GVariant.html#GVariantIter" title="struct GVariantIter"><span class="type">GVariantIter</span></a>. </p>
|
4746
4728
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
4747
4729
|
</div>
|
4748
|
-
<p class="since">Since 2.24</p>
|
4730
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4749
4731
|
</div>
|
4750
4732
|
<hr>
|
4751
4733
|
<div class="refsect2">
|
@@ -4757,7 +4739,7 @@ iterators that were returned by <a class="link" href="glib-GVariant.html#g-varia
|
|
4757
4739
|
<a class="link" href="glib-GVariant.html#g-variant-iter-copy" title="g_variant_iter_copy ()"><code class="function">g_variant_iter_copy()</code></a>.</p>
|
4758
4740
|
<div class="refsect3">
|
4759
4741
|
<a name="id-1.6.19.7.87.5"></a><h4>Parameters</h4>
|
4760
|
-
<div class="informaltable"><table width="100%" border="0">
|
4742
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4761
4743
|
<colgroup>
|
4762
4744
|
<col width="150px" class="parameters_name">
|
4763
4745
|
<col class="parameters_description">
|
@@ -4770,7 +4752,7 @@ iterators that were returned by <a class="link" href="glib-GVariant.html#g-varia
|
|
4770
4752
|
</tr></tbody>
|
4771
4753
|
</table></div>
|
4772
4754
|
</div>
|
4773
|
-
<p class="since">Since 2.24</p>
|
4755
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4774
4756
|
</div>
|
4775
4757
|
<hr>
|
4776
4758
|
<div class="refsect2">
|
@@ -4785,9 +4767,10 @@ ignored.</p>
|
|
4785
4767
|
<p>The iterator remains valid for as long as <em class="parameter"><code>value</code></em>
|
4786
4768
|
exists, and need not
|
4787
4769
|
be freed in any way.</p>
|
4770
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
4788
4771
|
<div class="refsect3">
|
4789
|
-
<a name="id-1.6.19.7.88.
|
4790
|
-
<div class="informaltable"><table width="100%" border="0">
|
4772
|
+
<a name="id-1.6.19.7.88.7"></a><h4>Parameters</h4>
|
4773
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4791
4774
|
<colgroup>
|
4792
4775
|
<col width="150px" class="parameters_name">
|
4793
4776
|
<col class="parameters_description">
|
@@ -4808,12 +4791,11 @@ be freed in any way.</p>
|
|
4808
4791
|
</table></div>
|
4809
4792
|
</div>
|
4810
4793
|
<div class="refsect3">
|
4811
|
-
<a name="id-1.6.19.7.88.
|
4794
|
+
<a name="id-1.6.19.7.88.8"></a><h4>Returns</h4>
|
4812
4795
|
<p> the number of items in <em class="parameter"><code>value</code></em>
|
4813
4796
|
</p>
|
4814
|
-
<p></p>
|
4815
4797
|
</div>
|
4816
|
-
<p class="since">Since 2.24</p>
|
4798
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4817
4799
|
</div>
|
4818
4800
|
<hr>
|
4819
4801
|
<div class="refsect2">
|
@@ -4826,7 +4808,7 @@ of items remaining.</p>
|
|
4826
4808
|
<p>This function might be useful for preallocation of arrays.</p>
|
4827
4809
|
<div class="refsect3">
|
4828
4810
|
<a name="id-1.6.19.7.89.6"></a><h4>Parameters</h4>
|
4829
|
-
<div class="informaltable"><table width="100%" border="0">
|
4811
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4830
4812
|
<colgroup>
|
4831
4813
|
<col width="150px" class="parameters_name">
|
4832
4814
|
<col class="parameters_description">
|
@@ -4842,9 +4824,8 @@ of items remaining.</p>
|
|
4842
4824
|
<div class="refsect3">
|
4843
4825
|
<a name="id-1.6.19.7.89.7"></a><h4>Returns</h4>
|
4844
4826
|
<p> the number of children in the container</p>
|
4845
|
-
<p></p>
|
4846
4827
|
</div>
|
4847
|
-
<p class="since">Since 2.24</p>
|
4828
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4848
4829
|
</div>
|
4849
4830
|
<hr>
|
4850
4831
|
<div class="refsect2">
|
@@ -4861,7 +4842,7 @@ need it.</p>
|
|
4861
4842
|
<a class="link" href="glib-GVariant.html#g-variant-iter-free" title="g_variant_iter_free ()"><code class="function">g_variant_iter_free()</code></a> is called.</p>
|
4862
4843
|
<div class="refsect3">
|
4863
4844
|
<a name="id-1.6.19.7.90.7"></a><h4>Parameters</h4>
|
4864
|
-
<div class="informaltable"><table width="100%" border="0">
|
4845
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4865
4846
|
<colgroup>
|
4866
4847
|
<col width="150px" class="parameters_name">
|
4867
4848
|
<col class="parameters_description">
|
@@ -4879,7 +4860,7 @@ need it.</p>
|
|
4879
4860
|
<p> a new heap-allocated <a class="link" href="glib-GVariant.html#GVariantIter" title="struct GVariantIter"><span class="type">GVariantIter</span></a>. </p>
|
4880
4861
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
4881
4862
|
</div>
|
4882
|
-
<p class="since">Since 2.24</p>
|
4863
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4883
4864
|
</div>
|
4884
4865
|
<hr>
|
4885
4866
|
<div class="refsect2">
|
@@ -4913,24 +4894,24 @@ you no longer need it.</p>
|
|
4913
4894
|
16
|
4914
4895
|
17
|
4915
4896
|
18</pre></td>
|
4916
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
4917
|
-
<span class="
|
4918
|
-
<span class="function">iterate_container_recursive</span
|
4919
|
-
<span class="
|
4920
|
-
|
4921
|
-
|
4897
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// recursively iterate a container</span>
|
4898
|
+
<span class="gtkdoc kwb">void</span>
|
4899
|
+
<span class="function">iterate_container_recursive</span> <span class="gtkdoc opt">(</span>GVariant <span class="gtkdoc opt">*</span>container<span class="gtkdoc opt">)</span>
|
4900
|
+
<span class="gtkdoc opt">{</span>
|
4901
|
+
GVariantIter iter<span class="gtkdoc opt">;</span>
|
4902
|
+
GVariant <span class="gtkdoc opt">*</span>child<span class="gtkdoc opt">;</span>
|
4922
4903
|
|
4923
|
-
<span class="
|
4924
|
-
<span class="
|
4925
|
-
<span class="
|
4926
|
-
<span class="
|
4904
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-iter-init">g_variant_iter_init</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">,</span> container<span class="gtkdoc opt">);</span>
|
4905
|
+
<span class="keyword">while</span> <span class="gtkdoc opt">((</span>child <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-GVariant.html#g-variant-iter-next-value">g_variant_iter_next_value</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">)))</span>
|
4906
|
+
<span class="gtkdoc opt">{</span>
|
4907
|
+
<span class="function"><a href="glib-Warnings-and-Assertions.html#g-print">g_print</a></span> <span class="gtkdoc opt">(</span><span class="string">"type '%s'</span><span class="gtkdoc esc">\n</span><span class="string">"</span><span class="gtkdoc opt">,</span> <span class="function"><a href="glib-GVariant.html#g-variant-get-type-string">g_variant_get_type_string</a></span> <span class="gtkdoc opt">(</span>child<span class="gtkdoc opt">));</span>
|
4927
4908
|
|
4928
|
-
<span class="
|
4929
|
-
<span class="
|
4909
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-GVariant.html#g-variant-is-container">g_variant_is_container</a></span> <span class="gtkdoc opt">(</span>child<span class="gtkdoc opt">))</span>
|
4910
|
+
<span class="function">iterate_container_recursive</span> <span class="gtkdoc opt">(</span>child<span class="gtkdoc opt">);</span>
|
4930
4911
|
|
4931
|
-
<span class="
|
4932
|
-
<span class="
|
4933
|
-
<span class="
|
4912
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-unref">g_variant_unref</a></span> <span class="gtkdoc opt">(</span>child<span class="gtkdoc opt">);</span>
|
4913
|
+
<span class="gtkdoc opt">}</span>
|
4914
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
4934
4915
|
</tr>
|
4935
4916
|
</tbody>
|
4936
4917
|
</table>
|
@@ -4939,7 +4920,7 @@ you no longer need it.</p>
|
|
4939
4920
|
<p></p>
|
4940
4921
|
<div class="refsect3">
|
4941
4922
|
<a name="id-1.6.19.7.91.9"></a><h4>Parameters</h4>
|
4942
|
-
<div class="informaltable"><table width="100%" border="0">
|
4923
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4943
4924
|
<colgroup>
|
4944
4925
|
<col width="150px" class="parameters_name">
|
4945
4926
|
<col class="parameters_description">
|
@@ -4957,7 +4938,7 @@ you no longer need it.</p>
|
|
4957
4938
|
<p> a <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
|
4958
4939
|
<p><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
4959
4940
|
</div>
|
4960
|
-
<p class="since">Since 2.24</p>
|
4941
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
4961
4942
|
</div>
|
4962
4943
|
<hr>
|
4963
4944
|
<div class="refsect2">
|
@@ -4998,25 +4979,25 @@ the unpacking process.</p>
|
|
4998
4979
|
17
|
4999
4980
|
18
|
5000
4981
|
19</pre></td>
|
5001
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
5002
|
-
<span class="
|
5003
|
-
<span class="function">iterate_dictionary</span
|
5004
|
-
<span class="
|
5005
|
-
|
5006
|
-
|
5007
|
-
|
4982
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// Iterates a dictionary of type 'a{sv}'</span>
|
4983
|
+
<span class="gtkdoc kwb">void</span>
|
4984
|
+
<span class="function">iterate_dictionary</span> <span class="gtkdoc opt">(</span>GVariant <span class="gtkdoc opt">*</span>dictionary<span class="gtkdoc opt">)</span>
|
4985
|
+
<span class="gtkdoc opt">{</span>
|
4986
|
+
GVariantIter iter<span class="gtkdoc opt">;</span>
|
4987
|
+
GVariant <span class="gtkdoc opt">*</span>value<span class="gtkdoc opt">;</span>
|
4988
|
+
gchar <span class="gtkdoc opt">*</span>key<span class="gtkdoc opt">;</span>
|
5008
4989
|
|
5009
|
-
<span class="
|
5010
|
-
<span class="
|
5011
|
-
<span class="
|
5012
|
-
<span class="
|
5013
|
-
<span class="
|
4990
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-iter-init">g_variant_iter_init</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">,</span> dictionary<span class="gtkdoc opt">);</span>
|
4991
|
+
<span class="keyword">while</span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-GVariant.html#g-variant-iter-next">g_variant_iter_next</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">,</span> <span class="string">"{sv}"</span><span class="gtkdoc opt">, &</span>key<span class="gtkdoc opt">, &</span>value<span class="gtkdoc opt">))</span>
|
4992
|
+
<span class="gtkdoc opt">{</span>
|
4993
|
+
<span class="function"><a href="glib-Warnings-and-Assertions.html#g-print">g_print</a></span> <span class="gtkdoc opt">(</span><span class="string">"Item '%s' has type '%s'</span><span class="gtkdoc esc">\n</span><span class="string">"</span><span class="gtkdoc opt">,</span> key<span class="gtkdoc opt">,</span>
|
4994
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-get-type-string">g_variant_get_type_string</a></span> <span class="gtkdoc opt">(</span>value<span class="gtkdoc opt">));</span>
|
5014
4995
|
|
5015
|
-
<span class="
|
5016
|
-
<span class="
|
5017
|
-
<span class="
|
5018
|
-
<span class="
|
5019
|
-
<span class="
|
4996
|
+
<span class="gtkdoc slc">// must free data for ourselves</span>
|
4997
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-unref">g_variant_unref</a></span> <span class="gtkdoc opt">(</span>value<span class="gtkdoc opt">);</span>
|
4998
|
+
<span class="function"><a href="glib-Memory-Allocation.html#g-free">g_free</a></span> <span class="gtkdoc opt">(</span>key<span class="gtkdoc opt">);</span>
|
4999
|
+
<span class="gtkdoc opt">}</span>
|
5000
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
5020
5001
|
</tr>
|
5021
5002
|
</tbody>
|
5022
5003
|
</table>
|
@@ -5030,9 +5011,10 @@ when dealing with loops, see <a class="link" href="glib-GVariant.html#g-variant-
|
|
5030
5011
|
the values and also determines if the values are copied or borrowed.</p>
|
5031
5012
|
<p>See the section on
|
5032
5013
|
<a href="gvariant-format-strings.html#gvariant-format-strings-pointers">GVariant format strings</a>.</p>
|
5014
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
5033
5015
|
<div class="refsect3">
|
5034
|
-
<a name="id-1.6.19.7.92.
|
5035
|
-
<div class="informaltable"><table width="100%" border="0">
|
5016
|
+
<a name="id-1.6.19.7.92.14"></a><h4>Parameters</h4>
|
5017
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5036
5018
|
<colgroup>
|
5037
5019
|
<col width="150px" class="parameters_name">
|
5038
5020
|
<col class="parameters_description">
|
@@ -5058,11 +5040,10 @@ the values and also determines if the values are copied or borrowed.</p>
|
|
5058
5040
|
</table></div>
|
5059
5041
|
</div>
|
5060
5042
|
<div class="refsect3">
|
5061
|
-
<a name="id-1.6.19.7.92.
|
5043
|
+
<a name="id-1.6.19.7.92.15"></a><h4>Returns</h4>
|
5062
5044
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a value was unpacked, or <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> if there as no value</p>
|
5063
|
-
<p></p>
|
5064
5045
|
</div>
|
5065
|
-
<p class="since">Since 2.24</p>
|
5046
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5066
5047
|
</div>
|
5067
5048
|
<hr>
|
5068
5049
|
<div class="refsect2">
|
@@ -5114,24 +5095,24 @@ you must free or unreference all the unpacked values as you would with
|
|
5114
5095
|
16
|
5115
5096
|
17
|
5116
5097
|
18</pre></td>
|
5117
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
5118
|
-
<span class="
|
5119
|
-
<span class="function">iterate_dictionary</span
|
5120
|
-
<span class="
|
5121
|
-
|
5122
|
-
|
5123
|
-
|
5098
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// Iterates a dictionary of type 'a{sv}'</span>
|
5099
|
+
<span class="gtkdoc kwb">void</span>
|
5100
|
+
<span class="function">iterate_dictionary</span> <span class="gtkdoc opt">(</span>GVariant <span class="gtkdoc opt">*</span>dictionary<span class="gtkdoc opt">)</span>
|
5101
|
+
<span class="gtkdoc opt">{</span>
|
5102
|
+
GVariantIter iter<span class="gtkdoc opt">;</span>
|
5103
|
+
GVariant <span class="gtkdoc opt">*</span>value<span class="gtkdoc opt">;</span>
|
5104
|
+
gchar <span class="gtkdoc opt">*</span>key<span class="gtkdoc opt">;</span>
|
5124
5105
|
|
5125
|
-
<span class="
|
5126
|
-
<span class="
|
5127
|
-
<span class="
|
5128
|
-
<span class="
|
5129
|
-
<span class="
|
5106
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-iter-init">g_variant_iter_init</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">,</span> dictionary<span class="gtkdoc opt">);</span>
|
5107
|
+
<span class="keyword">while</span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-GVariant.html#g-variant-iter-loop">g_variant_iter_loop</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">,</span> <span class="string">"{sv}"</span><span class="gtkdoc opt">, &</span>key<span class="gtkdoc opt">, &</span>value<span class="gtkdoc opt">))</span>
|
5108
|
+
<span class="gtkdoc opt">{</span>
|
5109
|
+
<span class="function"><a href="glib-Warnings-and-Assertions.html#g-print">g_print</a></span> <span class="gtkdoc opt">(</span><span class="string">"Item '%s' has type '%s'</span><span class="gtkdoc esc">\n</span><span class="string">"</span><span class="gtkdoc opt">,</span> key<span class="gtkdoc opt">,</span>
|
5110
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-get-type-string">g_variant_get_type_string</a></span> <span class="gtkdoc opt">(</span>value<span class="gtkdoc opt">));</span>
|
5130
5111
|
|
5131
|
-
<span class="
|
5132
|
-
<span class="
|
5133
|
-
<span class="
|
5134
|
-
<span class="
|
5112
|
+
<span class="gtkdoc slc">// no need to free 'key' and 'value' here</span>
|
5113
|
+
<span class="gtkdoc slc">// unless breaking out of this loop</span>
|
5114
|
+
<span class="gtkdoc opt">}</span>
|
5115
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
5135
5116
|
</tr>
|
5136
5117
|
</tbody>
|
5137
5118
|
</table>
|
@@ -5151,9 +5132,10 @@ thereby avoiding the need to free anything as well).</p>
|
|
5151
5132
|
the values and also determines if the values are copied or borrowed.</p>
|
5152
5133
|
<p>See the section on
|
5153
5134
|
<a href="gvariant-format-strings.html#gvariant-format-strings-pointers">GVariant format strings</a>.</p>
|
5135
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
5154
5136
|
<div class="refsect3">
|
5155
|
-
<a name="id-1.6.19.7.93.
|
5156
|
-
<div class="informaltable"><table width="100%" border="0">
|
5137
|
+
<a name="id-1.6.19.7.93.18"></a><h4>Parameters</h4>
|
5138
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5157
5139
|
<colgroup>
|
5158
5140
|
<col width="150px" class="parameters_name">
|
5159
5141
|
<col class="parameters_description">
|
@@ -5179,12 +5161,11 @@ the values and also determines if the values are copied or borrowed.</p>
|
|
5179
5161
|
</table></div>
|
5180
5162
|
</div>
|
5181
5163
|
<div class="refsect3">
|
5182
|
-
<a name="id-1.6.19.7.93.
|
5164
|
+
<a name="id-1.6.19.7.93.19"></a><h4>Returns</h4>
|
5183
5165
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a value was unpacked, or <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> if there was no
|
5184
5166
|
value</p>
|
5185
|
-
<p></p>
|
5186
5167
|
</div>
|
5187
|
-
<p class="since">Since 2.24</p>
|
5168
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5188
5169
|
</div>
|
5189
5170
|
<hr>
|
5190
5171
|
<div class="refsect2">
|
@@ -5199,7 +5180,7 @@ associated with the <a class="link" href="glib-GVariant.html#GVariantBuilder" ti
|
|
5199
5180
|
things will happen.</p>
|
5200
5181
|
<div class="refsect3">
|
5201
5182
|
<a name="id-1.6.19.7.94.7"></a><h4>Parameters</h4>
|
5202
|
-
<div class="informaltable"><table width="100%" border="0">
|
5183
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5203
5184
|
<colgroup>
|
5204
5185
|
<col width="150px" class="parameters_name">
|
5205
5186
|
<col class="parameters_description">
|
@@ -5212,7 +5193,7 @@ things will happen.</p>
|
|
5212
5193
|
</tr></tbody>
|
5213
5194
|
</table></div>
|
5214
5195
|
</div>
|
5215
|
-
<p class="since">Since 2.24</p>
|
5196
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5216
5197
|
</div>
|
5217
5198
|
<hr>
|
5218
5199
|
<div class="refsect2">
|
@@ -5225,7 +5206,7 @@ g_variant_builder_ref (<em class="parameter"><code><a class="link" href="glib-GV
|
|
5225
5206
|
things will happen.</p>
|
5226
5207
|
<div class="refsect3">
|
5227
5208
|
<a name="id-1.6.19.7.95.6"></a><h4>Parameters</h4>
|
5228
|
-
<div class="informaltable"><table width="100%" border="0">
|
5209
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5229
5210
|
<colgroup>
|
5230
5211
|
<col width="150px" class="parameters_name">
|
5231
5212
|
<col class="parameters_description">
|
@@ -5244,7 +5225,7 @@ things will happen.</p>
|
|
5244
5225
|
. </p>
|
5245
5226
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
5246
5227
|
</div>
|
5247
|
-
<p class="since">Since 2.24</p>
|
5228
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5248
5229
|
</div>
|
5249
5230
|
<hr>
|
5250
5231
|
<div class="refsect2">
|
@@ -5260,7 +5241,7 @@ the stack of the calling function and initialise it with
|
|
5260
5241
|
<a class="link" href="glib-GVariant.html#g-variant-builder-init" title="g_variant_builder_init ()"><code class="function">g_variant_builder_init()</code></a>.</p>
|
5261
5242
|
<div class="refsect3">
|
5262
5243
|
<a name="id-1.6.19.7.96.7"></a><h4>Parameters</h4>
|
5263
|
-
<div class="informaltable"><table width="100%" border="0">
|
5244
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5264
5245
|
<colgroup>
|
5265
5246
|
<col width="150px" class="parameters_name">
|
5266
5247
|
<col class="parameters_description">
|
@@ -5278,7 +5259,7 @@ the stack of the calling function and initialise it with
|
|
5278
5259
|
<p> a <a class="link" href="glib-GVariant.html#GVariantBuilder" title="struct GVariantBuilder"><span class="type">GVariantBuilder</span></a>. </p>
|
5279
5260
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
5280
5261
|
</div>
|
5281
|
-
<p class="since">Since 2.24</p>
|
5262
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5282
5263
|
</div>
|
5283
5264
|
<hr>
|
5284
5265
|
<div class="refsect2">
|
@@ -5312,9 +5293,10 @@ with this function. If you ever pass a reference to a
|
|
5312
5293
|
should assume that the person receiving that reference may try to use
|
5313
5294
|
reference counting; you should use <a class="link" href="glib-GVariant.html#g-variant-builder-new" title="g_variant_builder_new ()"><code class="function">g_variant_builder_new()</code></a> instead of
|
5314
5295
|
this function.</p>
|
5296
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
5315
5297
|
<div class="refsect3">
|
5316
|
-
<a name="id-1.6.19.7.97.
|
5317
|
-
<div class="informaltable"><table width="100%" border="0">
|
5298
|
+
<a name="id-1.6.19.7.97.11"></a><h4>Parameters</h4>
|
5299
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5318
5300
|
<colgroup>
|
5319
5301
|
<col width="150px" class="parameters_name">
|
5320
5302
|
<col class="parameters_description">
|
@@ -5334,7 +5316,7 @@ this function.</p>
|
|
5334
5316
|
</tbody>
|
5335
5317
|
</table></div>
|
5336
5318
|
</div>
|
5337
|
-
<p class="since">Since 2.24</p>
|
5319
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5338
5320
|
</div>
|
5339
5321
|
<hr>
|
5340
5322
|
<div class="refsect2">
|
@@ -5353,9 +5335,10 @@ builders allocated with g_variant_builder_new (see
|
|
5353
5335
|
It is valid to call this function on either an initialised
|
5354
5336
|
<a class="link" href="glib-GVariant.html#GVariantBuilder" title="struct GVariantBuilder"><span class="type">GVariantBuilder</span></a> or one that is set to all-zeros but it is not valid
|
5355
5337
|
to call this function on uninitialised memory.</p>
|
5338
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
5356
5339
|
<div class="refsect3">
|
5357
|
-
<a name="id-1.6.19.7.98.
|
5358
|
-
<div class="informaltable"><table width="100%" border="0">
|
5340
|
+
<a name="id-1.6.19.7.98.8"></a><h4>Parameters</h4>
|
5341
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5359
5342
|
<colgroup>
|
5360
5343
|
<col width="150px" class="parameters_name">
|
5361
5344
|
<col class="parameters_description">
|
@@ -5368,7 +5351,7 @@ to call this function on uninitialised memory.</p>
|
|
5368
5351
|
</tr></tbody>
|
5369
5352
|
</table></div>
|
5370
5353
|
</div>
|
5371
|
-
<p class="since">Since 2.24</p>
|
5354
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5372
5355
|
</div>
|
5373
5356
|
<hr>
|
5374
5357
|
<div class="refsect2">
|
@@ -5391,7 +5374,7 @@ the <em class="parameter"><code>builder</code></em>
|
|
5391
5374
|
.</p>
|
5392
5375
|
<div class="refsect3">
|
5393
5376
|
<a name="id-1.6.19.7.99.7"></a><h4>Parameters</h4>
|
5394
|
-
<div class="informaltable"><table width="100%" border="0">
|
5377
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5395
5378
|
<colgroup>
|
5396
5379
|
<col width="150px" class="parameters_name">
|
5397
5380
|
<col class="parameters_description">
|
@@ -5411,7 +5394,7 @@ the <em class="parameter"><code>builder</code></em>
|
|
5411
5394
|
</tbody>
|
5412
5395
|
</table></div>
|
5413
5396
|
</div>
|
5414
|
-
<p class="since">Since 2.24</p>
|
5397
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5415
5398
|
</div>
|
5416
5399
|
<hr>
|
5417
5400
|
<div class="refsect2">
|
@@ -5449,32 +5432,33 @@ the <a href="gvariant-format-strings.html#gvariant-varargs">GVariant varargs doc
|
|
5449
5432
|
15
|
5450
5433
|
16
|
5451
5434
|
17</pre></td>
|
5452
|
-
<td class="listing_code"><pre class="programlisting"
|
5453
|
-
<span class="function">make_pointless_dictionary</span
|
5454
|
-
<span class="
|
5455
|
-
|
5456
|
-
<span class="
|
5435
|
+
<td class="listing_code"><pre class="programlisting">GVariant <span class="gtkdoc opt">*</span>
|
5436
|
+
<span class="function">make_pointless_dictionary</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">void</span><span class="gtkdoc opt">)</span>
|
5437
|
+
<span class="gtkdoc opt">{</span>
|
5438
|
+
GVariantBuilder builder<span class="gtkdoc opt">;</span>
|
5439
|
+
<span class="gtkdoc kwb">int</span> i<span class="gtkdoc opt">;</span>
|
5457
5440
|
|
5458
|
-
<span class="
|
5459
|
-
<span class="
|
5460
|
-
<span class="
|
5461
|
-
|
5441
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-init">g_variant_builder_init</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> G_VARIANT_TYPE_ARRAY<span class="gtkdoc opt">);</span>
|
5442
|
+
<span class="keyword">for</span> <span class="gtkdoc opt">(</span>i <span class="gtkdoc opt">=</span> <span class="number">0</span><span class="gtkdoc opt">;</span> i <span class="gtkdoc opt"><</span> <span class="number">16</span><span class="gtkdoc opt">;</span> i<span class="gtkdoc opt">++)</span>
|
5443
|
+
<span class="gtkdoc opt">{</span>
|
5444
|
+
gchar buf<span class="gtkdoc opt">[</span><span class="number">3</span><span class="gtkdoc opt">];</span>
|
5462
5445
|
|
5463
|
-
<span class="
|
5464
|
-
<span class="
|
5465
|
-
<span class="
|
5446
|
+
<span class="function">sprintf</span> <span class="gtkdoc opt">(</span>buf<span class="gtkdoc opt">,</span> <span class="string">"%d"</span><span class="gtkdoc opt">,</span> i<span class="gtkdoc opt">);</span>
|
5447
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-add">g_variant_builder_add</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> <span class="string">"{is}"</span><span class="gtkdoc opt">,</span> i<span class="gtkdoc opt">,</span> buf<span class="gtkdoc opt">);</span>
|
5448
|
+
<span class="gtkdoc opt">}</span>
|
5466
5449
|
|
5467
|
-
<span class="
|
5468
|
-
<span class="
|
5450
|
+
<span class="keyword">return</span> <span class="function"><a href="glib-GVariant.html#g-variant-builder-end">g_variant_builder_end</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">);</span>
|
5451
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
5469
5452
|
</tr>
|
5470
5453
|
</tbody>
|
5471
5454
|
</table>
|
5472
5455
|
</div>
|
5473
5456
|
|
5474
5457
|
<p></p>
|
5458
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
5475
5459
|
<div class="refsect3">
|
5476
|
-
<a name="id-1.6.19.7.100.
|
5477
|
-
<div class="informaltable"><table width="100%" border="0">
|
5460
|
+
<a name="id-1.6.19.7.100.11"></a><h4>Parameters</h4>
|
5461
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5478
5462
|
<colgroup>
|
5479
5463
|
<col width="150px" class="parameters_name">
|
5480
5464
|
<col class="parameters_description">
|
@@ -5500,7 +5484,7 @@ the <a href="gvariant-format-strings.html#gvariant-varargs">GVariant varargs doc
|
|
5500
5484
|
</tbody>
|
5501
5485
|
</table></div>
|
5502
5486
|
</div>
|
5503
|
-
<p class="since">Since 2.24</p>
|
5487
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5504
5488
|
</div>
|
5505
5489
|
<hr>
|
5506
5490
|
<div class="refsect2">
|
@@ -5534,18 +5518,18 @@ the <a href="gvariant-format-strings.html#gvariant-varargs">GVariant varargs doc
|
|
5534
5518
|
10
|
5535
5519
|
11
|
5536
5520
|
12</pre></td>
|
5537
|
-
<td class="listing_code"><pre class="programlisting"
|
5538
|
-
<span class="function">make_pointless_dictionary</span
|
5539
|
-
<span class="
|
5540
|
-
|
5541
|
-
<span class="
|
5521
|
+
<td class="listing_code"><pre class="programlisting">GVariant <span class="gtkdoc opt">*</span>
|
5522
|
+
<span class="function">make_pointless_dictionary</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">void</span><span class="gtkdoc opt">)</span>
|
5523
|
+
<span class="gtkdoc opt">{</span>
|
5524
|
+
GVariantBuilder builder<span class="gtkdoc opt">;</span>
|
5525
|
+
<span class="gtkdoc kwb">int</span> i<span class="gtkdoc opt">;</span>
|
5542
5526
|
|
5543
|
-
<span class="
|
5544
|
-
<span class="
|
5545
|
-
<span class="
|
5546
|
-
<span class="
|
5547
|
-
<span class="
|
5548
|
-
<span class="
|
5527
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-init">g_variant_builder_init</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> G_VARIANT_TYPE_ARRAY<span class="gtkdoc opt">);</span>
|
5528
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-add-parsed">g_variant_builder_add_parsed</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> <span class="string">"{'width', <%i>}"</span><span class="gtkdoc opt">,</span> <span class="number">600</span><span class="gtkdoc opt">);</span>
|
5529
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-add-parsed">g_variant_builder_add_parsed</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> <span class="string">"{'title', <%s>}"</span><span class="gtkdoc opt">,</span> <span class="string">"foo"</span><span class="gtkdoc opt">);</span>
|
5530
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-builder-add-parsed">g_variant_builder_add_parsed</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">,</span> <span class="string">"{'transparency', <0.5>}"</span><span class="gtkdoc opt">);</span>
|
5531
|
+
<span class="keyword">return</span> <span class="function"><a href="glib-GVariant.html#g-variant-builder-end">g_variant_builder_end</a></span> <span class="gtkdoc opt">(&</span>builder<span class="gtkdoc opt">);</span>
|
5532
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
5549
5533
|
</tr>
|
5550
5534
|
</tbody>
|
5551
5535
|
</table>
|
@@ -5554,7 +5538,7 @@ the <a href="gvariant-format-strings.html#gvariant-varargs">GVariant varargs doc
|
|
5554
5538
|
<p></p>
|
5555
5539
|
<div class="refsect3">
|
5556
5540
|
<a name="id-1.6.19.7.101.10"></a><h4>Parameters</h4>
|
5557
|
-
<div class="informaltable"><table width="100%" border="0">
|
5541
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5558
5542
|
<colgroup>
|
5559
5543
|
<col width="150px" class="parameters_name">
|
5560
5544
|
<col class="parameters_description">
|
@@ -5580,7 +5564,7 @@ the <a href="gvariant-format-strings.html#gvariant-varargs">GVariant varargs doc
|
|
5580
5564
|
</tbody>
|
5581
5565
|
</table></div>
|
5582
5566
|
</div>
|
5583
|
-
<p class="since">Since 2.26</p>
|
5567
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
5584
5568
|
</div>
|
5585
5569
|
<hr>
|
5586
5570
|
<div class="refsect2">
|
@@ -5602,7 +5586,7 @@ have been added; in this case it is impossible to infer the type of
|
|
5602
5586
|
the empty array.</p>
|
5603
5587
|
<div class="refsect3">
|
5604
5588
|
<a name="id-1.6.19.7.102.7"></a><h4>Parameters</h4>
|
5605
|
-
<div class="informaltable"><table width="100%" border="0">
|
5589
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5606
5590
|
<colgroup>
|
5607
5591
|
<col width="150px" class="parameters_name">
|
5608
5592
|
<col class="parameters_description">
|
@@ -5620,7 +5604,7 @@ the empty array.</p>
|
|
5620
5604
|
<p> a new, floating, <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>. </p>
|
5621
5605
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
5622
5606
|
</div>
|
5623
|
-
<p class="since">Since 2.24</p>
|
5607
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5624
5608
|
</div>
|
5625
5609
|
<hr>
|
5626
5610
|
<div class="refsect2">
|
@@ -5636,7 +5620,7 @@ inconsistent value to be constructed (ie: adding too many values or
|
|
5636
5620
|
a value of an incorrect type).</p>
|
5637
5621
|
<div class="refsect3">
|
5638
5622
|
<a name="id-1.6.19.7.103.6"></a><h4>Parameters</h4>
|
5639
|
-
<div class="informaltable"><table width="100%" border="0">
|
5623
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5640
5624
|
<colgroup>
|
5641
5625
|
<col width="150px" class="parameters_name">
|
5642
5626
|
<col class="parameters_description">
|
@@ -5656,7 +5640,7 @@ a value of an incorrect type).</p>
|
|
5656
5640
|
</tbody>
|
5657
5641
|
</table></div>
|
5658
5642
|
</div>
|
5659
|
-
<p class="since">Since 2.24</p>
|
5643
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5660
5644
|
</div>
|
5661
5645
|
<hr>
|
5662
5646
|
<div class="refsect2">
|
@@ -5671,7 +5655,7 @@ inconsistent value to be constructed (ie: too few values added to the
|
|
5671
5655
|
subcontainer).</p>
|
5672
5656
|
<div class="refsect3">
|
5673
5657
|
<a name="id-1.6.19.7.104.6"></a><h4>Parameters</h4>
|
5674
|
-
<div class="informaltable"><table width="100%" border="0">
|
5658
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5675
5659
|
<colgroup>
|
5676
5660
|
<col width="150px" class="parameters_name">
|
5677
5661
|
<col class="parameters_description">
|
@@ -5684,7 +5668,7 @@ subcontainer).</p>
|
|
5684
5668
|
</tr></tbody>
|
5685
5669
|
</table></div>
|
5686
5670
|
</div>
|
5687
|
-
<p class="since">Since 2.24</p>
|
5671
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
5688
5672
|
</div>
|
5689
5673
|
<hr>
|
5690
5674
|
<div class="refsect2">
|
@@ -5699,7 +5683,7 @@ associated with the <a class="link" href="glib-GVariant.html#GVariantDict" title
|
|
5699
5683
|
things will happen.</p>
|
5700
5684
|
<div class="refsect3">
|
5701
5685
|
<a name="id-1.6.19.7.105.7"></a><h4>Parameters</h4>
|
5702
|
-
<div class="informaltable"><table width="100%" border="0">
|
5686
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5703
5687
|
<colgroup>
|
5704
5688
|
<col width="150px" class="parameters_name">
|
5705
5689
|
<col class="parameters_description">
|
@@ -5712,7 +5696,7 @@ things will happen.</p>
|
|
5712
5696
|
</tr></tbody>
|
5713
5697
|
</table></div>
|
5714
5698
|
</div>
|
5715
|
-
<p class="since">Since 2.40</p>
|
5699
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
5716
5700
|
</div>
|
5717
5701
|
<hr>
|
5718
5702
|
<div class="refsect2">
|
@@ -5725,7 +5709,7 @@ g_variant_dict_ref (<em class="parameter"><code><a class="link" href="glib-GVari
|
|
5725
5709
|
things will happen.</p>
|
5726
5710
|
<div class="refsect3">
|
5727
5711
|
<a name="id-1.6.19.7.106.6"></a><h4>Parameters</h4>
|
5728
|
-
<div class="informaltable"><table width="100%" border="0">
|
5712
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5729
5713
|
<colgroup>
|
5730
5714
|
<col width="150px" class="parameters_name">
|
5731
5715
|
<col class="parameters_description">
|
@@ -5744,7 +5728,7 @@ things will happen.</p>
|
|
5744
5728
|
. </p>
|
5745
5729
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
5746
5730
|
</div>
|
5747
|
-
<p class="since">Since 2.40</p>
|
5731
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
5748
5732
|
</div>
|
5749
5733
|
<hr>
|
5750
5734
|
<div class="refsect2">
|
@@ -5761,7 +5745,7 @@ the stack of the calling function and initialise it with
|
|
5761
5745
|
using <a class="link" href="glib-GVariant.html#GVariantDict" title="struct GVariantDict"><span class="type">GVariantDict</span></a> to construct a <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>.</p>
|
5762
5746
|
<div class="refsect3">
|
5763
5747
|
<a name="id-1.6.19.7.107.7"></a><h4>Parameters</h4>
|
5764
|
-
<div class="informaltable"><table width="100%" border="0">
|
5748
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5765
5749
|
<colgroup>
|
5766
5750
|
<col width="150px" class="parameters_name">
|
5767
5751
|
<col class="parameters_description">
|
@@ -5780,7 +5764,7 @@ dictionary. </p></td>
|
|
5780
5764
|
<p> a <a class="link" href="glib-GVariant.html#GVariantDict" title="struct GVariantDict"><span class="type">GVariantDict</span></a>. </p>
|
5781
5765
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
5782
5766
|
</div>
|
5783
|
-
<p class="since">Since 2.40</p>
|
5767
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
5784
5768
|
</div>
|
5785
5769
|
<hr>
|
5786
5770
|
<div class="refsect2">
|
@@ -5803,9 +5787,10 @@ pass a reference to a <a class="link" href="glib-GVariant.html#GVariantDict" tit
|
|
5803
5787
|
own code then you should assume that the person receiving that
|
5804
5788
|
reference may try to use reference counting; you should use
|
5805
5789
|
<a class="link" href="glib-GVariant.html#g-variant-dict-new" title="g_variant_dict_new ()"><code class="function">g_variant_dict_new()</code></a> instead of this function.</p>
|
5790
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
5806
5791
|
<div class="refsect3">
|
5807
|
-
<a name="id-1.6.19.7.108.
|
5808
|
-
<div class="informaltable"><table width="100%" border="0">
|
5792
|
+
<a name="id-1.6.19.7.108.9"></a><h4>Parameters</h4>
|
5793
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5809
5794
|
<colgroup>
|
5810
5795
|
<col width="150px" class="parameters_name">
|
5811
5796
|
<col class="parameters_description">
|
@@ -5826,7 +5811,7 @@ reference may try to use reference counting; you should use
|
|
5826
5811
|
</tbody>
|
5827
5812
|
</table></div>
|
5828
5813
|
</div>
|
5829
|
-
<p class="since">Since 2.40</p>
|
5814
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
5830
5815
|
</div>
|
5831
5816
|
<hr>
|
5832
5817
|
<div class="refsect2">
|
@@ -5847,7 +5832,7 @@ to <a class="link" href="glib-GVariant.html#g-variant-dict-clear" title="g_varia
|
|
5847
5832
|
on uninitialised memory.</p>
|
5848
5833
|
<div class="refsect3">
|
5849
5834
|
<a name="id-1.6.19.7.109.7"></a><h4>Parameters</h4>
|
5850
|
-
<div class="informaltable"><table width="100%" border="0">
|
5835
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5851
5836
|
<colgroup>
|
5852
5837
|
<col width="150px" class="parameters_name">
|
5853
5838
|
<col class="parameters_description">
|
@@ -5860,7 +5845,7 @@ on uninitialised memory.</p>
|
|
5860
5845
|
</tr></tbody>
|
5861
5846
|
</table></div>
|
5862
5847
|
</div>
|
5863
|
-
<p class="since">Since 2.40</p>
|
5848
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
5864
5849
|
</div>
|
5865
5850
|
<hr>
|
5866
5851
|
<div class="refsect2">
|
@@ -5873,7 +5858,7 @@ g_variant_dict_contains (<em class="parameter"><code><a class="link" href="glib-
|
|
5873
5858
|
.</p>
|
5874
5859
|
<div class="refsect3">
|
5875
5860
|
<a name="id-1.6.19.7.110.5"></a><h4>Parameters</h4>
|
5876
|
-
<div class="informaltable"><table width="100%" border="0">
|
5861
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5877
5862
|
<colgroup>
|
5878
5863
|
<col width="150px" class="parameters_name">
|
5879
5864
|
<col class="parameters_description">
|
@@ -5898,9 +5883,8 @@ g_variant_dict_contains (<em class="parameter"><code><a class="link" href="glib-
|
|
5898
5883
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>key</code></em>
|
5899
5884
|
is in <em class="parameter"><code>dict</code></em>
|
5900
5885
|
</p>
|
5901
|
-
<p></p>
|
5902
5886
|
</div>
|
5903
|
-
<p class="since">Since 2.40</p>
|
5887
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
5904
5888
|
</div>
|
5905
5889
|
<hr>
|
5906
5890
|
<div class="refsect2">
|
@@ -5921,7 +5905,7 @@ values and also determines if the values are copied or borrowed, see the
|
|
5921
5905
|
section on <a href="gvariant-format-strings.html#gvariant-format-strings-pointers">GVariant format strings</a>.</p>
|
5922
5906
|
<div class="refsect3">
|
5923
5907
|
<a name="id-1.6.19.7.111.7"></a><h4>Parameters</h4>
|
5924
|
-
<div class="informaltable"><table width="100%" border="0">
|
5908
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5925
5909
|
<colgroup>
|
5926
5910
|
<col width="150px" class="parameters_name">
|
5927
5911
|
<col class="parameters_description">
|
@@ -5954,9 +5938,8 @@ section on <a href="gvariant-format-strings.html#gvariant-format-strings-pointer
|
|
5954
5938
|
<div class="refsect3">
|
5955
5939
|
<a name="id-1.6.19.7.111.8"></a><h4>Returns</h4>
|
5956
5940
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a value was unpacked</p>
|
5957
|
-
<p></p>
|
5958
5941
|
</div>
|
5959
|
-
<p class="since">Since 2.40</p>
|
5942
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
5960
5943
|
</div>
|
5961
5944
|
<hr>
|
5962
5945
|
<div class="refsect2">
|
@@ -5980,7 +5963,7 @@ returned. If <em class="parameter"><code>expected_type</code></em>
|
|
5980
5963
|
value will have this type.</p>
|
5981
5964
|
<div class="refsect3">
|
5982
5965
|
<a name="id-1.6.19.7.112.8"></a><h4>Parameters</h4>
|
5983
|
-
<div class="informaltable"><table width="100%" border="0">
|
5966
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5984
5967
|
<colgroup>
|
5985
5968
|
<col width="150px" class="parameters_name">
|
5986
5969
|
<col class="parameters_description">
|
@@ -6010,7 +5993,7 @@ value will have this type.</p>
|
|
6010
5993
|
<p> the value of the dictionary key, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
|
6011
5994
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
6012
5995
|
</div>
|
6013
|
-
<p class="since">Since 2.40</p>
|
5996
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
6014
5997
|
</div>
|
6015
5998
|
<hr>
|
6016
5999
|
<div class="refsect2">
|
@@ -6025,7 +6008,7 @@ g_variant_dict_insert (<em class="parameter"><code><a class="link" href="glib-GV
|
|
6025
6008
|
calling <a class="link" href="glib-GVariant.html#g-variant-new" title="g_variant_new ()"><code class="function">g_variant_new()</code></a> followed by <a class="link" href="glib-GVariant.html#g-variant-dict-insert-value" title="g_variant_dict_insert_value ()"><code class="function">g_variant_dict_insert_value()</code></a>.</p>
|
6026
6009
|
<div class="refsect3">
|
6027
6010
|
<a name="id-1.6.19.7.113.6"></a><h4>Parameters</h4>
|
6028
|
-
<div class="informaltable"><table width="100%" border="0">
|
6011
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6029
6012
|
<colgroup>
|
6030
6013
|
<col width="150px" class="parameters_name">
|
6031
6014
|
<col class="parameters_description">
|
@@ -6056,7 +6039,7 @@ calling <a class="link" href="glib-GVariant.html#g-variant-new" title="g_variant
|
|
6056
6039
|
</tbody>
|
6057
6040
|
</table></div>
|
6058
6041
|
</div>
|
6059
|
-
<p class="since">Since 2.40</p>
|
6042
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
6060
6043
|
</div>
|
6061
6044
|
<hr>
|
6062
6045
|
<div class="refsect2">
|
@@ -6070,7 +6053,7 @@ g_variant_dict_insert_value (<em class="parameter"><code><a class="link" href="g
|
|
6070
6053
|
is consumed if it is floating.</p>
|
6071
6054
|
<div class="refsect3">
|
6072
6055
|
<a name="id-1.6.19.7.114.6"></a><h4>Parameters</h4>
|
6073
|
-
<div class="informaltable"><table width="100%" border="0">
|
6056
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6074
6057
|
<colgroup>
|
6075
6058
|
<col width="150px" class="parameters_name">
|
6076
6059
|
<col class="parameters_description">
|
@@ -6095,7 +6078,7 @@ g_variant_dict_insert_value (<em class="parameter"><code><a class="link" href="g
|
|
6095
6078
|
</tbody>
|
6096
6079
|
</table></div>
|
6097
6080
|
</div>
|
6098
|
-
<p class="since">Since 2.40</p>
|
6081
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
6099
6082
|
</div>
|
6100
6083
|
<hr>
|
6101
6084
|
<div class="refsect2">
|
@@ -6106,7 +6089,7 @@ g_variant_dict_remove (<em class="parameter"><code><a class="link" href="glib-GV
|
|
6106
6089
|
<p>Removes a key and its associated value from a <a class="link" href="glib-GVariant.html#GVariantDict" title="struct GVariantDict"><span class="type">GVariantDict</span></a>.</p>
|
6107
6090
|
<div class="refsect3">
|
6108
6091
|
<a name="id-1.6.19.7.115.5"></a><h4>Parameters</h4>
|
6109
|
-
<div class="informaltable"><table width="100%" border="0">
|
6092
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6110
6093
|
<colgroup>
|
6111
6094
|
<col width="150px" class="parameters_name">
|
6112
6095
|
<col class="parameters_description">
|
@@ -6129,9 +6112,8 @@ g_variant_dict_remove (<em class="parameter"><code><a class="link" href="glib-GV
|
|
6129
6112
|
<div class="refsect3">
|
6130
6113
|
<a name="id-1.6.19.7.115.6"></a><h4>Returns</h4>
|
6131
6114
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the key was found and removed</p>
|
6132
|
-
<p></p>
|
6133
6115
|
</div>
|
6134
|
-
<p class="since">Since 2.40</p>
|
6116
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
6135
6117
|
</div>
|
6136
6118
|
<hr>
|
6137
6119
|
<div class="refsect2">
|
@@ -6148,7 +6130,7 @@ for reference counting operations (in the case of a heap-allocated
|
|
6148
6130
|
the case of stack-allocated).</p>
|
6149
6131
|
<div class="refsect3">
|
6150
6132
|
<a name="id-1.6.19.7.116.6"></a><h4>Parameters</h4>
|
6151
|
-
<div class="informaltable"><table width="100%" border="0">
|
6133
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6152
6134
|
<colgroup>
|
6153
6135
|
<col width="150px" class="parameters_name">
|
6154
6136
|
<col class="parameters_description">
|
@@ -6166,7 +6148,7 @@ the case of stack-allocated).</p>
|
|
6166
6148
|
<p> a new, floating, <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>. </p>
|
6167
6149
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
6168
6150
|
</div>
|
6169
|
-
<p class="since">Since 2.40</p>
|
6151
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
6170
6152
|
</div>
|
6171
6153
|
<hr>
|
6172
6154
|
<div class="refsect2">
|
@@ -6212,7 +6194,8 @@ the parsed value doesn't fit the type) but may also result in fewer
|
|
6212
6194
|
errors (in the case that the type would have been ambiguous, such as
|
6213
6195
|
with empty arrays).</p>
|
6214
6196
|
<p>In the event that the parsing is successful, the resulting <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>
|
6215
|
-
is returned
|
6197
|
+
is returned. It is never floating, and must be freed with
|
6198
|
+
<a class="link" href="glib-GVariant.html#g-variant-unref" title="g_variant_unref ()"><code class="function">g_variant_unref()</code></a>.</p>
|
6216
6199
|
<p>In case of any error, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> will be returned. If <em class="parameter"><code>error</code></em>
|
6217
6200
|
is non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
6218
6201
|
then it will be set to reflect the error that occurred.</p>
|
@@ -6220,7 +6203,7 @@ then it will be set to reflect the error that occurred.</p>
|
|
6220
6203
|
produced by <a class="link" href="glib-GVariant.html#g-variant-print" title="g_variant_print ()"><code class="function">g_variant_print()</code></a>".</p>
|
6221
6204
|
<div class="refsect3">
|
6222
6205
|
<a name="id-1.6.19.7.118.13"></a><h4>Parameters</h4>
|
6223
|
-
<div class="informaltable"><table width="100%" border="0">
|
6206
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6224
6207
|
<colgroup>
|
6225
6208
|
<col width="150px" class="parameters_name">
|
6226
6209
|
<col class="parameters_description">
|
@@ -6258,8 +6241,7 @@ produced by <a class="link" href="glib-GVariant.html#g-variant-print" title="g_v
|
|
6258
6241
|
</div>
|
6259
6242
|
<div class="refsect3">
|
6260
6243
|
<a name="id-1.6.19.7.118.14"></a><h4>Returns</h4>
|
6261
|
-
<p> a reference to a <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
|
6262
|
-
<p></p>
|
6244
|
+
<p> a non-floating reference to a <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
|
6263
6245
|
</div>
|
6264
6246
|
</div>
|
6265
6247
|
<hr>
|
@@ -6292,7 +6274,7 @@ result. This can also be done by adding the result to a container,
|
|
6292
6274
|
or by passing it to another <a class="link" href="glib-GVariant.html#g-variant-new" title="g_variant_new ()"><code class="function">g_variant_new()</code></a> call.</p>
|
6293
6275
|
<div class="refsect3">
|
6294
6276
|
<a name="id-1.6.19.7.119.9"></a><h4>Parameters</h4>
|
6295
|
-
<div class="informaltable"><table width="100%" border="0">
|
6277
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6296
6278
|
<colgroup>
|
6297
6279
|
<col width="150px" class="parameters_name">
|
6298
6280
|
<col class="parameters_description">
|
@@ -6315,7 +6297,6 @@ or by passing it to another <a class="link" href="glib-GVariant.html#g-variant-n
|
|
6315
6297
|
<div class="refsect3">
|
6316
6298
|
<a name="id-1.6.19.7.119.10"></a><h4>Returns</h4>
|
6317
6299
|
<p> a new, usually floating, <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a></p>
|
6318
|
-
<p></p>
|
6319
6300
|
</div>
|
6320
6301
|
</div>
|
6321
6302
|
<hr>
|
@@ -6342,7 +6323,7 @@ the <a href="gvariant-format-strings.html#gvariant-varargs">GVariant varargs doc
|
|
6342
6323
|
<tbody>
|
6343
6324
|
<tr>
|
6344
6325
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
6345
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-GVariant.html#g-variant-new-parsed">g_variant_new_parsed</a></span
|
6326
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-GVariant.html#g-variant-new-parsed">g_variant_new_parsed</a></span> <span class="gtkdoc opt">(</span><span class="string">"[('one', 1), ('two', %i), (%s, 3)]"</span><span class="gtkdoc opt">,</span> <span class="number">2</span><span class="gtkdoc opt">,</span> <span class="string">"three"</span><span class="gtkdoc opt">);</span></pre></td>
|
6346
6327
|
</tr>
|
6347
6328
|
</tbody>
|
6348
6329
|
</table>
|
@@ -6357,7 +6338,7 @@ result of</p>
|
|
6357
6338
|
<tbody>
|
6358
6339
|
<tr>
|
6359
6340
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
6360
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
6341
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt">[(</span><span class="string">'one'</span><span class="gtkdoc opt">,</span> <span class="number">1</span><span class="gtkdoc opt">), (</span><span class="string">'two'</span><span class="gtkdoc opt">,</span> <span class="number">2</span><span class="gtkdoc opt">), (</span><span class="string">'three'</span><span class="gtkdoc opt">,</span> <span class="number">3</span><span class="gtkdoc opt">)]</span></pre></td>
|
6361
6342
|
</tr>
|
6362
6343
|
</tbody>
|
6363
6344
|
</table>
|
@@ -6375,7 +6356,7 @@ be anything along the lines of "%*", "%?", "%r", or anything starting
|
|
6375
6356
|
with "%@".</p>
|
6376
6357
|
<div class="refsect3">
|
6377
6358
|
<a name="id-1.6.19.7.120.15"></a><h4>Parameters</h4>
|
6378
|
-
<div class="informaltable"><table width="100%" border="0">
|
6359
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6379
6360
|
<colgroup>
|
6380
6361
|
<col width="150px" class="parameters_name">
|
6381
6362
|
<col class="parameters_description">
|
@@ -6399,7 +6380,6 @@ with "%@".</p>
|
|
6399
6380
|
<div class="refsect3">
|
6400
6381
|
<a name="id-1.6.19.7.120.16"></a><h4>Returns</h4>
|
6401
6382
|
<p> a new floating <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instance</p>
|
6402
|
-
<p></p>
|
6403
6383
|
</div>
|
6404
6384
|
</div>
|
6405
6385
|
<hr>
|
@@ -6420,8 +6400,8 @@ monospace media where newlines are treated in the usual way.</p>
|
|
6420
6400
|
<td class="listing_lines" align="right"><pre>1
|
6421
6401
|
2
|
6422
6402
|
3</pre></td>
|
6423
|
-
<td class="listing_code"><pre class="programlisting"
|
6424
|
-
<span class="
|
6403
|
+
<td class="listing_code"><pre class="programlisting">unterminated string constant<span class="gtkdoc opt">:</span>
|
6404
|
+
<span class="gtkdoc opt">(</span><span class="number">1</span><span class="gtkdoc opt">,</span> <span class="number">2</span><span class="gtkdoc opt">,</span> <span class="number">3</span><span class="gtkdoc opt">,</span> <span class="string">'abc</span>
|
6425
6405
|
<span class="string"> ^^^^</span></pre></td>
|
6426
6406
|
</tr>
|
6427
6407
|
</tbody>
|
@@ -6437,9 +6417,9 @@ monospace media where newlines are treated in the usual way.</p>
|
|
6437
6417
|
<td class="listing_lines" align="right"><pre>1
|
6438
6418
|
2
|
6439
6419
|
3</pre></td>
|
6440
|
-
<td class="listing_code"><pre class="programlisting"
|
6441
|
-
<span class="
|
6442
|
-
<span class="
|
6420
|
+
<td class="listing_code"><pre class="programlisting">unable to find a common type<span class="gtkdoc opt">:</span>
|
6421
|
+
<span class="gtkdoc opt">[</span><span class="number">1</span><span class="gtkdoc opt">,</span> <span class="number">2</span><span class="gtkdoc opt">,</span> <span class="number">3</span><span class="gtkdoc opt">,</span> <span class="string">'str'</span><span class="gtkdoc opt">]</span>
|
6422
|
+
<span class="gtkdoc opt">^ ^^^^^</span></pre></td>
|
6443
6423
|
</tr>
|
6444
6424
|
</tbody>
|
6445
6425
|
</table>
|
@@ -6457,7 +6437,7 @@ If <em class="parameter"><code>source_str</code></em>
|
|
6457
6437
|
function.</p>
|
6458
6438
|
<div class="refsect3">
|
6459
6439
|
<a name="id-1.6.19.7.121.14"></a><h4>Parameters</h4>
|
6460
|
-
<div class="informaltable"><table width="100%" border="0">
|
6440
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6461
6441
|
<colgroup>
|
6462
6442
|
<col width="150px" class="parameters_name">
|
6463
6443
|
<col class="parameters_description">
|
@@ -6482,7 +6462,7 @@ function.</p>
|
|
6482
6462
|
<p> the printed message. </p>
|
6483
6463
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
6484
6464
|
</div>
|
6485
|
-
<p class="since">Since 2.40</p>
|
6465
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
6486
6466
|
</div>
|
6487
6467
|
</div>
|
6488
6468
|
<div class="refsect1">
|
@@ -6492,7 +6472,7 @@ function.</p>
|
|
6492
6472
|
<pre class="programlisting">typedef struct _GVariant GVariant;</pre>
|
6493
6473
|
<p><a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> is an opaque data structure and can only be accessed
|
6494
6474
|
using the following functions.</p>
|
6495
|
-
<p class="since">Since 2.24</p>
|
6475
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
6496
6476
|
</div>
|
6497
6477
|
<hr>
|
6498
6478
|
<div class="refsect2">
|
@@ -6500,7 +6480,7 @@ using the following functions.</p>
|
|
6500
6480
|
<p>The range of possible top-level types of <a class="link" href="glib-GVariant.html#GVariant" title="GVariant"><span class="type">GVariant</span></a> instances.</p>
|
6501
6481
|
<div class="refsect3">
|
6502
6482
|
<a name="id-1.6.19.8.3.4"></a><h4>Members</h4>
|
6503
|
-
<div class="informaltable"><table width="100%" border="0">
|
6483
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6504
6484
|
<colgroup>
|
6505
6485
|
<col width="300px" class="enum_members_name">
|
6506
6486
|
<col class="enum_members_description">
|
@@ -6638,7 +6618,7 @@ using the following functions.</p>
|
|
6638
6618
|
</tbody>
|
6639
6619
|
</table></div>
|
6640
6620
|
</div>
|
6641
|
-
<p class="since">Since 2.24</p>
|
6621
|
+
<p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
|
6642
6622
|
</div>
|
6643
6623
|
<hr>
|
6644
6624
|
<div class="refsect2">
|
@@ -6720,25 +6700,25 @@ key is not found. Each returns the new dictionary as a floating
|
|
6720
6700
|
17
|
6721
6701
|
18
|
6722
6702
|
19</pre></td>
|
6723
|
-
<td class="listing_code"><pre class="programlisting"
|
6724
|
-
<span class="function">add_to_count</span
|
6725
|
-
|
6726
|
-
<span class="
|
6727
|
-
|
6728
|
-
|
6703
|
+
<td class="listing_code"><pre class="programlisting">GVariant <span class="gtkdoc opt">*</span>
|
6704
|
+
<span class="function">add_to_count</span> <span class="gtkdoc opt">(</span>GVariant <span class="gtkdoc opt">*</span>orig<span class="gtkdoc opt">,</span>
|
6705
|
+
GError <span class="gtkdoc opt">**</span>error<span class="gtkdoc opt">)</span>
|
6706
|
+
<span class="gtkdoc opt">{</span>
|
6707
|
+
GVariantDict dict<span class="gtkdoc opt">;</span>
|
6708
|
+
guint32 count<span class="gtkdoc opt">;</span>
|
6729
6709
|
|
6730
|
-
<span class="
|
6731
|
-
<span class="
|
6732
|
-
<span class="
|
6733
|
-
<span class="
|
6734
|
-
<span class="
|
6735
|
-
<span class="
|
6736
|
-
<span class="
|
6710
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-dict-init">g_variant_dict_init</a></span> <span class="gtkdoc opt">(&</span>dict<span class="gtkdoc opt">,</span> orig<span class="gtkdoc opt">);</span>
|
6711
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(!</span><span class="function"><a href="glib-GVariant.html#g-variant-dict-lookup">g_variant_dict_lookup</a></span> <span class="gtkdoc opt">(&</span>dict<span class="gtkdoc opt">,</span> <span class="string">"count"</span><span class="gtkdoc opt">,</span> <span class="string">"u"</span><span class="gtkdoc opt">, &</span>count<span class="gtkdoc opt">))</span>
|
6712
|
+
<span class="gtkdoc opt">{</span>
|
6713
|
+
<span class="function"><a href="glib-Error-Reporting.html#g-set-error">g_set_error</a></span> <span class="gtkdoc opt">(...);</span>
|
6714
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-dict-clear">g_variant_dict_clear</a></span> <span class="gtkdoc opt">(&</span>dict<span class="gtkdoc opt">);</span>
|
6715
|
+
<span class="keyword">return</span> NULL<span class="gtkdoc opt">;</span>
|
6716
|
+
<span class="gtkdoc opt">}</span>
|
6737
6717
|
|
6738
|
-
<span class="
|
6718
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-dict-insert">g_variant_dict_insert</a></span> <span class="gtkdoc opt">(&</span>dict<span class="gtkdoc opt">,</span> <span class="string">"count"</span><span class="gtkdoc opt">,</span> <span class="string">"u"</span><span class="gtkdoc opt">,</span> count <span class="gtkdoc opt">+</span> <span class="number">1</span><span class="gtkdoc opt">);</span>
|
6739
6719
|
|
6740
|
-
<span class="
|
6741
|
-
<span class="
|
6720
|
+
<span class="keyword">return</span> <span class="function"><a href="glib-GVariant.html#g-variant-dict-end">g_variant_dict_end</a></span> <span class="gtkdoc opt">(&</span>dict<span class="gtkdoc opt">);</span>
|
6721
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
6742
6722
|
</tr>
|
6743
6723
|
</tbody>
|
6744
6724
|
</table>
|
@@ -6777,31 +6757,31 @@ key is not found. Each returns the new dictionary as a floating
|
|
6777
6757
|
23
|
6778
6758
|
24
|
6779
6759
|
25</pre></td>
|
6780
|
-
<td class="listing_code"><pre class="programlisting"
|
6781
|
-
<span class="function">add_to_count</span
|
6782
|
-
|
6783
|
-
<span class="
|
6784
|
-
|
6785
|
-
|
6786
|
-
|
6760
|
+
<td class="listing_code"><pre class="programlisting">GVariant <span class="gtkdoc opt">*</span>
|
6761
|
+
<span class="function">add_to_count</span> <span class="gtkdoc opt">(</span>GVariant <span class="gtkdoc opt">*</span>orig<span class="gtkdoc opt">,</span>
|
6762
|
+
GError <span class="gtkdoc opt">**</span>error<span class="gtkdoc opt">)</span>
|
6763
|
+
<span class="gtkdoc opt">{</span>
|
6764
|
+
GVariantDict <span class="gtkdoc opt">*</span>dict<span class="gtkdoc opt">;</span>
|
6765
|
+
GVariant <span class="gtkdoc opt">*</span>result<span class="gtkdoc opt">;</span>
|
6766
|
+
guint32 count<span class="gtkdoc opt">;</span>
|
6787
6767
|
|
6788
|
-
|
6768
|
+
dict <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-GVariant.html#g-variant-dict-new">g_variant_dict_new</a></span> <span class="gtkdoc opt">(</span>orig<span class="gtkdoc opt">);</span>
|
6789
6769
|
|
6790
|
-
<span class="
|
6791
|
-
<span class="
|
6792
|
-
<span class="
|
6793
|
-
|
6794
|
-
<span class="
|
6795
|
-
<span class="
|
6796
|
-
<span class="
|
6797
|
-
<span class="
|
6798
|
-
|
6799
|
-
<span class="
|
6770
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-GVariant.html#g-variant-dict-lookup">g_variant_dict_lookup</a></span> <span class="gtkdoc opt">(</span>dict<span class="gtkdoc opt">,</span> <span class="string">"count"</span><span class="gtkdoc opt">,</span> <span class="string">"u"</span><span class="gtkdoc opt">, &</span>count<span class="gtkdoc opt">))</span>
|
6771
|
+
<span class="gtkdoc opt">{</span>
|
6772
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-dict-insert">g_variant_dict_insert</a></span> <span class="gtkdoc opt">(</span>dict<span class="gtkdoc opt">,</span> <span class="string">"count"</span><span class="gtkdoc opt">,</span> <span class="string">"u"</span><span class="gtkdoc opt">,</span> count <span class="gtkdoc opt">+</span> <span class="number">1</span><span class="gtkdoc opt">);</span>
|
6773
|
+
result <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-GVariant.html#g-variant-dict-end">g_variant_dict_end</a></span> <span class="gtkdoc opt">(</span>dict<span class="gtkdoc opt">);</span>
|
6774
|
+
<span class="gtkdoc opt">}</span>
|
6775
|
+
<span class="keyword">else</span>
|
6776
|
+
<span class="gtkdoc opt">{</span>
|
6777
|
+
<span class="function"><a href="glib-Error-Reporting.html#g-set-error">g_set_error</a></span> <span class="gtkdoc opt">(...);</span>
|
6778
|
+
result <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
|
6779
|
+
<span class="gtkdoc opt">}</span>
|
6800
6780
|
|
6801
|
-
<span class="
|
6781
|
+
<span class="function"><a href="glib-GVariant.html#g-variant-dict-unref">g_variant_dict_unref</a></span> <span class="gtkdoc opt">(</span>dict<span class="gtkdoc opt">);</span>
|
6802
6782
|
|
6803
|
-
<span class="
|
6804
|
-
<span class="
|
6783
|
+
<span class="keyword">return</span> result<span class="gtkdoc opt">;</span>
|
6784
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
6805
6785
|
</tr>
|
6806
6786
|
</tbody>
|
6807
6787
|
</table>
|
@@ -6809,7 +6789,7 @@ key is not found. Each returns the new dictionary as a floating
|
|
6809
6789
|
|
6810
6790
|
<p></p>
|
6811
6791
|
</div>
|
6812
|
-
<p class="since">Since 2.40</p>
|
6792
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
6813
6793
|
</div>
|
6814
6794
|
<hr>
|
6815
6795
|
<div class="refsect2">
|
@@ -6817,7 +6797,7 @@ key is not found. Each returns the new dictionary as a floating
|
|
6817
6797
|
<p>Error codes returned by parsing text-format GVariants.</p>
|
6818
6798
|
<div class="refsect3">
|
6819
6799
|
<a name="id-1.6.19.8.7.4"></a><h4>Members</h4>
|
6820
|
-
<div class="informaltable"><table width="100%" border="0">
|
6800
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6821
6801
|
<colgroup>
|
6822
6802
|
<col width="300px" class="enum_members_name">
|
6823
6803
|
<col class="enum_members_description">
|
@@ -6961,7 +6941,6 @@ key is not found. Each returns the new dictionary as a floating
|
|
6961
6941
|
</div>
|
6962
6942
|
</div>
|
6963
6943
|
<div class="footer">
|
6964
|
-
<hr>
|
6965
|
-
Generated by GTK-Doc V1.21.1</div>
|
6944
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
6966
6945
|
</body>
|
6967
6946
|
</html>
|