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>Key-value file parser: GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-Simple-XML-Subset-Parser.html" title="Simple XML Subset Parser">
|
10
10
|
<link rel="next" href="glib-Bookmark-file-parser.html" title="Bookmark file parser">
|
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-Key-value-file-parser.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">
|
@@ -201,7 +201,7 @@
|
|
201
201
|
</tr>
|
202
202
|
<tr>
|
203
203
|
<td class="function_type">
|
204
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
204
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
205
205
|
</td>
|
206
206
|
<td class="function_name">
|
207
207
|
<a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-integer" title="g_key_file_get_integer ()">g_key_file_get_integer</a> <span class="c_punctuation">()</span>
|
@@ -257,7 +257,7 @@
|
|
257
257
|
</tr>
|
258
258
|
<tr>
|
259
259
|
<td class="function_type">
|
260
|
-
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a> *
|
260
|
+
<a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a> *
|
261
261
|
</td>
|
262
262
|
<td class="function_name">
|
263
263
|
<a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-integer-list" title="g_key_file_get_integer_list ()">g_key_file_get_integer_list</a> <span class="c_punctuation">()</span>
|
@@ -420,7 +420,7 @@
|
|
420
420
|
</div>
|
421
421
|
<div class="refsect1">
|
422
422
|
<a name="glib-Key-value-file-parser.other"></a><h2>Types and Values</h2>
|
423
|
-
<div class="informaltable"><table width="100%" border="0">
|
423
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
424
424
|
<colgroup>
|
425
425
|
<col width="150px" class="name">
|
426
426
|
<col class="description">
|
@@ -585,25 +585,25 @@ consists of groups of key-value pairs, interspersed with comments.</p>
|
|
585
585
|
17
|
586
586
|
18
|
587
587
|
19</pre></td>
|
588
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
589
|
-
<span class="
|
588
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc ppc"># this is just an example</span>
|
589
|
+
<span class="gtkdoc ppc"># there can be comments before the first group</span>
|
590
590
|
|
591
|
-
<span class="
|
591
|
+
<span class="gtkdoc opt">[</span>First Group<span class="gtkdoc opt">]</span>
|
592
592
|
|
593
|
-
<span class="
|
593
|
+
Name<span class="gtkdoc opt">=</span>Key File Example<span class="gtkdoc esc">\t</span>this value shows<span class="gtkdoc esc">\n</span>escaping
|
594
594
|
|
595
|
-
<span class="
|
596
|
-
<span class="
|
597
|
-
<span class="
|
598
|
-
<span class="
|
599
|
-
<span class="
|
600
|
-
<span class="
|
595
|
+
<span class="gtkdoc ppc"># localized strings are stored in multiple key-value pairs</span>
|
596
|
+
Welcome<span class="gtkdoc opt">=</span>Hello
|
597
|
+
Welcome<span class="gtkdoc opt">[</span>de<span class="gtkdoc opt">]=</span>Hallo
|
598
|
+
Welcome<span class="gtkdoc opt">[</span>fr_FR<span class="gtkdoc opt">]=</span>Bonjour
|
599
|
+
Welcome<span class="gtkdoc opt">[</span>it<span class="gtkdoc opt">]=</span>Ciao
|
600
|
+
Welcome<span class="gtkdoc opt">[</span>be@latin<span class="gtkdoc opt">]=</span>Hello
|
601
601
|
|
602
|
-
<span class="
|
602
|
+
<span class="gtkdoc opt">[</span>Another Group<span class="gtkdoc opt">]</span>
|
603
603
|
|
604
|
-
<span class="
|
604
|
+
Numbers<span class="gtkdoc opt">=</span><span class="number">2</span><span class="gtkdoc opt">;</span><span class="number">20</span><span class="gtkdoc opt">;-</span><span class="number">200</span><span class="gtkdoc opt">;</span><span class="number">0</span>
|
605
605
|
|
606
|
-
<span class="
|
606
|
+
Booleans<span class="gtkdoc opt">=</span><span class="keyword">true</span><span class="gtkdoc opt">;</span><span class="keyword">false</span><span class="gtkdoc opt">;</span><span class="keyword">true</span><span class="gtkdoc opt">;</span><span class="keyword">true</span></pre></td>
|
607
607
|
</tr>
|
608
608
|
</tbody>
|
609
609
|
</table>
|
@@ -664,7 +664,7 @@ read an existing key file.</p>
|
|
664
664
|
<p> an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a>. </p>
|
665
665
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
666
666
|
</div>
|
667
|
-
<p class="since">Since 2.6</p>
|
667
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
668
668
|
</div>
|
669
669
|
<hr>
|
670
670
|
<div class="refsect2">
|
@@ -675,9 +675,10 @@ g_key_file_free (<em class="parameter"><code><a class="link" href="glib-Key-valu
|
|
675
675
|
, and decreases the
|
676
676
|
reference count by 1. If the reference count reaches zero,
|
677
677
|
frees the key file and all its allocated memory.</p>
|
678
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
678
679
|
<div class="refsect3">
|
679
|
-
<a name="id-1.5.27.7.3.
|
680
|
-
<div class="informaltable"><table width="100%" border="0">
|
680
|
+
<a name="id-1.5.27.7.3.6"></a><h4>Parameters</h4>
|
681
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
681
682
|
<colgroup>
|
682
683
|
<col width="150px" class="parameters_name">
|
683
684
|
<col class="parameters_description">
|
@@ -690,7 +691,7 @@ frees the key file and all its allocated memory.</p>
|
|
690
691
|
</tr></tbody>
|
691
692
|
</table></div>
|
692
693
|
</div>
|
693
|
-
<p class="since">Since 2.6</p>
|
694
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
694
695
|
</div>
|
695
696
|
<hr>
|
696
697
|
<div class="refsect2">
|
@@ -699,9 +700,10 @@ frees the key file and all its allocated memory.</p>
|
|
699
700
|
g_key_file_ref (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>);</pre>
|
700
701
|
<p>Increases the reference count of <em class="parameter"><code>key_file</code></em>
|
701
702
|
.</p>
|
703
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
702
704
|
<div class="refsect3">
|
703
|
-
<a name="id-1.5.27.7.4.
|
704
|
-
<div class="informaltable"><table width="100%" border="0">
|
705
|
+
<a name="id-1.5.27.7.4.6"></a><h4>Parameters</h4>
|
706
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
705
707
|
<colgroup>
|
706
708
|
<col width="150px" class="parameters_name">
|
707
709
|
<col class="parameters_description">
|
@@ -715,12 +717,11 @@ g_key_file_ref (<em class="parameter"><code><a class="link" href="glib-Key-value
|
|
715
717
|
</table></div>
|
716
718
|
</div>
|
717
719
|
<div class="refsect3">
|
718
|
-
<a name="id-1.5.27.7.4.
|
720
|
+
<a name="id-1.5.27.7.4.7"></a><h4>Returns</h4>
|
719
721
|
<p> the same <em class="parameter"><code>key_file</code></em>
|
720
722
|
.</p>
|
721
|
-
<p></p>
|
722
723
|
</div>
|
723
|
-
<p class="since">Since 2.32</p>
|
724
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
724
725
|
</div>
|
725
726
|
<hr>
|
726
727
|
<div class="refsect2">
|
@@ -732,7 +733,7 @@ g_key_file_unref (<em class="parameter"><code><a class="link" href="glib-Key-val
|
|
732
733
|
reaches zero, frees the key file and all its allocated memory.</p>
|
733
734
|
<div class="refsect3">
|
734
735
|
<a name="id-1.5.27.7.5.5"></a><h4>Parameters</h4>
|
735
|
-
<div class="informaltable"><table width="100%" border="0">
|
736
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
736
737
|
<colgroup>
|
737
738
|
<col width="150px" class="parameters_name">
|
738
739
|
<col class="parameters_description">
|
@@ -745,7 +746,7 @@ reaches zero, frees the key file and all its allocated memory.</p>
|
|
745
746
|
</tr></tbody>
|
746
747
|
</table></div>
|
747
748
|
</div>
|
748
|
-
<p class="since">Since 2.32</p>
|
749
|
+
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
|
749
750
|
</div>
|
750
751
|
<hr>
|
751
752
|
<div class="refsect2">
|
@@ -758,7 +759,7 @@ values in lists. Typically ';' or ',' are used
|
|
758
759
|
as separators. The default list separator is ';'.</p>
|
759
760
|
<div class="refsect3">
|
760
761
|
<a name="id-1.5.27.7.6.5"></a><h4>Parameters</h4>
|
761
|
-
<div class="informaltable"><table width="100%" border="0">
|
762
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
762
763
|
<colgroup>
|
763
764
|
<col width="150px" class="parameters_name">
|
764
765
|
<col class="parameters_description">
|
@@ -778,7 +779,7 @@ as separators. The default list separator is ';'.</p>
|
|
778
779
|
</tbody>
|
779
780
|
</table></div>
|
780
781
|
</div>
|
781
|
-
<p class="since">Since 2.6</p>
|
782
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
782
783
|
</div>
|
783
784
|
<hr>
|
784
785
|
<div class="refsect2">
|
@@ -794,7 +795,7 @@ If the file could not be loaded then <em class="parameter"><code>error</code></e
|
|
794
795
|
either a <a class="link" href="glib-File-Utilities.html#GFileError" title="enum GFileError"><span class="type">GFileError</span></a> or <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError" title="enum GKeyFileError"><span class="type">GKeyFileError</span></a>.</p>
|
795
796
|
<div class="refsect3">
|
796
797
|
<a name="id-1.5.27.7.7.5"></a><h4>Parameters</h4>
|
797
|
-
<div class="informaltable"><table width="100%" border="0">
|
798
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
798
799
|
<colgroup>
|
799
800
|
<col width="150px" class="parameters_name">
|
800
801
|
<col class="parameters_description">
|
@@ -827,9 +828,8 @@ either a <a class="link" href="glib-File-Utilities.html#GFileError" title="enum
|
|
827
828
|
<div class="refsect3">
|
828
829
|
<a name="id-1.5.27.7.7.6"></a><h4>Returns</h4>
|
829
830
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
|
830
|
-
<p></p>
|
831
831
|
</div>
|
832
|
-
<p class="since">Since 2.6</p>
|
832
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
833
833
|
</div>
|
834
834
|
<hr>
|
835
835
|
<div class="refsect2">
|
@@ -844,7 +844,7 @@ g_key_file_load_from_data (<em class="parameter"><code><a class="link" href="gli
|
|
844
844
|
If the object cannot be created then <code class="literal">error</code> is set to a <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError" title="enum GKeyFileError"><span class="type">GKeyFileError</span></a>.</p>
|
845
845
|
<div class="refsect3">
|
846
846
|
<a name="id-1.5.27.7.8.5"></a><h4>Parameters</h4>
|
847
|
-
<div class="informaltable"><table width="100%" border="0">
|
847
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
848
848
|
<colgroup>
|
849
849
|
<col width="150px" class="parameters_name">
|
850
850
|
<col class="parameters_description">
|
@@ -883,9 +883,8 @@ in bytes (or (gsize)-1 if data is nul-terminated)</p></td>
|
|
883
883
|
<div class="refsect3">
|
884
884
|
<a name="id-1.5.27.7.8.6"></a><h4>Returns</h4>
|
885
885
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
|
886
|
-
<p></p>
|
887
886
|
</div>
|
888
|
-
<p class="since">Since 2.6</p>
|
887
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
889
888
|
</div>
|
890
889
|
<hr>
|
891
890
|
<div class="refsect2">
|
@@ -906,7 +905,7 @@ loads the file into <em class="parameter"><code>key_file</code></em>
|
|
906
905
|
set to either a <a class="link" href="glib-File-Utilities.html#GFileError" title="enum GFileError"><span class="type">GFileError</span></a> or <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError" title="enum GKeyFileError"><span class="type">GKeyFileError</span></a>.</p>
|
907
906
|
<div class="refsect3">
|
908
907
|
<a name="id-1.5.27.7.9.5"></a><h4>Parameters</h4>
|
909
|
-
<div class="informaltable"><table width="100%" border="0">
|
908
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
910
909
|
<colgroup>
|
911
910
|
<col width="150px" class="parameters_name">
|
912
911
|
<col class="parameters_description">
|
@@ -945,9 +944,8 @@ of the file, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title
|
|
945
944
|
<div class="refsect3">
|
946
945
|
<a name="id-1.5.27.7.9.6"></a><h4>Returns</h4>
|
947
946
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> othewise</p>
|
948
|
-
<p></p>
|
949
947
|
</div>
|
950
|
-
<p class="since">Since 2.6</p>
|
948
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
951
949
|
</div>
|
952
950
|
<hr>
|
953
951
|
<div class="refsect2">
|
@@ -970,7 +968,7 @@ be loaded then an <code class="literal">error</code> is set to either a <a class
|
|
970
968
|
<a class="link" href="glib-Key-value-file-parser.html#GKeyFileError" title="enum GKeyFileError"><span class="type">GKeyFileError</span></a>.</p>
|
971
969
|
<div class="refsect3">
|
972
970
|
<a name="id-1.5.27.7.10.5"></a><h4>Parameters</h4>
|
973
|
-
<div class="informaltable"><table width="100%" border="0">
|
971
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
974
972
|
<colgroup>
|
975
973
|
<col width="150px" class="parameters_name">
|
976
974
|
<col class="parameters_description">
|
@@ -1014,9 +1012,8 @@ of the file, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title
|
|
1014
1012
|
<div class="refsect3">
|
1015
1013
|
<a name="id-1.5.27.7.10.6"></a><h4>Returns</h4>
|
1016
1014
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if a key file could be loaded, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
|
1017
|
-
<p></p>
|
1018
1015
|
</div>
|
1019
|
-
<p class="since">Since 2.14</p>
|
1016
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
1020
1017
|
</div>
|
1021
1018
|
<hr>
|
1022
1019
|
<div class="refsect2">
|
@@ -1032,7 +1029,7 @@ so it is safe to pass <a class="link" href="glib-Standard-Macros.html#NULL:CAPS"
|
|
1032
1029
|
.</p>
|
1033
1030
|
<div class="refsect3">
|
1034
1031
|
<a name="id-1.5.27.7.11.6"></a><h4>Parameters</h4>
|
1035
|
-
<div class="informaltable"><table width="100%" border="0">
|
1032
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1036
1033
|
<colgroup>
|
1037
1034
|
<col width="150px" class="parameters_name">
|
1038
1035
|
<col class="parameters_description">
|
@@ -1062,9 +1059,8 @@ returned string, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" t
|
|
1062
1059
|
<a name="id-1.5.27.7.11.7"></a><h4>Returns</h4>
|
1063
1060
|
<p> a newly allocated string holding
|
1064
1061
|
the contents of the <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> </p>
|
1065
|
-
<p></p>
|
1066
1062
|
</div>
|
1067
|
-
<p class="since">Since 2.6</p>
|
1063
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1068
1064
|
</div>
|
1069
1065
|
<hr>
|
1070
1066
|
<div class="refsect2">
|
@@ -1081,7 +1077,7 @@ g_key_file_save_to_file (<em class="parameter"><code><a class="link" href="glib-
|
|
1081
1077
|
<a class="link" href="glib-File-Utilities.html#g-file-set-contents" title="g_file_set_contents ()"><code class="function">g_file_set_contents()</code></a> may fail.</p>
|
1082
1078
|
<div class="refsect3">
|
1083
1079
|
<a name="id-1.5.27.7.12.6"></a><h4>Parameters</h4>
|
1084
|
-
<div class="informaltable"><table width="100%" border="0">
|
1080
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1085
1081
|
<colgroup>
|
1086
1082
|
<col width="150px" class="parameters_name">
|
1087
1083
|
<col class="parameters_description">
|
@@ -1110,9 +1106,8 @@ g_key_file_save_to_file (<em class="parameter"><code><a class="link" href="glib-
|
|
1110
1106
|
<a name="id-1.5.27.7.12.7"></a><h4>Returns</h4>
|
1111
1107
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if successful, else <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> with <em class="parameter"><code>error</code></em>
|
1112
1108
|
set</p>
|
1113
|
-
<p></p>
|
1114
1109
|
</div>
|
1115
|
-
<p class="since">Since 2.40</p>
|
1110
|
+
<p class="since">Since: <a class="link" href="api-index-2-40.html#api-index-2.40">2.40</a></p>
|
1116
1111
|
</div>
|
1117
1112
|
<hr>
|
1118
1113
|
<div class="refsect2">
|
@@ -1122,7 +1117,7 @@ g_key_file_get_start_group (<em class="parameter"><code><a class="link" href="gl
|
|
1122
1117
|
<p>Returns the name of the start group of the file.</p>
|
1123
1118
|
<div class="refsect3">
|
1124
1119
|
<a name="id-1.5.27.7.13.5"></a><h4>Parameters</h4>
|
1125
|
-
<div class="informaltable"><table width="100%" border="0">
|
1120
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1126
1121
|
<colgroup>
|
1127
1122
|
<col width="150px" class="parameters_name">
|
1128
1123
|
<col class="parameters_description">
|
@@ -1138,9 +1133,8 @@ g_key_file_get_start_group (<em class="parameter"><code><a class="link" href="gl
|
|
1138
1133
|
<div class="refsect3">
|
1139
1134
|
<a name="id-1.5.27.7.13.6"></a><h4>Returns</h4>
|
1140
1135
|
<p> The start group of the key file.</p>
|
1141
|
-
<p></p>
|
1142
1136
|
</div>
|
1143
|
-
<p class="since">Since 2.6</p>
|
1137
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1144
1138
|
</div>
|
1145
1139
|
<hr>
|
1146
1140
|
<div class="refsect2">
|
@@ -1155,7 +1149,7 @@ The array of returned groups will be <a class="link" href="glib-Standard-Macros.
|
|
1155
1149
|
may optionally be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
|
1156
1150
|
<div class="refsect3">
|
1157
1151
|
<a name="id-1.5.27.7.14.5"></a><h4>Parameters</h4>
|
1158
|
-
<div class="informaltable"><table width="100%" border="0">
|
1152
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1159
1153
|
<colgroup>
|
1160
1154
|
<col width="150px" class="parameters_name">
|
1161
1155
|
<col class="parameters_description">
|
@@ -1181,7 +1175,7 @@ The array of returned groups will be <a class="link" href="glib-Standard-Macros.
|
|
1181
1175
|
Use <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a> to free it. </p>
|
1182
1176
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1183
1177
|
</div>
|
1184
|
-
<p class="since">Since 2.6</p>
|
1178
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1185
1179
|
</div>
|
1186
1180
|
<hr>
|
1187
1181
|
<div class="refsect2">
|
@@ -1202,7 +1196,7 @@ be found, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL
|
|
1202
1196
|
<a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-GROUP-NOT-FOUND:CAPS"><span class="type">G_KEY_FILE_ERROR_GROUP_NOT_FOUND</span></a>.</p>
|
1203
1197
|
<div class="refsect3">
|
1204
1198
|
<a name="id-1.5.27.7.15.5"></a><h4>Parameters</h4>
|
1205
|
-
<div class="informaltable"><table width="100%" border="0">
|
1199
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1206
1200
|
<colgroup>
|
1207
1201
|
<col width="150px" class="parameters_name">
|
1208
1202
|
<col class="parameters_description">
|
@@ -1238,7 +1232,7 @@ be found, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL
|
|
1238
1232
|
Use <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a> to free it. </p>
|
1239
1233
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1240
1234
|
</div>
|
1241
|
-
<p class="since">Since 2.6</p>
|
1235
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1242
1236
|
</div>
|
1243
1237
|
<hr>
|
1244
1238
|
<div class="refsect2">
|
@@ -1250,7 +1244,7 @@ g_key_file_has_group (<em class="parameter"><code><a class="link" href="glib-Key
|
|
1250
1244
|
.</p>
|
1251
1245
|
<div class="refsect3">
|
1252
1246
|
<a name="id-1.5.27.7.16.5"></a><h4>Parameters</h4>
|
1253
|
-
<div class="informaltable"><table width="100%" border="0">
|
1247
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1254
1248
|
<colgroup>
|
1255
1249
|
<col width="150px" class="parameters_name">
|
1256
1250
|
<col class="parameters_description">
|
@@ -1276,9 +1270,8 @@ g_key_file_has_group (<em class="parameter"><code><a class="link" href="glib-Key
|
|
1276
1270
|
is a part of <em class="parameter"><code>key_file</code></em>
|
1277
1271
|
, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a>
|
1278
1272
|
otherwise.</p>
|
1279
|
-
<p></p>
|
1280
1273
|
</div>
|
1281
|
-
<p class="since">Since 2.6</p>
|
1274
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1282
1275
|
</div>
|
1283
1276
|
<hr>
|
1284
1277
|
<div class="refsect2">
|
@@ -1299,9 +1292,10 @@ this function, you must pass a <a class="link" href="glib-Error-Reporting.html#G
|
|
1299
1292
|
whether it is not <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to see if an error occurred.</p>
|
1300
1293
|
<p>Language bindings should use <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-value" title="g_key_file_get_value ()"><code class="function">g_key_file_get_value()</code></a> to test whether
|
1301
1294
|
or not a key exists.</p>
|
1295
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1302
1296
|
<div class="refsect3">
|
1303
|
-
<a name="id-1.5.27.7.17.
|
1304
|
-
<div class="informaltable"><table width="100%" border="0">
|
1297
|
+
<a name="id-1.5.27.7.17.8"></a><h4>Parameters</h4>
|
1298
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1305
1299
|
<colgroup>
|
1306
1300
|
<col width="150px" class="parameters_name">
|
1307
1301
|
<col class="parameters_description">
|
@@ -1332,13 +1326,12 @@ or not a key exists.</p>
|
|
1332
1326
|
</table></div>
|
1333
1327
|
</div>
|
1334
1328
|
<div class="refsect3">
|
1335
|
-
<a name="id-1.5.27.7.17.
|
1329
|
+
<a name="id-1.5.27.7.17.9"></a><h4>Returns</h4>
|
1336
1330
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>key</code></em>
|
1337
1331
|
is a part of <em class="parameter"><code>group_name</code></em>
|
1338
1332
|
, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
|
1339
|
-
<p></p>
|
1340
1333
|
</div>
|
1341
|
-
<p class="since">Since 2.6</p>
|
1334
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1342
1335
|
</div>
|
1343
1336
|
<hr>
|
1344
1337
|
<div class="refsect2">
|
@@ -1361,7 +1354,7 @@ and <em class="parameter"><code>error</code></em>
|
|
1361
1354
|
is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-GROUP-NOT-FOUND:CAPS"><span class="type">G_KEY_FILE_ERROR_GROUP_NOT_FOUND</span></a>.</p>
|
1362
1355
|
<div class="refsect3">
|
1363
1356
|
<a name="id-1.5.27.7.18.6"></a><h4>Parameters</h4>
|
1364
|
-
<div class="informaltable"><table width="100%" border="0">
|
1357
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1365
1358
|
<colgroup>
|
1366
1359
|
<col width="150px" class="parameters_name">
|
1367
1360
|
<col class="parameters_description">
|
@@ -1395,9 +1388,8 @@ and <em class="parameter"><code>error</code></em>
|
|
1395
1388
|
<a name="id-1.5.27.7.18.7"></a><h4>Returns</h4>
|
1396
1389
|
<p> a newly allocated string or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
|
1397
1390
|
key cannot be found.</p>
|
1398
|
-
<p></p>
|
1399
1391
|
</div>
|
1400
|
-
<p class="since">Since 2.6</p>
|
1392
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1401
1393
|
</div>
|
1402
1394
|
<hr>
|
1403
1395
|
<div class="refsect2">
|
@@ -1421,7 +1413,7 @@ and <em class="parameter"><code>error</code></em>
|
|
1421
1413
|
is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-GROUP-NOT-FOUND:CAPS"><span class="type">G_KEY_FILE_ERROR_GROUP_NOT_FOUND</span></a>.</p>
|
1422
1414
|
<div class="refsect3">
|
1423
1415
|
<a name="id-1.5.27.7.19.6"></a><h4>Parameters</h4>
|
1424
|
-
<div class="informaltable"><table width="100%" border="0">
|
1416
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1425
1417
|
<colgroup>
|
1426
1418
|
<col width="150px" class="parameters_name">
|
1427
1419
|
<col class="parameters_description">
|
@@ -1455,9 +1447,8 @@ and <em class="parameter"><code>error</code></em>
|
|
1455
1447
|
<a name="id-1.5.27.7.19.7"></a><h4>Returns</h4>
|
1456
1448
|
<p> a newly allocated string or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
|
1457
1449
|
key cannot be found.</p>
|
1458
|
-
<p></p>
|
1459
1450
|
</div>
|
1460
|
-
<p class="since">Since 2.6</p>
|
1451
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1461
1452
|
</div>
|
1462
1453
|
<hr>
|
1463
1454
|
<div class="refsect2">
|
@@ -1484,7 +1475,7 @@ with <em class="parameter"><code>key</code></em>
|
|
1484
1475
|
be found then the untranslated value is returned.</p>
|
1485
1476
|
<div class="refsect3">
|
1486
1477
|
<a name="id-1.5.27.7.20.6"></a><h4>Parameters</h4>
|
1487
|
-
<div class="informaltable"><table width="100%" border="0">
|
1478
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1488
1479
|
<colgroup>
|
1489
1480
|
<col width="150px" class="parameters_name">
|
1490
1481
|
<col class="parameters_description">
|
@@ -1523,9 +1514,8 @@ be found then the untranslated value is returned.</p>
|
|
1523
1514
|
<a name="id-1.5.27.7.20.7"></a><h4>Returns</h4>
|
1524
1515
|
<p> a newly allocated string or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
|
1525
1516
|
key cannot be found.</p>
|
1526
|
-
<p></p>
|
1527
1517
|
</div>
|
1528
|
-
<p class="since">Since 2.6</p>
|
1518
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1529
1519
|
</div>
|
1530
1520
|
<hr>
|
1531
1521
|
<div class="refsect2">
|
@@ -1549,7 +1539,7 @@ is returned and <em class="parameter"><code>error</code></em>
|
|
1549
1539
|
is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
|
1550
1540
|
<div class="refsect3">
|
1551
1541
|
<a name="id-1.5.27.7.21.6"></a><h4>Parameters</h4>
|
1552
|
-
<div class="informaltable"><table width="100%" border="0">
|
1542
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1553
1543
|
<colgroup>
|
1554
1544
|
<col width="150px" class="parameters_name">
|
1555
1545
|
<col class="parameters_description">
|
@@ -1583,14 +1573,13 @@ is returned and <em class="parameter"><code>error</code></em>
|
|
1583
1573
|
<a name="id-1.5.27.7.21.7"></a><h4>Returns</h4>
|
1584
1574
|
<p> the value associated with the key as a boolean,
|
1585
1575
|
or <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> if the key was not found or could not be parsed.</p>
|
1586
|
-
<p></p>
|
1587
1576
|
</div>
|
1588
|
-
<p class="since">Since 2.6</p>
|
1577
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1589
1578
|
</div>
|
1590
1579
|
<hr>
|
1591
1580
|
<div class="refsect2">
|
1592
1581
|
<a name="g-key-file-get-integer"></a><h3>g_key_file_get_integer ()</h3>
|
1593
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
|
1582
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a>
|
1594
1583
|
g_key_file_get_integer (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
1595
1584
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
1596
1585
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
@@ -1609,7 +1598,7 @@ and <em class="parameter"><code>error</code></em>
|
|
1609
1598
|
is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
|
1610
1599
|
<div class="refsect3">
|
1611
1600
|
<a name="id-1.5.27.7.22.6"></a><h4>Parameters</h4>
|
1612
|
-
<div class="informaltable"><table width="100%" border="0">
|
1601
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1613
1602
|
<colgroup>
|
1614
1603
|
<col width="150px" class="parameters_name">
|
1615
1604
|
<col class="parameters_description">
|
@@ -1643,9 +1632,8 @@ and <em class="parameter"><code>error</code></em>
|
|
1643
1632
|
<a name="id-1.5.27.7.22.7"></a><h4>Returns</h4>
|
1644
1633
|
<p> the value associated with the key as an integer, or
|
1645
1634
|
0 if the key was not found or could not be parsed.</p>
|
1646
|
-
<p></p>
|
1647
1635
|
</div>
|
1648
|
-
<p class="since">Since 2.6</p>
|
1636
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1649
1637
|
</div>
|
1650
1638
|
<hr>
|
1651
1639
|
<div class="refsect2">
|
@@ -1662,7 +1650,7 @@ g_key_file_get_int64 (<em class="parameter"><code><a class="link" href="glib-Key
|
|
1662
1650
|
64-bit results without truncation.</p>
|
1663
1651
|
<div class="refsect3">
|
1664
1652
|
<a name="id-1.5.27.7.23.5"></a><h4>Parameters</h4>
|
1665
|
-
<div class="informaltable"><table width="100%" border="0">
|
1653
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1666
1654
|
<colgroup>
|
1667
1655
|
<col width="150px" class="parameters_name">
|
1668
1656
|
<col class="parameters_description">
|
@@ -1696,9 +1684,8 @@ g_key_file_get_int64 (<em class="parameter"><code><a class="link" href="glib-Key
|
|
1696
1684
|
<a name="id-1.5.27.7.23.6"></a><h4>Returns</h4>
|
1697
1685
|
<p> the value associated with the key as a signed 64-bit integer, or
|
1698
1686
|
0 if the key was not found or could not be parsed.</p>
|
1699
|
-
<p></p>
|
1700
1687
|
</div>
|
1701
|
-
<p class="since">Since 2.26</p>
|
1688
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1702
1689
|
</div>
|
1703
1690
|
<hr>
|
1704
1691
|
<div class="refsect2">
|
@@ -1715,7 +1702,7 @@ g_key_file_get_uint64 (<em class="parameter"><code><a class="link" href="glib-Ke
|
|
1715
1702
|
large positive results without truncation.</p>
|
1716
1703
|
<div class="refsect3">
|
1717
1704
|
<a name="id-1.5.27.7.24.5"></a><h4>Parameters</h4>
|
1718
|
-
<div class="informaltable"><table width="100%" border="0">
|
1705
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1719
1706
|
<colgroup>
|
1720
1707
|
<col width="150px" class="parameters_name">
|
1721
1708
|
<col class="parameters_description">
|
@@ -1749,9 +1736,8 @@ large positive results without truncation.</p>
|
|
1749
1736
|
<a name="id-1.5.27.7.24.6"></a><h4>Returns</h4>
|
1750
1737
|
<p> the value associated with the key as an unsigned 64-bit integer,
|
1751
1738
|
or 0 if the key was not found or could not be parsed.</p>
|
1752
|
-
<p></p>
|
1753
1739
|
</div>
|
1754
|
-
<p class="since">Since 2.26</p>
|
1740
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
1755
1741
|
</div>
|
1756
1742
|
<hr>
|
1757
1743
|
<div class="refsect2">
|
@@ -1776,7 +1762,7 @@ and <em class="parameter"><code>error</code></em>
|
|
1776
1762
|
is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
|
1777
1763
|
<div class="refsect3">
|
1778
1764
|
<a name="id-1.5.27.7.25.6"></a><h4>Parameters</h4>
|
1779
|
-
<div class="informaltable"><table width="100%" border="0">
|
1765
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1780
1766
|
<colgroup>
|
1781
1767
|
<col width="150px" class="parameters_name">
|
1782
1768
|
<col class="parameters_description">
|
@@ -1810,9 +1796,8 @@ and <em class="parameter"><code>error</code></em>
|
|
1810
1796
|
<a name="id-1.5.27.7.25.7"></a><h4>Returns</h4>
|
1811
1797
|
<p> the value associated with the key as a double, or
|
1812
1798
|
0.0 if the key was not found or could not be parsed.</p>
|
1813
|
-
<p></p>
|
1814
1799
|
</div>
|
1815
|
-
<p class="since">Since 2.12</p>
|
1800
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
1816
1801
|
</div>
|
1817
1802
|
<hr>
|
1818
1803
|
<div class="refsect2">
|
@@ -1835,7 +1820,7 @@ and <em class="parameter"><code>error</code></em>
|
|
1835
1820
|
is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-GROUP-NOT-FOUND:CAPS"><span class="type">G_KEY_FILE_ERROR_GROUP_NOT_FOUND</span></a>.</p>
|
1836
1821
|
<div class="refsect3">
|
1837
1822
|
<a name="id-1.5.27.7.26.6"></a><h4>Parameters</h4>
|
1838
|
-
<div class="informaltable"><table width="100%" border="0">
|
1823
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1839
1824
|
<colgroup>
|
1840
1825
|
<col width="150px" class="parameters_name">
|
1841
1826
|
<col class="parameters_description">
|
@@ -1876,7 +1861,7 @@ and <em class="parameter"><code>error</code></em>
|
|
1876
1861
|
key cannot be found. The array should be freed with <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a>. </p>
|
1877
1862
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1 length=length][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1878
1863
|
</div>
|
1879
|
-
<p class="since">Since 2.6</p>
|
1864
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1880
1865
|
</div>
|
1881
1866
|
<hr>
|
1882
1867
|
<div class="refsect2">
|
@@ -1907,7 +1892,7 @@ returned array is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" tit
|
|
1907
1892
|
be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
|
1908
1893
|
<div class="refsect3">
|
1909
1894
|
<a name="id-1.5.27.7.27.6"></a><h4>Parameters</h4>
|
1910
|
-
<div class="informaltable"><table width="100%" border="0">
|
1895
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1911
1896
|
<colgroup>
|
1912
1897
|
<col width="150px" class="parameters_name">
|
1913
1898
|
<col class="parameters_description">
|
@@ -1954,7 +1939,7 @@ or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
|
|
1954
1939
|
with <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a>. </p>
|
1955
1940
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1 length=length][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1956
1941
|
</div>
|
1957
|
-
<p class="since">Since 2.6</p>
|
1942
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1958
1943
|
</div>
|
1959
1944
|
<hr>
|
1960
1945
|
<div class="refsect2">
|
@@ -1979,7 +1964,7 @@ and <em class="parameter"><code>error</code></em>
|
|
1979
1964
|
is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
|
1980
1965
|
<div class="refsect3">
|
1981
1966
|
<a name="id-1.5.27.7.28.6"></a><h4>Parameters</h4>
|
1982
|
-
<div class="informaltable"><table width="100%" border="0">
|
1967
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1983
1968
|
<colgroup>
|
1984
1969
|
<col width="150px" class="parameters_name">
|
1985
1970
|
<col class="parameters_description">
|
@@ -2021,12 +2006,12 @@ key was not found or could not be parsed. The returned list of booleans
|
|
2021
2006
|
should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a> when no longer needed. </p>
|
2022
2007
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> gboolean][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
2023
2008
|
</div>
|
2024
|
-
<p class="since">Since 2.6</p>
|
2009
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2025
2010
|
</div>
|
2026
2011
|
<hr>
|
2027
2012
|
<div class="refsect2">
|
2028
2013
|
<a name="g-key-file-get-integer-list"></a><h3>g_key_file_get_integer_list ()</h3>
|
2029
|
-
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a> *
|
2014
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="returnvalue">gint</span></a> *
|
2030
2015
|
g_key_file_get_integer_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2031
2016
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
2032
2017
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
@@ -2046,7 +2031,7 @@ and <em class="parameter"><code>error</code></em>
|
|
2046
2031
|
is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
|
2047
2032
|
<div class="refsect3">
|
2048
2033
|
<a name="id-1.5.27.7.29.6"></a><h4>Parameters</h4>
|
2049
|
-
<div class="informaltable"><table width="100%" border="0">
|
2034
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2050
2035
|
<colgroup>
|
2051
2036
|
<col width="150px" class="parameters_name">
|
2052
2037
|
<col class="parameters_description">
|
@@ -2088,7 +2073,7 @@ the key was not found or could not be parsed. The returned list of
|
|
2088
2073
|
integers should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a> when no longer needed. </p>
|
2089
2074
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> gint][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
2090
2075
|
</div>
|
2091
|
-
<p class="since">Since 2.6</p>
|
2076
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2092
2077
|
</div>
|
2093
2078
|
<hr>
|
2094
2079
|
<div class="refsect2">
|
@@ -2113,7 +2098,7 @@ and <em class="parameter"><code>error</code></em>
|
|
2113
2098
|
is set to <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS"><span class="type">G_KEY_FILE_ERROR_INVALID_VALUE</span></a>.</p>
|
2114
2099
|
<div class="refsect3">
|
2115
2100
|
<a name="id-1.5.27.7.30.6"></a><h4>Parameters</h4>
|
2116
|
-
<div class="informaltable"><table width="100%" border="0">
|
2101
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2117
2102
|
<colgroup>
|
2118
2103
|
<col width="150px" class="parameters_name">
|
2119
2104
|
<col class="parameters_description">
|
@@ -2155,7 +2140,7 @@ key was not found or could not be parsed. The returned list of doubles
|
|
2155
2140
|
should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a> when no longer needed. </p>
|
2156
2141
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> gdouble][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
2157
2142
|
</div>
|
2158
|
-
<p class="since">Since 2.12</p>
|
2143
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
2159
2144
|
</div>
|
2160
2145
|
<hr>
|
2161
2146
|
<div class="refsect2">
|
@@ -2170,16 +2155,17 @@ g_key_file_get_comment (<em class="parameter"><code><a class="link" href="glib-K
|
|
2170
2155
|
.
|
2171
2156
|
If <em class="parameter"><code>key</code></em>
|
2172
2157
|
is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> then <em class="parameter"><code>comment</code></em>
|
2173
|
-
will be read from above
|
2158
|
+
will be read from above
|
2174
2159
|
<em class="parameter"><code>group_name</code></em>
|
2175
2160
|
. If both <em class="parameter"><code>key</code></em>
|
2176
2161
|
and <em class="parameter"><code>group_name</code></em>
|
2177
|
-
are <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, then
|
2162
|
+
are <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, then
|
2178
2163
|
<em class="parameter"><code>comment</code></em>
|
2179
2164
|
will be read from above the first group in the file.</p>
|
2165
|
+
<p>Note that the returned string includes the '#' comment markers.</p>
|
2180
2166
|
<div class="refsect3">
|
2181
|
-
<a name="id-1.5.27.7.31.
|
2182
|
-
<div class="informaltable"><table width="100%" border="0">
|
2167
|
+
<a name="id-1.5.27.7.31.6"></a><h4>Parameters</h4>
|
2168
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2183
2169
|
<colgroup>
|
2184
2170
|
<col width="150px" class="parameters_name">
|
2185
2171
|
<col class="parameters_description">
|
@@ -2210,11 +2196,10 @@ If <em class="parameter"><code>key</code></em>
|
|
2210
2196
|
</table></div>
|
2211
2197
|
</div>
|
2212
2198
|
<div class="refsect3">
|
2213
|
-
<a name="id-1.5.27.7.31.
|
2199
|
+
<a name="id-1.5.27.7.31.7"></a><h4>Returns</h4>
|
2214
2200
|
<p> a comment that should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a></p>
|
2215
|
-
<p></p>
|
2216
2201
|
</div>
|
2217
|
-
<p class="since">Since 2.6</p>
|
2202
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2218
2203
|
</div>
|
2219
2204
|
<hr>
|
2220
2205
|
<div class="refsect2">
|
@@ -2235,7 +2220,7 @@ characters that need escaping (such as newlines or spaces), use
|
|
2235
2220
|
<a class="link" href="glib-Key-value-file-parser.html#g-key-file-set-string" title="g_key_file_set_string ()"><code class="function">g_key_file_set_string()</code></a>.</p>
|
2236
2221
|
<div class="refsect3">
|
2237
2222
|
<a name="id-1.5.27.7.32.6"></a><h4>Parameters</h4>
|
2238
|
-
<div class="informaltable"><table width="100%" border="0">
|
2223
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2239
2224
|
<colgroup>
|
2240
2225
|
<col width="150px" class="parameters_name">
|
2241
2226
|
<col class="parameters_description">
|
@@ -2265,7 +2250,7 @@ characters that need escaping (such as newlines or spaces), use
|
|
2265
2250
|
</tbody>
|
2266
2251
|
</table></div>
|
2267
2252
|
</div>
|
2268
|
-
<p class="since">Since 2.6</p>
|
2253
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2269
2254
|
</div>
|
2270
2255
|
<hr>
|
2271
2256
|
<div class="refsect2">
|
@@ -2286,7 +2271,7 @@ Unlike <a class="link" href="glib-Key-value-file-parser.html#g-key-file-set-valu
|
|
2286
2271
|
that need escaping, such as newlines.</p>
|
2287
2272
|
<div class="refsect3">
|
2288
2273
|
<a name="id-1.5.27.7.33.5"></a><h4>Parameters</h4>
|
2289
|
-
<div class="informaltable"><table width="100%" border="0">
|
2274
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2290
2275
|
<colgroup>
|
2291
2276
|
<col width="150px" class="parameters_name">
|
2292
2277
|
<col class="parameters_description">
|
@@ -2316,7 +2301,7 @@ that need escaping, such as newlines.</p>
|
|
2316
2301
|
</tbody>
|
2317
2302
|
</table></div>
|
2318
2303
|
</div>
|
2319
|
-
<p class="since">Since 2.6</p>
|
2304
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2320
2305
|
</div>
|
2321
2306
|
<hr>
|
2322
2307
|
<div class="refsect2">
|
@@ -2335,7 +2320,7 @@ If the translation for <em class="parameter"><code>key</code></em>
|
|
2335
2320
|
cannot be found then it is created.</p>
|
2336
2321
|
<div class="refsect3">
|
2337
2322
|
<a name="id-1.5.27.7.34.5"></a><h4>Parameters</h4>
|
2338
|
-
<div class="informaltable"><table width="100%" border="0">
|
2323
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2339
2324
|
<colgroup>
|
2340
2325
|
<col width="150px" class="parameters_name">
|
2341
2326
|
<col class="parameters_description">
|
@@ -2370,7 +2355,7 @@ If the translation for <em class="parameter"><code>key</code></em>
|
|
2370
2355
|
</tbody>
|
2371
2356
|
</table></div>
|
2372
2357
|
</div>
|
2373
|
-
<p class="since">Since 2.6</p>
|
2358
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2374
2359
|
</div>
|
2375
2360
|
<hr>
|
2376
2361
|
<div class="refsect2">
|
@@ -2387,7 +2372,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2387
2372
|
cannot be found then it is created.</p>
|
2388
2373
|
<div class="refsect3">
|
2389
2374
|
<a name="id-1.5.27.7.35.5"></a><h4>Parameters</h4>
|
2390
|
-
<div class="informaltable"><table width="100%" border="0">
|
2375
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2391
2376
|
<colgroup>
|
2392
2377
|
<col width="150px" class="parameters_name">
|
2393
2378
|
<col class="parameters_description">
|
@@ -2417,7 +2402,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2417
2402
|
</tbody>
|
2418
2403
|
</table></div>
|
2419
2404
|
</div>
|
2420
|
-
<p class="since">Since 2.6</p>
|
2405
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2421
2406
|
</div>
|
2422
2407
|
<hr>
|
2423
2408
|
<div class="refsect2">
|
@@ -2426,7 +2411,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2426
2411
|
g_key_file_set_integer (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2427
2412
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
2428
2413
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
2429
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> value</code></em>);</pre>
|
2414
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a> value</code></em>);</pre>
|
2430
2415
|
<p>Associates a new integer value with <em class="parameter"><code>key</code></em>
|
2431
2416
|
under <em class="parameter"><code>group_name</code></em>
|
2432
2417
|
.
|
@@ -2434,7 +2419,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2434
2419
|
cannot be found then it is created.</p>
|
2435
2420
|
<div class="refsect3">
|
2436
2421
|
<a name="id-1.5.27.7.36.5"></a><h4>Parameters</h4>
|
2437
|
-
<div class="informaltable"><table width="100%" border="0">
|
2422
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2438
2423
|
<colgroup>
|
2439
2424
|
<col width="150px" class="parameters_name">
|
2440
2425
|
<col class="parameters_description">
|
@@ -2464,7 +2449,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2464
2449
|
</tbody>
|
2465
2450
|
</table></div>
|
2466
2451
|
</div>
|
2467
|
-
<p class="since">Since 2.6</p>
|
2452
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2468
2453
|
</div>
|
2469
2454
|
<hr>
|
2470
2455
|
<div class="refsect2">
|
@@ -2481,7 +2466,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2481
2466
|
cannot be found then it is created.</p>
|
2482
2467
|
<div class="refsect3">
|
2483
2468
|
<a name="id-1.5.27.7.37.5"></a><h4>Parameters</h4>
|
2484
|
-
<div class="informaltable"><table width="100%" border="0">
|
2469
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2485
2470
|
<colgroup>
|
2486
2471
|
<col width="150px" class="parameters_name">
|
2487
2472
|
<col class="parameters_description">
|
@@ -2511,7 +2496,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2511
2496
|
</tbody>
|
2512
2497
|
</table></div>
|
2513
2498
|
</div>
|
2514
|
-
<p class="since">Since 2.26</p>
|
2499
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2515
2500
|
</div>
|
2516
2501
|
<hr>
|
2517
2502
|
<div class="refsect2">
|
@@ -2528,7 +2513,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2528
2513
|
cannot be found then it is created.</p>
|
2529
2514
|
<div class="refsect3">
|
2530
2515
|
<a name="id-1.5.27.7.38.5"></a><h4>Parameters</h4>
|
2531
|
-
<div class="informaltable"><table width="100%" border="0">
|
2516
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2532
2517
|
<colgroup>
|
2533
2518
|
<col width="150px" class="parameters_name">
|
2534
2519
|
<col class="parameters_description">
|
@@ -2558,7 +2543,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2558
2543
|
</tbody>
|
2559
2544
|
</table></div>
|
2560
2545
|
</div>
|
2561
|
-
<p class="since">Since 2.26</p>
|
2546
|
+
<p class="since">Since: <a class="link" href="api-index-2-26.html#api-index-2.26">2.26</a></p>
|
2562
2547
|
</div>
|
2563
2548
|
<hr>
|
2564
2549
|
<div class="refsect2">
|
@@ -2575,7 +2560,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2575
2560
|
cannot be found then it is created.</p>
|
2576
2561
|
<div class="refsect3">
|
2577
2562
|
<a name="id-1.5.27.7.39.5"></a><h4>Parameters</h4>
|
2578
|
-
<div class="informaltable"><table width="100%" border="0">
|
2563
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2579
2564
|
<colgroup>
|
2580
2565
|
<col width="150px" class="parameters_name">
|
2581
2566
|
<col class="parameters_description">
|
@@ -2605,7 +2590,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2605
2590
|
</tbody>
|
2606
2591
|
</table></div>
|
2607
2592
|
</div>
|
2608
|
-
<p class="since">Since 2.12</p>
|
2593
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
2609
2594
|
</div>
|
2610
2595
|
<hr>
|
2611
2596
|
<div class="refsect2">
|
@@ -2625,7 +2610,7 @@ If <em class="parameter"><code>group_name</code></em>
|
|
2625
2610
|
cannot be found then it is created.</p>
|
2626
2611
|
<div class="refsect3">
|
2627
2612
|
<a name="id-1.5.27.7.40.5"></a><h4>Parameters</h4>
|
2628
|
-
<div class="informaltable"><table width="100%" border="0">
|
2613
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2629
2614
|
<colgroup>
|
2630
2615
|
<col width="150px" class="parameters_name">
|
2631
2616
|
<col class="parameters_description">
|
@@ -2661,7 +2646,7 @@ If <em class="parameter"><code>group_name</code></em>
|
|
2661
2646
|
</tbody>
|
2662
2647
|
</table></div>
|
2663
2648
|
</div>
|
2664
|
-
<p class="since">Since 2.6</p>
|
2649
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2665
2650
|
</div>
|
2666
2651
|
<hr>
|
2667
2652
|
<div class="refsect2">
|
@@ -2682,7 +2667,7 @@ g_key_file_set_locale_string_list (<em class="parameter"><code><a class="link" h
|
|
2682
2667
|
it is created.</p>
|
2683
2668
|
<div class="refsect3">
|
2684
2669
|
<a name="id-1.5.27.7.41.5"></a><h4>Parameters</h4>
|
2685
|
-
<div class="informaltable"><table width="100%" border="0">
|
2670
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2686
2671
|
<colgroup>
|
2687
2672
|
<col width="150px" class="parameters_name">
|
2688
2673
|
<col class="parameters_description">
|
@@ -2723,7 +2708,7 @@ it is created.</p>
|
|
2723
2708
|
</tbody>
|
2724
2709
|
</table></div>
|
2725
2710
|
</div>
|
2726
|
-
<p class="since">Since 2.6</p>
|
2711
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2727
2712
|
</div>
|
2728
2713
|
<hr>
|
2729
2714
|
<div class="refsect2">
|
@@ -2743,7 +2728,7 @@ If <em class="parameter"><code>group_name</code></em>
|
|
2743
2728
|
is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, the start_group is used.</p>
|
2744
2729
|
<div class="refsect3">
|
2745
2730
|
<a name="id-1.5.27.7.42.5"></a><h4>Parameters</h4>
|
2746
|
-
<div class="informaltable"><table width="100%" border="0">
|
2731
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2747
2732
|
<colgroup>
|
2748
2733
|
<col width="150px" class="parameters_name">
|
2749
2734
|
<col class="parameters_description">
|
@@ -2779,7 +2764,7 @@ If <em class="parameter"><code>group_name</code></em>
|
|
2779
2764
|
</tbody>
|
2780
2765
|
</table></div>
|
2781
2766
|
</div>
|
2782
|
-
<p class="since">Since 2.6</p>
|
2767
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2783
2768
|
</div>
|
2784
2769
|
<hr>
|
2785
2770
|
<div class="refsect2">
|
@@ -2788,7 +2773,7 @@ If <em class="parameter"><code>group_name</code></em>
|
|
2788
2773
|
g_key_file_set_integer_list (<em class="parameter"><code><a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
2789
2774
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
2790
2775
|
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *key</code></em>,
|
2791
|
-
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> list[]</code></em>,
|
2776
|
+
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint ()"><span class="type">gint</span></a> list[]</code></em>,
|
2792
2777
|
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gsize" title="gsize"><span class="type">gsize</span></a> length</code></em>);</pre>
|
2793
2778
|
<p>Associates a list of integer values with <em class="parameter"><code>key</code></em>
|
2794
2779
|
under <em class="parameter"><code>group_name</code></em>
|
@@ -2797,7 +2782,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2797
2782
|
cannot be found then it is created.</p>
|
2798
2783
|
<div class="refsect3">
|
2799
2784
|
<a name="id-1.5.27.7.43.5"></a><h4>Parameters</h4>
|
2800
|
-
<div class="informaltable"><table width="100%" border="0">
|
2785
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2801
2786
|
<colgroup>
|
2802
2787
|
<col width="150px" class="parameters_name">
|
2803
2788
|
<col class="parameters_description">
|
@@ -2833,7 +2818,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2833
2818
|
</tbody>
|
2834
2819
|
</table></div>
|
2835
2820
|
</div>
|
2836
|
-
<p class="since">Since 2.6</p>
|
2821
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2837
2822
|
</div>
|
2838
2823
|
<hr>
|
2839
2824
|
<div class="refsect2">
|
@@ -2851,7 +2836,7 @@ g_key_file_set_double_list (<em class="parameter"><code><a class="link" href="gl
|
|
2851
2836
|
cannot be found then it is created.</p>
|
2852
2837
|
<div class="refsect3">
|
2853
2838
|
<a name="id-1.5.27.7.44.5"></a><h4>Parameters</h4>
|
2854
|
-
<div class="informaltable"><table width="100%" border="0">
|
2839
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2855
2840
|
<colgroup>
|
2856
2841
|
<col width="150px" class="parameters_name">
|
2857
2842
|
<col class="parameters_description">
|
@@ -2887,7 +2872,7 @@ g_key_file_set_double_list (<em class="parameter"><code><a class="link" href="gl
|
|
2887
2872
|
</tbody>
|
2888
2873
|
</table></div>
|
2889
2874
|
</div>
|
2890
|
-
<p class="since">Since 2.12</p>
|
2875
|
+
<p class="since">Since: <a class="link" href="api-index-2-12.html#api-index-2.12">2.12</a></p>
|
2891
2876
|
</div>
|
2892
2877
|
<hr>
|
2893
2878
|
<div class="refsect2">
|
@@ -2900,19 +2885,22 @@ g_key_file_set_comment (<em class="parameter"><code><a class="link" href="glib-K
|
|
2900
2885
|
<em class="parameter"><code><a class="link" href="glib-Error-Reporting.html#GError" title="struct GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
2901
2886
|
<p>Places a comment above <em class="parameter"><code>key</code></em>
|
2902
2887
|
from <em class="parameter"><code>group_name</code></em>
|
2903
|
-
|
2904
|
-
If <em class="parameter"><code>key</code></em>
|
2888
|
+
.</p>
|
2889
|
+
<p>If <em class="parameter"><code>key</code></em>
|
2905
2890
|
is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> then <em class="parameter"><code>comment</code></em>
|
2906
2891
|
will be written above <em class="parameter"><code>group_name</code></em>
|
2907
|
-
.
|
2892
|
+
.
|
2908
2893
|
If both <em class="parameter"><code>key</code></em>
|
2909
2894
|
and <em class="parameter"><code>group_name</code></em>
|
2910
2895
|
are <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, then <em class="parameter"><code>comment</code></em>
|
2911
|
-
will be
|
2896
|
+
will be
|
2912
2897
|
written above the first group in the file.</p>
|
2898
|
+
<p>Note that this function prepends a '#' comment marker to
|
2899
|
+
each line of <em class="parameter"><code>comment</code></em>
|
2900
|
+
.</p>
|
2913
2901
|
<div class="refsect3">
|
2914
|
-
<a name="id-1.5.27.7.45.
|
2915
|
-
<div class="informaltable"><table width="100%" border="0">
|
2902
|
+
<a name="id-1.5.27.7.45.7"></a><h4>Parameters</h4>
|
2903
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2916
2904
|
<colgroup>
|
2917
2905
|
<col width="150px" class="parameters_name">
|
2918
2906
|
<col class="parameters_description">
|
@@ -2948,11 +2936,10 @@ written above the first group in the file.</p>
|
|
2948
2936
|
</table></div>
|
2949
2937
|
</div>
|
2950
2938
|
<div class="refsect3">
|
2951
|
-
<a name="id-1.5.27.7.45.
|
2939
|
+
<a name="id-1.5.27.7.45.8"></a><h4>Returns</h4>
|
2952
2940
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the comment was written, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
|
2953
|
-
<p></p>
|
2954
2941
|
</div>
|
2955
|
-
<p class="since">Since 2.6</p>
|
2942
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
2956
2943
|
</div>
|
2957
2944
|
<hr>
|
2958
2945
|
<div class="refsect2">
|
@@ -2966,7 +2953,7 @@ g_key_file_remove_group (<em class="parameter"><code><a class="link" href="glib-
|
|
2966
2953
|
from the key file.</p>
|
2967
2954
|
<div class="refsect3">
|
2968
2955
|
<a name="id-1.5.27.7.46.5"></a><h4>Parameters</h4>
|
2969
|
-
<div class="informaltable"><table width="100%" border="0">
|
2956
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2970
2957
|
<colgroup>
|
2971
2958
|
<col width="150px" class="parameters_name">
|
2972
2959
|
<col class="parameters_description">
|
@@ -2994,9 +2981,8 @@ from the key file.</p>
|
|
2994
2981
|
<div class="refsect3">
|
2995
2982
|
<a name="id-1.5.27.7.46.6"></a><h4>Returns</h4>
|
2996
2983
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the group was removed, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
|
2997
|
-
<p></p>
|
2998
2984
|
</div>
|
2999
|
-
<p class="since">Since 2.6</p>
|
2985
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
3000
2986
|
</div>
|
3001
2987
|
<hr>
|
3002
2988
|
<div class="refsect2">
|
@@ -3011,7 +2997,7 @@ g_key_file_remove_key (<em class="parameter"><code><a class="link" href="glib-Ke
|
|
3011
2997
|
from the key file.</p>
|
3012
2998
|
<div class="refsect3">
|
3013
2999
|
<a name="id-1.5.27.7.47.5"></a><h4>Parameters</h4>
|
3014
|
-
<div class="informaltable"><table width="100%" border="0">
|
3000
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3015
3001
|
<colgroup>
|
3016
3002
|
<col width="150px" class="parameters_name">
|
3017
3003
|
<col class="parameters_description">
|
@@ -3044,9 +3030,8 @@ g_key_file_remove_key (<em class="parameter"><code><a class="link" href="glib-Ke
|
|
3044
3030
|
<div class="refsect3">
|
3045
3031
|
<a name="id-1.5.27.7.47.6"></a><h4>Returns</h4>
|
3046
3032
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the key was removed, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
|
3047
|
-
<p></p>
|
3048
3033
|
</div>
|
3049
|
-
<p class="since">Since 2.6</p>
|
3034
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
3050
3035
|
</div>
|
3051
3036
|
<hr>
|
3052
3037
|
<div class="refsect2">
|
@@ -3070,7 +3055,7 @@ If both <em class="parameter"><code>key</code></em>
|
|
3070
3055
|
be removed above the first group in the file.</p>
|
3071
3056
|
<div class="refsect3">
|
3072
3057
|
<a name="id-1.5.27.7.48.5"></a><h4>Parameters</h4>
|
3073
|
-
<div class="informaltable"><table width="100%" border="0">
|
3058
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3074
3059
|
<colgroup>
|
3075
3060
|
<col width="150px" class="parameters_name">
|
3076
3061
|
<col class="parameters_description">
|
@@ -3103,9 +3088,8 @@ be removed above the first group in the file.</p>
|
|
3103
3088
|
<div class="refsect3">
|
3104
3089
|
<a name="id-1.5.27.7.48.6"></a><h4>Returns</h4>
|
3105
3090
|
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if the comment was removed, <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> otherwise</p>
|
3106
|
-
<p></p>
|
3107
3091
|
</div>
|
3108
|
-
<p class="since">Since 2.6</p>
|
3092
|
+
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
3109
3093
|
</div>
|
3110
3094
|
</div>
|
3111
3095
|
<div class="refsect1">
|
@@ -3131,7 +3115,7 @@ be from the <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError"
|
|
3131
3115
|
<p>Error codes returned by key file parsing.</p>
|
3132
3116
|
<div class="refsect3">
|
3133
3117
|
<a name="id-1.5.27.8.4.4"></a><h4>Members</h4>
|
3134
|
-
<div class="informaltable"><table width="100%" border="0">
|
3118
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3135
3119
|
<colgroup>
|
3136
3120
|
<col width="300px" class="enum_members_name">
|
3137
3121
|
<col class="enum_members_description">
|
@@ -3191,7 +3175,7 @@ be from the <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError"
|
|
3191
3175
|
<p>Flags which influence the parsing.</p>
|
3192
3176
|
<div class="refsect3">
|
3193
3177
|
<a name="id-1.5.27.8.5.4"></a><h4>Members</h4>
|
3194
|
-
<div class="informaltable"><table width="100%" border="0">
|
3178
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3195
3179
|
<colgroup>
|
3196
3180
|
<col width="300px" class="enum_members_name">
|
3197
3181
|
<col class="enum_members_description">
|
@@ -3238,7 +3222,7 @@ be from the <a class="link" href="glib-Key-value-file-parser.html#GKeyFileError"
|
|
3238
3222
|
<a class="ulink" href="http://freedesktop.org/Standards/desktop-entry-spec" target="_top">Desktop Entry Specification</a>.
|
3239
3223
|
Consult the specification for more
|
3240
3224
|
details about the meanings of the keys below.</p>
|
3241
|
-
<p class="since">Since 2.14</p>
|
3225
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3242
3226
|
</div>
|
3243
3227
|
<hr>
|
3244
3228
|
<div class="refsect2">
|
@@ -3250,7 +3234,7 @@ giving the type of the desktop entry. Usually
|
|
3250
3234
|
<a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-TYPE-APPLICATION:CAPS" title="G_KEY_FILE_DESKTOP_TYPE_APPLICATION"><span class="type">G_KEY_FILE_DESKTOP_TYPE_APPLICATION</span></a>,
|
3251
3235
|
<a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-TYPE-LINK:CAPS" title="G_KEY_FILE_DESKTOP_TYPE_LINK"><span class="type">G_KEY_FILE_DESKTOP_TYPE_LINK</span></a>, or
|
3252
3236
|
<a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-TYPE-DIRECTORY:CAPS" title="G_KEY_FILE_DESKTOP_TYPE_DIRECTORY"><span class="type">G_KEY_FILE_DESKTOP_TYPE_DIRECTORY</span></a>.</p>
|
3253
|
-
<p class="since">Since 2.14</p>
|
3237
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3254
3238
|
</div>
|
3255
3239
|
<hr>
|
3256
3240
|
<div class="refsect2">
|
@@ -3260,7 +3244,7 @@ giving the type of the desktop entry. Usually
|
|
3260
3244
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a string
|
3261
3245
|
giving the version of the Desktop Entry Specification used for
|
3262
3246
|
the desktop entry file.</p>
|
3263
|
-
<p class="since">Since 2.14</p>
|
3247
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3264
3248
|
</div>
|
3265
3249
|
<hr>
|
3266
3250
|
<div class="refsect2">
|
@@ -3269,7 +3253,7 @@ the desktop entry file.</p>
|
|
3269
3253
|
</pre>
|
3270
3254
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a localized
|
3271
3255
|
string giving the specific name of the desktop entry.</p>
|
3272
|
-
<p class="since">Since 2.14</p>
|
3256
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3273
3257
|
</div>
|
3274
3258
|
<hr>
|
3275
3259
|
<div class="refsect2">
|
@@ -3278,7 +3262,7 @@ string giving the specific name of the desktop entry.</p>
|
|
3278
3262
|
</pre>
|
3279
3263
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a localized
|
3280
3264
|
string giving the generic name of the desktop entry.</p>
|
3281
|
-
<p class="since">Since 2.14</p>
|
3265
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3282
3266
|
</div>
|
3283
3267
|
<hr>
|
3284
3268
|
<div class="refsect2">
|
@@ -3287,7 +3271,7 @@ string giving the generic name of the desktop entry.</p>
|
|
3287
3271
|
</pre>
|
3288
3272
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a boolean
|
3289
3273
|
stating whether the desktop entry should be shown in menus.</p>
|
3290
|
-
<p class="since">Since 2.14</p>
|
3274
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3291
3275
|
</div>
|
3292
3276
|
<hr>
|
3293
3277
|
<div class="refsect2">
|
@@ -3296,7 +3280,7 @@ stating whether the desktop entry should be shown in menus.</p>
|
|
3296
3280
|
</pre>
|
3297
3281
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a localized
|
3298
3282
|
string giving the tooltip for the desktop entry.</p>
|
3299
|
-
<p class="since">Since 2.14</p>
|
3283
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3300
3284
|
</div>
|
3301
3285
|
<hr>
|
3302
3286
|
<div class="refsect2">
|
@@ -3306,7 +3290,7 @@ string giving the tooltip for the desktop entry.</p>
|
|
3306
3290
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a localized
|
3307
3291
|
string giving the name of the icon to be displayed for the desktop
|
3308
3292
|
entry.</p>
|
3309
|
-
<p class="since">Since 2.14</p>
|
3293
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3310
3294
|
</div>
|
3311
3295
|
<hr>
|
3312
3296
|
<div class="refsect2">
|
@@ -3315,7 +3299,7 @@ entry.</p>
|
|
3315
3299
|
</pre>
|
3316
3300
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a boolean
|
3317
3301
|
stating whether the desktop entry has been deleted by the user.</p>
|
3318
|
-
<p class="since">Since 2.14</p>
|
3302
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3319
3303
|
</div>
|
3320
3304
|
<hr>
|
3321
3305
|
<div class="refsect2">
|
@@ -3325,7 +3309,7 @@ stating whether the desktop entry has been deleted by the user.</p>
|
|
3325
3309
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a list of
|
3326
3310
|
strings identifying the environments that should display the
|
3327
3311
|
desktop entry.</p>
|
3328
|
-
<p class="since">Since 2.14</p>
|
3312
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3329
3313
|
</div>
|
3330
3314
|
<hr>
|
3331
3315
|
<div class="refsect2">
|
@@ -3335,7 +3319,7 @@ desktop entry.</p>
|
|
3335
3319
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a list of
|
3336
3320
|
strings identifying the environments that should not display the
|
3337
3321
|
desktop entry.</p>
|
3338
|
-
<p class="since">Since 2.14</p>
|
3322
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3339
3323
|
</div>
|
3340
3324
|
<hr>
|
3341
3325
|
<div class="refsect2">
|
@@ -3346,7 +3330,7 @@ desktop entry.</p>
|
|
3346
3330
|
giving the file name of a binary on disk used to determine if the
|
3347
3331
|
program is actually installed. It is only valid for desktop entries
|
3348
3332
|
with the <code class="literal">Application</code> type.</p>
|
3349
|
-
<p class="since">Since 2.14</p>
|
3333
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3350
3334
|
</div>
|
3351
3335
|
<hr>
|
3352
3336
|
<div class="refsect2">
|
@@ -3356,7 +3340,7 @@ with the <code class="literal">Application</code> type.</p>
|
|
3356
3340
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a string
|
3357
3341
|
giving the command line to execute. It is only valid for desktop
|
3358
3342
|
entries with the <code class="literal">Application</code> type.</p>
|
3359
|
-
<p class="since">Since 2.14</p>
|
3343
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3360
3344
|
</div>
|
3361
3345
|
<hr>
|
3362
3346
|
<div class="refsect2">
|
@@ -3366,7 +3350,7 @@ entries with the <code class="literal">Application</code> type.</p>
|
|
3366
3350
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a string
|
3367
3351
|
containing the working directory to run the program in. It is only
|
3368
3352
|
valid for desktop entries with the <code class="literal">Application</code> type.</p>
|
3369
|
-
<p class="since">Since 2.14</p>
|
3353
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3370
3354
|
</div>
|
3371
3355
|
<hr>
|
3372
3356
|
<div class="refsect2">
|
@@ -3377,7 +3361,7 @@ valid for desktop entries with the <code class="literal">Application</code> type
|
|
3377
3361
|
stating whether the program should be run in a terminal window.
|
3378
3362
|
It is only valid for desktop entries with the
|
3379
3363
|
<code class="literal">Application</code> type.</p>
|
3380
|
-
<p class="since">Since 2.14</p>
|
3364
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3381
3365
|
</div>
|
3382
3366
|
<hr>
|
3383
3367
|
<div class="refsect2">
|
@@ -3386,7 +3370,7 @@ It is only valid for desktop entries with the
|
|
3386
3370
|
</pre>
|
3387
3371
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a list
|
3388
3372
|
of strings giving the MIME types supported by this desktop entry.</p>
|
3389
|
-
<p class="since">Since 2.14</p>
|
3373
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3390
3374
|
</div>
|
3391
3375
|
<hr>
|
3392
3376
|
<div class="refsect2">
|
@@ -3396,7 +3380,7 @@ of strings giving the MIME types supported by this desktop entry.</p>
|
|
3396
3380
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a list
|
3397
3381
|
of strings giving the categories in which the desktop entry
|
3398
3382
|
should be shown in a menu.</p>
|
3399
|
-
<p class="since">Since 2.14</p>
|
3383
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3400
3384
|
</div>
|
3401
3385
|
<hr>
|
3402
3386
|
<div class="refsect2">
|
@@ -3406,7 +3390,7 @@ should be shown in a menu.</p>
|
|
3406
3390
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a boolean
|
3407
3391
|
stating whether the application supports the
|
3408
3392
|
<a class="ulink" href="http://www.freedesktop.org/Standards/startup-notification-spec" target="_top">Startup Notification Protocol Specification</a>.</p>
|
3409
|
-
<p class="since">Since 2.14</p>
|
3393
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3410
3394
|
</div>
|
3411
3395
|
<hr>
|
3412
3396
|
<div class="refsect2">
|
@@ -3417,7 +3401,7 @@ stating whether the application supports the
|
|
3417
3401
|
identifying the WM class or name hint of a window that the application
|
3418
3402
|
will create, which can be used to emulate Startup Notification with
|
3419
3403
|
older applications.</p>
|
3420
|
-
<p class="since">Since 2.14</p>
|
3404
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3421
3405
|
</div>
|
3422
3406
|
<hr>
|
3423
3407
|
<div class="refsect2">
|
@@ -3427,7 +3411,7 @@ older applications.</p>
|
|
3427
3411
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a string
|
3428
3412
|
giving the URL to access. It is only valid for desktop entries
|
3429
3413
|
with the <code class="literal">Link</code> type.</p>
|
3430
|
-
<p class="since">Since 2.14</p>
|
3414
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3431
3415
|
</div>
|
3432
3416
|
<hr>
|
3433
3417
|
<div class="refsect2">
|
@@ -3436,7 +3420,7 @@ with the <code class="literal">Link</code> type.</p>
|
|
3436
3420
|
</pre>
|
3437
3421
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a string list
|
3438
3422
|
giving the available application actions.</p>
|
3439
|
-
<p class="since">Since 2.38</p>
|
3423
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
3440
3424
|
</div>
|
3441
3425
|
<hr>
|
3442
3426
|
<div class="refsect2">
|
@@ -3445,7 +3429,7 @@ giving the available application actions.</p>
|
|
3445
3429
|
</pre>
|
3446
3430
|
<p>A key under <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS" title="G_KEY_FILE_DESKTOP_GROUP"><span class="type">G_KEY_FILE_DESKTOP_GROUP</span></a>, whose value is a boolean set to true
|
3447
3431
|
if the application is D-Bus activatable.</p>
|
3448
|
-
<p class="since">Since 2.38</p>
|
3432
|
+
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
3449
3433
|
</div>
|
3450
3434
|
<hr>
|
3451
3435
|
<div class="refsect2">
|
@@ -3454,7 +3438,7 @@ if the application is D-Bus activatable.</p>
|
|
3454
3438
|
</pre>
|
3455
3439
|
<p>The value of the <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-TYPE:CAPS" title="G_KEY_FILE_DESKTOP_KEY_TYPE"><span class="type">G_KEY_FILE_DESKTOP_KEY_TYPE</span></a>, key for desktop
|
3456
3440
|
entries representing applications.</p>
|
3457
|
-
<p class="since">Since 2.14</p>
|
3441
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3458
3442
|
</div>
|
3459
3443
|
<hr>
|
3460
3444
|
<div class="refsect2">
|
@@ -3463,7 +3447,7 @@ entries representing applications.</p>
|
|
3463
3447
|
</pre>
|
3464
3448
|
<p>The value of the <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-TYPE:CAPS" title="G_KEY_FILE_DESKTOP_KEY_TYPE"><span class="type">G_KEY_FILE_DESKTOP_KEY_TYPE</span></a>, key for desktop
|
3465
3449
|
entries representing links to documents.</p>
|
3466
|
-
<p class="since">Since 2.14</p>
|
3450
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3467
3451
|
</div>
|
3468
3452
|
<hr>
|
3469
3453
|
<div class="refsect2">
|
@@ -3472,12 +3456,11 @@ entries representing links to documents.</p>
|
|
3472
3456
|
</pre>
|
3473
3457
|
<p>The value of the <a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-TYPE:CAPS" title="G_KEY_FILE_DESKTOP_KEY_TYPE"><span class="type">G_KEY_FILE_DESKTOP_KEY_TYPE</span></a>, key for desktop
|
3474
3458
|
entries representing directories.</p>
|
3475
|
-
<p class="since">Since 2.14</p>
|
3459
|
+
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
3476
3460
|
</div>
|
3477
3461
|
</div>
|
3478
3462
|
</div>
|
3479
3463
|
<div class="footer">
|
3480
|
-
<hr>
|
3481
|
-
Generated by GTK-Doc V1.21.1</div>
|
3464
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
3482
3465
|
</body>
|
3483
3466
|
</html>
|