glib2 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +24 -12
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-variant.c +163 -12
- data/ext/glib2/rbglib.c +31 -8
- data/ext/glib2/rbglib.h +15 -1
- data/ext/glib2/rbglib2conversions.h +3 -0
- data/ext/glib2/rbglib_iochannel.c +0 -3
- data/ext/glib2/rbglib_iochannel_win32_socket.c +0 -1
- data/ext/glib2/rbglib_matchinfo.c +179 -0
- data/ext/glib2/rbglib_regex.c +484 -0
- data/ext/glib2/rbgobj_value.c +7 -1
- data/ext/glib2/rbgprivate.h +2 -0
- data/ext/glib2/rbgutil.c +7 -0
- data/ext/glib2/rbgutil.h +2 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2.rb +2 -1
- data/lib/glib2/regex.rb +29 -0
- data/lib/gnome2/rake/external-package.rb +6 -1
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/lib/gnome2/rake/package.rb +9 -0
- data/lib/gnome2/rake/windows-binary-build-task.rb +35 -11
- data/lib/mkmf-gnome2.rb +3 -1
- data/test/test-match-info.rb +113 -0
- data/test/test-regex.rb +320 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +1 -1
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +2 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win64-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win64-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.def +993 -984
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/{libnettle-6-1.dll → libnettle-6-2.dll} +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcre-config +133 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gdatagrambased.h +144 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdtlsclientconnection.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsconnection.h +191 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsserverconnection.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +69 -13
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gliststore.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +25 -25
- data/vendor/local/include/glib-2.0/gio/gsocket.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +4 -1
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +13 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +2 -0
- data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +12 -4
- data/vendor/local/include/glib-2.0/glib/gmacros.h +46 -10
- data/vendor/local/include/glib-2.0/glib/gmain.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +7 -5
- data/vendor/local/include/glib-2.0/glib/gmessages.h +8 -8
- data/vendor/local/include/glib-2.0/glib/gnode.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +2 -9
- data/vendor/local/include/glib-2.0/glib/gsequence.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +15 -2
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +10 -57
- data/vendor/local/include/glib-2.0/glib/gtypes.h +61 -6
- data/vendor/local/include/glib-2.0/glib/gunicode.h +15 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +36 -57
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +59 -10
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +0 -7
- data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +0 -1
- data/vendor/local/include/glib-2.0/gobject/gobject.h +8 -4
- data/vendor/local/include/glib-2.0/gobject/gparam.h +5 -2
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +47 -26
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -0
- data/vendor/local/include/gmp.h +56 -24
- data/vendor/local/include/gnutls/gnutls.h +79 -39
- data/vendor/local/include/gnutls/pkcs11.h +6 -0
- data/vendor/local/include/gnutls/pkcs7.h +17 -4
- data/vendor/local/include/gnutls/x509.h +8 -0
- data/vendor/local/include/libintl.h +1 -1
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/rsa.h +72 -0
- data/vendor/local/include/nettle/sha3.h +4 -0
- data/vendor/local/include/nettle/version.h +8 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +3 -3
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -16
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +4 -4
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +4 -4
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libidn.la +1 -1
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +2 -2
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.la +1 -1
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +1 -1
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.la +1 -1
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libidn.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- data/vendor/local/lib/pkgconfig/libtasn1.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +3 -2
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +5918 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +716 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2922 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10455 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gettext/ABOUT-NLS +382 -413
- data/vendor/local/share/gettext/its/gschema.its +25 -0
- data/vendor/local/share/gettext/its/gschema.loc +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +22 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +4 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +58 -64
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +75 -80
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +50 -51
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +72 -97
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +7 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +174 -160
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +127 -132
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +90 -92
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +43 -46
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +17 -26
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +12 -17
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +45 -52
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +14 -18
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +20 -21
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +41 -48
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +34 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +337 -258
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +23 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +44 -50
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +143 -158
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +59 -54
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +19 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +25 -27
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +48 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +34 -31
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +25 -28
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +105 -122
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +32 -39
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +40 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +17 -28
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +766 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +56 -75
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +468 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1521 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +208 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +16 -19
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +16 -17
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +204 -240
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +13 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +128 -145
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +75 -36
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +10 -13
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +41 -43
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +56 -44
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +20 -23
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +103 -118
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +39 -47
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +32 -44
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +80 -35
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +11 -15
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +138 -145
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +84 -94
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +54 -66
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +34 -42
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +26 -28
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +97 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +18 -23
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +49 -47
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +39 -56
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +30 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +46 -47
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +79 -74
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +325 -200
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -49
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +21 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +258 -162
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -9
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +470 -281
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +27 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +76 -85
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +118 -72
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +28 -33
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +26 -30
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +180 -62
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +51 -28
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +25 -31
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +63 -75
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +49 -54
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +406 -404
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +36 -38
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +30 -31
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +11 -14
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +172 -46
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +96 -37
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +64 -66
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +256 -63
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +150 -49
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +46 -51
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +21 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +21 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +26 -27
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +21 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +211 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +283 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +107 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +459 -8
- data/vendor/local/share/gtk-doc/html/gio/application.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +29 -172
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +187 -27
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +15 -34
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +16 -137
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +26 -87
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +37 -121
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +132 -176
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +19 -71
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +24 -908
- data/vendor/local/share/gtk-doc/html/gio/{ch33s06.html → ch34s06.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch33s07.html → ch34s07.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +94 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +141 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +201 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +199 -200
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +89 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +77 -87
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +19 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +43 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +47 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +20 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +9 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +147 -114
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +12 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +13 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2066 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +29 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +54 -75
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +27 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +194 -140
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -7
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -6
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +41 -45
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +204 -137
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +22 -44
- data/vendor/local/share/gtk-doc/html/gio/networking.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +20 -5
- data/vendor/local/share/gtk-doc/html/gio/registry.html +32 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/tls.html +12 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +16 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +7 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +12 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +46 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +80 -9
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +68 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +254 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +130 -144
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +19 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +33 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +22 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +89 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +384 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +100 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +83 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +14 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +49 -64
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +141 -156
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +32 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +24 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +28 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +108 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +98 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +89 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +93 -125
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +50 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +189 -171
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +99 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +172 -217
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +32 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +430 -451
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +53 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +12 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +167 -192
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +58 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +14 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +70 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +68 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +166 -183
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +33 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +80 -92
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +101 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +102 -75
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +133 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +192 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +107 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +69 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +12 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +199 -230
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +54 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +24 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +29 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +187 -173
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +13 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +104 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +62 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +26 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +15 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +13 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +210 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +95 -101
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +306 -268
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +373 -369
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +79 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +316 -319
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +12 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +44 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +20 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +44 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +21 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +200 -220
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +51 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +25 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +4 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +14 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +44 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +149 -149
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +11 -12
- data/vendor/local/share/gtk-doc/html/glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +36 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +53 -57
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +72 -77
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +34 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +22 -17
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +85 -135
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +80 -144
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +59 -75
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +20 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +68 -89
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +227 -218
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +48 -57
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +125 -96
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +78 -90
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +143 -138
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +226 -285
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +306 -289
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +450 -448
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +22 -23
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +11 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +32 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +134 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +4 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +89 -98
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +119 -112
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +199 -183
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +30 -30
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +32 -33
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +80 -32
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +73 -53
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +52 -50
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +255 -133
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +147 -111
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +65 -122
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +93 -79
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +80 -54
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +82 -87
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +126 -62
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +61 -54
- data/vendor/local/share/gtk-doc/html/gobject/index.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +98 -198
- data/vendor/local/share/gtk-doc/html/gobject/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +9 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +22 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -13
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +3 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +3 -18
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +3 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +22 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +7 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -4
- data/vendor/local/share/info/gmp.info +153 -158
- data/vendor/local/share/info/gmp.info-1 +131 -178
- data/vendor/local/share/info/gmp.info-2 +250 -193
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/license/gmp/AUTHORS +1 -1
- data/vendor/local/share/license/pcre/AUTHORS +45 -0
- data/vendor/local/share/license/pcre/COPYING +5 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
- data/vendor/local/share/man/man1/envsubst.1 +1 -1
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +23 -22
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +7 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_check_version.3 +1 -1
- data/vendor/local/share/man/man3/asn1_copy_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_create_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_coding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +1 -1
- data/vendor/local/share/man/man3/asn1_dup_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +1 -1
- data/vendor/local/share/man/man3/asn1_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2array.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_perror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_print_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_node_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_tag.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value_type.3 +1 -1
- data/vendor/local/share/man/man3/asn1_strerror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_write_value.3 +1 -1
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
- data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
- data/vendor/local/share/man/man3/gettext.3 +1 -1
- data/vendor/local/share/man/man3/ngettext.3 +1 -1
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2919 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- data/vendor/local/share/man/man3/textdomain.3 +1 -1
- metadata +233 -22
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/vendor/local/bin/libhogweed-4-1.dll +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +0 -1537
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +0 -679
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +0 -572
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +0 -561
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +0 -39
- data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +0 -46
- data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +0 -48
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +0 -161
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +0 -51
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Glob-style pattern matching: 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-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-Commandline-option-parser.html" title="Commandline option parser">
|
10
10
|
<link rel="next" href="glib-Perl-compatible-regular-expressions.html" title="Perl-compatible regular expressions">
|
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">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
</tr></table></div>
|
35
35
|
<div class="refsect1">
|
36
36
|
<a name="glib-Glob-style-pattern-matching.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
37
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
38
38
|
<colgroup>
|
39
39
|
<col width="150px" class="functions_return">
|
40
40
|
<col class="functions_name">
|
@@ -93,7 +93,7 @@
|
|
93
93
|
</div>
|
94
94
|
<div class="refsect1">
|
95
95
|
<a name="glib-Glob-style-pattern-matching.other"></a><h2>Types and Values</h2>
|
96
|
-
<div class="informaltable"><table width="100%" border="0">
|
96
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
97
97
|
<colgroup>
|
98
98
|
<col width="150px" class="name">
|
99
99
|
<col class="description">
|
@@ -133,7 +133,7 @@ g_pattern_spec_new (<em class="parameter"><code>const <a class="link" href="glib
|
|
133
133
|
<p>Compiles a pattern to a <a class="link" href="glib-Glob-style-pattern-matching.html#GPatternSpec" title="GPatternSpec"><span class="type">GPatternSpec</span></a>.</p>
|
134
134
|
<div class="refsect3">
|
135
135
|
<a name="id-1.5.23.7.2.5"></a><h4>Parameters</h4>
|
136
|
-
<div class="informaltable"><table width="100%" border="0">
|
136
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
137
137
|
<colgroup>
|
138
138
|
<col width="150px" class="parameters_name">
|
139
139
|
<col class="parameters_description">
|
@@ -149,7 +149,6 @@ g_pattern_spec_new (<em class="parameter"><code>const <a class="link" href="glib
|
|
149
149
|
<div class="refsect3">
|
150
150
|
<a name="id-1.5.23.7.2.6"></a><h4>Returns</h4>
|
151
151
|
<p> a newly-allocated <a class="link" href="glib-Glob-style-pattern-matching.html#GPatternSpec" title="GPatternSpec"><span class="type">GPatternSpec</span></a></p>
|
152
|
-
<p></p>
|
153
152
|
</div>
|
154
153
|
</div>
|
155
154
|
<hr>
|
@@ -160,7 +159,7 @@ g_pattern_spec_free (<em class="parameter"><code><a class="link" href="glib-Glob
|
|
160
159
|
<p>Frees the memory allocated for the <a class="link" href="glib-Glob-style-pattern-matching.html#GPatternSpec" title="GPatternSpec"><span class="type">GPatternSpec</span></a>.</p>
|
161
160
|
<div class="refsect3">
|
162
161
|
<a name="id-1.5.23.7.3.5"></a><h4>Parameters</h4>
|
163
|
-
<div class="informaltable"><table width="100%" border="0">
|
162
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
164
163
|
<colgroup>
|
165
164
|
<col width="150px" class="parameters_name">
|
166
165
|
<col class="parameters_description">
|
@@ -184,7 +183,7 @@ g_pattern_spec_equal (<em class="parameter"><code><a class="link" href="glib-Glo
|
|
184
183
|
match the same set of strings.</p>
|
185
184
|
<div class="refsect3">
|
186
185
|
<a name="id-1.5.23.7.4.5"></a><h4>Parameters</h4>
|
187
|
-
<div class="informaltable"><table width="100%" border="0">
|
186
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
188
187
|
<colgroup>
|
189
188
|
<col width="150px" class="parameters_name">
|
190
189
|
<col class="parameters_description">
|
@@ -207,7 +206,6 @@ match the same set of strings.</p>
|
|
207
206
|
<div class="refsect3">
|
208
207
|
<a name="id-1.5.23.7.4.6"></a><h4>Returns</h4>
|
209
208
|
<p> Whether the compiled patterns are equal</p>
|
210
|
-
<p></p>
|
211
209
|
</div>
|
212
210
|
</div>
|
213
211
|
<hr>
|
@@ -215,7 +213,7 @@ match the same set of strings.</p>
|
|
215
213
|
<a name="g-pattern-match"></a><h3>g_pattern_match ()</h3>
|
216
214
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
|
217
215
|
g_pattern_match (<em class="parameter"><code><a class="link" href="glib-Glob-style-pattern-matching.html#GPatternSpec" title="GPatternSpec"><span class="type">GPatternSpec</span></a> *pspec</code></em>,
|
218
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> string_length</code></em>,
|
216
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> string_length</code></em>,
|
219
217
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *string</code></em>,
|
220
218
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *string_reversed</code></em>);</pre>
|
221
219
|
<p>Matches a string against a compiled pattern. Passing the correct
|
@@ -235,7 +233,7 @@ does not contain any multibyte characters. GLib offers the
|
|
235
233
|
<a class="link" href="glib-Unicode-Manipulation.html#g-utf8-strreverse" title="g_utf8_strreverse ()"><code class="function">g_utf8_strreverse()</code></a> function to reverse UTF-8 encoded strings.</p>
|
236
234
|
<div class="refsect3">
|
237
235
|
<a name="id-1.5.23.7.5.7"></a><h4>Parameters</h4>
|
238
|
-
<div class="informaltable"><table width="100%" border="0">
|
236
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
239
237
|
<colgroup>
|
240
238
|
<col width="150px" class="parameters_name">
|
241
239
|
<col class="parameters_description">
|
@@ -273,7 +271,6 @@ or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
|
|
273
271
|
<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>
|
274
272
|
matches <em class="parameter"><code>pspec</code></em>
|
275
273
|
</p>
|
276
|
-
<p></p>
|
277
274
|
</div>
|
278
275
|
</div>
|
279
276
|
<hr>
|
@@ -287,7 +284,7 @@ matched against more than one pattern, consider using
|
|
287
284
|
<a class="link" href="glib-Glob-style-pattern-matching.html#g-pattern-match" title="g_pattern_match ()"><code class="function">g_pattern_match()</code></a> instead while supplying the reversed string.</p>
|
288
285
|
<div class="refsect3">
|
289
286
|
<a name="id-1.5.23.7.6.5"></a><h4>Parameters</h4>
|
290
|
-
<div class="informaltable"><table width="100%" border="0">
|
287
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
291
288
|
<colgroup>
|
292
289
|
<col width="150px" class="parameters_name">
|
293
290
|
<col class="parameters_description">
|
@@ -312,7 +309,6 @@ matched against more than one pattern, consider using
|
|
312
309
|
<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>
|
313
310
|
matches <em class="parameter"><code>pspec</code></em>
|
314
311
|
</p>
|
315
|
-
<p></p>
|
316
312
|
</div>
|
317
313
|
</div>
|
318
314
|
<hr>
|
@@ -327,7 +323,7 @@ the pattern once with <a class="link" href="glib-Glob-style-pattern-matching.htm
|
|
327
323
|
<a class="link" href="glib-Glob-style-pattern-matching.html#g-pattern-match-string" title="g_pattern_match_string ()"><code class="function">g_pattern_match_string()</code></a> repeatedly.</p>
|
328
324
|
<div class="refsect3">
|
329
325
|
<a name="id-1.5.23.7.7.5"></a><h4>Parameters</h4>
|
330
|
-
<div class="informaltable"><table width="100%" border="0">
|
326
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
331
327
|
<colgroup>
|
332
328
|
<col width="150px" class="parameters_name">
|
333
329
|
<col class="parameters_description">
|
@@ -352,7 +348,6 @@ the pattern once with <a class="link" href="glib-Glob-style-pattern-matching.htm
|
|
352
348
|
<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>
|
353
349
|
matches <em class="parameter"><code>pspec</code></em>
|
354
350
|
</p>
|
355
|
-
<p></p>
|
356
351
|
</div>
|
357
352
|
</div>
|
358
353
|
</div>
|
@@ -367,7 +362,6 @@ structure is opaque and its fields cannot be accessed directly.</p>
|
|
367
362
|
</div>
|
368
363
|
</div>
|
369
364
|
<div class="footer">
|
370
|
-
<hr>
|
371
|
-
Generated by GTK-Doc V1.21.1</div>
|
365
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
372
366
|
</body>
|
373
367
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Hash Tables: 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-Trash-Stacks.html" title="Trash Stacks">
|
10
10
|
<link rel="next" href="glib-Strings.html" title="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">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
</tr></table></div>
|
35
35
|
<div class="refsect1">
|
36
36
|
<a name="glib-Hash-Tables.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
37
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
38
38
|
<colgroup>
|
39
39
|
<col width="150px" class="functions_return">
|
40
40
|
<col class="functions_name">
|
@@ -58,7 +58,7 @@
|
|
58
58
|
</tr>
|
59
59
|
<tr>
|
60
60
|
<td class="function_type">
|
61
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
61
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
62
62
|
</td>
|
63
63
|
<td class="function_name">
|
64
64
|
<span class="c_punctuation">(</span><a class="link" href="glib-Hash-Tables.html#GHashFunc" title="GHashFunc ()">*GHashFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -106,7 +106,7 @@
|
|
106
106
|
</tr>
|
107
107
|
<tr>
|
108
108
|
<td class="function_type">
|
109
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
109
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
110
110
|
</td>
|
111
111
|
<td class="function_name">
|
112
112
|
<a class="link" href="glib-Hash-Tables.html#g-hash-table-size" title="g_hash_table_size ()">g_hash_table_size</a> <span class="c_punctuation">()</span>
|
@@ -170,7 +170,7 @@
|
|
170
170
|
</tr>
|
171
171
|
<tr>
|
172
172
|
<td class="function_type">
|
173
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
173
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
174
174
|
</td>
|
175
175
|
<td class="function_name">
|
176
176
|
<a class="link" href="glib-Hash-Tables.html#g-hash-table-foreach-remove" title="g_hash_table_foreach_remove ()">g_hash_table_foreach_remove</a> <span class="c_punctuation">()</span>
|
@@ -178,7 +178,7 @@
|
|
178
178
|
</tr>
|
179
179
|
<tr>
|
180
180
|
<td class="function_type">
|
181
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
181
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
182
182
|
</td>
|
183
183
|
<td class="function_name">
|
184
184
|
<a class="link" href="glib-Hash-Tables.html#g-hash-table-foreach-steal" title="g_hash_table_foreach_steal ()">g_hash_table_foreach_steal</a> <span class="c_punctuation">()</span>
|
@@ -326,7 +326,7 @@
|
|
326
326
|
</tr>
|
327
327
|
<tr>
|
328
328
|
<td class="function_type">
|
329
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
329
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
330
330
|
</td>
|
331
331
|
<td class="function_name">
|
332
332
|
<a class="link" href="glib-Hash-Tables.html#g-direct-hash" title="g_direct_hash ()">g_direct_hash</a> <span class="c_punctuation">()</span>
|
@@ -342,7 +342,7 @@
|
|
342
342
|
</tr>
|
343
343
|
<tr>
|
344
344
|
<td class="function_type">
|
345
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
345
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
346
346
|
</td>
|
347
347
|
<td class="function_name">
|
348
348
|
<a class="link" href="glib-Hash-Tables.html#g-int-hash" title="g_int_hash ()">g_int_hash</a> <span class="c_punctuation">()</span>
|
@@ -358,7 +358,7 @@
|
|
358
358
|
</tr>
|
359
359
|
<tr>
|
360
360
|
<td class="function_type">
|
361
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
361
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
362
362
|
</td>
|
363
363
|
<td class="function_name">
|
364
364
|
<a class="link" href="glib-Hash-Tables.html#g-int64-hash" title="g_int64_hash ()">g_int64_hash</a> <span class="c_punctuation">()</span>
|
@@ -374,7 +374,7 @@
|
|
374
374
|
</tr>
|
375
375
|
<tr>
|
376
376
|
<td class="function_type">
|
377
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
377
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
378
378
|
</td>
|
379
379
|
<td class="function_name">
|
380
380
|
<a class="link" href="glib-Hash-Tables.html#g-double-hash" title="g_double_hash ()">g_double_hash</a> <span class="c_punctuation">()</span>
|
@@ -390,7 +390,7 @@
|
|
390
390
|
</tr>
|
391
391
|
<tr>
|
392
392
|
<td class="function_type">
|
393
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
393
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
394
394
|
</td>
|
395
395
|
<td class="function_name">
|
396
396
|
<a class="link" href="glib-Hash-Tables.html#g-str-hash" title="g_str_hash ()">g_str_hash</a> <span class="c_punctuation">()</span>
|
@@ -401,7 +401,7 @@
|
|
401
401
|
</div>
|
402
402
|
<div class="refsect1">
|
403
403
|
<a name="glib-Hash-Tables.other"></a><h2>Types and Values</h2>
|
404
|
-
<div class="informaltable"><table width="100%" border="0">
|
404
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
405
405
|
<colgroup>
|
406
406
|
<col width="150px" class="name">
|
407
407
|
<col class="description">
|
@@ -485,7 +485,7 @@ a similar fashion to <a class="link" href="glib-Hash-Tables.html#g-direct-equal"
|
|
485
485
|
a function call.</p>
|
486
486
|
<div class="refsect3">
|
487
487
|
<a name="id-1.6.7.7.2.7"></a><h4>Parameters</h4>
|
488
|
-
<div class="informaltable"><table width="100%" border="0">
|
488
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
489
489
|
<colgroup>
|
490
490
|
<col width="150px" class="parameters_name">
|
491
491
|
<col class="parameters_description">
|
@@ -508,7 +508,6 @@ a function call.</p>
|
|
508
508
|
<div class="refsect3">
|
509
509
|
<a name="id-1.6.7.7.2.8"></a><h4>Returns</h4>
|
510
510
|
<p> a new <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a></p>
|
511
|
-
<p></p>
|
512
511
|
</div>
|
513
512
|
</div>
|
514
513
|
<hr>
|
@@ -531,7 +530,7 @@ calling g_hash_table_remove_all before releasing the last reference using
|
|
531
530
|
<a class="link" href="glib-Hash-Tables.html#g-hash-table-unref" title="g_hash_table_unref ()"><code class="function">g_hash_table_unref()</code></a>.</p>
|
532
531
|
<div class="refsect3">
|
533
532
|
<a name="id-1.6.7.7.3.6"></a><h4>Parameters</h4>
|
534
|
-
<div class="informaltable"><table width="100%" border="0">
|
533
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
535
534
|
<colgroup>
|
536
535
|
<col width="150px" class="parameters_name">
|
537
536
|
<col class="parameters_description">
|
@@ -553,14 +552,14 @@ calling g_hash_table_remove_all before releasing the last reference using
|
|
553
552
|
<td class="parameter_description"><p> a function to free the memory allocated for the key
|
554
553
|
used when removing the entry from the <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
555
554
|
if you don't want to supply such a function. </p></td>
|
556
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
555
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
557
556
|
</tr>
|
558
557
|
<tr>
|
559
558
|
<td class="parameter_name"><p>value_destroy_func</p></td>
|
560
559
|
<td class="parameter_description"><p> a function to free the memory allocated for the
|
561
560
|
value used when removing the entry from the <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
562
561
|
if you don't want to supply such a function. </p></td>
|
563
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
562
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
564
563
|
</tr>
|
565
564
|
</tbody>
|
566
565
|
</table></div>
|
@@ -568,19 +567,18 @@ if you don't want to supply such a function. </p></td>
|
|
568
567
|
<div class="refsect3">
|
569
568
|
<a name="id-1.6.7.7.3.7"></a><h4>Returns</h4>
|
570
569
|
<p> a new <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a></p>
|
571
|
-
<p></p>
|
572
570
|
</div>
|
573
571
|
</div>
|
574
572
|
<hr>
|
575
573
|
<div class="refsect2">
|
576
574
|
<a name="GHashFunc"></a><h3>GHashFunc ()</h3>
|
577
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
575
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
578
576
|
<span class="c_punctuation">(</span>*GHashFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> key</code></em>);</pre>
|
579
577
|
<p>Specifies the type of the hash function which is passed to
|
580
578
|
<a class="link" href="glib-Hash-Tables.html#g-hash-table-new" title="g_hash_table_new ()"><code class="function">g_hash_table_new()</code></a> when a <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a> is created.</p>
|
581
|
-
<p>The function is passed a key and should return a <a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> hash value.
|
579
|
+
<p>The function is passed a key and should return a <a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> hash value.
|
582
580
|
The functions <a class="link" href="glib-Hash-Tables.html#g-direct-hash" title="g_direct_hash ()"><code class="function">g_direct_hash()</code></a>, <a class="link" href="glib-Hash-Tables.html#g-int-hash" title="g_int_hash ()"><code class="function">g_int_hash()</code></a> and <a class="link" href="glib-Hash-Tables.html#g-str-hash" title="g_str_hash ()"><code class="function">g_str_hash()</code></a> provide
|
583
|
-
hash functions which can be used when the key is a <a class="link" href="glib-Basic-Types.html#gpointer" title="gpointer"><span class="type">gpointer</span></a>, <a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a>*,
|
581
|
+
hash functions which can be used when the key is a <a class="link" href="glib-Basic-Types.html#gpointer" title="gpointer"><span class="type">gpointer</span></a>, <a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a>*,
|
584
582
|
and <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a>* respectively.</p>
|
585
583
|
<p>g_direct_hash() is also the appropriate hash function for keys
|
586
584
|
of the form <code class="literal">GINT_TO_POINTER (n)</code> (or similar macros).</p>
|
@@ -603,7 +601,7 @@ remainder is taken modulo a somewhat predictable prime number. There
|
|
603
601
|
must be an element of randomness that an attacker is unable to guess.</p>
|
604
602
|
<div class="refsect3">
|
605
603
|
<a name="id-1.6.7.7.4.10"></a><h4>Parameters</h4>
|
606
|
-
<div class="informaltable"><table width="100%" border="0">
|
604
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
607
605
|
<colgroup>
|
608
606
|
<col width="150px" class="parameters_name">
|
609
607
|
<col class="parameters_description">
|
@@ -619,7 +617,6 @@ must be an element of randomness that an attacker is unable to guess.</p>
|
|
619
617
|
<div class="refsect3">
|
620
618
|
<a name="id-1.6.7.7.4.11"></a><h4>Returns</h4>
|
621
619
|
<p> the hash value corresponding to the key</p>
|
622
|
-
<p></p>
|
623
620
|
</div>
|
624
621
|
</div>
|
625
622
|
<hr>
|
@@ -633,7 +630,7 @@ equality. The function should return <a class="link" href="glib-Standard-Macros.
|
|
633
630
|
and <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise.</p>
|
634
631
|
<div class="refsect3">
|
635
632
|
<a name="id-1.6.7.7.5.5"></a><h4>Parameters</h4>
|
636
|
-
<div class="informaltable"><table width="100%" border="0">
|
633
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
637
634
|
<colgroup>
|
638
635
|
<col width="150px" class="parameters_name">
|
639
636
|
<col class="parameters_description">
|
@@ -658,7 +655,6 @@ and <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><c
|
|
658
655
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>a</code></em>
|
659
656
|
= <em class="parameter"><code>b</code></em>
|
660
657
|
; <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
|
661
|
-
<p></p>
|
662
658
|
</div>
|
663
659
|
</div>
|
664
660
|
<hr>
|
@@ -679,7 +675,7 @@ value is freed using that function. If you supplied a
|
|
679
675
|
key is freed using that function.</p>
|
680
676
|
<div class="refsect3">
|
681
677
|
<a name="id-1.6.7.7.6.6"></a><h4>Parameters</h4>
|
682
|
-
<div class="informaltable"><table width="100%" border="0">
|
678
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
683
679
|
<colgroup>
|
684
680
|
<col width="150px" class="parameters_name">
|
685
681
|
<col class="parameters_description">
|
@@ -707,7 +703,6 @@ key is freed using that function.</p>
|
|
707
703
|
<div class="refsect3">
|
708
704
|
<a name="id-1.6.7.7.6.7"></a><h4>Returns</h4>
|
709
705
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the key did not exist yet</p>
|
710
|
-
<p></p>
|
711
706
|
</div>
|
712
707
|
</div>
|
713
708
|
<hr>
|
@@ -728,7 +723,7 @@ If you supplied a <em class="parameter"><code>key_destroy_func</code></em>
|
|
728
723
|
<a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>, the old key is freed using that function.</p>
|
729
724
|
<div class="refsect3">
|
730
725
|
<a name="id-1.6.7.7.7.5"></a><h4>Parameters</h4>
|
731
|
-
<div class="informaltable"><table width="100%" border="0">
|
726
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
732
727
|
<colgroup>
|
733
728
|
<col width="150px" class="parameters_name">
|
734
729
|
<col class="parameters_description">
|
@@ -755,8 +750,7 @@ If you supplied a <em class="parameter"><code>key_destroy_func</code></em>
|
|
755
750
|
</div>
|
756
751
|
<div class="refsect3">
|
757
752
|
<a name="id-1.6.7.7.7.6"></a><h4>Returns</h4>
|
758
|
-
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a>
|
759
|
-
<p></p>
|
753
|
+
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the key did not exist yet</p>
|
760
754
|
</div>
|
761
755
|
</div>
|
762
756
|
<hr>
|
@@ -774,7 +768,7 @@ corresponding value it is able to be stored more efficiently. See
|
|
774
768
|
the discussion in the section description.</p>
|
775
769
|
<div class="refsect3">
|
776
770
|
<a name="id-1.6.7.7.8.6"></a><h4>Parameters</h4>
|
777
|
-
<div class="informaltable"><table width="100%" border="0">
|
771
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
778
772
|
<colgroup>
|
779
773
|
<col width="150px" class="parameters_name">
|
780
774
|
<col class="parameters_description">
|
@@ -797,9 +791,8 @@ the discussion in the section description.</p>
|
|
797
791
|
<div class="refsect3">
|
798
792
|
<a name="id-1.6.7.7.8.7"></a><h4>Returns</h4>
|
799
793
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the key did not exist yet</p>
|
800
|
-
<p></p>
|
801
794
|
</div>
|
802
|
-
<p class="since">Since 2.32</p>
|
795
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
803
796
|
</div>
|
804
797
|
<hr>
|
805
798
|
<div class="refsect2">
|
@@ -812,7 +805,7 @@ g_hash_table_contains (<em class="parameter"><code><a class="link" href="glib-Ha
|
|
812
805
|
.</p>
|
813
806
|
<div class="refsect3">
|
814
807
|
<a name="id-1.6.7.7.9.5"></a><h4>Parameters</h4>
|
815
|
-
<div class="informaltable"><table width="100%" border="0">
|
808
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
816
809
|
<colgroup>
|
817
810
|
<col width="150px" class="parameters_name">
|
818
811
|
<col class="parameters_description">
|
@@ -837,19 +830,18 @@ g_hash_table_contains (<em class="parameter"><code><a class="link" href="glib-Ha
|
|
837
830
|
<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>
|
838
831
|
is in <em class="parameter"><code>hash_table</code></em>
|
839
832
|
, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise.</p>
|
840
|
-
<p></p>
|
841
833
|
</div>
|
842
|
-
<p class="since">Since 2.32</p>
|
834
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
843
835
|
</div>
|
844
836
|
<hr>
|
845
837
|
<div class="refsect2">
|
846
838
|
<a name="g-hash-table-size"></a><h3>g_hash_table_size ()</h3>
|
847
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
839
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
848
840
|
g_hash_table_size (<em class="parameter"><code><a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a> *hash_table</code></em>);</pre>
|
849
841
|
<p>Returns the number of elements contained in the <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
|
850
842
|
<div class="refsect3">
|
851
843
|
<a name="id-1.6.7.7.10.5"></a><h4>Parameters</h4>
|
852
|
-
<div class="informaltable"><table width="100%" border="0">
|
844
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
853
845
|
<colgroup>
|
854
846
|
<col width="150px" class="parameters_name">
|
855
847
|
<col class="parameters_description">
|
@@ -865,7 +857,6 @@ g_hash_table_size (<em class="parameter"><code><a class="link" href="glib-Hash-T
|
|
865
857
|
<div class="refsect3">
|
866
858
|
<a name="id-1.6.7.7.10.6"></a><h4>Returns</h4>
|
867
859
|
<p> the number of key/value pairs in the <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
|
868
|
-
<p></p>
|
869
860
|
</div>
|
870
861
|
</div>
|
871
862
|
<hr>
|
@@ -880,7 +871,7 @@ and has the value <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" tit
|
|
880
871
|
<a class="link" href="glib-Hash-Tables.html#g-hash-table-lookup-extended" title="g_hash_table_lookup_extended ()"><code class="function">g_hash_table_lookup_extended()</code></a>.</p>
|
881
872
|
<div class="refsect3">
|
882
873
|
<a name="id-1.6.7.7.11.5"></a><h4>Parameters</h4>
|
883
|
-
<div class="informaltable"><table width="100%" border="0">
|
874
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
884
875
|
<colgroup>
|
885
876
|
<col width="150px" class="parameters_name">
|
886
877
|
<col class="parameters_description">
|
@@ -903,7 +894,7 @@ and has the value <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" tit
|
|
903
894
|
<div class="refsect3">
|
904
895
|
<a name="id-1.6.7.7.11.6"></a><h4>Returns</h4>
|
905
896
|
<p> the associated value, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the key is not found. </p>
|
906
|
-
<p><span class="annotation">[<acronym title="NULL
|
897
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
907
898
|
</div>
|
908
899
|
</div>
|
909
900
|
<hr>
|
@@ -925,7 +916,7 @@ of <em class="parameter"><code>hash_table</code></em>
|
|
925
916
|
are <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-safe.</p>
|
926
917
|
<div class="refsect3">
|
927
918
|
<a name="id-1.6.7.7.12.6"></a><h4>Parameters</h4>
|
928
|
-
<div class="informaltable"><table width="100%" border="0">
|
919
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
929
920
|
<colgroup>
|
930
921
|
<col width="150px" class="parameters_name">
|
931
922
|
<col class="parameters_description">
|
@@ -944,13 +935,14 @@ of <em class="parameter"><code>hash_table</code></em>
|
|
944
935
|
</tr>
|
945
936
|
<tr>
|
946
937
|
<td class="parameter_name"><p>orig_key</p></td>
|
947
|
-
<td class="parameter_description"><p> return location for the original key
|
948
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="
|
938
|
+
<td class="parameter_description"><p> return location for the original key. </p></td>
|
939
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
949
940
|
</tr>
|
950
941
|
<tr>
|
951
942
|
<td class="parameter_name"><p>value</p></td>
|
952
|
-
<td class="parameter_description"><p> return location for the value associated
|
953
|
-
|
943
|
+
<td class="parameter_description"><p> return location for the value associated
|
944
|
+
with the key. </p></td>
|
945
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
954
946
|
</tr>
|
955
947
|
</tbody>
|
956
948
|
</table></div>
|
@@ -958,7 +950,6 @@ of <em class="parameter"><code>hash_table</code></em>
|
|
958
950
|
<div class="refsect3">
|
959
951
|
<a name="id-1.6.7.7.12.7"></a><h4>Returns</h4>
|
960
952
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the key was found in the <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a></p>
|
961
|
-
<p></p>
|
962
953
|
</div>
|
963
954
|
</div>
|
964
955
|
<hr>
|
@@ -979,7 +970,7 @@ items). To remove all items matching a predicate, use
|
|
979
970
|
order searches in contrast to <a class="link" href="glib-Hash-Tables.html#g-hash-table-lookup" title="g_hash_table_lookup ()"><code class="function">g_hash_table_lookup()</code></a>.</p>
|
980
971
|
<div class="refsect3">
|
981
972
|
<a name="id-1.6.7.7.13.6"></a><h4>Parameters</h4>
|
982
|
-
<div class="informaltable"><table width="100%" border="0">
|
973
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
983
974
|
<colgroup>
|
984
975
|
<col width="150px" class="parameters_name">
|
985
976
|
<col class="parameters_description">
|
@@ -1028,7 +1019,7 @@ to use additional or different data structures for reverse lookups
|
|
1028
1019
|
values in a hash table ends up needing O(n*n) operations).</p>
|
1029
1020
|
<div class="refsect3">
|
1030
1021
|
<a name="id-1.6.7.7.14.6"></a><h4>Parameters</h4>
|
1031
|
-
<div class="informaltable"><table width="100%" border="0">
|
1022
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1032
1023
|
<colgroup>
|
1033
1024
|
<col width="150px" class="parameters_name">
|
1034
1025
|
<col class="parameters_description">
|
@@ -1059,9 +1050,9 @@ values in a hash table ends up needing O(n*n) operations).</p>
|
|
1059
1050
|
for which <em class="parameter"><code>predicate</code></em>
|
1060
1051
|
evaluates to <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a>. If no pair with the
|
1061
1052
|
requested property is found, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> is returned. </p>
|
1062
|
-
<p><span class="annotation">[<acronym title="NULL
|
1053
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1063
1054
|
</div>
|
1064
|
-
<p class="since">Since 2.4</p>
|
1055
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1065
1056
|
</div>
|
1066
1057
|
<hr>
|
1067
1058
|
<div class="refsect2">
|
@@ -1076,7 +1067,7 @@ It is called with each key/value pair, together with the <em class="parameter"><
|
|
1076
1067
|
parameter which is passed to <a class="link" href="glib-Hash-Tables.html#g-hash-table-foreach" title="g_hash_table_foreach ()"><code class="function">g_hash_table_foreach()</code></a>.</p>
|
1077
1068
|
<div class="refsect3">
|
1078
1069
|
<a name="id-1.6.7.7.15.5"></a><h4>Parameters</h4>
|
1079
|
-
<div class="informaltable"><table width="100%" border="0">
|
1070
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1080
1071
|
<colgroup>
|
1081
1072
|
<col width="150px" class="parameters_name">
|
1082
1073
|
<col class="parameters_description">
|
@@ -1115,7 +1106,7 @@ you have to make sure that any dynamically allocated values are freed
|
|
1115
1106
|
yourself.</p>
|
1116
1107
|
<div class="refsect3">
|
1117
1108
|
<a name="id-1.6.7.7.16.6"></a><h4>Parameters</h4>
|
1118
|
-
<div class="informaltable"><table width="100%" border="0">
|
1109
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1119
1110
|
<colgroup>
|
1120
1111
|
<col width="150px" class="parameters_name">
|
1121
1112
|
<col class="parameters_description">
|
@@ -1138,7 +1129,6 @@ yourself.</p>
|
|
1138
1129
|
<div class="refsect3">
|
1139
1130
|
<a name="id-1.6.7.7.16.7"></a><h4>Returns</h4>
|
1140
1131
|
<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 from the <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a></p>
|
1141
|
-
<p></p>
|
1142
1132
|
</div>
|
1143
1133
|
</div>
|
1144
1134
|
<hr>
|
@@ -1151,7 +1141,7 @@ g_hash_table_steal (<em class="parameter"><code><a class="link" href="glib-Hash-
|
|
1151
1141
|
calling the key and value destroy functions.</p>
|
1152
1142
|
<div class="refsect3">
|
1153
1143
|
<a name="id-1.6.7.7.17.5"></a><h4>Parameters</h4>
|
1154
|
-
<div class="informaltable"><table width="100%" border="0">
|
1144
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1155
1145
|
<colgroup>
|
1156
1146
|
<col width="150px" class="parameters_name">
|
1157
1147
|
<col class="parameters_description">
|
@@ -1174,13 +1164,12 @@ calling the key and value destroy functions.</p>
|
|
1174
1164
|
<div class="refsect3">
|
1175
1165
|
<a name="id-1.6.7.7.17.6"></a><h4>Returns</h4>
|
1176
1166
|
<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 from the <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a></p>
|
1177
|
-
<p></p>
|
1178
1167
|
</div>
|
1179
1168
|
</div>
|
1180
1169
|
<hr>
|
1181
1170
|
<div class="refsect2">
|
1182
1171
|
<a name="g-hash-table-foreach-remove"></a><h3>g_hash_table_foreach_remove ()</h3>
|
1183
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
1172
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
1184
1173
|
g_hash_table_foreach_remove (<em class="parameter"><code><a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a> *hash_table</code></em>,
|
1185
1174
|
<em class="parameter"><code><a class="link" href="glib-Hash-Tables.html#GHRFunc" title="GHRFunc ()"><span class="type">GHRFunc</span></a> func</code></em>,
|
1186
1175
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gpointer" title="gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
@@ -1193,7 +1182,7 @@ used to free the memory allocated for the removed keys and values.</p>
|
|
1193
1182
|
key/value pairs in the hash table.</p>
|
1194
1183
|
<div class="refsect3">
|
1195
1184
|
<a name="id-1.6.7.7.18.6"></a><h4>Parameters</h4>
|
1196
|
-
<div class="informaltable"><table width="100%" border="0">
|
1185
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1197
1186
|
<colgroup>
|
1198
1187
|
<col width="150px" class="parameters_name">
|
1199
1188
|
<col class="parameters_description">
|
@@ -1221,13 +1210,12 @@ key/value pairs in the hash table.</p>
|
|
1221
1210
|
<div class="refsect3">
|
1222
1211
|
<a name="id-1.6.7.7.18.7"></a><h4>Returns</h4>
|
1223
1212
|
<p> the number of key/value pairs removed</p>
|
1224
|
-
<p></p>
|
1225
1213
|
</div>
|
1226
1214
|
</div>
|
1227
1215
|
<hr>
|
1228
1216
|
<div class="refsect2">
|
1229
1217
|
<a name="g-hash-table-foreach-steal"></a><h3>g_hash_table_foreach_steal ()</h3>
|
1230
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
1218
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
1231
1219
|
g_hash_table_foreach_steal (<em class="parameter"><code><a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a> *hash_table</code></em>,
|
1232
1220
|
<em class="parameter"><code><a class="link" href="glib-Hash-Tables.html#GHRFunc" title="GHRFunc ()"><span class="type">GHRFunc</span></a> func</code></em>,
|
1233
1221
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gpointer" title="gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
@@ -1239,7 +1227,7 @@ destroy functions are called.</p>
|
|
1239
1227
|
key/value pairs in the hash table.</p>
|
1240
1228
|
<div class="refsect3">
|
1241
1229
|
<a name="id-1.6.7.7.19.6"></a><h4>Parameters</h4>
|
1242
|
-
<div class="informaltable"><table width="100%" border="0">
|
1230
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1243
1231
|
<colgroup>
|
1244
1232
|
<col width="150px" class="parameters_name">
|
1245
1233
|
<col class="parameters_description">
|
@@ -1267,7 +1255,6 @@ key/value pairs in the hash table.</p>
|
|
1267
1255
|
<div class="refsect3">
|
1268
1256
|
<a name="id-1.6.7.7.19.7"></a><h4>Returns</h4>
|
1269
1257
|
<p> the number of key/value pairs removed.</p>
|
1270
|
-
<p></p>
|
1271
1258
|
</div>
|
1272
1259
|
</div>
|
1273
1260
|
<hr>
|
@@ -1282,7 +1269,7 @@ otherwise you have to make sure that any dynamically allocated
|
|
1282
1269
|
values are freed yourself.</p>
|
1283
1270
|
<div class="refsect3">
|
1284
1271
|
<a name="id-1.6.7.7.20.6"></a><h4>Parameters</h4>
|
1285
|
-
<div class="informaltable"><table width="100%" border="0">
|
1272
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1286
1273
|
<colgroup>
|
1287
1274
|
<col width="150px" class="parameters_name">
|
1288
1275
|
<col class="parameters_description">
|
@@ -1295,7 +1282,7 @@ values are freed yourself.</p>
|
|
1295
1282
|
</tr></tbody>
|
1296
1283
|
</table></div>
|
1297
1284
|
</div>
|
1298
|
-
<p class="since">Since 2.12</p>
|
1285
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
1299
1286
|
</div>
|
1300
1287
|
<hr>
|
1301
1288
|
<div class="refsect2">
|
@@ -1306,7 +1293,7 @@ g_hash_table_steal_all (<em class="parameter"><code><a class="link" href="glib-H
|
|
1306
1293
|
without calling the key and value destroy functions.</p>
|
1307
1294
|
<div class="refsect3">
|
1308
1295
|
<a name="id-1.6.7.7.21.5"></a><h4>Parameters</h4>
|
1309
|
-
<div class="informaltable"><table width="100%" border="0">
|
1296
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1310
1297
|
<colgroup>
|
1311
1298
|
<col width="150px" class="parameters_name">
|
1312
1299
|
<col class="parameters_description">
|
@@ -1319,7 +1306,7 @@ without calling the key and value destroy functions.</p>
|
|
1319
1306
|
</tr></tbody>
|
1320
1307
|
</table></div>
|
1321
1308
|
</div>
|
1322
|
-
<p class="since">Since 2.12</p>
|
1309
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
1323
1310
|
</div>
|
1324
1311
|
<hr>
|
1325
1312
|
<div class="refsect2">
|
@@ -1334,7 +1321,7 @@ To iterate over the entries in a <a class="link" href="glib-Hash-Tables.html#GHa
|
|
1334
1321
|
<a class="link" href="glib-Hash-Tables.html#GHashTableIter" title="struct GHashTableIter"><span class="type">GHashTableIter</span></a>.</p>
|
1335
1322
|
<div class="refsect3">
|
1336
1323
|
<a name="id-1.6.7.7.22.6"></a><h4>Parameters</h4>
|
1337
|
-
<div class="informaltable"><table width="100%" border="0">
|
1324
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1338
1325
|
<colgroup>
|
1339
1326
|
<col width="150px" class="parameters_name">
|
1340
1327
|
<col class="parameters_description">
|
@@ -1349,13 +1336,13 @@ To iterate over the entries in a <a class="link" href="glib-Hash-Tables.html#GHa
|
|
1349
1336
|
</div>
|
1350
1337
|
<div class="refsect3">
|
1351
1338
|
<a name="id-1.6.7.7.22.7"></a><h4>Returns</h4>
|
1352
|
-
<p> a <a class="link" href="glib-Doubly-Linked-Lists.html#GList" title="struct GList"><span class="type">GList</span></a> containing all the keys
|
1353
|
-
table. The content of the list is owned by the
|
1354
|
-
should not be modified or freed. Use <a class="link" href="glib-Doubly-Linked-Lists.html#g-list-free" title="g_list_free ()"><code class="function">g_list_free()</code></a>
|
1355
|
-
using the list
|
1356
|
-
<p></p>
|
1339
|
+
<p> a <a class="link" href="glib-Doubly-Linked-Lists.html#GList" title="struct GList"><span class="type">GList</span></a> containing all the keys
|
1340
|
+
inside the hash table. The content of the list is owned by the
|
1341
|
+
hash table and should not be modified or freed. Use <a class="link" href="glib-Doubly-Linked-Lists.html#g-list-free" title="g_list_free ()"><code class="function">g_list_free()</code></a>
|
1342
|
+
when done using the list. </p>
|
1343
|
+
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
1357
1344
|
</div>
|
1358
|
-
<p class="since">Since 2.14</p>
|
1345
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
1359
1346
|
</div>
|
1360
1347
|
<hr>
|
1361
1348
|
<div class="refsect2">
|
@@ -1371,7 +1358,7 @@ To iterate over the entries in a <a class="link" href="glib-Hash-Tables.html#GHa
|
|
1371
1358
|
<a class="link" href="glib-Hash-Tables.html#GHashTableIter" title="struct GHashTableIter"><span class="type">GHashTableIter</span></a>.</p>
|
1372
1359
|
<div class="refsect3">
|
1373
1360
|
<a name="id-1.6.7.7.23.6"></a><h4>Parameters</h4>
|
1374
|
-
<div class="informaltable"><table width="100%" border="0">
|
1361
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1375
1362
|
<colgroup>
|
1376
1363
|
<col width="150px" class="parameters_name">
|
1377
1364
|
<col class="parameters_description">
|
@@ -1386,20 +1373,20 @@ To iterate over the entries in a <a class="link" href="glib-Hash-Tables.html#GHa
|
|
1386
1373
|
</div>
|
1387
1374
|
<div class="refsect3">
|
1388
1375
|
<a name="id-1.6.7.7.23.7"></a><h4>Returns</h4>
|
1389
|
-
<p> a <a class="link" href="glib-Doubly-Linked-Lists.html#GList" title="struct GList"><span class="type">GList</span></a> containing all the values
|
1390
|
-
table. The content of the list is owned by the
|
1391
|
-
should not be modified or freed. Use <a class="link" href="glib-Doubly-Linked-Lists.html#g-list-free" title="g_list_free ()"><code class="function">g_list_free()</code></a>
|
1392
|
-
using the list
|
1393
|
-
<p></p>
|
1376
|
+
<p> a <a class="link" href="glib-Doubly-Linked-Lists.html#GList" title="struct GList"><span class="type">GList</span></a> containing all the values
|
1377
|
+
inside the hash table. The content of the list is owned by the
|
1378
|
+
hash table and should not be modified or freed. Use <a class="link" href="glib-Doubly-Linked-Lists.html#g-list-free" title="g_list_free ()"><code class="function">g_list_free()</code></a>
|
1379
|
+
when done using the list. </p>
|
1380
|
+
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
1394
1381
|
</div>
|
1395
|
-
<p class="since">Since 2.14</p>
|
1382
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
1396
1383
|
</div>
|
1397
1384
|
<hr>
|
1398
1385
|
<div class="refsect2">
|
1399
1386
|
<a name="g-hash-table-get-keys-as-array"></a><h3>g_hash_table_get_keys_as_array ()</h3>
|
1400
1387
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gpointer" title="gpointer"><span class="returnvalue">gpointer</span></a> *
|
1401
1388
|
g_hash_table_get_keys_as_array (<em class="parameter"><code><a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a> *hash_table</code></em>,
|
1402
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> *length</code></em>);</pre>
|
1389
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> *length</code></em>);</pre>
|
1403
1390
|
<p>Retrieves every key inside <em class="parameter"><code>hash_table</code></em>
|
1404
1391
|
, as an array.</p>
|
1405
1392
|
<p>The returned array is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated but may contain <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> as a
|
@@ -1417,7 +1404,7 @@ appropriate to use <a class="link" href="glib-String-Utility-Functions.html#g-st
|
|
1417
1404
|
first to transfer ownership of the keys.</p>
|
1418
1405
|
<div class="refsect3">
|
1419
1406
|
<a name="id-1.6.7.7.24.9"></a><h4>Parameters</h4>
|
1420
|
-
<div class="informaltable"><table width="100%" border="0">
|
1407
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1421
1408
|
<colgroup>
|
1422
1409
|
<col width="150px" class="parameters_name">
|
1423
1410
|
<col class="parameters_description">
|
@@ -1443,7 +1430,7 @@ first to transfer ownership of the keys.</p>
|
|
1443
1430
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array containing each key from the table. </p>
|
1444
1431
|
<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>
|
1445
1432
|
</div>
|
1446
|
-
<p class="since">Since 2.40</p>
|
1433
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
1447
1434
|
</div>
|
1448
1435
|
<hr>
|
1449
1436
|
<div class="refsect2">
|
@@ -1460,7 +1447,7 @@ pair, together with the <em class="parameter"><code>user_data</code></em>
|
|
1460
1447
|
key/value pair should be removed from the <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
|
1461
1448
|
<div class="refsect3">
|
1462
1449
|
<a name="id-1.6.7.7.25.5"></a><h4>Parameters</h4>
|
1463
|
-
<div class="informaltable"><table width="100%" border="0">
|
1450
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1464
1451
|
<colgroup>
|
1465
1452
|
<col width="150px" class="parameters_name">
|
1466
1453
|
<col class="parameters_description">
|
@@ -1489,7 +1476,6 @@ key/value pair should be removed from the <a class="link" href="glib-Hash-Tables
|
|
1489
1476
|
<a name="id-1.6.7.7.25.6"></a><h4>Returns</h4>
|
1490
1477
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the key/value pair should be removed from the
|
1491
1478
|
<a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a></p>
|
1492
|
-
<p></p>
|
1493
1479
|
</div>
|
1494
1480
|
</div>
|
1495
1481
|
<hr>
|
@@ -1501,7 +1487,7 @@ key/value pair should be removed from the <a class="link" href="glib-Hash-Tables
|
|
1501
1487
|
release of GLib. It does nothing.</p>
|
1502
1488
|
<div class="refsect3">
|
1503
1489
|
<a name="id-1.6.7.7.26.6"></a><h4>Parameters</h4>
|
1504
|
-
<div class="informaltable"><table width="100%" border="0">
|
1490
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1505
1491
|
<colgroup>
|
1506
1492
|
<col width="150px" class="parameters_name">
|
1507
1493
|
<col class="parameters_description">
|
@@ -1524,7 +1510,7 @@ release of GLib. It does nothing.</p>
|
|
1524
1510
|
release of GLib. It does nothing.</p>
|
1525
1511
|
<div class="refsect3">
|
1526
1512
|
<a name="id-1.6.7.7.27.6"></a><h4>Parameters</h4>
|
1527
|
-
<div class="informaltable"><table width="100%" border="0">
|
1513
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1528
1514
|
<colgroup>
|
1529
1515
|
<col width="150px" class="parameters_name">
|
1530
1516
|
<col class="parameters_description">
|
@@ -1551,7 +1537,7 @@ functions you supplied will be called on all keys and values during the
|
|
1551
1537
|
destruction phase.</p>
|
1552
1538
|
<div class="refsect3">
|
1553
1539
|
<a name="id-1.6.7.7.28.5"></a><h4>Parameters</h4>
|
1554
|
-
<div class="informaltable"><table width="100%" border="0">
|
1540
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1555
1541
|
<colgroup>
|
1556
1542
|
<col width="150px" class="parameters_name">
|
1557
1543
|
<col class="parameters_description">
|
@@ -1575,7 +1561,7 @@ g_hash_table_ref (<em class="parameter"><code><a class="link" href="glib-Hash-Ta
|
|
1575
1561
|
This function is MT-safe and may be called from any thread.</p>
|
1576
1562
|
<div class="refsect3">
|
1577
1563
|
<a name="id-1.6.7.7.29.5"></a><h4>Parameters</h4>
|
1578
|
-
<div class="informaltable"><table width="100%" border="0">
|
1564
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1579
1565
|
<colgroup>
|
1580
1566
|
<col width="150px" class="parameters_name">
|
1581
1567
|
<col class="parameters_description">
|
@@ -1591,9 +1577,8 @@ This function is MT-safe and may be called from any thread.</p>
|
|
1591
1577
|
<div class="refsect3">
|
1592
1578
|
<a name="id-1.6.7.7.29.6"></a><h4>Returns</h4>
|
1593
1579
|
<p> the passed in <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a></p>
|
1594
|
-
<p></p>
|
1595
1580
|
</div>
|
1596
|
-
<p class="since">Since 2.10</p>
|
1581
|
+
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
|
1597
1582
|
</div>
|
1598
1583
|
<hr>
|
1599
1584
|
<div class="refsect2">
|
@@ -1607,7 +1592,7 @@ destroyed, and all memory allocated by the hash table is released.
|
|
1607
1592
|
This function is MT-safe and may be called from any thread.</p>
|
1608
1593
|
<div class="refsect3">
|
1609
1594
|
<a name="id-1.6.7.7.30.5"></a><h4>Parameters</h4>
|
1610
|
-
<div class="informaltable"><table width="100%" border="0">
|
1595
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1611
1596
|
<colgroup>
|
1612
1597
|
<col width="150px" class="parameters_name">
|
1613
1598
|
<col class="parameters_description">
|
@@ -1620,7 +1605,7 @@ This function is MT-safe and may be called from any thread.</p>
|
|
1620
1605
|
</tr></tbody>
|
1621
1606
|
</table></div>
|
1622
1607
|
</div>
|
1623
|
-
<p class="since">Since 2.10</p>
|
1608
|
+
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
|
1624
1609
|
</div>
|
1625
1610
|
<hr>
|
1626
1611
|
<div class="refsect2">
|
@@ -1644,14 +1629,14 @@ invalidates the returned iterator.</p>
|
|
1644
1629
|
6
|
1645
1630
|
7
|
1646
1631
|
8</pre></td>
|
1647
|
-
<td class="listing_code"><pre class="programlisting"
|
1648
|
-
|
1632
|
+
<td class="listing_code"><pre class="programlisting">GHashTableIter iter<span class="gtkdoc opt">;</span>
|
1633
|
+
gpointer key<span class="gtkdoc opt">,</span> value<span class="gtkdoc opt">;</span>
|
1649
1634
|
|
1650
|
-
<span class="function"><a href="glib-Hash-Tables.html#g-hash-table-iter-init">g_hash_table_iter_init</a></span
|
1651
|
-
<span class="keyword">while</span
|
1652
|
-
<span class="
|
1653
|
-
<span class="
|
1654
|
-
<span class="
|
1635
|
+
<span class="function"><a href="glib-Hash-Tables.html#g-hash-table-iter-init">g_hash_table_iter_init</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">,</span> hash_table<span class="gtkdoc opt">);</span>
|
1636
|
+
<span class="keyword">while</span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-Hash-Tables.html#g-hash-table-iter-next">g_hash_table_iter_next</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">, &</span>key<span class="gtkdoc opt">, &</span>value<span class="gtkdoc opt">))</span>
|
1637
|
+
<span class="gtkdoc opt">{</span>
|
1638
|
+
<span class="gtkdoc slc">// do something with key and value</span>
|
1639
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
1655
1640
|
</tr>
|
1656
1641
|
</tbody>
|
1657
1642
|
</table>
|
@@ -1660,7 +1645,7 @@ invalidates the returned iterator.</p>
|
|
1660
1645
|
<p></p>
|
1661
1646
|
<div class="refsect3">
|
1662
1647
|
<a name="id-1.6.7.7.31.7"></a><h4>Parameters</h4>
|
1663
|
-
<div class="informaltable"><table width="100%" border="0">
|
1648
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1664
1649
|
<colgroup>
|
1665
1650
|
<col width="150px" class="parameters_name">
|
1666
1651
|
<col class="parameters_description">
|
@@ -1680,7 +1665,7 @@ invalidates the returned iterator.</p>
|
|
1680
1665
|
</tbody>
|
1681
1666
|
</table></div>
|
1682
1667
|
</div>
|
1683
|
-
<p class="since">Since 2.16</p>
|
1668
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1684
1669
|
</div>
|
1685
1670
|
<hr>
|
1686
1671
|
<div class="refsect2">
|
@@ -1697,7 +1682,7 @@ pointed to as a result of this advancement. If <a class="link" href="glib-Standa
|
|
1697
1682
|
are not set, and the iterator becomes invalid.</p>
|
1698
1683
|
<div class="refsect3">
|
1699
1684
|
<a name="id-1.6.7.7.32.5"></a><h4>Parameters</h4>
|
1700
|
-
<div class="informaltable"><table width="100%" border="0">
|
1685
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1701
1686
|
<colgroup>
|
1702
1687
|
<col width="150px" class="parameters_name">
|
1703
1688
|
<col class="parameters_description">
|
@@ -1711,13 +1696,13 @@ pointed to as a result of this advancement. If <a class="link" href="glib-Standa
|
|
1711
1696
|
</tr>
|
1712
1697
|
<tr>
|
1713
1698
|
<td class="parameter_name"><p>key</p></td>
|
1714
|
-
<td class="parameter_description"><p> a location to store the key
|
1715
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="
|
1699
|
+
<td class="parameter_description"><p> a location to store the key. </p></td>
|
1700
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1716
1701
|
</tr>
|
1717
1702
|
<tr>
|
1718
1703
|
<td class="parameter_name"><p>value</p></td>
|
1719
|
-
<td class="parameter_description"><p> a location to store the value
|
1720
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="
|
1704
|
+
<td class="parameter_description"><p> a location to store the value. </p></td>
|
1705
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1721
1706
|
</tr>
|
1722
1707
|
</tbody>
|
1723
1708
|
</table></div>
|
@@ -1725,9 +1710,8 @@ pointed to as a result of this advancement. If <a class="link" href="glib-Standa
|
|
1725
1710
|
<div class="refsect3">
|
1726
1711
|
<a name="id-1.6.7.7.32.6"></a><h4>Returns</h4>
|
1727
1712
|
<p> <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> if the end of the <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a> has been reached.</p>
|
1728
|
-
<p></p>
|
1729
1713
|
</div>
|
1730
|
-
<p class="since">Since 2.16</p>
|
1714
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1731
1715
|
</div>
|
1732
1716
|
<hr>
|
1733
1717
|
<div class="refsect2">
|
@@ -1738,7 +1722,7 @@ g_hash_table_iter_get_hash_table (<em class="parameter"><code><a class="link" hr
|
|
1738
1722
|
.</p>
|
1739
1723
|
<div class="refsect3">
|
1740
1724
|
<a name="id-1.6.7.7.33.5"></a><h4>Parameters</h4>
|
1741
|
-
<div class="informaltable"><table width="100%" border="0">
|
1725
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1742
1726
|
<colgroup>
|
1743
1727
|
<col width="150px" class="parameters_name">
|
1744
1728
|
<col class="parameters_description">
|
@@ -1755,9 +1739,8 @@ g_hash_table_iter_get_hash_table (<em class="parameter"><code><a class="link" hr
|
|
1755
1739
|
<a name="id-1.6.7.7.33.6"></a><h4>Returns</h4>
|
1756
1740
|
<p> the <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a> associated with <em class="parameter"><code>iter</code></em>
|
1757
1741
|
.</p>
|
1758
|
-
<p></p>
|
1759
1742
|
</div>
|
1760
|
-
<p class="since">Since 2.16</p>
|
1743
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1761
1744
|
</div>
|
1762
1745
|
<hr>
|
1763
1746
|
<div class="refsect2">
|
@@ -1773,7 +1756,7 @@ from its associated <a class="link" href="glib-Hash-Tables.html#GHashTable" titl
|
|
1773
1756
|
<a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>, the old value is freed using that function.</p>
|
1774
1757
|
<div class="refsect3">
|
1775
1758
|
<a name="id-1.6.7.7.34.6"></a><h4>Parameters</h4>
|
1776
|
-
<div class="informaltable"><table width="100%" border="0">
|
1759
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1777
1760
|
<colgroup>
|
1778
1761
|
<col width="150px" class="parameters_name">
|
1779
1762
|
<col class="parameters_description">
|
@@ -1793,7 +1776,7 @@ from its associated <a class="link" href="glib-Hash-Tables.html#GHashTable" titl
|
|
1793
1776
|
</tbody>
|
1794
1777
|
</table></div>
|
1795
1778
|
</div>
|
1796
|
-
<p class="since">Since 2.30</p>
|
1779
|
+
<p class="since">Since: <a class="link" href="api-index-2-30.html#api-index-2.30">2.30</a></p>
|
1797
1780
|
</div>
|
1798
1781
|
<hr>
|
1799
1782
|
<div class="refsect2">
|
@@ -1818,11 +1801,11 @@ values are freed yourself.</p>
|
|
1818
1801
|
3
|
1819
1802
|
4
|
1820
1803
|
5</pre></td>
|
1821
|
-
<td class="listing_code"><pre class="programlisting"><span class="keyword">while</span
|
1822
|
-
<span class="
|
1823
|
-
<span class="
|
1824
|
-
<span class="
|
1825
|
-
<span class="
|
1804
|
+
<td class="listing_code"><pre class="programlisting"><span class="keyword">while</span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-Hash-Tables.html#g-hash-table-iter-next">g_hash_table_iter_next</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">, &</span>key<span class="gtkdoc opt">, &</span>value<span class="gtkdoc opt">))</span>
|
1805
|
+
<span class="gtkdoc opt">{</span>
|
1806
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>condition<span class="gtkdoc opt">)</span>
|
1807
|
+
<span class="function"><a href="glib-Hash-Tables.html#g-hash-table-iter-remove">g_hash_table_iter_remove</a></span> <span class="gtkdoc opt">(&</span>iter<span class="gtkdoc opt">);</span>
|
1808
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
1826
1809
|
</tr>
|
1827
1810
|
</tbody>
|
1828
1811
|
</table>
|
@@ -1831,7 +1814,7 @@ values are freed yourself.</p>
|
|
1831
1814
|
<p></p>
|
1832
1815
|
<div class="refsect3">
|
1833
1816
|
<a name="id-1.6.7.7.35.9"></a><h4>Parameters</h4>
|
1834
|
-
<div class="informaltable"><table width="100%" border="0">
|
1817
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1835
1818
|
<colgroup>
|
1836
1819
|
<col width="150px" class="parameters_name">
|
1837
1820
|
<col class="parameters_description">
|
@@ -1844,7 +1827,7 @@ values are freed yourself.</p>
|
|
1844
1827
|
</tr></tbody>
|
1845
1828
|
</table></div>
|
1846
1829
|
</div>
|
1847
|
-
<p class="since">Since 2.16</p>
|
1830
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1848
1831
|
</div>
|
1849
1832
|
<hr>
|
1850
1833
|
<div class="refsect2">
|
@@ -1858,7 +1841,7 @@ after <a class="link" href="glib-Hash-Tables.html#g-hash-table-iter-next" title=
|
|
1858
1841
|
be called more than once for the same key/value pair.</p>
|
1859
1842
|
<div class="refsect3">
|
1860
1843
|
<a name="id-1.6.7.7.36.5"></a><h4>Parameters</h4>
|
1861
|
-
<div class="informaltable"><table width="100%" border="0">
|
1844
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1862
1845
|
<colgroup>
|
1863
1846
|
<col width="150px" class="parameters_name">
|
1864
1847
|
<col class="parameters_description">
|
@@ -1871,7 +1854,7 @@ be called more than once for the same key/value pair.</p>
|
|
1871
1854
|
</tr></tbody>
|
1872
1855
|
</table></div>
|
1873
1856
|
</div>
|
1874
|
-
<p class="since">Since 2.16</p>
|
1857
|
+
<p class="since">Since: <a class="link" href="api-index-2-16.html#api-index-2.16">2.16</a></p>
|
1875
1858
|
</div>
|
1876
1859
|
<hr>
|
1877
1860
|
<div class="refsect2">
|
@@ -1888,7 +1871,7 @@ keys in a <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTa
|
|
1888
1871
|
stored in pointers, such as <code class="literal">GINT_TO_POINTER (n)</code>.</p>
|
1889
1872
|
<div class="refsect3">
|
1890
1873
|
<a name="id-1.6.7.7.37.6"></a><h4>Parameters</h4>
|
1891
|
-
<div class="informaltable"><table width="100%" border="0">
|
1874
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1892
1875
|
<colgroup>
|
1893
1876
|
<col width="150px" class="parameters_name">
|
1894
1877
|
<col class="parameters_description">
|
@@ -1898,13 +1881,13 @@ stored in pointers, such as <code class="literal">GINT_TO_POINTER (n)</code>.</p
|
|
1898
1881
|
<tr>
|
1899
1882
|
<td class="parameter_name"><p>v1</p></td>
|
1900
1883
|
<td class="parameter_description"><p> a key. </p></td>
|
1901
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1884
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1902
1885
|
</tr>
|
1903
1886
|
<tr>
|
1904
1887
|
<td class="parameter_name"><p>v2</p></td>
|
1905
1888
|
<td class="parameter_description"><p> a key to compare with <em class="parameter"><code>v1</code></em>
|
1906
1889
|
. </p></td>
|
1907
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1890
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1908
1891
|
</tr>
|
1909
1892
|
</tbody>
|
1910
1893
|
</table></div>
|
@@ -1912,13 +1895,12 @@ stored in pointers, such as <code class="literal">GINT_TO_POINTER (n)</code>.</p
|
|
1912
1895
|
<div class="refsect3">
|
1913
1896
|
<a name="id-1.6.7.7.37.7"></a><h4>Returns</h4>
|
1914
1897
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the two keys match.</p>
|
1915
|
-
<p></p>
|
1916
1898
|
</div>
|
1917
1899
|
</div>
|
1918
1900
|
<hr>
|
1919
1901
|
<div class="refsect2">
|
1920
1902
|
<a name="g-direct-hash"></a><h3>g_direct_hash ()</h3>
|
1921
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
1903
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
1922
1904
|
g_direct_hash (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> v</code></em>);</pre>
|
1923
1905
|
<p>Converts a gpointer to a hash value.
|
1924
1906
|
It can be passed to <a class="link" href="glib-Hash-Tables.html#g-hash-table-new" title="g_hash_table_new ()"><code class="function">g_hash_table_new()</code></a> as the <em class="parameter"><code>hash_func</code></em>
|
@@ -1929,7 +1911,7 @@ when using opaque pointers compared by pointer value as keys in a
|
|
1929
1911
|
stored in pointers, such as <code class="literal">GINT_TO_POINTER (n)</code>.</p>
|
1930
1912
|
<div class="refsect3">
|
1931
1913
|
<a name="id-1.6.7.7.38.6"></a><h4>Parameters</h4>
|
1932
|
-
<div class="informaltable"><table width="100%" border="0">
|
1914
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1933
1915
|
<colgroup>
|
1934
1916
|
<col width="150px" class="parameters_name">
|
1935
1917
|
<col class="parameters_description">
|
@@ -1938,14 +1920,13 @@ stored in pointers, such as <code class="literal">GINT_TO_POINTER (n)</code>.</p
|
|
1938
1920
|
<tbody><tr>
|
1939
1921
|
<td class="parameter_name"><p>v</p></td>
|
1940
1922
|
<td class="parameter_description"><p> a <a class="link" href="glib-Basic-Types.html#gpointer" title="gpointer"><span class="type">gpointer</span></a> key. </p></td>
|
1941
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1923
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1942
1924
|
</tr></tbody>
|
1943
1925
|
</table></div>
|
1944
1926
|
</div>
|
1945
1927
|
<div class="refsect3">
|
1946
1928
|
<a name="id-1.6.7.7.38.7"></a><h4>Returns</h4>
|
1947
1929
|
<p> a hash value corresponding to the key.</p>
|
1948
|
-
<p></p>
|
1949
1930
|
</div>
|
1950
1931
|
</div>
|
1951
1932
|
<hr>
|
@@ -1954,18 +1935,18 @@ stored in pointers, such as <code class="literal">GINT_TO_POINTER (n)</code>.</p
|
|
1954
1935
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
|
1955
1936
|
g_int_equal (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> v1</code></em>,
|
1956
1937
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> v2</code></em>);</pre>
|
1957
|
-
<p>Compares the two <a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> values being pointed to and returns
|
1938
|
+
<p>Compares the two <a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a> values being pointed to and returns
|
1958
1939
|
<a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if they are equal.
|
1959
1940
|
It can be passed to <a class="link" href="glib-Hash-Tables.html#g-hash-table-new" title="g_hash_table_new ()"><code class="function">g_hash_table_new()</code></a> as the <em class="parameter"><code>key_equal_func</code></em>
|
1960
1941
|
|
1961
1942
|
parameter, when using non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> pointers to integers as keys in a
|
1962
1943
|
<a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
|
1963
|
-
<p>Note that this function acts on pointers to <a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a>, not on <a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a>
|
1944
|
+
<p>Note that this function acts on pointers to <a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a>, not on <a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a>
|
1964
1945
|
directly: if your hash table's keys are of the form
|
1965
1946
|
<code class="literal">GINT_TO_POINTER (n)</code>, use <a class="link" href="glib-Hash-Tables.html#g-direct-equal" title="g_direct_equal ()"><code class="function">g_direct_equal()</code></a> instead.</p>
|
1966
1947
|
<div class="refsect3">
|
1967
1948
|
<a name="id-1.6.7.7.39.6"></a><h4>Parameters</h4>
|
1968
|
-
<div class="informaltable"><table width="100%" border="0">
|
1949
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1969
1950
|
<colgroup>
|
1970
1951
|
<col width="150px" class="parameters_name">
|
1971
1952
|
<col class="parameters_description">
|
@@ -1974,14 +1955,14 @@ directly: if your hash table's keys are of the form
|
|
1974
1955
|
<tbody>
|
1975
1956
|
<tr>
|
1976
1957
|
<td class="parameter_name"><p>v1</p></td>
|
1977
|
-
<td class="parameter_description"><p>a pointer to a <a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> key</p></td>
|
1978
|
-
<td class="parameter_annotations">
|
1958
|
+
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a> key. </p></td>
|
1959
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
1979
1960
|
</tr>
|
1980
1961
|
<tr>
|
1981
1962
|
<td class="parameter_name"><p>v2</p></td>
|
1982
|
-
<td class="parameter_description"><p>a pointer to a <a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> key to compare with <em class="parameter"><code>v1</code></em>
|
1983
|
-
</p></td>
|
1984
|
-
<td class="parameter_annotations">
|
1963
|
+
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a> key to compare with <em class="parameter"><code>v1</code></em>
|
1964
|
+
. </p></td>
|
1965
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
1985
1966
|
</tr>
|
1986
1967
|
</tbody>
|
1987
1968
|
</table></div>
|
@@ -1989,24 +1970,23 @@ directly: if your hash table's keys are of the form
|
|
1989
1970
|
<div class="refsect3">
|
1990
1971
|
<a name="id-1.6.7.7.39.7"></a><h4>Returns</h4>
|
1991
1972
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the two keys match.</p>
|
1992
|
-
<p></p>
|
1993
1973
|
</div>
|
1994
1974
|
</div>
|
1995
1975
|
<hr>
|
1996
1976
|
<div class="refsect2">
|
1997
1977
|
<a name="g-int-hash"></a><h3>g_int_hash ()</h3>
|
1998
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
1978
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
1999
1979
|
g_int_hash (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> v</code></em>);</pre>
|
2000
|
-
<p>Converts a pointer to a <a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> to a hash value.
|
1980
|
+
<p>Converts a pointer to a <a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a> to a hash value.
|
2001
1981
|
It can be passed to <a class="link" href="glib-Hash-Tables.html#g-hash-table-new" title="g_hash_table_new ()"><code class="function">g_hash_table_new()</code></a> as the <em class="parameter"><code>hash_func</code></em>
|
2002
1982
|
parameter,
|
2003
1983
|
when using non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> pointers to integer values as keys in a <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
|
2004
|
-
<p>Note that this function acts on pointers to <a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a>, not on <a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a>
|
1984
|
+
<p>Note that this function acts on pointers to <a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a>, not on <a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a>
|
2005
1985
|
directly: if your hash table's keys are of the form
|
2006
1986
|
<code class="literal">GINT_TO_POINTER (n)</code>, use <a class="link" href="glib-Hash-Tables.html#g-direct-hash" title="g_direct_hash ()"><code class="function">g_direct_hash()</code></a> instead.</p>
|
2007
1987
|
<div class="refsect3">
|
2008
1988
|
<a name="id-1.6.7.7.40.6"></a><h4>Parameters</h4>
|
2009
|
-
<div class="informaltable"><table width="100%" border="0">
|
1989
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2010
1990
|
<colgroup>
|
2011
1991
|
<col width="150px" class="parameters_name">
|
2012
1992
|
<col class="parameters_description">
|
@@ -2014,15 +1994,14 @@ directly: if your hash table's keys are of the form
|
|
2014
1994
|
</colgroup>
|
2015
1995
|
<tbody><tr>
|
2016
1996
|
<td class="parameter_name"><p>v</p></td>
|
2017
|
-
<td class="parameter_description"><p>a pointer to a <a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> key</p></td>
|
2018
|
-
<td class="parameter_annotations">
|
1997
|
+
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a> key. </p></td>
|
1998
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2019
1999
|
</tr></tbody>
|
2020
2000
|
</table></div>
|
2021
2001
|
</div>
|
2022
2002
|
<div class="refsect3">
|
2023
2003
|
<a name="id-1.6.7.7.40.7"></a><h4>Returns</h4>
|
2024
2004
|
<p> a hash value corresponding to the key.</p>
|
2025
|
-
<p></p>
|
2026
2005
|
</div>
|
2027
2006
|
</div>
|
2028
2007
|
<hr>
|
@@ -2039,7 +2018,7 @@ parameter, when using non-<a class="link" href="glib-Standard-Macros.html#NULL:C
|
|
2039
2018
|
<a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
|
2040
2019
|
<div class="refsect3">
|
2041
2020
|
<a name="id-1.6.7.7.41.5"></a><h4>Parameters</h4>
|
2042
|
-
<div class="informaltable"><table width="100%" border="0">
|
2021
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2043
2022
|
<colgroup>
|
2044
2023
|
<col width="150px" class="parameters_name">
|
2045
2024
|
<col class="parameters_description">
|
@@ -2048,14 +2027,14 @@ parameter, when using non-<a class="link" href="glib-Standard-Macros.html#NULL:C
|
|
2048
2027
|
<tbody>
|
2049
2028
|
<tr>
|
2050
2029
|
<td class="parameter_name"><p>v1</p></td>
|
2051
|
-
<td class="parameter_description"><p>a pointer to a <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a> key</p></td>
|
2052
|
-
<td class="parameter_annotations">
|
2030
|
+
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a> key. </p></td>
|
2031
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2053
2032
|
</tr>
|
2054
2033
|
<tr>
|
2055
2034
|
<td class="parameter_name"><p>v2</p></td>
|
2056
|
-
<td class="parameter_description"><p>a pointer to a <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a> key to compare with <em class="parameter"><code>v1</code></em>
|
2057
|
-
</p></td>
|
2058
|
-
<td class="parameter_annotations">
|
2035
|
+
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a> key to compare with <em class="parameter"><code>v1</code></em>
|
2036
|
+
. </p></td>
|
2037
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2059
2038
|
</tr>
|
2060
2039
|
</tbody>
|
2061
2040
|
</table></div>
|
@@ -2063,14 +2042,13 @@ parameter, when using non-<a class="link" href="glib-Standard-Macros.html#NULL:C
|
|
2063
2042
|
<div class="refsect3">
|
2064
2043
|
<a name="id-1.6.7.7.41.6"></a><h4>Returns</h4>
|
2065
2044
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the two keys match.</p>
|
2066
|
-
<p></p>
|
2067
2045
|
</div>
|
2068
|
-
<p class="since">Since 2.22</p>
|
2046
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
2069
2047
|
</div>
|
2070
2048
|
<hr>
|
2071
2049
|
<div class="refsect2">
|
2072
2050
|
<a name="g-int64-hash"></a><h3>g_int64_hash ()</h3>
|
2073
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
2051
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
2074
2052
|
g_int64_hash (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> v</code></em>);</pre>
|
2075
2053
|
<p>Converts a pointer to a <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a> to a hash value.</p>
|
2076
2054
|
<p>It can be passed to <a class="link" href="glib-Hash-Tables.html#g-hash-table-new" title="g_hash_table_new ()"><code class="function">g_hash_table_new()</code></a> as the <em class="parameter"><code>hash_func</code></em>
|
@@ -2079,7 +2057,7 @@ when using non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title=
|
|
2079
2057
|
<a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
|
2080
2058
|
<div class="refsect3">
|
2081
2059
|
<a name="id-1.6.7.7.42.6"></a><h4>Parameters</h4>
|
2082
|
-
<div class="informaltable"><table width="100%" border="0">
|
2060
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2083
2061
|
<colgroup>
|
2084
2062
|
<col width="150px" class="parameters_name">
|
2085
2063
|
<col class="parameters_description">
|
@@ -2087,17 +2065,16 @@ when using non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title=
|
|
2087
2065
|
</colgroup>
|
2088
2066
|
<tbody><tr>
|
2089
2067
|
<td class="parameter_name"><p>v</p></td>
|
2090
|
-
<td class="parameter_description"><p>a pointer to a <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a> key</p></td>
|
2091
|
-
<td class="parameter_annotations">
|
2068
|
+
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a> key. </p></td>
|
2069
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2092
2070
|
</tr></tbody>
|
2093
2071
|
</table></div>
|
2094
2072
|
</div>
|
2095
2073
|
<div class="refsect3">
|
2096
2074
|
<a name="id-1.6.7.7.42.7"></a><h4>Returns</h4>
|
2097
2075
|
<p> a hash value corresponding to the key.</p>
|
2098
|
-
<p></p>
|
2099
2076
|
</div>
|
2100
|
-
<p class="since">Since 2.22</p>
|
2077
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
2101
2078
|
</div>
|
2102
2079
|
<hr>
|
2103
2080
|
<div class="refsect2">
|
@@ -2113,7 +2090,7 @@ parameter, when using non-<a class="link" href="glib-Standard-Macros.html#NULL:C
|
|
2113
2090
|
<a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
|
2114
2091
|
<div class="refsect3">
|
2115
2092
|
<a name="id-1.6.7.7.43.5"></a><h4>Parameters</h4>
|
2116
|
-
<div class="informaltable"><table width="100%" border="0">
|
2093
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2117
2094
|
<colgroup>
|
2118
2095
|
<col width="150px" class="parameters_name">
|
2119
2096
|
<col class="parameters_description">
|
@@ -2122,14 +2099,14 @@ parameter, when using non-<a class="link" href="glib-Standard-Macros.html#NULL:C
|
|
2122
2099
|
<tbody>
|
2123
2100
|
<tr>
|
2124
2101
|
<td class="parameter_name"><p>v1</p></td>
|
2125
|
-
<td class="parameter_description"><p>a pointer to a <a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> key</p></td>
|
2126
|
-
<td class="parameter_annotations">
|
2102
|
+
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> key. </p></td>
|
2103
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2127
2104
|
</tr>
|
2128
2105
|
<tr>
|
2129
2106
|
<td class="parameter_name"><p>v2</p></td>
|
2130
|
-
<td class="parameter_description"><p>a pointer to a <a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> key to compare with <em class="parameter"><code>v1</code></em>
|
2131
|
-
</p></td>
|
2132
|
-
<td class="parameter_annotations">
|
2107
|
+
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> key to compare with <em class="parameter"><code>v1</code></em>
|
2108
|
+
. </p></td>
|
2109
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2133
2110
|
</tr>
|
2134
2111
|
</tbody>
|
2135
2112
|
</table></div>
|
@@ -2137,14 +2114,13 @@ parameter, when using non-<a class="link" href="glib-Standard-Macros.html#NULL:C
|
|
2137
2114
|
<div class="refsect3">
|
2138
2115
|
<a name="id-1.6.7.7.43.6"></a><h4>Returns</h4>
|
2139
2116
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the two keys match.</p>
|
2140
|
-
<p></p>
|
2141
2117
|
</div>
|
2142
|
-
<p class="since">Since 2.22</p>
|
2118
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
2143
2119
|
</div>
|
2144
2120
|
<hr>
|
2145
2121
|
<div class="refsect2">
|
2146
2122
|
<a name="g-double-hash"></a><h3>g_double_hash ()</h3>
|
2147
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
2123
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
2148
2124
|
g_double_hash (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> v</code></em>);</pre>
|
2149
2125
|
<p>Converts a pointer to a <a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> to a hash value.
|
2150
2126
|
It can be passed to <a class="link" href="glib-Hash-Tables.html#g-hash-table-new" title="g_hash_table_new ()"><code class="function">g_hash_table_new()</code></a> as the <em class="parameter"><code>hash_func</code></em>
|
@@ -2154,7 +2130,7 @@ It can be passed to <a class="link" href="glib-Hash-Tables.html#g-hash-table-new
|
|
2154
2130
|
when using non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> pointers to doubles as keys in a <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
|
2155
2131
|
<div class="refsect3">
|
2156
2132
|
<a name="id-1.6.7.7.44.5"></a><h4>Parameters</h4>
|
2157
|
-
<div class="informaltable"><table width="100%" border="0">
|
2133
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2158
2134
|
<colgroup>
|
2159
2135
|
<col width="150px" class="parameters_name">
|
2160
2136
|
<col class="parameters_description">
|
@@ -2162,17 +2138,16 @@ when using non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title=
|
|
2162
2138
|
</colgroup>
|
2163
2139
|
<tbody><tr>
|
2164
2140
|
<td class="parameter_name"><p>v</p></td>
|
2165
|
-
<td class="parameter_description"><p>a pointer to a <a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> key</p></td>
|
2166
|
-
<td class="parameter_annotations">
|
2141
|
+
<td class="parameter_description"><p> a pointer to a <a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> key. </p></td>
|
2142
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2167
2143
|
</tr></tbody>
|
2168
2144
|
</table></div>
|
2169
2145
|
</div>
|
2170
2146
|
<div class="refsect3">
|
2171
2147
|
<a name="id-1.6.7.7.44.6"></a><h4>Returns</h4>
|
2172
2148
|
<p> a hash value corresponding to the key.</p>
|
2173
|
-
<p></p>
|
2174
2149
|
</div>
|
2175
|
-
<p class="since">Since 2.22</p>
|
2150
|
+
<p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p>
|
2176
2151
|
</div>
|
2177
2152
|
<hr>
|
2178
2153
|
<div class="refsect2">
|
@@ -2190,7 +2165,7 @@ function. For a general-purpose, <a class="link" href="glib-Standard-Macros.html
|
|
2190
2165
|
see <a class="link" href="glib-String-Utility-Functions.html#g-strcmp0" title="g_strcmp0 ()"><code class="function">g_strcmp0()</code></a>.</p>
|
2191
2166
|
<div class="refsect3">
|
2192
2167
|
<a name="id-1.6.7.7.45.6"></a><h4>Parameters</h4>
|
2193
|
-
<div class="informaltable"><table width="100%" border="0">
|
2168
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2194
2169
|
<colgroup>
|
2195
2170
|
<col width="150px" class="parameters_name">
|
2196
2171
|
<col class="parameters_description">
|
@@ -2199,14 +2174,14 @@ see <a class="link" href="glib-String-Utility-Functions.html#g-strcmp0" title="g
|
|
2199
2174
|
<tbody>
|
2200
2175
|
<tr>
|
2201
2176
|
<td class="parameter_name"><p>v1</p></td>
|
2202
|
-
<td class="parameter_description"><p>a key</p></td>
|
2203
|
-
<td class="parameter_annotations">
|
2177
|
+
<td class="parameter_description"><p> a key. </p></td>
|
2178
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2204
2179
|
</tr>
|
2205
2180
|
<tr>
|
2206
2181
|
<td class="parameter_name"><p>v2</p></td>
|
2207
|
-
<td class="parameter_description"><p>a key to compare with <em class="parameter"><code>v1</code></em>
|
2208
|
-
</p></td>
|
2209
|
-
<td class="parameter_annotations">
|
2182
|
+
<td class="parameter_description"><p> a key to compare with <em class="parameter"><code>v1</code></em>
|
2183
|
+
. </p></td>
|
2184
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2210
2185
|
</tr>
|
2211
2186
|
</tbody>
|
2212
2187
|
</table></div>
|
@@ -2214,13 +2189,12 @@ see <a class="link" href="glib-String-Utility-Functions.html#g-strcmp0" title="g
|
|
2214
2189
|
<div class="refsect3">
|
2215
2190
|
<a name="id-1.6.7.7.45.7"></a><h4>Returns</h4>
|
2216
2191
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the two keys match</p>
|
2217
|
-
<p></p>
|
2218
2192
|
</div>
|
2219
2193
|
</div>
|
2220
2194
|
<hr>
|
2221
2195
|
<div class="refsect2">
|
2222
2196
|
<a name="g-str-hash"></a><h3>g_str_hash ()</h3>
|
2223
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
2197
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
2224
2198
|
g_str_hash (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> v</code></em>);</pre>
|
2225
2199
|
<p>Converts a string to a hash value.</p>
|
2226
2200
|
<p>This function implements the widely used "djb" hash apparently
|
@@ -2231,9 +2205,12 @@ uses the signed value of each byte.</p>
|
|
2231
2205
|
<p>It can be passed to <a class="link" href="glib-Hash-Tables.html#g-hash-table-new" title="g_hash_table_new ()"><code class="function">g_hash_table_new()</code></a> as the <em class="parameter"><code>hash_func</code></em>
|
2232
2206
|
parameter,
|
2233
2207
|
when using non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> strings as keys in a <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
|
2208
|
+
<p>Note that this function may not be a perfect fit for all use cases.
|
2209
|
+
For example, it produces some hash collisions with strings as short
|
2210
|
+
as 2.</p>
|
2234
2211
|
<div class="refsect3">
|
2235
|
-
<a name="id-1.6.7.7.46.
|
2236
|
-
<div class="informaltable"><table width="100%" border="0">
|
2212
|
+
<a name="id-1.6.7.7.46.8"></a><h4>Parameters</h4>
|
2213
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2237
2214
|
<colgroup>
|
2238
2215
|
<col width="150px" class="parameters_name">
|
2239
2216
|
<col class="parameters_description">
|
@@ -2241,15 +2218,14 @@ when using non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title=
|
|
2241
2218
|
</colgroup>
|
2242
2219
|
<tbody><tr>
|
2243
2220
|
<td class="parameter_name"><p>v</p></td>
|
2244
|
-
<td class="parameter_description"><p>a string key</p></td>
|
2245
|
-
<td class="parameter_annotations">
|
2221
|
+
<td class="parameter_description"><p> a string key. </p></td>
|
2222
|
+
<td class="parameter_annotations"><span class="annotation">[not nullable]</span></td>
|
2246
2223
|
</tr></tbody>
|
2247
2224
|
</table></div>
|
2248
2225
|
</div>
|
2249
2226
|
<div class="refsect3">
|
2250
|
-
<a name="id-1.6.7.7.46.
|
2227
|
+
<a name="id-1.6.7.7.46.9"></a><h4>Returns</h4>
|
2251
2228
|
<p> a hash value corresponding to the key</p>
|
2252
|
-
<p></p>
|
2253
2229
|
</div>
|
2254
2230
|
</div>
|
2255
2231
|
</div>
|
@@ -2276,7 +2252,6 @@ with <a class="link" href="glib-Hash-Tables.html#g-hash-table-iter-init" title="
|
|
2276
2252
|
</div>
|
2277
2253
|
</div>
|
2278
2254
|
<div class="footer">
|
2279
|
-
<hr>
|
2280
|
-
Generated by GTK-Doc V1.21.1</div>
|
2255
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
2281
2256
|
</body>
|
2282
2257
|
</html>
|