glib2 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +24 -12
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-variant.c +163 -12
- data/ext/glib2/rbglib.c +31 -8
- data/ext/glib2/rbglib.h +15 -1
- data/ext/glib2/rbglib2conversions.h +3 -0
- data/ext/glib2/rbglib_iochannel.c +0 -3
- data/ext/glib2/rbglib_iochannel_win32_socket.c +0 -1
- data/ext/glib2/rbglib_matchinfo.c +179 -0
- data/ext/glib2/rbglib_regex.c +484 -0
- data/ext/glib2/rbgobj_value.c +7 -1
- data/ext/glib2/rbgprivate.h +2 -0
- data/ext/glib2/rbgutil.c +7 -0
- data/ext/glib2/rbgutil.h +2 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2/regex.rb +29 -0
- data/lib/glib2.rb +2 -1
- data/lib/gnome2/rake/external-package.rb +6 -1
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/lib/gnome2/rake/package.rb +9 -0
- data/lib/gnome2/rake/windows-binary-build-task.rb +35 -11
- data/lib/mkmf-gnome2.rb +3 -1
- data/test/test-match-info.rb +113 -0
- data/test/test-regex.rb +320 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +1 -1
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +2 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.def +993 -984
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/{libnettle-6-1.dll → libnettle-6-2.dll} +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcre-config +133 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gdatagrambased.h +144 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdtlsclientconnection.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsconnection.h +191 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsserverconnection.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +69 -13
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gliststore.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +25 -25
- data/vendor/local/include/glib-2.0/gio/gsocket.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +4 -1
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +13 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +2 -0
- data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +12 -4
- data/vendor/local/include/glib-2.0/glib/gmacros.h +46 -10
- data/vendor/local/include/glib-2.0/glib/gmain.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +7 -5
- data/vendor/local/include/glib-2.0/glib/gmessages.h +8 -8
- data/vendor/local/include/glib-2.0/glib/gnode.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +2 -9
- data/vendor/local/include/glib-2.0/glib/gsequence.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +15 -2
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +10 -57
- data/vendor/local/include/glib-2.0/glib/gtypes.h +61 -6
- data/vendor/local/include/glib-2.0/glib/gunicode.h +15 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +36 -57
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +59 -10
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +0 -7
- data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +0 -1
- data/vendor/local/include/glib-2.0/gobject/gobject.h +8 -4
- data/vendor/local/include/glib-2.0/gobject/gparam.h +5 -2
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +47 -26
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -0
- data/vendor/local/include/gmp.h +56 -24
- data/vendor/local/include/gnutls/gnutls.h +79 -39
- data/vendor/local/include/gnutls/pkcs11.h +6 -0
- data/vendor/local/include/gnutls/pkcs7.h +17 -4
- data/vendor/local/include/gnutls/x509.h +8 -0
- data/vendor/local/include/libintl.h +1 -1
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/rsa.h +72 -0
- data/vendor/local/include/nettle/sha3.h +4 -0
- data/vendor/local/include/nettle/version.h +8 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +3 -3
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -16
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +4 -4
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +3 -3
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +1 -1
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +1 -1
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- data/vendor/local/lib/pkgconfig/libtasn1.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +3 -2
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +5918 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +716 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2922 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10455 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gettext/ABOUT-NLS +382 -413
- data/vendor/local/share/gettext/its/gschema.its +25 -0
- data/vendor/local/share/gettext/its/gschema.loc +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +22 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +4 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +58 -64
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +75 -80
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +50 -51
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +72 -97
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +7 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +174 -160
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +127 -132
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +90 -92
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +43 -46
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +17 -26
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +12 -17
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +45 -52
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +14 -18
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +20 -21
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +41 -48
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +34 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +337 -258
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +23 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +44 -50
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +143 -158
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +59 -54
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +19 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +25 -27
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +48 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +34 -31
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +25 -28
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +105 -122
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +32 -39
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +40 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +17 -28
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +766 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +56 -75
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +468 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1521 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +208 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +16 -19
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +16 -17
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +204 -240
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +13 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +128 -145
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +75 -36
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +10 -13
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +41 -43
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +56 -44
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +20 -23
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +103 -118
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +39 -47
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +32 -44
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +80 -35
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +11 -15
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +138 -145
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +84 -94
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +54 -66
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +34 -42
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +26 -28
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +97 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +18 -23
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +49 -47
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +39 -56
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +30 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +46 -47
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +79 -74
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +325 -200
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -49
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +21 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +258 -162
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -9
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +470 -281
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +27 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +76 -85
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +118 -72
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +28 -33
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +26 -30
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +180 -62
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +51 -28
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +25 -31
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +63 -75
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +49 -54
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +406 -404
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +36 -38
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +30 -31
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +11 -14
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +172 -46
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +96 -37
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +64 -66
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +256 -63
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +150 -49
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +46 -51
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +21 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +21 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +26 -27
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +21 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +211 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +283 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +107 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +459 -8
- data/vendor/local/share/gtk-doc/html/gio/application.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +29 -172
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +187 -27
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +15 -34
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +16 -137
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +26 -87
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +37 -121
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +132 -176
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +19 -71
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +24 -908
- data/vendor/local/share/gtk-doc/html/gio/{ch33s06.html → ch34s06.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch33s07.html → ch34s07.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +94 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +141 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +201 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +199 -200
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +89 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +77 -87
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +19 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +43 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +47 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +20 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +9 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +147 -114
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +12 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +13 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2066 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +29 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +54 -75
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +27 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +194 -140
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -7
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -6
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +41 -45
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +204 -137
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +22 -44
- data/vendor/local/share/gtk-doc/html/gio/networking.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +20 -5
- data/vendor/local/share/gtk-doc/html/gio/registry.html +32 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/tls.html +12 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +16 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +7 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +12 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +46 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +80 -9
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +68 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +254 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +130 -144
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +19 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +33 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +22 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +89 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +384 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +100 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +83 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +14 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +49 -64
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +141 -156
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +32 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +24 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +28 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +108 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +98 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +89 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +93 -125
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +50 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +189 -171
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +99 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +172 -217
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +32 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +430 -451
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +53 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +12 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +167 -192
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +58 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +14 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +70 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +68 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +166 -183
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +33 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +80 -92
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +101 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +102 -75
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +133 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +192 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +107 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +69 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +12 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +199 -230
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +54 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +24 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +29 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +187 -173
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +13 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +104 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +62 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +26 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +15 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +13 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +210 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +95 -101
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +306 -268
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +373 -369
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +79 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +316 -319
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +12 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +44 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +20 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +44 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +21 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +200 -220
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +51 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +25 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +4 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +14 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +44 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +149 -149
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +11 -12
- data/vendor/local/share/gtk-doc/html/glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +36 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +53 -57
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +72 -77
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +34 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +22 -17
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +85 -135
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +80 -144
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +59 -75
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +20 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +68 -89
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +227 -218
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +48 -57
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +125 -96
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +78 -90
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +143 -138
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +226 -285
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +306 -289
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +450 -448
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +22 -23
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +11 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +32 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +134 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +4 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +89 -98
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +119 -112
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +199 -183
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +30 -30
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +32 -33
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +80 -32
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +73 -53
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +52 -50
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +255 -133
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +147 -111
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +65 -122
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +93 -79
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +80 -54
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +82 -87
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +126 -62
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +61 -54
- data/vendor/local/share/gtk-doc/html/gobject/index.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +98 -198
- data/vendor/local/share/gtk-doc/html/gobject/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +9 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +22 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -13
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +3 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +3 -18
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +3 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +22 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +7 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -4
- data/vendor/local/share/info/gmp.info +153 -158
- data/vendor/local/share/info/gmp.info-1 +131 -178
- data/vendor/local/share/info/gmp.info-2 +250 -193
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/license/gmp/AUTHORS +1 -1
- data/vendor/local/share/license/pcre/AUTHORS +45 -0
- data/vendor/local/share/license/pcre/COPYING +5 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
- data/vendor/local/share/man/man1/envsubst.1 +1 -1
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +23 -22
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +7 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_check_version.3 +1 -1
- data/vendor/local/share/man/man3/asn1_copy_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_create_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_coding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +1 -1
- data/vendor/local/share/man/man3/asn1_dup_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +1 -1
- data/vendor/local/share/man/man3/asn1_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2array.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_perror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_print_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_node_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_tag.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value_type.3 +1 -1
- data/vendor/local/share/man/man3/asn1_strerror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_write_value.3 +1 -1
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
- data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
- data/vendor/local/share/man/man3/gettext.3 +1 -1
- data/vendor/local/share/man/man3/ngettext.3 +1 -1
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2919 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- data/vendor/local/share/man/man3/textdomain.3 +1 -1
- metadata +233 -22
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/vendor/local/bin/libhogweed-4-1.dll +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +0 -1537
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +0 -679
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +0 -572
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +0 -561
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +0 -39
- data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +0 -46
- data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +0 -48
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +0 -161
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +0 -51
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Double-ended Queues: 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-Singly-Linked-Lists.html" title="Singly-Linked Lists">
|
10
10
|
<link rel="next" href="glib-Sequences.html" title="Sequences">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</tr></table></div>
|
34
34
|
<div class="refsect1">
|
35
35
|
<a name="glib-Double-ended-Queues.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
37
|
<colgroup>
|
38
38
|
<col width="150px" class="functions_return">
|
39
39
|
<col class="functions_name">
|
@@ -89,7 +89,7 @@
|
|
89
89
|
</tr>
|
90
90
|
<tr>
|
91
91
|
<td class="function_type">
|
92
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
92
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
93
93
|
</td>
|
94
94
|
<td class="function_name">
|
95
95
|
<a class="link" href="glib-Double-ended-Queues.html#g-queue-get-length" title="g_queue_get_length ()">g_queue_get_length</a> <span class="c_punctuation">()</span>
|
@@ -217,7 +217,7 @@
|
|
217
217
|
</tr>
|
218
218
|
<tr>
|
219
219
|
<td class="function_type">
|
220
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
220
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
221
221
|
</td>
|
222
222
|
<td class="function_name">
|
223
223
|
<a class="link" href="glib-Double-ended-Queues.html#g-queue-index" title="g_queue_index ()">g_queue_index</a> <span class="c_punctuation">()</span>
|
@@ -233,7 +233,7 @@
|
|
233
233
|
</tr>
|
234
234
|
<tr>
|
235
235
|
<td class="function_type">
|
236
|
-
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
236
|
+
<a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
237
237
|
</td>
|
238
238
|
<td class="function_name">
|
239
239
|
<a class="link" href="glib-Double-ended-Queues.html#g-queue-remove-all" title="g_queue_remove_all ()">g_queue_remove_all</a> <span class="c_punctuation">()</span>
|
@@ -337,7 +337,7 @@
|
|
337
337
|
</tr>
|
338
338
|
<tr>
|
339
339
|
<td class="function_type">
|
340
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
340
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
341
341
|
</td>
|
342
342
|
<td class="function_name">
|
343
343
|
<a class="link" href="glib-Double-ended-Queues.html#g-queue-link-index" title="g_queue_link_index ()">g_queue_link_index</a> <span class="c_punctuation">()</span>
|
@@ -364,7 +364,7 @@
|
|
364
364
|
</div>
|
365
365
|
<div class="refsect1">
|
366
366
|
<a name="glib-Double-ended-Queues.other"></a><h2>Types and Values</h2>
|
367
|
-
<div class="informaltable"><table width="100%" border="0">
|
367
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
368
368
|
<colgroup>
|
369
369
|
<col width="150px" class="name">
|
370
370
|
<col class="description">
|
@@ -412,7 +412,6 @@ g_queue_new (<em class="parameter"><code><span class="type">void</span></code></
|
|
412
412
|
<div class="refsect3">
|
413
413
|
<a name="id-1.6.4.7.2.5"></a><h4>Returns</h4>
|
414
414
|
<p> a newly allocated <a class="link" href="glib-Double-ended-Queues.html#GQueue" title="struct GQueue"><span class="type">GQueue</span></a></p>
|
415
|
-
<p></p>
|
416
415
|
</div>
|
417
416
|
</div>
|
418
417
|
<hr>
|
@@ -428,7 +427,7 @@ dynamically-allocated memory, they should be freed first.</p>
|
|
428
427
|
either use <a class="link" href="glib-Double-ended-Queues.html#g-queue-free-full" title="g_queue_free_full ()"><code class="function">g_queue_free_full()</code></a> or free them manually first.</p>
|
429
428
|
<div class="refsect3">
|
430
429
|
<a name="id-1.6.4.7.3.6"></a><h4>Parameters</h4>
|
431
|
-
<div class="informaltable"><table width="100%" border="0">
|
430
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
432
431
|
<colgroup>
|
433
432
|
<col width="150px" class="parameters_name">
|
434
433
|
<col class="parameters_description">
|
@@ -452,7 +451,7 @@ g_queue_free_full (<em class="parameter"><code><a class="link" href="glib-Double
|
|
452
451
|
and calls the specified destroy function on every element's data.</p>
|
453
452
|
<div class="refsect3">
|
454
453
|
<a name="id-1.6.4.7.4.5"></a><h4>Parameters</h4>
|
455
|
-
<div class="informaltable"><table width="100%" border="0">
|
454
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
456
455
|
<colgroup>
|
457
456
|
<col width="150px" class="parameters_name">
|
458
457
|
<col class="parameters_description">
|
@@ -472,7 +471,7 @@ and calls the specified destroy function on every element's data.</p>
|
|
472
471
|
</tbody>
|
473
472
|
</table></div>
|
474
473
|
</div>
|
475
|
-
<p class="since">Since 2.32</p>
|
474
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
476
475
|
</div>
|
477
476
|
<hr>
|
478
477
|
<div class="refsect2">
|
@@ -485,7 +484,7 @@ before it can be used. Alternatively you can initialize it with
|
|
485
484
|
<a class="link" href="glib-Double-ended-Queues.html#g-queue-new" title="g_queue_new ()"><code class="function">g_queue_new()</code></a>.</p>
|
486
485
|
<div class="refsect3">
|
487
486
|
<a name="id-1.6.4.7.5.5"></a><h4>Parameters</h4>
|
488
|
-
<div class="informaltable"><table width="100%" border="0">
|
487
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
489
488
|
<colgroup>
|
490
489
|
<col width="150px" class="parameters_name">
|
491
490
|
<col class="parameters_description">
|
@@ -498,7 +497,7 @@ before it can be used. Alternatively you can initialize it with
|
|
498
497
|
</tr></tbody>
|
499
498
|
</table></div>
|
500
499
|
</div>
|
501
|
-
<p class="since">Since 2.14</p>
|
500
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
502
501
|
</div>
|
503
502
|
<hr>
|
504
503
|
<div class="refsect2">
|
@@ -510,7 +509,7 @@ g_queue_clear (<em class="parameter"><code><a class="link" href="glib-Double-end
|
|
510
509
|
dynamically-allocated memory, they should be freed first.</p>
|
511
510
|
<div class="refsect3">
|
512
511
|
<a name="id-1.6.4.7.6.5"></a><h4>Parameters</h4>
|
513
|
-
<div class="informaltable"><table width="100%" border="0">
|
512
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
514
513
|
<colgroup>
|
515
514
|
<col width="150px" class="parameters_name">
|
516
515
|
<col class="parameters_description">
|
@@ -523,7 +522,7 @@ dynamically-allocated memory, they should be freed first.</p>
|
|
523
522
|
</tr></tbody>
|
524
523
|
</table></div>
|
525
524
|
</div>
|
526
|
-
<p class="since">Since 2.14</p>
|
525
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
527
526
|
</div>
|
528
527
|
<hr>
|
529
528
|
<div class="refsect2">
|
@@ -533,7 +532,7 @@ g_queue_is_empty (<em class="parameter"><code><a class="link" href="glib-Double-
|
|
533
532
|
<p>Returns <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the queue is empty.</p>
|
534
533
|
<div class="refsect3">
|
535
534
|
<a name="id-1.6.4.7.7.5"></a><h4>Parameters</h4>
|
536
|
-
<div class="informaltable"><table width="100%" border="0">
|
535
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
537
536
|
<colgroup>
|
538
537
|
<col width="150px" class="parameters_name">
|
539
538
|
<col class="parameters_description">
|
@@ -549,19 +548,18 @@ g_queue_is_empty (<em class="parameter"><code><a class="link" href="glib-Double-
|
|
549
548
|
<div class="refsect3">
|
550
549
|
<a name="id-1.6.4.7.7.6"></a><h4>Returns</h4>
|
551
550
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the queue is empty</p>
|
552
|
-
<p></p>
|
553
551
|
</div>
|
554
552
|
</div>
|
555
553
|
<hr>
|
556
554
|
<div class="refsect2">
|
557
555
|
<a name="g-queue-get-length"></a><h3>g_queue_get_length ()</h3>
|
558
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
556
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
559
557
|
g_queue_get_length (<em class="parameter"><code><a class="link" href="glib-Double-ended-Queues.html#GQueue" title="struct GQueue"><span class="type">GQueue</span></a> *queue</code></em>);</pre>
|
560
558
|
<p>Returns the number of items in <em class="parameter"><code>queue</code></em>
|
561
559
|
.</p>
|
562
560
|
<div class="refsect3">
|
563
561
|
<a name="id-1.6.4.7.8.5"></a><h4>Parameters</h4>
|
564
|
-
<div class="informaltable"><table width="100%" border="0">
|
562
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
565
563
|
<colgroup>
|
566
564
|
<col width="150px" class="parameters_name">
|
567
565
|
<col class="parameters_description">
|
@@ -578,9 +576,8 @@ g_queue_get_length (<em class="parameter"><code><a class="link" href="glib-Doubl
|
|
578
576
|
<a name="id-1.6.4.7.8.6"></a><h4>Returns</h4>
|
579
577
|
<p> the number of items in <em class="parameter"><code>queue</code></em>
|
580
578
|
</p>
|
581
|
-
<p></p>
|
582
579
|
</div>
|
583
|
-
<p class="since">Since 2.4</p>
|
580
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
584
581
|
</div>
|
585
582
|
<hr>
|
586
583
|
<div class="refsect2">
|
@@ -591,7 +588,7 @@ g_queue_reverse (<em class="parameter"><code><a class="link" href="glib-Double-e
|
|
591
588
|
.</p>
|
592
589
|
<div class="refsect3">
|
593
590
|
<a name="id-1.6.4.7.9.5"></a><h4>Parameters</h4>
|
594
|
-
<div class="informaltable"><table width="100%" border="0">
|
591
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
595
592
|
<colgroup>
|
596
593
|
<col width="150px" class="parameters_name">
|
597
594
|
<col class="parameters_description">
|
@@ -604,7 +601,7 @@ g_queue_reverse (<em class="parameter"><code><a class="link" href="glib-Double-e
|
|
604
601
|
</tr></tbody>
|
605
602
|
</table></div>
|
606
603
|
</div>
|
607
|
-
<p class="since">Since 2.4</p>
|
604
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
608
605
|
</div>
|
609
606
|
<hr>
|
610
607
|
<div class="refsect2">
|
@@ -617,7 +614,7 @@ queue consist of pointers to data, the pointers are copied, but the
|
|
617
614
|
actual data is not.</p>
|
618
615
|
<div class="refsect3">
|
619
616
|
<a name="id-1.6.4.7.10.5"></a><h4>Parameters</h4>
|
620
|
-
<div class="informaltable"><table width="100%" border="0">
|
617
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
621
618
|
<colgroup>
|
622
619
|
<col width="150px" class="parameters_name">
|
623
620
|
<col class="parameters_description">
|
@@ -634,9 +631,8 @@ actual data is not.</p>
|
|
634
631
|
<a name="id-1.6.4.7.10.6"></a><h4>Returns</h4>
|
635
632
|
<p> a copy of <em class="parameter"><code>queue</code></em>
|
636
633
|
</p>
|
637
|
-
<p></p>
|
638
634
|
</div>
|
639
|
-
<p class="since">Since 2.4</p>
|
635
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
640
636
|
</div>
|
641
637
|
<hr>
|
642
638
|
<div class="refsect2">
|
@@ -651,7 +647,7 @@ g_queue_foreach (<em class="parameter"><code><a class="link" href="glib-Double-e
|
|
651
647
|
function.</p>
|
652
648
|
<div class="refsect3">
|
653
649
|
<a name="id-1.6.4.7.11.5"></a><h4>Parameters</h4>
|
654
|
-
<div class="informaltable"><table width="100%" border="0">
|
650
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
655
651
|
<colgroup>
|
656
652
|
<col width="150px" class="parameters_name">
|
657
653
|
<col class="parameters_description">
|
@@ -677,7 +673,7 @@ function.</p>
|
|
677
673
|
</tbody>
|
678
674
|
</table></div>
|
679
675
|
</div>
|
680
|
-
<p class="since">Since 2.4</p>
|
676
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
681
677
|
</div>
|
682
678
|
<hr>
|
683
679
|
<div class="refsect2">
|
@@ -690,7 +686,7 @@ g_queue_find (<em class="parameter"><code><a class="link" href="glib-Double-ende
|
|
690
686
|
.</p>
|
691
687
|
<div class="refsect3">
|
692
688
|
<a name="id-1.6.4.7.12.5"></a><h4>Parameters</h4>
|
693
|
-
<div class="informaltable"><table width="100%" border="0">
|
689
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
694
690
|
<colgroup>
|
695
691
|
<col width="150px" class="parameters_name">
|
696
692
|
<col class="parameters_description">
|
@@ -715,9 +711,8 @@ g_queue_find (<em class="parameter"><code><a class="link" href="glib-Double-ende
|
|
715
711
|
<p> the first link in <em class="parameter"><code>queue</code></em>
|
716
712
|
which contains <em class="parameter"><code>data</code></em>
|
717
713
|
</p>
|
718
|
-
<p></p>
|
719
714
|
</div>
|
720
|
-
<p class="since">Since 2.4</p>
|
715
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
721
716
|
</div>
|
722
717
|
<hr>
|
723
718
|
<div class="refsect2">
|
@@ -733,7 +728,7 @@ takes two gconstpointer arguments, the <a class="link" href="glib-Double-ended-Q
|
|
733
728
|
first argument and the given user data as the second argument.</p>
|
734
729
|
<div class="refsect3">
|
735
730
|
<a name="id-1.6.4.7.13.5"></a><h4>Parameters</h4>
|
736
|
-
<div class="informaltable"><table width="100%" border="0">
|
731
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
737
732
|
<colgroup>
|
738
733
|
<col width="150px" class="parameters_name">
|
739
734
|
<col class="parameters_description">
|
@@ -763,9 +758,8 @@ when the desired element is found</p></td>
|
|
763
758
|
<div class="refsect3">
|
764
759
|
<a name="id-1.6.4.7.13.6"></a><h4>Returns</h4>
|
765
760
|
<p> the found link, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if it wasn't found</p>
|
766
|
-
<p></p>
|
767
761
|
</div>
|
768
|
-
<p class="since">Since 2.4</p>
|
762
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
769
763
|
</div>
|
770
764
|
<hr>
|
771
765
|
<div class="refsect2">
|
@@ -779,7 +773,7 @@ g_queue_sort (<em class="parameter"><code><a class="link" href="glib-Double-ende
|
|
779
773
|
.</p>
|
780
774
|
<div class="refsect3">
|
781
775
|
<a name="id-1.6.4.7.14.5"></a><h4>Parameters</h4>
|
782
|
-
<div class="informaltable"><table width="100%" border="0">
|
776
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
783
777
|
<colgroup>
|
784
778
|
<col width="150px" class="parameters_name">
|
785
779
|
<col class="parameters_description">
|
@@ -809,7 +803,7 @@ a positive value if the second comes before the first.</p></td>
|
|
809
803
|
</tbody>
|
810
804
|
</table></div>
|
811
805
|
</div>
|
812
|
-
<p class="since">Since 2.4</p>
|
806
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
813
807
|
</div>
|
814
808
|
<hr>
|
815
809
|
<div class="refsect2">
|
@@ -820,7 +814,7 @@ g_queue_push_head (<em class="parameter"><code><a class="link" href="glib-Double
|
|
820
814
|
<p>Adds a new element at the head of the queue.</p>
|
821
815
|
<div class="refsect3">
|
822
816
|
<a name="id-1.6.4.7.15.5"></a><h4>Parameters</h4>
|
823
|
-
<div class="informaltable"><table width="100%" border="0">
|
817
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
824
818
|
<colgroup>
|
825
819
|
<col width="150px" class="parameters_name">
|
826
820
|
<col class="parameters_description">
|
@@ -850,7 +844,7 @@ g_queue_push_tail (<em class="parameter"><code><a class="link" href="glib-Double
|
|
850
844
|
<p>Adds a new element at the tail of the queue.</p>
|
851
845
|
<div class="refsect3">
|
852
846
|
<a name="id-1.6.4.7.16.5"></a><h4>Parameters</h4>
|
853
|
-
<div class="informaltable"><table width="100%" border="0">
|
847
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
854
848
|
<colgroup>
|
855
849
|
<col width="150px" class="parameters_name">
|
856
850
|
<col class="parameters_description">
|
@@ -877,12 +871,12 @@ g_queue_push_tail (<em class="parameter"><code><a class="link" href="glib-Double
|
|
877
871
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
878
872
|
g_queue_push_nth (<em class="parameter"><code><a class="link" href="glib-Double-ended-Queues.html#GQueue" title="struct GQueue"><span class="type">GQueue</span></a> *queue</code></em>,
|
879
873
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gpointer" title="gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
880
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> n</code></em>);</pre>
|
874
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a> n</code></em>);</pre>
|
881
875
|
<p>Inserts a new element into <em class="parameter"><code>queue</code></em>
|
882
876
|
at the given position.</p>
|
883
877
|
<div class="refsect3">
|
884
878
|
<a name="id-1.6.4.7.17.5"></a><h4>Parameters</h4>
|
885
|
-
<div class="informaltable"><table width="100%" border="0">
|
879
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
886
880
|
<colgroup>
|
887
881
|
<col width="150px" class="parameters_name">
|
888
882
|
<col class="parameters_description">
|
@@ -911,7 +905,7 @@ added to the end of the queue.</p></td>
|
|
911
905
|
</tbody>
|
912
906
|
</table></div>
|
913
907
|
</div>
|
914
|
-
<p class="since">Since 2.4</p>
|
908
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
915
909
|
</div>
|
916
910
|
<hr>
|
917
911
|
<div class="refsect2">
|
@@ -921,7 +915,7 @@ g_queue_pop_head (<em class="parameter"><code><a class="link" href="glib-Double-
|
|
921
915
|
<p>Removes the first element of the queue and returns its data.</p>
|
922
916
|
<div class="refsect3">
|
923
917
|
<a name="id-1.6.4.7.18.5"></a><h4>Parameters</h4>
|
924
|
-
<div class="informaltable"><table width="100%" border="0">
|
918
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
925
919
|
<colgroup>
|
926
920
|
<col width="150px" class="parameters_name">
|
927
921
|
<col class="parameters_description">
|
@@ -938,7 +932,6 @@ g_queue_pop_head (<em class="parameter"><code><a class="link" href="glib-Double-
|
|
938
932
|
<a name="id-1.6.4.7.18.6"></a><h4>Returns</h4>
|
939
933
|
<p> the data of the first element in the queue, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
940
934
|
if the queue is empty</p>
|
941
|
-
<p></p>
|
942
935
|
</div>
|
943
936
|
</div>
|
944
937
|
<hr>
|
@@ -949,7 +942,7 @@ g_queue_pop_tail (<em class="parameter"><code><a class="link" href="glib-Double-
|
|
949
942
|
<p>Removes the last element of the queue and returns its data.</p>
|
950
943
|
<div class="refsect3">
|
951
944
|
<a name="id-1.6.4.7.19.5"></a><h4>Parameters</h4>
|
952
|
-
<div class="informaltable"><table width="100%" border="0">
|
945
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
953
946
|
<colgroup>
|
954
947
|
<col width="150px" class="parameters_name">
|
955
948
|
<col class="parameters_description">
|
@@ -966,7 +959,6 @@ g_queue_pop_tail (<em class="parameter"><code><a class="link" href="glib-Double-
|
|
966
959
|
<a name="id-1.6.4.7.19.6"></a><h4>Returns</h4>
|
967
960
|
<p> the data of the last element in the queue, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
968
961
|
if the queue is empty</p>
|
969
|
-
<p></p>
|
970
962
|
</div>
|
971
963
|
</div>
|
972
964
|
<hr>
|
@@ -974,13 +966,13 @@ if the queue is empty</p>
|
|
974
966
|
<a name="g-queue-pop-nth"></a><h3>g_queue_pop_nth ()</h3>
|
975
967
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gpointer" title="gpointer"><span class="returnvalue">gpointer</span></a>
|
976
968
|
g_queue_pop_nth (<em class="parameter"><code><a class="link" href="glib-Double-ended-Queues.html#GQueue" title="struct GQueue"><span class="type">GQueue</span></a> *queue</code></em>,
|
977
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> n</code></em>);</pre>
|
969
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> n</code></em>);</pre>
|
978
970
|
<p>Removes the <em class="parameter"><code>n</code></em>
|
979
971
|
'th element of <em class="parameter"><code>queue</code></em>
|
980
972
|
and returns its data.</p>
|
981
973
|
<div class="refsect3">
|
982
974
|
<a name="id-1.6.4.7.20.5"></a><h4>Parameters</h4>
|
983
|
-
<div class="informaltable"><table width="100%" border="0">
|
975
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
984
976
|
<colgroup>
|
985
977
|
<col width="150px" class="parameters_name">
|
986
978
|
<col class="parameters_description">
|
@@ -1005,9 +997,8 @@ g_queue_pop_nth (<em class="parameter"><code><a class="link" href="glib-Double-e
|
|
1005
997
|
<p> the element's data, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if <em class="parameter"><code>n</code></em>
|
1006
998
|
is off the end of <em class="parameter"><code>queue</code></em>
|
1007
999
|
</p>
|
1008
|
-
<p></p>
|
1009
1000
|
</div>
|
1010
|
-
<p class="since">Since 2.4</p>
|
1001
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1011
1002
|
</div>
|
1012
1003
|
<hr>
|
1013
1004
|
<div class="refsect2">
|
@@ -1017,7 +1008,7 @@ g_queue_peek_head (<em class="parameter"><code><a class="link" href="glib-Double
|
|
1017
1008
|
<p>Returns the first element of the queue.</p>
|
1018
1009
|
<div class="refsect3">
|
1019
1010
|
<a name="id-1.6.4.7.21.5"></a><h4>Parameters</h4>
|
1020
|
-
<div class="informaltable"><table width="100%" border="0">
|
1011
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1021
1012
|
<colgroup>
|
1022
1013
|
<col width="150px" class="parameters_name">
|
1023
1014
|
<col class="parameters_description">
|
@@ -1034,7 +1025,6 @@ g_queue_peek_head (<em class="parameter"><code><a class="link" href="glib-Double
|
|
1034
1025
|
<a name="id-1.6.4.7.21.6"></a><h4>Returns</h4>
|
1035
1026
|
<p> the data of the first element in the queue, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1036
1027
|
if the queue is empty</p>
|
1037
|
-
<p></p>
|
1038
1028
|
</div>
|
1039
1029
|
</div>
|
1040
1030
|
<hr>
|
@@ -1045,7 +1035,7 @@ g_queue_peek_tail (<em class="parameter"><code><a class="link" href="glib-Double
|
|
1045
1035
|
<p>Returns the last element of the queue.</p>
|
1046
1036
|
<div class="refsect3">
|
1047
1037
|
<a name="id-1.6.4.7.22.5"></a><h4>Parameters</h4>
|
1048
|
-
<div class="informaltable"><table width="100%" border="0">
|
1038
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1049
1039
|
<colgroup>
|
1050
1040
|
<col width="150px" class="parameters_name">
|
1051
1041
|
<col class="parameters_description">
|
@@ -1062,7 +1052,6 @@ g_queue_peek_tail (<em class="parameter"><code><a class="link" href="glib-Double
|
|
1062
1052
|
<a name="id-1.6.4.7.22.6"></a><h4>Returns</h4>
|
1063
1053
|
<p> the data of the last element in the queue, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1064
1054
|
if the queue is empty</p>
|
1065
|
-
<p></p>
|
1066
1055
|
</div>
|
1067
1056
|
</div>
|
1068
1057
|
<hr>
|
@@ -1070,13 +1059,13 @@ if the queue is empty</p>
|
|
1070
1059
|
<a name="g-queue-peek-nth"></a><h3>g_queue_peek_nth ()</h3>
|
1071
1060
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gpointer" title="gpointer"><span class="returnvalue">gpointer</span></a>
|
1072
1061
|
g_queue_peek_nth (<em class="parameter"><code><a class="link" href="glib-Double-ended-Queues.html#GQueue" title="struct GQueue"><span class="type">GQueue</span></a> *queue</code></em>,
|
1073
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> n</code></em>);</pre>
|
1062
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> n</code></em>);</pre>
|
1074
1063
|
<p>Returns the <em class="parameter"><code>n</code></em>
|
1075
1064
|
'th element of <em class="parameter"><code>queue</code></em>
|
1076
1065
|
.</p>
|
1077
1066
|
<div class="refsect3">
|
1078
1067
|
<a name="id-1.6.4.7.23.5"></a><h4>Parameters</h4>
|
1079
|
-
<div class="informaltable"><table width="100%" border="0">
|
1068
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1080
1069
|
<colgroup>
|
1081
1070
|
<col width="150px" class="parameters_name">
|
1082
1071
|
<col class="parameters_description">
|
@@ -1104,14 +1093,13 @@ g_queue_peek_nth (<em class="parameter"><code><a class="link" href="glib-Double-
|
|
1104
1093
|
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if <em class="parameter"><code>n</code></em>
|
1105
1094
|
is off the end of <em class="parameter"><code>queue</code></em>
|
1106
1095
|
</p>
|
1107
|
-
<p></p>
|
1108
1096
|
</div>
|
1109
|
-
<p class="since">Since 2.4</p>
|
1097
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1110
1098
|
</div>
|
1111
1099
|
<hr>
|
1112
1100
|
<div class="refsect2">
|
1113
1101
|
<a name="g-queue-index"></a><h3>g_queue_index ()</h3>
|
1114
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
1102
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
1115
1103
|
g_queue_index (<em class="parameter"><code><a class="link" href="glib-Double-ended-Queues.html#GQueue" title="struct GQueue"><span class="type">GQueue</span></a> *queue</code></em>,
|
1116
1104
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> data</code></em>);</pre>
|
1117
1105
|
<p>Returns the position of the first element in <em class="parameter"><code>queue</code></em>
|
@@ -1119,7 +1107,7 @@ g_queue_index (<em class="parameter"><code><a class="link" href="glib-Double-end
|
|
1119
1107
|
.</p>
|
1120
1108
|
<div class="refsect3">
|
1121
1109
|
<a name="id-1.6.4.7.24.5"></a><h4>Parameters</h4>
|
1122
|
-
<div class="informaltable"><table width="100%" border="0">
|
1110
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1123
1111
|
<colgroup>
|
1124
1112
|
<col width="150px" class="parameters_name">
|
1125
1113
|
<col class="parameters_description">
|
@@ -1147,9 +1135,8 @@ contains <em class="parameter"><code>data</code></em>
|
|
1147
1135
|
, or -1 if no element in <em class="parameter"><code>queue</code></em>
|
1148
1136
|
contains <em class="parameter"><code>data</code></em>
|
1149
1137
|
</p>
|
1150
|
-
<p></p>
|
1151
1138
|
</div>
|
1152
|
-
<p class="since">Since 2.4</p>
|
1139
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1153
1140
|
</div>
|
1154
1141
|
<hr>
|
1155
1142
|
<div class="refsect2">
|
@@ -1162,7 +1149,7 @@ g_queue_remove (<em class="parameter"><code><a class="link" href="glib-Double-en
|
|
1162
1149
|
.</p>
|
1163
1150
|
<div class="refsect3">
|
1164
1151
|
<a name="id-1.6.4.7.25.5"></a><h4>Parameters</h4>
|
1165
|
-
<div class="informaltable"><table width="100%" border="0">
|
1152
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1166
1153
|
<colgroup>
|
1167
1154
|
<col width="150px" class="parameters_name">
|
1168
1155
|
<col class="parameters_description">
|
@@ -1187,14 +1174,13 @@ g_queue_remove (<em class="parameter"><code><a class="link" href="glib-Double-en
|
|
1187
1174
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>data</code></em>
|
1188
1175
|
was found and removed from <em class="parameter"><code>queue</code></em>
|
1189
1176
|
</p>
|
1190
|
-
<p></p>
|
1191
1177
|
</div>
|
1192
|
-
<p class="since">Since 2.4</p>
|
1178
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1193
1179
|
</div>
|
1194
1180
|
<hr>
|
1195
1181
|
<div class="refsect2">
|
1196
1182
|
<a name="g-queue-remove-all"></a><h3>g_queue_remove_all ()</h3>
|
1197
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
|
1183
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="returnvalue">guint</span></a>
|
1198
1184
|
g_queue_remove_all (<em class="parameter"><code><a class="link" href="glib-Double-ended-Queues.html#GQueue" title="struct GQueue"><span class="type">GQueue</span></a> *queue</code></em>,
|
1199
1185
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> data</code></em>);</pre>
|
1200
1186
|
<p>Remove all elements whose data equals <em class="parameter"><code>data</code></em>
|
@@ -1202,7 +1188,7 @@ g_queue_remove_all (<em class="parameter"><code><a class="link" href="glib-Doubl
|
|
1202
1188
|
.</p>
|
1203
1189
|
<div class="refsect3">
|
1204
1190
|
<a name="id-1.6.4.7.26.5"></a><h4>Parameters</h4>
|
1205
|
-
<div class="informaltable"><table width="100%" border="0">
|
1191
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1206
1192
|
<colgroup>
|
1207
1193
|
<col width="150px" class="parameters_name">
|
1208
1194
|
<col class="parameters_description">
|
@@ -1226,9 +1212,8 @@ g_queue_remove_all (<em class="parameter"><code><a class="link" href="glib-Doubl
|
|
1226
1212
|
<a name="id-1.6.4.7.26.6"></a><h4>Returns</h4>
|
1227
1213
|
<p> the number of elements removed from <em class="parameter"><code>queue</code></em>
|
1228
1214
|
</p>
|
1229
|
-
<p></p>
|
1230
1215
|
</div>
|
1231
|
-
<p class="since">Since 2.4</p>
|
1216
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1232
1217
|
</div>
|
1233
1218
|
<hr>
|
1234
1219
|
<div class="refsect2">
|
@@ -1247,7 +1232,7 @@ g_queue_insert_before (<em class="parameter"><code><a class="link" href="glib-Do
|
|
1247
1232
|
data at the tail of the queue.</p>
|
1248
1233
|
<div class="refsect3">
|
1249
1234
|
<a name="id-1.6.4.7.27.6"></a><h4>Parameters</h4>
|
1250
|
-
<div class="informaltable"><table width="100%" border="0">
|
1235
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1251
1236
|
<colgroup>
|
1252
1237
|
<col width="150px" class="parameters_name">
|
1253
1238
|
<col class="parameters_description">
|
@@ -1274,7 +1259,7 @@ push at the tail of the queue. </p></td>
|
|
1274
1259
|
</tbody>
|
1275
1260
|
</table></div>
|
1276
1261
|
</div>
|
1277
|
-
<p class="since">Since 2.4</p>
|
1262
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1278
1263
|
</div>
|
1279
1264
|
<hr>
|
1280
1265
|
<div class="refsect2">
|
@@ -1293,7 +1278,7 @@ g_queue_insert_after (<em class="parameter"><code><a class="link" href="glib-Dou
|
|
1293
1278
|
data at the head of the queue.</p>
|
1294
1279
|
<div class="refsect3">
|
1295
1280
|
<a name="id-1.6.4.7.28.6"></a><h4>Parameters</h4>
|
1296
|
-
<div class="informaltable"><table width="100%" border="0">
|
1281
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1297
1282
|
<colgroup>
|
1298
1283
|
<col width="150px" class="parameters_name">
|
1299
1284
|
<col class="parameters_description">
|
@@ -1320,7 +1305,7 @@ push at the head of the queue. </p></td>
|
|
1320
1305
|
</tbody>
|
1321
1306
|
</table></div>
|
1322
1307
|
</div>
|
1323
|
-
<p class="since">Since 2.4</p>
|
1308
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1324
1309
|
</div>
|
1325
1310
|
<hr>
|
1326
1311
|
<div class="refsect2">
|
@@ -1336,7 +1321,7 @@ g_queue_insert_sorted (<em class="parameter"><code><a class="link" href="glib-Do
|
|
1336
1321
|
to determine the new position.</p>
|
1337
1322
|
<div class="refsect3">
|
1338
1323
|
<a name="id-1.6.4.7.29.5"></a><h4>Parameters</h4>
|
1339
|
-
<div class="informaltable"><table width="100%" border="0">
|
1324
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1340
1325
|
<colgroup>
|
1341
1326
|
<col width="150px" class="parameters_name">
|
1342
1327
|
<col class="parameters_description">
|
@@ -1373,7 +1358,7 @@ element comes before the first.</p></td>
|
|
1373
1358
|
</tbody>
|
1374
1359
|
</table></div>
|
1375
1360
|
</div>
|
1376
|
-
<p class="since">Since 2.4</p>
|
1361
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1377
1362
|
</div>
|
1378
1363
|
<hr>
|
1379
1364
|
<div class="refsect2">
|
@@ -1384,7 +1369,7 @@ g_queue_push_head_link (<em class="parameter"><code><a class="link" href="glib-D
|
|
1384
1369
|
<p>Adds a new element at the head of the queue.</p>
|
1385
1370
|
<div class="refsect3">
|
1386
1371
|
<a name="id-1.6.4.7.30.5"></a><h4>Parameters</h4>
|
1387
|
-
<div class="informaltable"><table width="100%" border="0">
|
1372
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1388
1373
|
<colgroup>
|
1389
1374
|
<col width="150px" class="parameters_name">
|
1390
1375
|
<col class="parameters_description">
|
@@ -1414,7 +1399,7 @@ g_queue_push_tail_link (<em class="parameter"><code><a class="link" href="glib-D
|
|
1414
1399
|
<p>Adds a new element at the tail of the queue.</p>
|
1415
1400
|
<div class="refsect3">
|
1416
1401
|
<a name="id-1.6.4.7.31.5"></a><h4>Parameters</h4>
|
1417
|
-
<div class="informaltable"><table width="100%" border="0">
|
1402
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1418
1403
|
<colgroup>
|
1419
1404
|
<col width="150px" class="parameters_name">
|
1420
1405
|
<col class="parameters_description">
|
@@ -1440,14 +1425,14 @@ g_queue_push_tail_link (<em class="parameter"><code><a class="link" href="glib-D
|
|
1440
1425
|
<a name="g-queue-push-nth-link"></a><h3>g_queue_push_nth_link ()</h3>
|
1441
1426
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1442
1427
|
g_queue_push_nth_link (<em class="parameter"><code><a class="link" href="glib-Double-ended-Queues.html#GQueue" title="struct GQueue"><span class="type">GQueue</span></a> *queue</code></em>,
|
1443
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> n</code></em>,
|
1428
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a> n</code></em>,
|
1444
1429
|
<em class="parameter"><code><a class="link" href="glib-Doubly-Linked-Lists.html#GList" title="struct GList"><span class="type">GList</span></a> *link_</code></em>);</pre>
|
1445
1430
|
<p>Inserts <em class="parameter"><code>link</code></em>
|
1446
1431
|
into <em class="parameter"><code>queue</code></em>
|
1447
1432
|
at the given position.</p>
|
1448
1433
|
<div class="refsect3">
|
1449
1434
|
<a name="id-1.6.4.7.32.5"></a><h4>Parameters</h4>
|
1450
|
-
<div class="informaltable"><table width="100%" border="0">
|
1435
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1451
1436
|
<colgroup>
|
1452
1437
|
<col width="150px" class="parameters_name">
|
1453
1438
|
<col class="parameters_description">
|
@@ -1477,7 +1462,7 @@ the number of elements in <em class="parameter"><code>queue</code></em>
|
|
1477
1462
|
</tbody>
|
1478
1463
|
</table></div>
|
1479
1464
|
</div>
|
1480
|
-
<p class="since">Since 2.4</p>
|
1465
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1481
1466
|
</div>
|
1482
1467
|
<hr>
|
1483
1468
|
<div class="refsect2">
|
@@ -1487,7 +1472,7 @@ g_queue_pop_head_link (<em class="parameter"><code><a class="link" href="glib-Do
|
|
1487
1472
|
<p>Removes and returns the first element of the queue.</p>
|
1488
1473
|
<div class="refsect3">
|
1489
1474
|
<a name="id-1.6.4.7.33.5"></a><h4>Parameters</h4>
|
1490
|
-
<div class="informaltable"><table width="100%" border="0">
|
1475
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1491
1476
|
<colgroup>
|
1492
1477
|
<col width="150px" class="parameters_name">
|
1493
1478
|
<col class="parameters_description">
|
@@ -1504,7 +1489,6 @@ g_queue_pop_head_link (<em class="parameter"><code><a class="link" href="glib-Do
|
|
1504
1489
|
<a name="id-1.6.4.7.33.6"></a><h4>Returns</h4>
|
1505
1490
|
<p> the <a class="link" href="glib-Doubly-Linked-Lists.html#GList" title="struct GList"><span class="type">GList</span></a> element at the head of the queue, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1506
1491
|
if the queue is empty</p>
|
1507
|
-
<p></p>
|
1508
1492
|
</div>
|
1509
1493
|
</div>
|
1510
1494
|
<hr>
|
@@ -1515,7 +1499,7 @@ g_queue_pop_tail_link (<em class="parameter"><code><a class="link" href="glib-Do
|
|
1515
1499
|
<p>Removes and returns the last element of the queue.</p>
|
1516
1500
|
<div class="refsect3">
|
1517
1501
|
<a name="id-1.6.4.7.34.5"></a><h4>Parameters</h4>
|
1518
|
-
<div class="informaltable"><table width="100%" border="0">
|
1502
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1519
1503
|
<colgroup>
|
1520
1504
|
<col width="150px" class="parameters_name">
|
1521
1505
|
<col class="parameters_description">
|
@@ -1532,7 +1516,6 @@ g_queue_pop_tail_link (<em class="parameter"><code><a class="link" href="glib-Do
|
|
1532
1516
|
<a name="id-1.6.4.7.34.6"></a><h4>Returns</h4>
|
1533
1517
|
<p> the <a class="link" href="glib-Doubly-Linked-Lists.html#GList" title="struct GList"><span class="type">GList</span></a> element at the tail of the queue, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1534
1518
|
if the queue is empty</p>
|
1535
|
-
<p></p>
|
1536
1519
|
</div>
|
1537
1520
|
</div>
|
1538
1521
|
<hr>
|
@@ -1540,11 +1523,11 @@ if the queue is empty</p>
|
|
1540
1523
|
<a name="g-queue-pop-nth-link"></a><h3>g_queue_pop_nth_link ()</h3>
|
1541
1524
|
<pre class="programlisting"><a class="link" href="glib-Doubly-Linked-Lists.html#GList" title="struct GList"><span class="returnvalue">GList</span></a> *
|
1542
1525
|
g_queue_pop_nth_link (<em class="parameter"><code><a class="link" href="glib-Double-ended-Queues.html#GQueue" title="struct GQueue"><span class="type">GQueue</span></a> *queue</code></em>,
|
1543
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> n</code></em>);</pre>
|
1526
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> n</code></em>);</pre>
|
1544
1527
|
<p>Removes and returns the link at the given position.</p>
|
1545
1528
|
<div class="refsect3">
|
1546
1529
|
<a name="id-1.6.4.7.35.5"></a><h4>Parameters</h4>
|
1547
|
-
<div class="informaltable"><table width="100%" border="0">
|
1530
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1548
1531
|
<colgroup>
|
1549
1532
|
<col width="150px" class="parameters_name">
|
1550
1533
|
<col class="parameters_description">
|
@@ -1570,9 +1553,8 @@ g_queue_pop_nth_link (<em class="parameter"><code><a class="link" href="glib-Dou
|
|
1570
1553
|
'th link, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if <em class="parameter"><code>n</code></em>
|
1571
1554
|
is off the end of <em class="parameter"><code>queue</code></em>
|
1572
1555
|
</p>
|
1573
|
-
<p></p>
|
1574
1556
|
</div>
|
1575
|
-
<p class="since">Since 2.4</p>
|
1557
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1576
1558
|
</div>
|
1577
1559
|
<hr>
|
1578
1560
|
<div class="refsect2">
|
@@ -1583,7 +1565,7 @@ g_queue_peek_head_link (<em class="parameter"><code><a class="link" href="glib-D
|
|
1583
1565
|
.</p>
|
1584
1566
|
<div class="refsect3">
|
1585
1567
|
<a name="id-1.6.4.7.36.5"></a><h4>Parameters</h4>
|
1586
|
-
<div class="informaltable"><table width="100%" border="0">
|
1568
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1587
1569
|
<colgroup>
|
1588
1570
|
<col width="150px" class="parameters_name">
|
1589
1571
|
<col class="parameters_description">
|
@@ -1601,9 +1583,8 @@ g_queue_peek_head_link (<em class="parameter"><code><a class="link" href="glib-D
|
|
1601
1583
|
<p> the first link in <em class="parameter"><code>queue</code></em>
|
1602
1584
|
, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if <em class="parameter"><code>queue</code></em>
|
1603
1585
|
is empty</p>
|
1604
|
-
<p></p>
|
1605
1586
|
</div>
|
1606
|
-
<p class="since">Since 2.4</p>
|
1587
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1607
1588
|
</div>
|
1608
1589
|
<hr>
|
1609
1590
|
<div class="refsect2">
|
@@ -1614,7 +1595,7 @@ g_queue_peek_tail_link (<em class="parameter"><code><a class="link" href="glib-D
|
|
1614
1595
|
.</p>
|
1615
1596
|
<div class="refsect3">
|
1616
1597
|
<a name="id-1.6.4.7.37.5"></a><h4>Parameters</h4>
|
1617
|
-
<div class="informaltable"><table width="100%" border="0">
|
1598
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1618
1599
|
<colgroup>
|
1619
1600
|
<col width="150px" class="parameters_name">
|
1620
1601
|
<col class="parameters_description">
|
@@ -1632,20 +1613,19 @@ g_queue_peek_tail_link (<em class="parameter"><code><a class="link" href="glib-D
|
|
1632
1613
|
<p> the last link in <em class="parameter"><code>queue</code></em>
|
1633
1614
|
, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if <em class="parameter"><code>queue</code></em>
|
1634
1615
|
is empty</p>
|
1635
|
-
<p></p>
|
1636
1616
|
</div>
|
1637
|
-
<p class="since">Since 2.4</p>
|
1617
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1638
1618
|
</div>
|
1639
1619
|
<hr>
|
1640
1620
|
<div class="refsect2">
|
1641
1621
|
<a name="g-queue-peek-nth-link"></a><h3>g_queue_peek_nth_link ()</h3>
|
1642
1622
|
<pre class="programlisting"><a class="link" href="glib-Doubly-Linked-Lists.html#GList" title="struct GList"><span class="returnvalue">GList</span></a> *
|
1643
1623
|
g_queue_peek_nth_link (<em class="parameter"><code><a class="link" href="glib-Double-ended-Queues.html#GQueue" title="struct GQueue"><span class="type">GQueue</span></a> *queue</code></em>,
|
1644
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> n</code></em>);</pre>
|
1624
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> n</code></em>);</pre>
|
1645
1625
|
<p>Returns the link at the given position</p>
|
1646
1626
|
<div class="refsect3">
|
1647
1627
|
<a name="id-1.6.4.7.38.5"></a><h4>Parameters</h4>
|
1648
|
-
<div class="informaltable"><table width="100%" border="0">
|
1628
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1649
1629
|
<colgroup>
|
1650
1630
|
<col width="150px" class="parameters_name">
|
1651
1631
|
<col class="parameters_description">
|
@@ -1671,14 +1651,13 @@ g_queue_peek_nth_link (<em class="parameter"><code><a class="link" href="glib-Do
|
|
1671
1651
|
'th position, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>
|
1672
1652
|
if <em class="parameter"><code>n</code></em>
|
1673
1653
|
is off the end of the list</p>
|
1674
|
-
<p></p>
|
1675
1654
|
</div>
|
1676
|
-
<p class="since">Since 2.4</p>
|
1655
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1677
1656
|
</div>
|
1678
1657
|
<hr>
|
1679
1658
|
<div class="refsect2">
|
1680
1659
|
<a name="g-queue-link-index"></a><h3>g_queue_link_index ()</h3>
|
1681
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
1660
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
1682
1661
|
g_queue_link_index (<em class="parameter"><code><a class="link" href="glib-Double-ended-Queues.html#GQueue" title="struct GQueue"><span class="type">GQueue</span></a> *queue</code></em>,
|
1683
1662
|
<em class="parameter"><code><a class="link" href="glib-Doubly-Linked-Lists.html#GList" title="struct GList"><span class="type">GList</span></a> *link_</code></em>);</pre>
|
1684
1663
|
<p>Returns the position of <em class="parameter"><code>link_</code></em>
|
@@ -1686,7 +1665,7 @@ g_queue_link_index (<em class="parameter"><code><a class="link" href="glib-Doubl
|
|
1686
1665
|
.</p>
|
1687
1666
|
<div class="refsect3">
|
1688
1667
|
<a name="id-1.6.4.7.39.5"></a><h4>Parameters</h4>
|
1689
|
-
<div class="informaltable"><table width="100%" border="0">
|
1668
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1690
1669
|
<colgroup>
|
1691
1670
|
<col width="150px" class="parameters_name">
|
1692
1671
|
<col class="parameters_description">
|
@@ -1712,9 +1691,8 @@ g_queue_link_index (<em class="parameter"><code><a class="link" href="glib-Doubl
|
|
1712
1691
|
, or -1 if the link is
|
1713
1692
|
not part of <em class="parameter"><code>queue</code></em>
|
1714
1693
|
</p>
|
1715
|
-
<p></p>
|
1716
1694
|
</div>
|
1717
|
-
<p class="since">Since 2.4</p>
|
1695
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1718
1696
|
</div>
|
1719
1697
|
<hr>
|
1720
1698
|
<div class="refsect2">
|
@@ -1731,7 +1709,7 @@ The link is not freed.</p>
|
|
1731
1709
|
.</p>
|
1732
1710
|
<div class="refsect3">
|
1733
1711
|
<a name="id-1.6.4.7.40.6"></a><h4>Parameters</h4>
|
1734
|
-
<div class="informaltable"><table width="100%" border="0">
|
1712
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1735
1713
|
<colgroup>
|
1736
1714
|
<col width="150px" class="parameters_name">
|
1737
1715
|
<col class="parameters_description">
|
@@ -1752,7 +1730,7 @@ The link is not freed.</p>
|
|
1752
1730
|
</tbody>
|
1753
1731
|
</table></div>
|
1754
1732
|
</div>
|
1755
|
-
<p class="since">Since 2.4</p>
|
1733
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1756
1734
|
</div>
|
1757
1735
|
<hr>
|
1758
1736
|
<div class="refsect2">
|
@@ -1768,7 +1746,7 @@ g_queue_delete_link (<em class="parameter"><code><a class="link" href="glib-Doub
|
|
1768
1746
|
.</p>
|
1769
1747
|
<div class="refsect3">
|
1770
1748
|
<a name="id-1.6.4.7.41.6"></a><h4>Parameters</h4>
|
1771
|
-
<div class="informaltable"><table width="100%" border="0">
|
1749
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1772
1750
|
<colgroup>
|
1773
1751
|
<col width="150px" class="parameters_name">
|
1774
1752
|
<col class="parameters_description">
|
@@ -1789,7 +1767,7 @@ g_queue_delete_link (<em class="parameter"><code><a class="link" href="glib-Doub
|
|
1789
1767
|
</tbody>
|
1790
1768
|
</table></div>
|
1791
1769
|
</div>
|
1792
|
-
<p class="since">Since 2.4</p>
|
1770
|
+
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
1793
1771
|
</div>
|
1794
1772
|
</div>
|
1795
1773
|
<div class="refsect1">
|
@@ -1806,7 +1784,7 @@ g_queue_delete_link (<em class="parameter"><code><a class="link" href="glib-Doub
|
|
1806
1784
|
<a class="link" href="glib-Double-ended-Queues.html" title="Double-ended Queues">Queue</a>.</p>
|
1807
1785
|
<div class="refsect3">
|
1808
1786
|
<a name="id-1.6.4.8.2.5"></a><h4>Members</h4>
|
1809
|
-
<div class="informaltable"><table width="100%" border="0">
|
1787
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1810
1788
|
<colgroup>
|
1811
1789
|
<col width="300px" class="struct_members_name">
|
1812
1790
|
<col class="struct_members_description">
|
@@ -1824,7 +1802,7 @@ g_queue_delete_link (<em class="parameter"><code><a class="link" href="glib-Doub
|
|
1824
1802
|
<td class="struct_member_annotations"> </td>
|
1825
1803
|
</tr>
|
1826
1804
|
<tr>
|
1827
|
-
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GQueue.length"></a>length</code></em>;</p></td>
|
1805
|
+
<td class="struct_member_name"><p><a class="link" href="glib-Basic-Types.html#guint" title="guint ()"><span class="type">guint</span></a> <em class="structfield"><code><a name="GQueue.length"></a>length</code></em>;</p></td>
|
1828
1806
|
<td class="struct_member_description"><p>the number of elements in the queue</p></td>
|
1829
1807
|
<td class="struct_member_annotations"> </td>
|
1830
1808
|
</tr>
|
@@ -1846,19 +1824,18 @@ you have to use <a class="link" href="glib-Double-ended-Queues.html#g-queue-init
|
|
1846
1824
|
<tbody>
|
1847
1825
|
<tr>
|
1848
1826
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
1849
|
-
<td class="listing_code"><pre class="programlisting"
|
1827
|
+
<td class="listing_code"><pre class="programlisting">GQueue my_queue <span class="gtkdoc opt">=</span> G_QUEUE_INIT<span class="gtkdoc opt">;</span></pre></td>
|
1850
1828
|
</tr>
|
1851
1829
|
</tbody>
|
1852
1830
|
</table>
|
1853
1831
|
</div>
|
1854
1832
|
|
1855
1833
|
<p></p>
|
1856
|
-
<p class="since">Since 2.14</p>
|
1834
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
1857
1835
|
</div>
|
1858
1836
|
</div>
|
1859
1837
|
</div>
|
1860
1838
|
<div class="footer">
|
1861
|
-
<hr>
|
1862
|
-
Generated by GTK-Doc V1.21.1</div>
|
1839
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
1863
1840
|
</body>
|
1864
1841
|
</html>
|