glib2 3.2.1-x86-mingw32 → 3.2.2-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Rakefile +16 -15
- data/ext/glib2/glib2.def +3 -0
- data/ext/glib2/rbglib-bytes.c +1 -0
- data/ext/glib2/rbglib.h +5 -1
- data/ext/glib2/rbgobj_object.c +30 -17
- data/ext/glib2/rbgobj_type.c +246 -130
- data/ext/glib2/rbgobject.h +12 -1
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/2.4/glib2.so +0 -0
- data/lib/2.5/glib2.so +0 -0
- data/lib/gnome2/rake/external-package.rb +32 -12
- data/lib/gnome2/rake/windows-binary-build-task.rb +53 -52
- data/lib/mkmf-gnome2.rb +0 -10
- 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-codegen +13 -1
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/gio.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 +25 -14
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +48 -21
- 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/idn2.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.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/libidn2-0.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/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 +1 -1
- 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/gappinfo.h +6 -6
- data/vendor/local/include/glib-2.0/gio/gapplication.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +3 -3
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +3 -3
- data/vendor/local/include/glib-2.0/gio/gdbuserror.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfile.h +21 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +4 -4
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +1 -1
- data/vendor/local/include/glib-2.0/gio/giomodule.h +24 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +9 -3
- data/vendor/local/include/glib-2.0/gio/gmountoperation.h +15 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsocket.h +12 -0
- data/vendor/local/include/glib-2.0/gio/gsocketaddressenumerator.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gatomic.h +23 -23
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +3 -0
- data/vendor/local/include/glib-2.0/glib/gconvert.h +9 -3
- data/vendor/local/include/glib-2.0/glib/gdate.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gdatetime.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gfileutils.h +4 -8
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +37 -6
- data/vendor/local/include/glib-2.0/glib/gmain.h +44 -12
- data/vendor/local/include/glib-2.0/glib/gmem.h +5 -4
- data/vendor/local/include/glib-2.0/glib/gmessages.h +69 -68
- data/vendor/local/include/glib-2.0/glib/gregex.h +3 -3
- data/vendor/local/include/glib-2.0/glib/gspawn.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +14 -5
- data/vendor/local/include/glib-2.0/glib/gtypes.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gunicode.h +4 -4
- data/vendor/local/include/glib-2.0/glib/gutils.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +24 -0
- data/vendor/local/include/glib-2.0/gobject/gobject.h +111 -4
- data/vendor/local/include/glib-2.0/gobject/gtype.h +8 -8
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
- data/vendor/local/include/glib-2.0/gobject/gvalue.h +2 -0
- data/vendor/local/include/idn2.h +347 -0
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/nettle-stdint.h +1 -1
- data/vendor/local/include/p11-kit-1/p11-kit/iter.h +2 -0
- data/vendor/local/include/p11-kit-1/p11-kit/pkcs11.h +27 -6
- data/vendor/local/include/p11-kit-1/p11-kit/uri.h +12 -0
- data/vendor/local/lib/charset.alias +1 -1
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +7 -2
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libasprintf.la +2 -2
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libcharset.la +2 -2
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libffi.la +2 -2
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +6 -6
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +6 -6
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +6 -6
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +2 -2
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +2 -2
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +6 -6
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +6 -6
- 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/libiconv.la +2 -2
- data/vendor/local/lib/libidn2.a +0 -0
- data/vendor/local/lib/libidn2.dll.a +0 -0
- data/vendor/local/lib/libidn2.la +41 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +2 -2
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.la +6 -6
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +2 -2
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +2 -2
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +2 -2
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +3 -3
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.la +6 -6
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gnutls.pc +3 -3
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libffi.pc +1 -1
- data/vendor/local/lib/pkgconfig/libidn2.pc +11 -0
- data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
- data/vendor/local/lib/pkgconfig/libtasn1.pc +2 -2
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +3 -2
- data/vendor/local/libexec/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/{lib → libexec}/p11-kit/trust-extract-compat +0 -0
- data/vendor/local/share/aclocal/glib-2.0.m4 +4 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +4 -1
- data/vendor/local/share/aclocal/gsettings.m4 +3 -0
- data/vendor/local/share/bash-completion/completions/gsettings +6 -2
- data/vendor/local/share/doc/gettext/gettext.1.html +1 -1
- data/vendor/local/share/doc/gettext/ngettext.1.html +1 -1
- data/vendor/local/share/gdb/auto-load/home/vagrant/{ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.so.0.5400.1-gdb.py → ruby-gnome2/glib2/vendor/local/lib/libglib-2.0.so.0.5600.0-gdb.py} +1 -1
- data/vendor/local/share/gdb/auto-load/home/vagrant/{ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.so.0.5400.1-gdb.py → ruby-gnome2/glib2/vendor/local/lib/libgobject-2.0.so.0.5600.0-gdb.py} +1 -1
- 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 +2392 -2369
- 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.py +3 -5
- 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.py +100 -55
- 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.py +9 -2
- 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.py +3 -2
- 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.py +40 -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/schemas/gschema.dtd +3 -2
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +31 -31
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +71 -68
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +162 -25
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +87 -89
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +74 -74
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +58 -49
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +7 -5
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +148 -141
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +7 -5
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +40 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +26 -26
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +25 -24
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +87 -73
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +55 -38
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +503 -218
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +31 -31
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +57 -57
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +31 -29
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +12 -8
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +40 -40
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +11 -7
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddressEnumerator.html +170 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +25 -25
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +37 -33
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +16 -9
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +99 -96
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +107 -106
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +209 -53
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddressEnumerator.html +291 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +31 -31
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +67 -344
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +33 -33
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +25 -20
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +360 -357
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +40 -23
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +34 -34
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +12 -10
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +10 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +71 -11
- data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +31 -31
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +60 -60
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +285 -199
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +15 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +70 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +39 -39
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +58 -58
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +127 -127
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +114 -24
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +31 -14
- data/vendor/local/share/gtk-doc/html/gio/gio.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -4
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/index.html +9 -3
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +8 -2
- data/vendor/local/share/gtk-doc/html/gio/registry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -2
- data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +47 -3
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +25 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +23 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +19 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +36 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +55 -43
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +169 -108
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +91 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +6 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +8 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +33 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +50 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +56 -56
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +13 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +45 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +42 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +116 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +57 -47
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +106 -12
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +5 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-GUuid.html +4 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +258 -249
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +26 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +52 -43
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +6 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +3 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +51 -51
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +237 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +57 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +3 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +36 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +33 -33
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +109 -70
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +180 -74
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +147 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +12 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +102 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +24 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +43 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +16 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +74 -74
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +26 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +88 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +48 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +29 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +264 -124
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +284 -180
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +192 -191
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +12 -12
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +14 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +49 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +43 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +46 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +108 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +7 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +16 -2
- data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +157 -157
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +35 -34
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +71 -60
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +10 -2
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +15 -15
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +32 -32
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +64 -64
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +24 -24
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +98 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +349 -61
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +21 -21
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +164 -162
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +31 -31
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +12 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +51 -49
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +67 -65
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +55 -52
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +392 -222
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +254 -254
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +20 -19
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +91 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +2 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +18 -18
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +72 -72
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +117 -117
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +26 -26
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +46 -46
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +42 -42
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +134 -134
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +29 -29
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +39 -39
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +72 -72
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +61 -61
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +67 -67
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +64 -64
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +27 -27
- data/vendor/local/share/gtk-doc/html/gobject/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
- data/vendor/local/share/gtk-doc/html/libidn2/api-index-full.html +214 -0
- data/vendor/local/share/gtk-doc/html/libidn2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/index.html +38 -0
- data/vendor/local/share/gtk-doc/html/libidn2/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2-idn2.html +1806 -0
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2.devhelp2 +104 -0
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2.html +35 -0
- data/vendor/local/share/gtk-doc/html/libidn2/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/style.css +479 -0
- data/vendor/local/share/gtk-doc/html/libidn2/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +7 -7
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +4 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +44 -44
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +180 -90
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +107 -66
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +58 -58
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +303 -64
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +17 -17
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +10 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +7 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +6 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +39 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -3
- data/vendor/local/share/info/dir +4 -7
- data/vendor/local/share/info/libidn2.info +1134 -0
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/installed-tests/glib-networking/certificate.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/connection.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/dtls-connection.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/file-database.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-array.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-pin.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-slot.test +3 -0
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-util.test +3 -0
- data/vendor/local/share/license/glib-networking/COPYING +112 -91
- data/vendor/local/share/license/libidn2/AUTHORS +7 -0
- data/vendor/local/share/license/libidn2/COPYING +35 -0
- data/vendor/local/share/license/{p11-kit → p11-glue/p11-kit}/AUTHORS +0 -0
- data/vendor/local/share/license/{p11-kit → p11-glue/p11-kit}/COPYING +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib-networking.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/glib-networking.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.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/or/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.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/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib-networking.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/gapplication.1 +1 -1
- data/vendor/local/share/man/man1/gdbus-codegen.1 +107 -17
- data/vendor/local/share/man/man1/gdbus.1 +1 -1
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
- data/vendor/local/share/man/man1/gio.1 +1 -1
- data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
- data/vendor/local/share/man/man1/glib-genmarshal.1 +55 -1
- data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
- data/vendor/local/share/man/man1/glib-mkenums.1 +241 -23
- data/vendor/local/share/man/man1/gobject-query.1 +1 -1
- data/vendor/local/share/man/man1/gresource.1 +1 -1
- data/vendor/local/share/man/man1/gsettings.1 +5 -3
- data/vendor/local/share/man/man1/gtester-report.1 +1 -1
- data/vendor/local/share/man/man1/gtester.1 +1 -1
- data/vendor/local/share/man/man1/idn2.1 +72 -0
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man3/idn2_check_version.3 +40 -0
- data/vendor/local/share/man/man3/idn2_free.3 +33 -0
- data/vendor/local/share/man/man3/idn2_lookup_u8.3 +62 -0
- data/vendor/local/share/man/man3/idn2_lookup_ul.3 +55 -0
- data/vendor/local/share/man/man3/idn2_register_u8.3 +52 -0
- data/vendor/local/share/man/man3/idn2_register_ul.3 +51 -0
- data/vendor/local/share/man/man3/idn2_strerror.3 +32 -0
- data/vendor/local/share/man/man3/idn2_strerror_name.3 +36 -0
- data/vendor/local/share/man/man3/idn2_to_ascii_4i.3 +57 -0
- data/vendor/local/share/man/man3/idn2_to_ascii_4z.3 +42 -0
- data/vendor/local/share/man/man3/idn2_to_ascii_8z.3 +42 -0
- data/vendor/local/share/man/man3/idn2_to_ascii_lz.3 +43 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_44i.3 +46 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_4z4z.3 +39 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_8z4z.3 +39 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_8z8z.3 +39 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_8zlz.3 +40 -0
- data/vendor/local/share/man/man3/idn2_to_unicode_lzlz.3 +40 -0
- data/vendor/local/share/p11-kit/modules/p11-kit-trust.module +1 -1
- metadata +64 -105
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libidn-11.def +0 -77
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/include/idn-free.h +0 -74
- data/vendor/local/include/idn-int.h +0 -1
- data/vendor/local/include/idna.h +0 -123
- data/vendor/local/include/pr29.h +0 -73
- data/vendor/local/include/punycode.h +0 -239
- data/vendor/local/include/stringprep.h +0 -242
- data/vendor/local/include/tld.h +0 -135
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +0 -41
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libidn.la +0 -41
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkgconfig/libidn.pc +0 -23
- data/vendor/local/share/emacs/site-lisp/idna.el +0 -192
- data/vendor/local/share/emacs/site-lisp/punycode.el +0 -182
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +0 -189
- data/vendor/local/share/info/libidn-components.png +0 -0
- data/vendor/local/share/info/libidn.info +0 -4406
- data/vendor/local/share/license/glib-networking/AUTHORS +0 -0
- data/vendor/local/share/license/libidn/AUTHORS +0 -794
- data/vendor/local/share/license/libidn/COPYING +0 -30
- data/vendor/local/share/locale/cs/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libidn.mo +0 -0
- data/vendor/local/share/man/man1/idn.1 +0 -92
- data/vendor/local/share/man/man3/idn_free.3 +0 -49
- data/vendor/local/share/man/man3/idna_strerror.3 +0 -80
- data/vendor/local/share/man/man3/idna_to_ascii_4i.3 +0 -70
- data/vendor/local/share/man/man3/idna_to_ascii_4z.3 +0 -51
- data/vendor/local/share/man/man3/idna_to_ascii_8z.3 +0 -51
- data/vendor/local/share/man/man3/idna_to_ascii_lz.3 +0 -52
- data/vendor/local/share/man/man3/idna_to_unicode_44i.3 +0 -75
- data/vendor/local/share/man/man3/idna_to_unicode_4z4z.3 +0 -52
- data/vendor/local/share/man/man3/idna_to_unicode_8z4z.3 +0 -52
- data/vendor/local/share/man/man3/idna_to_unicode_8z8z.3 +0 -52
- data/vendor/local/share/man/man3/idna_to_unicode_8zlz.3 +0 -53
- data/vendor/local/share/man/man3/idna_to_unicode_lzlz.3 +0 -54
- data/vendor/local/share/man/man3/pr29_4.3 +0 -51
- data/vendor/local/share/man/man3/pr29_4z.3 +0 -49
- data/vendor/local/share/man/man3/pr29_8z.3 +0 -50
- data/vendor/local/share/man/man3/pr29_strerror.3 +0 -55
- data/vendor/local/share/man/man3/punycode_decode.3 +0 -73
- data/vendor/local/share/man/man3/punycode_encode.3 +0 -76
- data/vendor/local/share/man/man3/punycode_strerror.3 +0 -56
- data/vendor/local/share/man/man3/stringprep.3 +0 -65
- data/vendor/local/share/man/man3/stringprep_4i.3 +0 -70
- data/vendor/local/share/man/man3/stringprep_4zi.3 +0 -62
- data/vendor/local/share/man/man3/stringprep_check_version.3 +0 -50
- data/vendor/local/share/man/man3/stringprep_convert.3 +0 -50
- data/vendor/local/share/man/man3/stringprep_locale_charset.3 +0 -57
- data/vendor/local/share/man/man3/stringprep_locale_to_utf8.3 +0 -46
- data/vendor/local/share/man/man3/stringprep_profile.3 +0 -63
- data/vendor/local/share/man/man3/stringprep_strerror.3 +0 -86
- data/vendor/local/share/man/man3/stringprep_ucs4_nfkc_normalize.3 +0 -48
- data/vendor/local/share/man/man3/stringprep_ucs4_to_utf8.3 +0 -56
- data/vendor/local/share/man/man3/stringprep_unichar_to_utf8.3 +0 -48
- data/vendor/local/share/man/man3/stringprep_utf8_nfkc_normalize.3 +0 -59
- data/vendor/local/share/man/man3/stringprep_utf8_to_locale.3 +0 -46
- data/vendor/local/share/man/man3/stringprep_utf8_to_ucs4.3 +0 -54
- data/vendor/local/share/man/man3/stringprep_utf8_to_unichar.3 +0 -46
- data/vendor/local/share/man/man3/tld_check_4.3 +0 -62
- data/vendor/local/share/man/man3/tld_check_4t.3 +0 -58
- data/vendor/local/share/man/man3/tld_check_4tz.3 +0 -55
- data/vendor/local/share/man/man3/tld_check_4z.3 +0 -59
- data/vendor/local/share/man/man3/tld_check_8z.3 +0 -61
- data/vendor/local/share/man/man3/tld_check_lz.3 +0 -61
- data/vendor/local/share/man/man3/tld_default_table.3 +0 -51
- data/vendor/local/share/man/man3/tld_get_4.3 +0 -51
- data/vendor/local/share/man/man3/tld_get_4z.3 +0 -48
- data/vendor/local/share/man/man3/tld_get_table.3 +0 -49
- data/vendor/local/share/man/man3/tld_get_z.3 +0 -49
- data/vendor/local/share/man/man3/tld_strerror.3 +0 -60
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-Random-Numbers.html" title="Random Numbers">
|
10
10
|
<link rel="next" href="glib-Miscellaneous-Utility-Functions.html" title="Miscellaneous Utility Functions">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (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">
|
@@ -354,6 +354,7 @@
|
|
354
354
|
<div class="refsect1">
|
355
355
|
<a name="glib-Hook-Functions.includes"></a><h2>Includes</h2>
|
356
356
|
<pre class="synopsis">#include <glib.h>
|
357
|
+
#include <glib/gprintf.h>
|
357
358
|
</pre>
|
358
359
|
</div>
|
359
360
|
<div class="refsect1">
|
@@ -830,7 +831,7 @@ g_hook_insert_before (<em class="parameter"><code><a class="link" href="glib-Hoo
|
|
830
831
|
</tr>
|
831
832
|
<tr>
|
832
833
|
<td class="parameter_name"><p>sibling</p></td>
|
833
|
-
<td class="parameter_description"><p>
|
834
|
+
<td class="parameter_description"><p>the <a class="link" href="glib-Hook-Functions.html#GHook" title="struct GHook"><span class="type">GHook</span></a> to insert the new <a class="link" href="glib-Hook-Functions.html#GHook" title="struct GHook"><span class="type">GHook</span></a> before. </p></td>
|
834
835
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
835
836
|
</tr>
|
836
837
|
<tr>
|
@@ -1189,7 +1190,7 @@ should be skipped</p></td>
|
|
1189
1190
|
</tr>
|
1190
1191
|
<tr>
|
1191
1192
|
<td class="parameter_name"><p>func</p></td>
|
1192
|
-
<td class="parameter_description"><p>
|
1193
|
+
<td class="parameter_description"><p>the function to find. </p></td>
|
1193
1194
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></td>
|
1194
1195
|
</tr>
|
1195
1196
|
<tr>
|
@@ -1786,12 +1787,12 @@ this member of the hook that is being finalized</p></td>
|
|
1786
1787
|
</pre>
|
1787
1788
|
<p>The position of the first bit which is not reserved for internal
|
1788
1789
|
use be the <a class="link" href="glib-Hook-Functions.html#GHook" title="struct GHook"><span class="type">GHook</span></a> implementation, i.e.
|
1789
|
-
<code class="literal">1 << G_HOOK_FLAG_USER_SHIFT</code> is the first
|
1790
|
+
<code class="literal">1 &lt;&lt; G_HOOK_FLAG_USER_SHIFT</code> is the first
|
1790
1791
|
bit which can be used for application-defined flags.</p>
|
1791
1792
|
</div>
|
1792
1793
|
</div>
|
1793
1794
|
</div>
|
1794
1795
|
<div class="footer">
|
1795
|
-
<hr>Generated by GTK-Doc V1.
|
1796
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
1796
1797
|
</body>
|
1797
1798
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-URI-Functions.html" title="URI Functions">
|
10
10
|
<link rel="next" href="glib-Shell-related-Utilities.html" title="Shell-related Utilities">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (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">
|
@@ -85,6 +85,7 @@
|
|
85
85
|
<div class="refsect1">
|
86
86
|
<a name="glib-Hostname-Utilities.includes"></a><h2>Includes</h2>
|
87
87
|
<pre class="synopsis">#include <glib.h>
|
88
|
+
#include <glib/gi18n.h>
|
88
89
|
</pre>
|
89
90
|
</div>
|
90
91
|
<div class="refsect1">
|
@@ -276,6 +277,6 @@ is an IP address</p>
|
|
276
277
|
</div>
|
277
278
|
</div>
|
278
279
|
<div class="footer">
|
279
|
-
<hr>Generated by GTK-Doc V1.
|
280
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
280
281
|
</body>
|
281
282
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-Data-HMACs.html" title="Secure HMAC Digests">
|
10
10
|
<link rel="next" href="glib-Date-and-Time-Functions.html" title="Date and Time Functions">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (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">
|
@@ -136,8 +136,8 @@ But since GLib itself is localized using the <code class="function">gettext()</c
|
|
136
136
|
natural to offer the de-facto standard <code class="function">gettext()</code> support macros in an
|
137
137
|
easy-to-use form.</p>
|
138
138
|
<p>In order to use these macros in an application, you must include
|
139
|
-
<code class="literal"><glib/gi18n.h></code>. For use in a library, you must include
|
140
|
-
<code class="literal"><glib/gi18n-lib.h></code>
|
139
|
+
<code class="literal">&lt;glib/gi18n.h></code>. For use in a library, you must include
|
140
|
+
<code class="literal">&lt;glib/gi18n-lib.h></code>
|
141
141
|
after defining the <code class="literal">GETTEXT_PACKAGE</code> macro suitably for your library:</p>
|
142
142
|
<div class="informalexample">
|
143
143
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
@@ -145,8 +145,8 @@ after defining the <code class="literal">GETTEXT_PACKAGE</code> macro suitably f
|
|
145
145
|
<tr>
|
146
146
|
<td class="listing_lines" align="right"><pre>1
|
147
147
|
2</pre></td>
|
148
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
149
|
-
<span class="
|
148
|
+
<td class="listing_code"><pre class="programlisting"><span class="preproc">#define</span><span class="normal"> GETTEXT_PACKAGE </span><span class="string">"gtk20"</span>
|
149
|
+
<span class="preproc">#include</span><span class="normal"> </span><span class="string"><glib/gi18n-lib.h></span></pre></td>
|
150
150
|
</tr>
|
151
151
|
</tbody>
|
152
152
|
</table>
|
@@ -173,19 +173,19 @@ For an application, note that you also have to call <code class="function">bindt
|
|
173
173
|
11
|
174
174
|
12
|
175
175
|
13</pre></td>
|
176
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
177
|
-
<span class="
|
176
|
+
<td class="listing_code"><pre class="programlisting"><span class="preproc">#include</span><span class="normal"> </span><span class="string"><glib/gi18n.h></span>
|
177
|
+
<span class="preproc">#include</span><span class="normal"> </span><span class="string"><locale.h></span>
|
178
178
|
|
179
|
-
<span class="
|
180
|
-
<span class="function">main</span>
|
181
|
-
<span class="
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
179
|
+
<span class="type">int</span>
|
180
|
+
<span class="function">main</span><span class="normal"> </span><span class="symbol">(</span><span class="type">int</span><span class="normal"> argc</span><span class="symbol">,</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">**</span><span class="normal">argv</span><span class="symbol">)</span>
|
181
|
+
<span class="cbracket">{</span>
|
182
|
+
<span class="normal"> </span><span class="function">setlocale</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">LC_ALL</span><span class="symbol">,</span><span class="normal"> </span><span class="string">""</span><span class="symbol">);</span>
|
183
|
+
<span class="normal"> </span><span class="function">bindtextdomain</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">GETTEXT_PACKAGE</span><span class="symbol">,</span><span class="normal"> DATADIR </span><span class="string">"/locale"</span><span class="symbol">);</span>
|
184
|
+
<span class="normal"> </span><span class="function">bind_textdomain_codeset</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">GETTEXT_PACKAGE</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"UTF-8"</span><span class="symbol">);</span>
|
185
|
+
<span class="normal"> </span><span class="function">textdomain</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">GETTEXT_PACKAGE</span><span class="symbol">);</span>
|
186
186
|
|
187
|
-
|
188
|
-
<span class="
|
187
|
+
<span class="normal"> </span><span class="comment">// Rest of your application.</span>
|
188
|
+
<span class="cbracket">}</span></pre></td>
|
189
189
|
</tr>
|
190
190
|
</tbody>
|
191
191
|
</table>
|
@@ -261,8 +261,8 @@ they are used.</p>
|
|
261
261
|
<tr>
|
262
262
|
<td class="listing_lines" align="right"><pre>1
|
263
263
|
2</pre></td>
|
264
|
-
<td class="listing_code"><pre class="programlisting">label1
|
265
|
-
|
264
|
+
<td class="listing_code"><pre class="programlisting"><span class="normal">label1 </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-I18N.html#C-:CAPS">C_</a></span><span class="symbol">(</span><span class="string">"Navigation"</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Back"</span><span class="symbol">);</span>
|
265
|
+
<span class="normal">label2 </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-I18N.html#C-:CAPS">C_</a></span><span class="symbol">(</span><span class="string">"Body part"</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Back"</span><span class="symbol">);</span></pre></td>
|
266
266
|
</tr>
|
267
267
|
</tbody>
|
268
268
|
</table>
|
@@ -325,19 +325,19 @@ at runtime.</p>
|
|
325
325
|
11
|
326
326
|
12
|
327
327
|
13</pre></td>
|
328
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
string
|
336
|
-
|
328
|
+
<td class="listing_code"><pre class="programlisting"><span class="cbracket">{</span>
|
329
|
+
<span class="normal"> </span><span class="keyword">static</span><span class="normal"> </span><span class="keyword">const</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">messages</span><span class="symbol">[]</span><span class="normal"> </span><span class="symbol">=</span><span class="normal"> </span><span class="cbracket">{</span>
|
330
|
+
<span class="normal"> </span><span class="function"><a href="glib-I18N.html#N-:CAPS">N_</a></span><span class="symbol">(</span><span class="string">"some very meaningful message"</span><span class="symbol">),</span>
|
331
|
+
<span class="normal"> </span><span class="function"><a href="glib-I18N.html#N-:CAPS">N_</a></span><span class="symbol">(</span><span class="string">"and another one"</span><span class="symbol">)</span>
|
332
|
+
<span class="normal"> </span><span class="cbracket">}</span><span class="symbol">;</span>
|
333
|
+
<span class="normal"> </span><span class="keyword">const</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">string</span><span class="symbol">;</span>
|
334
|
+
<span class="normal"> </span><span class="symbol">...</span>
|
335
|
+
<span class="normal"> string</span>
|
336
|
+
<span class="normal"> </span><span class="symbol">=</span><span class="normal"> index </span><span class="symbol">></span><span class="normal"> </span><span class="number">1</span><span class="normal"> </span><span class="symbol">?</span><span class="normal"> </span><span class="function">_</span><span class="symbol">(</span><span class="string">"a default message"</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="function">gettext</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">messages</span><span class="symbol">[</span><span class="normal">index</span><span class="symbol">]);</span>
|
337
337
|
|
338
|
-
|
339
|
-
|
340
|
-
<span class="
|
338
|
+
<span class="normal"> </span><span class="function">fputs</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">string</span><span class="symbol">);</span>
|
339
|
+
<span class="normal"> </span><span class="symbol">...</span>
|
340
|
+
<span class="cbracket">}</span></pre></td>
|
341
341
|
</tr>
|
342
342
|
</tbody>
|
343
343
|
</table>
|
@@ -387,20 +387,20 @@ translated string, you should call <a class="link" href="glib-I18N.html#g-dpgett
|
|
387
387
|
12
|
388
388
|
13
|
389
389
|
14</pre></td>
|
390
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
string
|
398
|
-
|
399
|
-
|
390
|
+
<td class="listing_code"><pre class="programlisting"><span class="cbracket">{</span>
|
391
|
+
<span class="normal"> </span><span class="keyword">static</span><span class="normal"> </span><span class="keyword">const</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">messages</span><span class="symbol">[]</span><span class="normal"> </span><span class="symbol">=</span><span class="normal"> </span><span class="cbracket">{</span>
|
392
|
+
<span class="normal"> </span><span class="function"><a href="glib-I18N.html#NC-:CAPS">NC_</a></span><span class="symbol">(</span><span class="string">"some context"</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"some very meaningful message"</span><span class="symbol">),</span>
|
393
|
+
<span class="normal"> </span><span class="function"><a href="glib-I18N.html#NC-:CAPS">NC_</a></span><span class="symbol">(</span><span class="string">"some context"</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"and another one"</span><span class="symbol">)</span>
|
394
|
+
<span class="normal"> </span><span class="cbracket">}</span><span class="symbol">;</span>
|
395
|
+
<span class="normal"> </span><span class="keyword">const</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">string</span><span class="symbol">;</span>
|
396
|
+
<span class="normal"> </span><span class="symbol">...</span>
|
397
|
+
<span class="normal"> string</span>
|
398
|
+
<span class="normal"> </span><span class="symbol">=</span><span class="normal"> index </span><span class="symbol">></span><span class="normal"> </span><span class="number">1</span><span class="normal"> </span><span class="symbol">?</span><span class="normal"> </span><span class="function"><a href="glib-I18N.html#g-dpgettext2">g_dpgettext2</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="string">"some context"</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"a default message"</span><span class="symbol">)</span>
|
399
|
+
<span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="function"><a href="glib-I18N.html#g-dpgettext2">g_dpgettext2</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="string">"some context"</span><span class="symbol">,</span><span class="normal"> messages</span><span class="symbol">[</span><span class="normal">index</span><span class="symbol">]);</span>
|
400
400
|
|
401
|
-
|
402
|
-
|
403
|
-
<span class="
|
401
|
+
<span class="normal"> </span><span class="function">fputs</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">string</span><span class="symbol">);</span>
|
402
|
+
<span class="normal"> </span><span class="symbol">...</span>
|
403
|
+
<span class="cbracket">}</span></pre></td>
|
404
404
|
</tr>
|
405
405
|
</tbody>
|
406
406
|
</table>
|
@@ -479,7 +479,7 @@ but use the <code class="function">_()</code> macro for translations.</p>
|
|
479
479
|
<tbody>
|
480
480
|
<tr>
|
481
481
|
<td class="parameter_name"><p>domain</p></td>
|
482
|
-
<td class="parameter_description"><p>
|
482
|
+
<td class="parameter_description"><p>the translation domain to use, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to use
|
483
483
|
the domain set with <code class="function">textdomain()</code>. </p></td>
|
484
484
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
485
485
|
</tr>
|
@@ -519,7 +519,7 @@ more information about how this functions differs from calling
|
|
519
519
|
<tbody>
|
520
520
|
<tr>
|
521
521
|
<td class="parameter_name"><p>domain</p></td>
|
522
|
-
<td class="parameter_description"><p>
|
522
|
+
<td class="parameter_description"><p>the translation domain to use, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to use
|
523
523
|
the domain set with <code class="function">textdomain()</code>. </p></td>
|
524
524
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
525
525
|
</tr>
|
@@ -566,7 +566,7 @@ proper.</p>
|
|
566
566
|
<tbody>
|
567
567
|
<tr>
|
568
568
|
<td class="parameter_name"><p>domain</p></td>
|
569
|
-
<td class="parameter_description"><p>
|
569
|
+
<td class="parameter_description"><p>the translation domain to use, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to use
|
570
570
|
the domain set with <code class="function">textdomain()</code>. </p></td>
|
571
571
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
572
572
|
</tr>
|
@@ -625,7 +625,7 @@ but use the <a class="link" href="glib-I18N.html#C-:CAPS" title="C_()"><code cla
|
|
625
625
|
<tbody>
|
626
626
|
<tr>
|
627
627
|
<td class="parameter_name"><p>domain</p></td>
|
628
|
-
<td class="parameter_description"><p>
|
628
|
+
<td class="parameter_description"><p>the translation domain to use, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to use
|
629
629
|
the domain set with <code class="function">textdomain()</code>. </p></td>
|
630
630
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
631
631
|
</tr>
|
@@ -677,7 +677,7 @@ thus you may use non-string-literals as context and msgid arguments.</p>
|
|
677
677
|
<tbody>
|
678
678
|
<tr>
|
679
679
|
<td class="parameter_name"><p>domain</p></td>
|
680
|
-
<td class="parameter_description"><p>
|
680
|
+
<td class="parameter_description"><p>the translation domain to use, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to use
|
681
681
|
the domain set with <code class="function">textdomain()</code>. </p></td>
|
682
682
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
683
683
|
</tr>
|
@@ -755,7 +755,7 @@ the default locale "C".</p>
|
|
755
755
|
user.</p>
|
756
756
|
<div class="refsect3">
|
757
757
|
<a name="g-get-language-names.returns"></a><h4>Returns</h4>
|
758
|
-
<p>
|
758
|
+
<p>a <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of strings owned by GLib
|
759
759
|
that must not be modified or freed. </p>
|
760
760
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
761
761
|
</div>
|
@@ -793,7 +793,7 @@ use <a class="link" href="glib-I18N.html#g-get-language-names" title="g_get_lang
|
|
793
793
|
</div>
|
794
794
|
<div class="refsect3">
|
795
795
|
<a name="g-get-locale-variants.returns"></a><h4>Returns</h4>
|
796
|
-
<p>
|
796
|
+
<p>a newly
|
797
797
|
allocated array of newly allocated strings with the locale variants. Free with
|
798
798
|
<a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a>. </p>
|
799
799
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p>
|
@@ -810,6 +810,6 @@ allocated array of newly allocated strings with the locale variants. Free with
|
|
810
810
|
</div>
|
811
811
|
</div>
|
812
812
|
<div class="footer">
|
813
|
-
<hr>Generated by GTK-Doc V1.
|
813
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
814
814
|
</body>
|
815
815
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib-core.html" title="GLib Core Application Support">
|
9
9
|
<link rel="prev" href="glib-Memory-Slices.html" title="Memory Slices">
|
10
10
|
<link rel="next" href="glib-Error-Reporting.html" title="Error Reporting">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (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">
|
@@ -538,9 +538,9 @@ order to meaningfully use this function your code should use the
|
|
538
538
|
same C runtime as GLib uses, which is msvcrt.dll. Note that in
|
539
539
|
current Microsoft compilers it is near impossible to convince it to
|
540
540
|
build code that would use msvcrt.dll. The last Microsoft compiler
|
541
|
-
version that supported using msvcrt.dll as the C runtime was version
|
542
|
-
|
543
|
-
fully supports msvcrt.dll.</p
|
541
|
+
version that supported using msvcrt.dll as the C runtime was version 6.
|
542
|
+
The GNU compiler and toolchain for Windows, also known as Mingw,
|
543
|
+
fully supports msvcrt.dll.</p>
|
544
544
|
<p>If you have created a <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a> for a file descriptor and started
|
545
545
|
watching (polling) it, you shouldn't call <code class="function">read()</code> on the file
|
546
546
|
descriptor. This is because adding polling for a file descriptor is
|
@@ -678,7 +678,7 @@ access the channel after it is closed).</p>
|
|
678
678
|
<tbody>
|
679
679
|
<tr>
|
680
680
|
<td class="parameter_name"><p>filename</p></td>
|
681
|
-
<td class="parameter_description"><p>
|
681
|
+
<td class="parameter_description"><p>A string containing the name of a file. </p></td>
|
682
682
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></td>
|
683
683
|
</tr>
|
684
684
|
<tr>
|
@@ -726,19 +726,19 @@ g_io_channel_read_chars (<em class="parameter"><code><a class="link" href="glib-
|
|
726
726
|
</tr>
|
727
727
|
<tr>
|
728
728
|
<td class="parameter_name"><p>buf</p></td>
|
729
|
-
<td class="parameter_description"><p>
|
729
|
+
<td class="parameter_description"><p>a buffer to read data into. </p></td>
|
730
730
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=count][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8]</span></td>
|
731
731
|
</tr>
|
732
732
|
<tr>
|
733
733
|
<td class="parameter_name"><p>count</p></td>
|
734
|
-
<td class="parameter_description"><p>
|
734
|
+
<td class="parameter_description"><p>the size of the buffer. Note that the buffer may not be
|
735
735
|
complelely filled even if there is data in the buffer if the
|
736
736
|
remaining data is not a complete character. </p></td>
|
737
737
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>]</span></td>
|
738
738
|
</tr>
|
739
739
|
<tr>
|
740
740
|
<td class="parameter_name"><p>bytes_read</p></td>
|
741
|
-
<td class="parameter_description"><p>
|
741
|
+
<td class="parameter_description"><p>The number of bytes read. This may be
|
742
742
|
zero even on success if count < 6 and the channel's encoding
|
743
743
|
is non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. This indicates that the next UTF-8 character is
|
744
744
|
too wide for the buffer. </p></td>
|
@@ -784,7 +784,7 @@ This function cannot be called on a channel with <a class="link" href="glib-Stan
|
|
784
784
|
</tr>
|
785
785
|
<tr>
|
786
786
|
<td class="parameter_name"><p>thechar</p></td>
|
787
|
-
<td class="parameter_description"><p>
|
787
|
+
<td class="parameter_description"><p>a location to return a character. </p></td>
|
788
788
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
789
789
|
</tr>
|
790
790
|
<tr>
|
@@ -831,7 +831,7 @@ is <a class="link" href="glib-IO-Channels.html#G-IO-STATUS-NORMAL:CAPS"><code cl
|
|
831
831
|
</tr>
|
832
832
|
<tr>
|
833
833
|
<td class="parameter_name"><p>str_return</p></td>
|
834
|
-
<td class="parameter_description"><p>
|
834
|
+
<td class="parameter_description"><p>The line read from the <a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>, including the
|
835
835
|
line terminator. This data should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>
|
836
836
|
when no longer needed. This is a nul-terminated string.
|
837
837
|
If a <em class="parameter"><code>length</code></em>
|
@@ -840,12 +840,12 @@ of zero is returned, this will be <a class="link" href="glib-Standard-Macros.htm
|
|
840
840
|
</tr>
|
841
841
|
<tr>
|
842
842
|
<td class="parameter_name"><p>length</p></td>
|
843
|
-
<td class="parameter_description"><p>
|
843
|
+
<td class="parameter_description"><p>location to store length of the read data, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
844
844
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
845
845
|
</tr>
|
846
846
|
<tr>
|
847
847
|
<td class="parameter_name"><p>terminator_pos</p></td>
|
848
|
-
<td class="parameter_description"><p>
|
848
|
+
<td class="parameter_description"><p>location to store position of line terminator, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
849
849
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
850
850
|
</tr>
|
851
851
|
<tr>
|
@@ -895,7 +895,7 @@ be overwritten.</p></td>
|
|
895
895
|
</tr>
|
896
896
|
<tr>
|
897
897
|
<td class="parameter_name"><p>terminator_pos</p></td>
|
898
|
-
<td class="parameter_description"><p>
|
898
|
+
<td class="parameter_description"><p>location to store position of line terminator, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
899
899
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
900
900
|
</tr>
|
901
901
|
<tr>
|
@@ -937,7 +937,7 @@ g_io_channel_read_to_end (<em class="parameter"><code><a class="link" href="glib
|
|
937
937
|
</tr>
|
938
938
|
<tr>
|
939
939
|
<td class="parameter_name"><p>str_return</p></td>
|
940
|
-
<td class="parameter_description"><p>
|
940
|
+
<td class="parameter_description"><p>Location to
|
941
941
|
store a pointer to a string holding the remaining data in the
|
942
942
|
<a class="link" href="glib-IO-Channels.html#GIOChannel" title="struct GIOChannel"><span class="type">GIOChannel</span></a>. This data 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
|
943
943
|
longer needed. This data is terminated by an extra nul
|
@@ -946,7 +946,7 @@ character, but there may be other nuls in the intervening data. </p></td>
|
|
946
946
|
</tr>
|
947
947
|
<tr>
|
948
948
|
<td class="parameter_name"><p>length</p></td>
|
949
|
-
<td class="parameter_description"><p>
|
949
|
+
<td class="parameter_description"><p>location to store length of the data. </p></td>
|
950
950
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
951
951
|
</tr>
|
952
952
|
<tr>
|
@@ -994,7 +994,7 @@ cases described in the documentation for <a class="link" href="glib-IO-Channels.
|
|
994
994
|
</tr>
|
995
995
|
<tr>
|
996
996
|
<td class="parameter_name"><p>buf</p></td>
|
997
|
-
<td class="parameter_description"><p>
|
997
|
+
<td class="parameter_description"><p>a buffer to write data from. </p></td>
|
998
998
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8]</span></td>
|
999
999
|
</tr>
|
1000
1000
|
<tr>
|
@@ -1005,7 +1005,7 @@ is taken to be a nul-terminated string.</p></td>
|
|
1005
1005
|
</tr>
|
1006
1006
|
<tr>
|
1007
1007
|
<td class="parameter_name"><p>bytes_written</p></td>
|
1008
|
-
<td class="parameter_description"><p>
|
1008
|
+
<td class="parameter_description"><p>The number of bytes written. This can be nonzero
|
1009
1009
|
even if the return value is not <a class="link" href="glib-IO-Channels.html#G-IO-STATUS-NORMAL:CAPS"><code class="literal">G_IO_STATUS_NORMAL</code></a>.
|
1010
1010
|
If the return value is <a class="link" href="glib-IO-Channels.html#G-IO-STATUS-NORMAL:CAPS"><code class="literal">G_IO_STATUS_NORMAL</code></a> and the
|
1011
1011
|
channel is blocking, this will always be equal
|
@@ -1696,7 +1696,7 @@ where in the file a line break occurs.</p>
|
|
1696
1696
|
</tr>
|
1697
1697
|
<tr>
|
1698
1698
|
<td class="parameter_name"><p>line_term</p></td>
|
1699
|
-
<td class="parameter_description"><p>
|
1699
|
+
<td class="parameter_description"><p>The line termination string. Use <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> for
|
1700
1700
|
autodetect. Autodetection breaks on "\n", "\r\n", "\r", "\0",
|
1701
1701
|
and the Unicode paragraph separator. Autodetection should not be
|
1702
1702
|
used for anything other than file-based channels. </p></td>
|
@@ -1865,7 +1865,7 @@ calling one of the API "read" functions.</p>
|
|
1865
1865
|
</tr>
|
1866
1866
|
<tr>
|
1867
1867
|
<td class="parameter_name"><p>encoding</p></td>
|
1868
|
-
<td class="parameter_description"><p>
|
1868
|
+
<td class="parameter_description"><p>the encoding type. </p></td>
|
1869
1869
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1870
1870
|
</tr>
|
1871
1871
|
<tr>
|
@@ -2624,6 +2624,6 @@ read with <a class="link" href="glib-IO-Channels.html#g-io-channel-get-flags" ti
|
|
2624
2624
|
</div>
|
2625
2625
|
</div>
|
2626
2626
|
<div class="footer">
|
2627
|
-
<hr>Generated by GTK-Doc V1.
|
2627
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
2628
2628
|
</body>
|
2629
2629
|
</html>
|
@@ -8,7 +8,7 @@
|
|
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.27 (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">
|
@@ -201,6 +201,14 @@
|
|
201
201
|
</tr>
|
202
202
|
<tr>
|
203
203
|
<td class="function_type">
|
204
|
+
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> *
|
205
|
+
</td>
|
206
|
+
<td class="function_name">
|
207
|
+
<a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-locale-for-key" title="g_key_file_get_locale_for_key ()">g_key_file_get_locale_for_key</a> <span class="c_punctuation">()</span>
|
208
|
+
</td>
|
209
|
+
</tr>
|
210
|
+
<tr>
|
211
|
+
<td class="function_type">
|
204
212
|
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
|
205
213
|
</td>
|
206
214
|
<td class="function_name">
|
@@ -556,6 +564,7 @@
|
|
556
564
|
<div class="refsect1">
|
557
565
|
<a name="glib-Key-value-file-parser.includes"></a><h2>Includes</h2>
|
558
566
|
<pre class="synopsis">#include <glib.h>
|
567
|
+
#include <glib/gprintf.h>
|
559
568
|
</pre>
|
560
569
|
</div>
|
561
570
|
<div class="refsect1">
|
@@ -593,25 +602,25 @@ consists of groups of key-value pairs, interspersed with comments.</p>
|
|
593
602
|
17
|
594
603
|
18
|
595
604
|
19</pre></td>
|
596
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
597
|
-
<span class="
|
605
|
+
<td class="listing_code"><pre class="programlisting"><span class="preproc"># this</span><span class="normal"> is just an example</span>
|
606
|
+
<span class="preproc"># there</span><span class="normal"> can be comments before the first group</span>
|
598
607
|
|
599
|
-
<span class="
|
608
|
+
<span class="symbol">[</span><span class="usertype">First</span><span class="normal"> Group</span><span class="symbol">]</span>
|
600
609
|
|
601
|
-
|
610
|
+
<span class="normal">Name</span><span class="symbol">=</span><span class="normal">Key </span><span class="usertype">File</span><span class="normal"> Example</span><span class="symbol">\</span><span class="normal">tthis </span><span class="usertype">value</span><span class="normal"> shows</span><span class="symbol">\</span><span class="normal">nescaping</span>
|
602
611
|
|
603
|
-
<span class="
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
612
|
+
<span class="preproc"># localized</span><span class="normal"> strings are stored in </span><span class="usertype">multiple</span><span class="normal"> key</span><span class="symbol">-</span><span class="normal">value pairs</span>
|
613
|
+
<span class="normal">Welcome</span><span class="symbol">=</span><span class="normal">Hello</span>
|
614
|
+
<span class="normal">Welcome</span><span class="symbol">[</span><span class="normal">de</span><span class="symbol">]=</span><span class="normal">Hallo</span>
|
615
|
+
<span class="normal">Welcome</span><span class="symbol">[</span><span class="normal">fr_FR</span><span class="symbol">]=</span><span class="normal">Bonjour</span>
|
616
|
+
<span class="normal">Welcome</span><span class="symbol">[</span><span class="normal">it</span><span class="symbol">]=</span><span class="normal">Ciao</span>
|
617
|
+
<span class="normal">Welcome</span><span class="symbol">[</span><span class="normal">be@latin</span><span class="symbol">]=</span><span class="normal">Hello</span>
|
609
618
|
|
610
|
-
<span class="
|
619
|
+
<span class="symbol">[</span><span class="usertype">Another</span><span class="normal"> Group</span><span class="symbol">]</span>
|
611
620
|
|
612
|
-
|
621
|
+
<span class="normal">Numbers</span><span class="symbol">=</span><span class="number">2</span><span class="symbol">;</span><span class="number">20</span><span class="symbol">;-</span><span class="number">200</span><span class="symbol">;</span><span class="number">0</span>
|
613
622
|
|
614
|
-
|
623
|
+
<span class="normal">Booleans</span><span class="symbol">=</span><span class="normal">true</span><span class="symbol">;</span><span class="normal">false</span><span class="symbol">;</span><span class="normal">true</span><span class="symbol">;</span><span class="normal">true</span></pre></td>
|
615
624
|
</tr>
|
616
625
|
</tbody>
|
617
626
|
</table>
|
@@ -629,7 +638,7 @@ form <code class="literal">lang_COUNTRY@MODIFIER</code> where <code class="liter
|
|
629
638
|
are optional.
|
630
639
|
Space before and after the '=' character are ignored. Newline, tab,
|
631
640
|
carriage return and backslash characters in value are escaped as \n,
|
632
|
-
\t, \r, and
|
641
|
+
\t, \r, and \\, respectively. To preserve leading spaces in values,
|
633
642
|
these can also be escaped as \s.</p>
|
634
643
|
<p>Key files can store strings (possibly with localized variants), integers,
|
635
644
|
booleans and lists of these. Lists are separated by a separator character,
|
@@ -656,6 +665,116 @@ key multiple times; the last entry wins. Key files may also contain
|
|
656
665
|
multiple groups with the same name; they are merged together.
|
657
666
|
Another difference is that keys and group names in key files are not
|
658
667
|
restricted to ASCII characters.</p>
|
668
|
+
<p>Here is an example of loading a key file and reading a value:</p>
|
669
|
+
<div class="informalexample">
|
670
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
671
|
+
<tbody>
|
672
|
+
<tr>
|
673
|
+
<td class="listing_lines" align="right"><pre>1
|
674
|
+
2
|
675
|
+
3
|
676
|
+
4
|
677
|
+
5
|
678
|
+
6
|
679
|
+
7
|
680
|
+
8
|
681
|
+
9
|
682
|
+
10
|
683
|
+
11
|
684
|
+
12
|
685
|
+
13
|
686
|
+
14
|
687
|
+
15
|
688
|
+
16
|
689
|
+
17
|
690
|
+
18
|
691
|
+
19
|
692
|
+
20
|
693
|
+
21
|
694
|
+
22</pre></td>
|
695
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-Miscellaneous-Macros.html#g-autoptr">g_autoptr</a></span><span class="symbol">(</span><span class="normal"><a href="glib-Error-Reporting.html#GError">GError</a></span><span class="symbol">)</span><span class="normal"> error </span><span class="symbol">=</span><span class="normal"> <a href="glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">;</span>
|
696
|
+
<span class="function"><a href="glib-Miscellaneous-Macros.html#g-autoptr">g_autoptr</a></span><span class="symbol">(</span><span class="normal"><a href="glib-Key-value-file-parser.html#GKeyFile">GKeyFile</a></span><span class="symbol">)</span><span class="normal"> key_file </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-Key-value-file-parser.html#g-key-file-new">g_key_file_new</a></span><span class="normal"> </span><span class="symbol">();</span>
|
697
|
+
|
698
|
+
<span class="keyword">if</span><span class="normal"> </span><span class="symbol">(!</span><span class="function"><a href="glib-Key-value-file-parser.html#g-key-file-load-from-file">g_key_file_load_from_file</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">key_file</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"key-file.ini"</span><span class="symbol">,</span><span class="normal"> flags</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">error</span><span class="symbol">))</span>
|
699
|
+
<span class="normal"> </span><span class="cbracket">{</span>
|
700
|
+
<span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(!</span><span class="function"><a href="glib-Error-Reporting.html#g-error-matches">g_error_matches</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">error</span><span class="symbol">,</span><span class="normal"> <a href="glib-File-Utilities.html#G-FILE-ERROR:CAPS">G_FILE_ERROR</a></span><span class="symbol">,</span><span class="normal"> <a href="glib-File-Utilities.html#G-FILE-ERROR-NOENT:CAPS">G_FILE_ERROR_NOENT</a></span><span class="symbol">))</span>
|
701
|
+
<span class="normal"> </span><span class="function"><a href="glib-Message-Logging.html#g-warning">g_warning</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"Error loading key file: %s"</span><span class="symbol">,</span><span class="normal"> error</span><span class="symbol">-></span><span class="normal">message</span><span class="symbol">);</span>
|
702
|
+
<span class="normal"> </span><span class="keyword">return</span><span class="symbol">;</span>
|
703
|
+
<span class="normal"> </span><span class="cbracket">}</span>
|
704
|
+
|
705
|
+
<span class="usertype">g_autofree</span><span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">val </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-Key-value-file-parser.html#g-key-file-get-string">g_key_file_get_string</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">key_file</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Group Name"</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"SomeKey"</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">error</span><span class="symbol">);</span>
|
706
|
+
<span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">val </span><span class="symbol">==</span><span class="normal"> <a href="glib-Standard-Macros.html#NULL:CAPS">NULL</a> </span><span class="symbol">&&</span>
|
707
|
+
<span class="normal"> </span><span class="symbol">!</span><span class="function"><a href="glib-Error-Reporting.html#g-error-matches">g_error_matches</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">error</span><span class="symbol">,</span><span class="normal"> <a href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR:CAPS">G_KEY_FILE_ERROR</a></span><span class="symbol">,</span><span class="normal"> <a href="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-KEY-NOT-FOUND:CAPS">G_KEY_FILE_ERROR_KEY_NOT_FOUND</a></span><span class="symbol">))</span>
|
708
|
+
<span class="normal"> </span><span class="cbracket">{</span>
|
709
|
+
<span class="normal"> </span><span class="function"><a href="glib-Message-Logging.html#g-warning">g_warning</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"Error finding key in key file: %s"</span><span class="symbol">,</span><span class="normal"> error</span><span class="symbol">-></span><span class="normal">message</span><span class="symbol">);</span>
|
710
|
+
<span class="normal"> </span><span class="keyword">return</span><span class="symbol">;</span>
|
711
|
+
<span class="normal"> </span><span class="cbracket">}</span>
|
712
|
+
<span class="keyword">else</span><span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">val </span><span class="symbol">==</span><span class="normal"> <a href="glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">)</span>
|
713
|
+
<span class="normal"> </span><span class="cbracket">{</span>
|
714
|
+
<span class="normal"> </span><span class="comment">// Fall back to a default value.</span>
|
715
|
+
<span class="normal"> val </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-String-Utility-Functions.html#g-strdup">g_strdup</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"default-value"</span><span class="symbol">);</span>
|
716
|
+
<span class="normal"> </span><span class="cbracket">}</span></pre></td>
|
717
|
+
</tr>
|
718
|
+
</tbody>
|
719
|
+
</table>
|
720
|
+
</div>
|
721
|
+
|
722
|
+
<p></p>
|
723
|
+
<p>Here is an example of creating and saving a key file:</p>
|
724
|
+
<div class="informalexample">
|
725
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
726
|
+
<tbody>
|
727
|
+
<tr>
|
728
|
+
<td class="listing_lines" align="right"><pre>1
|
729
|
+
2
|
730
|
+
3
|
731
|
+
4
|
732
|
+
5
|
733
|
+
6
|
734
|
+
7
|
735
|
+
8
|
736
|
+
9
|
737
|
+
10
|
738
|
+
11
|
739
|
+
12
|
740
|
+
13
|
741
|
+
14
|
742
|
+
15
|
743
|
+
16
|
744
|
+
17
|
745
|
+
18
|
746
|
+
19
|
747
|
+
20
|
748
|
+
21
|
749
|
+
22</pre></td>
|
750
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-Miscellaneous-Macros.html#g-autoptr">g_autoptr</a></span><span class="symbol">(</span><span class="normal"><a href="glib-Key-value-file-parser.html#GKeyFile">GKeyFile</a></span><span class="symbol">)</span><span class="normal"> key_file </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-Key-value-file-parser.html#g-key-file-new">g_key_file_new</a></span><span class="normal"> </span><span class="symbol">();</span>
|
751
|
+
<span class="keyword">const</span><span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">val </span><span class="symbol">=</span><span class="normal"> …</span><span class="symbol">;</span>
|
752
|
+
<span class="function"><a href="glib-Miscellaneous-Macros.html#g-autoptr">g_autoptr</a></span><span class="symbol">(</span><span class="normal"><a href="glib-Error-Reporting.html#GError">GError</a></span><span class="symbol">)</span><span class="normal"> error </span><span class="symbol">=</span><span class="normal"> <a href="glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">;</span>
|
753
|
+
|
754
|
+
<span class="function"><a href="glib-Key-value-file-parser.html#g-key-file-set-string">g_key_file_set_string</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">key_file</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Group Name"</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"SomeKey"</span><span class="symbol">,</span><span class="normal"> val</span><span class="symbol">);</span>
|
755
|
+
|
756
|
+
<span class="comment">// Save as a file.</span>
|
757
|
+
<span class="keyword">if</span><span class="normal"> </span><span class="symbol">(!</span><span class="function"><a href="glib-Key-value-file-parser.html#g-key-file-save-to-file">g_key_file_save_to_file</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">key_file</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"key-file.ini"</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">error</span><span class="symbol">))</span>
|
758
|
+
<span class="normal"> </span><span class="cbracket">{</span>
|
759
|
+
<span class="normal"> </span><span class="function"><a href="glib-Message-Logging.html#g-warning">g_warning</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"Error saving key file: %s"</span><span class="symbol">,</span><span class="normal"> error</span><span class="symbol">-></span><span class="normal">message</span><span class="symbol">);</span>
|
760
|
+
<span class="normal"> </span><span class="keyword">return</span><span class="symbol">;</span>
|
761
|
+
<span class="normal"> </span><span class="cbracket">}</span>
|
762
|
+
|
763
|
+
<span class="comment">// Or store to a GBytes for use elsewhere.</span>
|
764
|
+
<span class="usertype">gsize</span><span class="normal"> data_len</span><span class="symbol">;</span>
|
765
|
+
<span class="usertype">g_autofree</span><span class="normal"> </span><span class="usertype">guint8</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">data </span><span class="symbol">=</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="glib-Basic-Types.html#guint8">guint8</a> </span><span class="symbol">*)</span><span class="normal"> </span><span class="function"><a href="glib-Key-value-file-parser.html#g-key-file-to-data">g_key_file_to_data</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">key_file</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">data_len</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">error</span><span class="symbol">);</span>
|
766
|
+
<span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">data </span><span class="symbol">==</span><span class="normal"> <a href="glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">)</span>
|
767
|
+
<span class="normal"> </span><span class="cbracket">{</span>
|
768
|
+
<span class="normal"> </span><span class="function"><a href="glib-Message-Logging.html#g-warning">g_warning</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"Error saving key file: %s"</span><span class="symbol">,</span><span class="normal"> error</span><span class="symbol">-></span><span class="normal">message</span><span class="symbol">);</span>
|
769
|
+
<span class="normal"> </span><span class="keyword">return</span><span class="symbol">;</span>
|
770
|
+
<span class="normal"> </span><span class="cbracket">}</span>
|
771
|
+
<span class="function"><a href="glib-Miscellaneous-Macros.html#g-autoptr">g_autoptr</a></span><span class="symbol">(</span><span class="normal"><a href="glib-Byte-Arrays.html#GBytes">GBytes</a></span><span class="symbol">)</span><span class="normal"> bytes </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-Byte-Arrays.html#g-bytes-new-take">g_bytes_new_take</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="glib-Memory-Allocation.html#g-steal-pointer">g_steal_pointer</a></span><span class="normal"> </span><span class="symbol">(&</span><span class="normal">data</span><span class="symbol">),</span><span class="normal"> data_len</span><span class="symbol">);</span></pre></td>
|
772
|
+
</tr>
|
773
|
+
</tbody>
|
774
|
+
</table>
|
775
|
+
</div>
|
776
|
+
|
777
|
+
<p></p>
|
659
778
|
</div>
|
660
779
|
<div class="refsect1">
|
661
780
|
<a name="glib-Key-value-file-parser.functions_details"></a><h2>Functions</h2>
|
@@ -669,7 +788,7 @@ g_key_file_new (<em class="parameter"><code><span class="type">void</span></code
|
|
669
788
|
read an existing key file.</p>
|
670
789
|
<div class="refsect3">
|
671
790
|
<a name="g-key-file-new.returns"></a><h4>Returns</h4>
|
672
|
-
<p>
|
791
|
+
<p>an empty <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a>. </p>
|
673
792
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
674
793
|
</div>
|
675
794
|
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
@@ -820,7 +939,7 @@ g_key_file_load_from_file (<em class="parameter"><code><a class="link" href="gli
|
|
820
939
|
</tr>
|
821
940
|
<tr>
|
822
941
|
<td class="parameter_name"><p>file</p></td>
|
823
|
-
<td class="parameter_description"><p>
|
942
|
+
<td class="parameter_description"><p>the path of a filename to load, in the GLib filename encoding. </p></td>
|
824
943
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></td>
|
825
944
|
</tr>
|
826
945
|
<tr>
|
@@ -979,12 +1098,12 @@ set to either a <a class="link" href="glib-File-Utilities.html#GFileError" title
|
|
979
1098
|
</tr>
|
980
1099
|
<tr>
|
981
1100
|
<td class="parameter_name"><p>file</p></td>
|
982
|
-
<td class="parameter_description"><p>
|
1101
|
+
<td class="parameter_description"><p>a relative path to a filename to open and parse. </p></td>
|
983
1102
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></td>
|
984
1103
|
</tr>
|
985
1104
|
<tr>
|
986
1105
|
<td class="parameter_name"><p>full_path</p></td>
|
987
|
-
<td class="parameter_description"><p>
|
1106
|
+
<td class="parameter_description"><p>return location for a string containing the full path
|
988
1107
|
of the file, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
989
1108
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
990
1109
|
</tr>
|
@@ -1046,17 +1165,17 @@ file, a <a class="link" href="glib-File-Utilities.html#G-FILE-ERROR:CAPS" title=
|
|
1046
1165
|
</tr>
|
1047
1166
|
<tr>
|
1048
1167
|
<td class="parameter_name"><p>file</p></td>
|
1049
|
-
<td class="parameter_description"><p>
|
1168
|
+
<td class="parameter_description"><p>a relative path to a filename to open and parse. </p></td>
|
1050
1169
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></td>
|
1051
1170
|
</tr>
|
1052
1171
|
<tr>
|
1053
1172
|
<td class="parameter_name"><p>search_dirs</p></td>
|
1054
|
-
<td class="parameter_description"><p
|
1173
|
+
<td class="parameter_description"><p><a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of directories to search. </p></td>
|
1055
1174
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> filename]</span></td>
|
1056
1175
|
</tr>
|
1057
1176
|
<tr>
|
1058
1177
|
<td class="parameter_name"><p>full_path</p></td>
|
1059
|
-
<td class="parameter_description"><p>
|
1178
|
+
<td class="parameter_description"><p>return location for a string containing the full path
|
1060
1179
|
of the file, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1061
1180
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1062
1181
|
</tr>
|
@@ -1107,7 +1226,7 @@ so it is safe to pass <a class="link" href="glib-Standard-Macros.html#NULL:CAPS"
|
|
1107
1226
|
</tr>
|
1108
1227
|
<tr>
|
1109
1228
|
<td class="parameter_name"><p>length</p></td>
|
1110
|
-
<td class="parameter_description"><p>
|
1229
|
+
<td class="parameter_description"><p>return location for the length of the
|
1111
1230
|
returned string, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1112
1231
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1113
1232
|
</tr>
|
@@ -1227,7 +1346,7 @@ The array of returned groups will be <a class="link" href="glib-Standard-Macros.
|
|
1227
1346
|
</tr>
|
1228
1347
|
<tr>
|
1229
1348
|
<td class="parameter_name"><p>length</p></td>
|
1230
|
-
<td class="parameter_description"><p>
|
1349
|
+
<td class="parameter_description"><p>return location for the number of returned groups, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1231
1350
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1232
1351
|
</tr>
|
1233
1352
|
</tbody>
|
@@ -1235,7 +1354,7 @@ The array of returned groups will be <a class="link" href="glib-Standard-Macros.
|
|
1235
1354
|
</div>
|
1236
1355
|
<div class="refsect3">
|
1237
1356
|
<a name="g-key-file-get-groups.returns"></a><h4>Returns</h4>
|
1238
|
-
<p>
|
1357
|
+
<p>a newly-allocated <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of strings.
|
1239
1358
|
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>
|
1240
1359
|
<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>
|
1241
1360
|
</div>
|
@@ -1279,7 +1398,7 @@ be found, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL
|
|
1279
1398
|
</tr>
|
1280
1399
|
<tr>
|
1281
1400
|
<td class="parameter_name"><p>length</p></td>
|
1282
|
-
<td class="parameter_description"><p>
|
1401
|
+
<td class="parameter_description"><p>return location for the number of keys returned, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1283
1402
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1284
1403
|
</tr>
|
1285
1404
|
<tr>
|
@@ -1292,7 +1411,7 @@ be found, <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL
|
|
1292
1411
|
</div>
|
1293
1412
|
<div class="refsect3">
|
1294
1413
|
<a name="g-key-file-get-keys.returns"></a><h4>Returns</h4>
|
1295
|
-
<p>
|
1414
|
+
<p>a newly-allocated <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of strings.
|
1296
1415
|
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>
|
1297
1416
|
<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>
|
1298
1417
|
</div>
|
@@ -1530,6 +1649,10 @@ translated in the given <em class="parameter"><code>locale</code></em>
|
|
1530
1649
|
if available. If <em class="parameter"><code>locale</code></em>
|
1531
1650
|
is
|
1532
1651
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> then the current locale is assumed. </p>
|
1652
|
+
<p>If <em class="parameter"><code>locale</code></em>
|
1653
|
+
is to be non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, or if the current locale will change over
|
1654
|
+
the lifetime of the <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a>, it must be loaded with
|
1655
|
+
<a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-KEEP-TRANSLATIONS:CAPS"><code class="literal">G_KEY_FILE_KEEP_TRANSLATIONS</code></a> in order to load strings for all locales.</p>
|
1533
1656
|
<p>If <em class="parameter"><code>key</code></em>
|
1534
1657
|
cannot be found then <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> is returned and <em class="parameter"><code>error</code></em>
|
1535
1658
|
is set
|
@@ -1563,7 +1686,7 @@ be found then the untranslated value is returned.</p>
|
|
1563
1686
|
</tr>
|
1564
1687
|
<tr>
|
1565
1688
|
<td class="parameter_name"><p>locale</p></td>
|
1566
|
-
<td class="parameter_description"><p>
|
1689
|
+
<td class="parameter_description"><p>a locale identifier or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1567
1690
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1568
1691
|
</tr>
|
1569
1692
|
<tr>
|
@@ -1583,6 +1706,66 @@ key cannot be found.</p>
|
|
1583
1706
|
</div>
|
1584
1707
|
<hr>
|
1585
1708
|
<div class="refsect2">
|
1709
|
+
<a name="g-key-file-get-locale-for-key"></a><h3>g_key_file_get_locale_for_key ()</h3>
|
1710
|
+
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a> *
|
1711
|
+
g_key_file_get_locale_for_key (<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>,
|
1712
|
+
<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>,
|
1713
|
+
<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>,
|
1714
|
+
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *locale</code></em>);</pre>
|
1715
|
+
<p>Returns the actual locale which the result of
|
1716
|
+
<a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-locale-string" title="g_key_file_get_locale_string ()"><code class="function">g_key_file_get_locale_string()</code></a> or <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-locale-string-list" title="g_key_file_get_locale_string_list ()"><code class="function">g_key_file_get_locale_string_list()</code></a>
|
1717
|
+
came from.</p>
|
1718
|
+
<p>If calling <a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-locale-string" title="g_key_file_get_locale_string ()"><code class="function">g_key_file_get_locale_string()</code></a> or
|
1719
|
+
<a class="link" href="glib-Key-value-file-parser.html#g-key-file-get-locale-string-list" title="g_key_file_get_locale_string_list ()"><code class="function">g_key_file_get_locale_string_list()</code></a> with exactly the same <em class="parameter"><code>key_file</code></em>
|
1720
|
+
,
|
1721
|
+
<em class="parameter"><code>group_name</code></em>
|
1722
|
+
, <em class="parameter"><code>key</code></em>
|
1723
|
+
and <em class="parameter"><code>locale</code></em>
|
1724
|
+
, the result of those functions will
|
1725
|
+
have originally been tagged with the locale that is the result of
|
1726
|
+
this function.</p>
|
1727
|
+
<div class="refsect3">
|
1728
|
+
<a name="g-key-file-get-locale-for-key.parameters"></a><h4>Parameters</h4>
|
1729
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1730
|
+
<colgroup>
|
1731
|
+
<col width="150px" class="parameters_name">
|
1732
|
+
<col class="parameters_description">
|
1733
|
+
<col width="200px" class="parameters_annotations">
|
1734
|
+
</colgroup>
|
1735
|
+
<tbody>
|
1736
|
+
<tr>
|
1737
|
+
<td class="parameter_name"><p>key_file</p></td>
|
1738
|
+
<td class="parameter_description"><p>a <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a></p></td>
|
1739
|
+
<td class="parameter_annotations"> </td>
|
1740
|
+
</tr>
|
1741
|
+
<tr>
|
1742
|
+
<td class="parameter_name"><p>group_name</p></td>
|
1743
|
+
<td class="parameter_description"><p>a group name</p></td>
|
1744
|
+
<td class="parameter_annotations"> </td>
|
1745
|
+
</tr>
|
1746
|
+
<tr>
|
1747
|
+
<td class="parameter_name"><p>key</p></td>
|
1748
|
+
<td class="parameter_description"><p>a key</p></td>
|
1749
|
+
<td class="parameter_annotations"> </td>
|
1750
|
+
</tr>
|
1751
|
+
<tr>
|
1752
|
+
<td class="parameter_name"><p>locale</p></td>
|
1753
|
+
<td class="parameter_description"><p>a locale identifier or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1754
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1755
|
+
</tr>
|
1756
|
+
</tbody>
|
1757
|
+
</table></div>
|
1758
|
+
</div>
|
1759
|
+
<div class="refsect3">
|
1760
|
+
<a name="g-key-file-get-locale-for-key.returns"></a><h4>Returns</h4>
|
1761
|
+
<p>the locale from the file, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the key was not
|
1762
|
+
found or the entry in the file was was untranslated. </p>
|
1763
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1764
|
+
</div>
|
1765
|
+
<p class="since">Since: <a class="link" href="api-index-2-56.html#api-index-2.56">2.56</a></p>
|
1766
|
+
</div>
|
1767
|
+
<hr>
|
1768
|
+
<div class="refsect2">
|
1586
1769
|
<a name="g-key-file-get-boolean"></a><h3>g_key_file_get_boolean ()</h3>
|
1587
1770
|
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
|
1588
1771
|
g_key_file_get_boolean (<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>,
|
@@ -1909,7 +2092,7 @@ and <em class="parameter"><code>error</code></em>
|
|
1909
2092
|
</tr>
|
1910
2093
|
<tr>
|
1911
2094
|
<td class="parameter_name"><p>length</p></td>
|
1912
|
-
<td class="parameter_description"><p>
|
2095
|
+
<td class="parameter_description"><p>return location for the number of returned strings, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1913
2096
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1914
2097
|
</tr>
|
1915
2098
|
<tr>
|
@@ -1922,7 +2105,7 @@ and <em class="parameter"><code>error</code></em>
|
|
1922
2105
|
</div>
|
1923
2106
|
<div class="refsect3">
|
1924
2107
|
<a name="g-key-file-get-string-list.returns"></a><h4>Returns</h4>
|
1925
|
-
<p>
|
2108
|
+
<p>a <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated string array or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the specified
|
1926
2109
|
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>
|
1927
2110
|
<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>
|
1928
2111
|
</div>
|
@@ -1945,6 +2128,10 @@ translated in the given <em class="parameter"><code>locale</code></em>
|
|
1945
2128
|
if available. If <em class="parameter"><code>locale</code></em>
|
1946
2129
|
is
|
1947
2130
|
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> then the current locale is assumed.</p>
|
2131
|
+
<p>If <em class="parameter"><code>locale</code></em>
|
2132
|
+
is to be non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, or if the current locale will change over
|
2133
|
+
the lifetime of the <a class="link" href="glib-Key-value-file-parser.html#GKeyFile" title="GKeyFile"><span class="type">GKeyFile</span></a>, it must be loaded with
|
2134
|
+
<a class="link" href="glib-Key-value-file-parser.html#G-KEY-FILE-KEEP-TRANSLATIONS:CAPS"><code class="literal">G_KEY_FILE_KEEP_TRANSLATIONS</code></a> in order to load strings for all locales.</p>
|
1948
2135
|
<p>If <em class="parameter"><code>key</code></em>
|
1949
2136
|
cannot be found then <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> is returned and <em class="parameter"><code>error</code></em>
|
1950
2137
|
is set
|
@@ -1981,12 +2168,12 @@ be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
|
|
1981
2168
|
</tr>
|
1982
2169
|
<tr>
|
1983
2170
|
<td class="parameter_name"><p>locale</p></td>
|
1984
|
-
<td class="parameter_description"><p>
|
2171
|
+
<td class="parameter_description"><p>a locale identifier or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1985
2172
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1986
2173
|
</tr>
|
1987
2174
|
<tr>
|
1988
2175
|
<td class="parameter_name"><p>length</p></td>
|
1989
|
-
<td class="parameter_description"><p>
|
2176
|
+
<td class="parameter_description"><p>return location for the number of returned strings or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
1990
2177
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1991
2178
|
</tr>
|
1992
2179
|
<tr>
|
@@ -1999,7 +2186,7 @@ be <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code
|
|
1999
2186
|
</div>
|
2000
2187
|
<div class="refsect3">
|
2001
2188
|
<a name="g-key-file-get-locale-string-list.returns"></a><h4>Returns</h4>
|
2002
|
-
<p>
|
2189
|
+
<p>a newly allocated <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated string array
|
2003
2190
|
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the key isn't found. The string array should be freed
|
2004
2191
|
with <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a>. </p>
|
2005
2192
|
<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>
|
@@ -2053,7 +2240,7 @@ and <em class="parameter"><code>error</code></em>
|
|
2053
2240
|
</tr>
|
2054
2241
|
<tr>
|
2055
2242
|
<td class="parameter_name"><p>length</p></td>
|
2056
|
-
<td class="parameter_description"><p>
|
2243
|
+
<td class="parameter_description"><p>the number of booleans returned. </p></td>
|
2057
2244
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2058
2245
|
</tr>
|
2059
2246
|
<tr>
|
@@ -2066,7 +2253,7 @@ and <em class="parameter"><code>error</code></em>
|
|
2066
2253
|
</div>
|
2067
2254
|
<div class="refsect3">
|
2068
2255
|
<a name="g-key-file-get-boolean-list.returns"></a><h4>Returns</h4>
|
2069
|
-
<p>
|
2256
|
+
<p>the values associated with the key as a list of booleans, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the
|
2070
2257
|
key was not found or could not be parsed. The returned list of booleans
|
2071
2258
|
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>
|
2072
2259
|
<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>
|
@@ -2121,7 +2308,7 @@ and <em class="parameter"><code>error</code></em>
|
|
2121
2308
|
</tr>
|
2122
2309
|
<tr>
|
2123
2310
|
<td class="parameter_name"><p>length</p></td>
|
2124
|
-
<td class="parameter_description"><p>
|
2311
|
+
<td class="parameter_description"><p>the number of integers returned. </p></td>
|
2125
2312
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2126
2313
|
</tr>
|
2127
2314
|
<tr>
|
@@ -2134,7 +2321,7 @@ and <em class="parameter"><code>error</code></em>
|
|
2134
2321
|
</div>
|
2135
2322
|
<div class="refsect3">
|
2136
2323
|
<a name="g-key-file-get-integer-list.returns"></a><h4>Returns</h4>
|
2137
|
-
<p>
|
2324
|
+
<p>the values associated with the key as a list of integers, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if
|
2138
2325
|
the key was not found or could not be parsed. The returned list of
|
2139
2326
|
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>
|
2140
2327
|
<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>
|
@@ -2188,7 +2375,7 @@ and <em class="parameter"><code>error</code></em>
|
|
2188
2375
|
</tr>
|
2189
2376
|
<tr>
|
2190
2377
|
<td class="parameter_name"><p>length</p></td>
|
2191
|
-
<td class="parameter_description"><p>
|
2378
|
+
<td class="parameter_description"><p>the number of doubles returned. </p></td>
|
2192
2379
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2193
2380
|
</tr>
|
2194
2381
|
<tr>
|
@@ -2201,7 +2388,7 @@ and <em class="parameter"><code>error</code></em>
|
|
2201
2388
|
</div>
|
2202
2389
|
<div class="refsect3">
|
2203
2390
|
<a name="g-key-file-get-double-list.returns"></a><h4>Returns</h4>
|
2204
|
-
<p>
|
2391
|
+
<p>the values associated with the key as a list of doubles, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the
|
2205
2392
|
key was not found or could not be parsed. The returned list of doubles
|
2206
2393
|
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>
|
2207
2394
|
<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>
|
@@ -2245,7 +2432,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2245
2432
|
</tr>
|
2246
2433
|
<tr>
|
2247
2434
|
<td class="parameter_name"><p>group_name</p></td>
|
2248
|
-
<td class="parameter_description"><p>
|
2435
|
+
<td class="parameter_description"><p>a group name, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
2249
2436
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2250
2437
|
</tr>
|
2251
2438
|
<tr>
|
@@ -2700,7 +2887,7 @@ If <em class="parameter"><code>group_name</code></em>
|
|
2700
2887
|
</tr>
|
2701
2888
|
<tr>
|
2702
2889
|
<td class="parameter_name"><p>list</p></td>
|
2703
|
-
<td class="parameter_description"><p>
|
2890
|
+
<td class="parameter_description"><p>an array of string values. </p></td>
|
2704
2891
|
<td class="parameter_annotations"><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]</span></td>
|
2705
2892
|
</tr>
|
2706
2893
|
<tr>
|
@@ -2762,7 +2949,7 @@ it is created.</p>
|
|
2762
2949
|
</tr>
|
2763
2950
|
<tr>
|
2764
2951
|
<td class="parameter_name"><p>list</p></td>
|
2765
|
-
<td class="parameter_description"><p>
|
2952
|
+
<td class="parameter_description"><p>a <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of locale string values. </p></td>
|
2766
2953
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1 length=length]</span></td>
|
2767
2954
|
</tr>
|
2768
2955
|
<tr>
|
@@ -2818,7 +3005,7 @@ If <em class="parameter"><code>group_name</code></em>
|
|
2818
3005
|
</tr>
|
2819
3006
|
<tr>
|
2820
3007
|
<td class="parameter_name"><p>list</p></td>
|
2821
|
-
<td class="parameter_description"><p>
|
3008
|
+
<td class="parameter_description"><p>an array of boolean values. </p></td>
|
2822
3009
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></td>
|
2823
3010
|
</tr>
|
2824
3011
|
<tr>
|
@@ -2872,7 +3059,7 @@ If <em class="parameter"><code>key</code></em>
|
|
2872
3059
|
</tr>
|
2873
3060
|
<tr>
|
2874
3061
|
<td class="parameter_name"><p>list</p></td>
|
2875
|
-
<td class="parameter_description"><p>
|
3062
|
+
<td class="parameter_description"><p>an array of integer values. </p></td>
|
2876
3063
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></td>
|
2877
3064
|
</tr>
|
2878
3065
|
<tr>
|
@@ -2926,7 +3113,7 @@ g_key_file_set_double_list (<em class="parameter"><code><a class="link" href="gl
|
|
2926
3113
|
</tr>
|
2927
3114
|
<tr>
|
2928
3115
|
<td class="parameter_name"><p>list</p></td>
|
2929
|
-
<td class="parameter_description"><p>
|
3116
|
+
<td class="parameter_description"><p>an array of double values. </p></td>
|
2930
3117
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></td>
|
2931
3118
|
</tr>
|
2932
3119
|
<tr>
|
@@ -2980,12 +3167,12 @@ each line of <em class="parameter"><code>comment</code></em>
|
|
2980
3167
|
</tr>
|
2981
3168
|
<tr>
|
2982
3169
|
<td class="parameter_name"><p>group_name</p></td>
|
2983
|
-
<td class="parameter_description"><p>
|
3170
|
+
<td class="parameter_description"><p>a group name, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
2984
3171
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2985
3172
|
</tr>
|
2986
3173
|
<tr>
|
2987
3174
|
<td class="parameter_name"><p>key</p></td>
|
2988
|
-
<td class="parameter_description"><p>
|
3175
|
+
<td class="parameter_description"><p>a key. </p></td>
|
2989
3176
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2990
3177
|
</tr>
|
2991
3178
|
<tr>
|
@@ -3135,12 +3322,12 @@ be removed above the first group in the file.</p>
|
|
3135
3322
|
</tr>
|
3136
3323
|
<tr>
|
3137
3324
|
<td class="parameter_name"><p>group_name</p></td>
|
3138
|
-
<td class="parameter_description"><p>
|
3325
|
+
<td class="parameter_description"><p>a group name, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
|
3139
3326
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3140
3327
|
</tr>
|
3141
3328
|
<tr>
|
3142
3329
|
<td class="parameter_name"><p>key</p></td>
|
3143
|
-
<td class="parameter_description"><p>
|
3330
|
+
<td class="parameter_description"><p>a key. </p></td>
|
3144
3331
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3145
3332
|
</tr>
|
3146
3333
|
<tr>
|
@@ -3527,6 +3714,6 @@ entries representing directories.</p>
|
|
3527
3714
|
</div>
|
3528
3715
|
</div>
|
3529
3716
|
<div class="footer">
|
3530
|
-
<hr>Generated by GTK-Doc V1.
|
3717
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
3531
3718
|
</body>
|
3532
3719
|
</html>
|