glib2 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/ext/glib2/extconf.rb +0 -3
- data/ext/glib2/glib2.def +3 -0
- data/ext/glib2/rbglib.c +52 -20
- data/ext/glib2/rbglib.h +2 -2
- data/ext/glib2/rbglib_iochannel.c +1 -1
- data/ext/glib2/rbglib_mainloop.c +34 -11
- data/ext/glib2/rbglib_messages.c +21 -14
- data/ext/glib2/rbgobj_closure.c +65 -28
- data/ext/glib2/rbgobj_signal.c +38 -2
- data/ext/glib2/rbgobject.h +16 -0
- data/ext/glib2/rbgutil.c +6 -6
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2.rb +8 -3
- data/lib/gnome2/rake/external-package.rb +24 -1
- data/lib/gnome2/rake/windows-binary-build-task.rb +339 -338
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/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.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +1 -1
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/libnettle-6-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/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 +11 -0
- data/vendor/local/include/glib-2.0/gio/gdrive.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +9 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +10 -10
- data/vendor/local/include/glib-2.0/gio/giotypes.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettings.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gvfs.h +36 -0
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +1 -1
- data/vendor/local/include/glib-2.0/glib/ghmac.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +6 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gmain.h +11 -0
- data/vendor/local/include/glib-2.0/glib/gmessages.h +211 -2
- data/vendor/local/include/glib-2.0/glib/gtypes.h +2 -1
- data/vendor/local/include/glib-2.0/glib/gunicode.h +23 -3
- data/vendor/local/include/glib-2.0/glib/gutils.h +10 -0
- data/vendor/local/include/glib-2.0/glib/gvariant.h +71 -2
- data/vendor/local/include/glib-2.0/glib/gvarianttype.h +0 -1
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +23 -0
- data/vendor/local/include/glib-2.0/gobject/gparam.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +1 -1
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +2 -0
- data/vendor/local/include/gmp.h +1 -1
- data/vendor/local/include/nettle/nettle-stdint.h +1 -1
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +3 -2
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/share/bash-completion/completions/gsettings +3 -3
- data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/{libglib-2.0.so.0.4800.1-gdb.py → libglib-2.0.so.0.5000.2-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.4800.1-gdb.py → libgobject-2.0.so.0.5000.2-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 +32 -22
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.py +3 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.py +8 -4
- 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 +8 -2
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/{glib.py → glib_gdb.py} +0 -0
- data/vendor/local/share/glib-2.0/gdb/{gobject.py → gobject_gdb.py} +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +115 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +2 -1
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +8 -7
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +44 -1
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +25 -23
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +18 -4
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +14 -10
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +2 -0
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +32 -2
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +234 -11
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +10 -2
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +10 -9
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +222 -0
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +4 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-50.html +79 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +44 -0
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +18 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +7 -4
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +10 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +14 -0
- data/vendor/local/share/gtk-doc/html/gio/gio.html +664 -0
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +19 -0
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +6 -0
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +7 -0
- data/vendor/local/share/gtk-doc/html/gio/index.html +5 -1
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +3 -0
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +10 -9
- data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -0
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +4 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-50.html +121 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +110 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +10 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +10 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +56 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +71 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +74 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +57 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +1009 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +84 -56
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +3 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +27 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +36 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +68 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +17 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +12 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +36 -2
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +1 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +4 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +12 -12
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +15 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +2 -2
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +2 -2
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be@latin/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/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/glib20.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/dz/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@shaw/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/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/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/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/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/glib20.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/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/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/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/glib20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/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/nds/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/pa/LC_MESSAGES/glib-networking.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/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.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/sq/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/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/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tt/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/wa/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_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/gapplication.1 +1 -1
- data/vendor/local/share/man/man1/gdbus-codegen.1 +8 -3
- data/vendor/local/share/man/man1/gdbus.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
- data/vendor/local/share/man/man1/gio.1 +583 -0
- data/vendor/local/share/man/man1/glib-compile-resources.1 +19 -1
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +6 -1
- data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
- data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
- data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
- 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 +9 -1
- data/vendor/local/share/man/man1/gtester-report.1 +1 -1
- data/vendor/local/share/man/man1/gtester.1 +1 -1
- metadata +12 -7
@@ -62,6 +62,12 @@ Print help and exit
|
|
62
62
|
</p></td>
|
63
63
|
</tr>
|
64
64
|
<tr>
|
65
|
+
<td><p><span class="term"><code class="option">--version</code></span></p></td>
|
66
|
+
<td><p>
|
67
|
+
Print program version and exit
|
68
|
+
</p></td>
|
69
|
+
</tr>
|
70
|
+
<tr>
|
65
71
|
<td><p><span class="term"><code class="option">--target=<em class="replaceable"><code>TARGET</code></em></code></span></p></td>
|
66
72
|
<td><p>
|
67
73
|
Store the compiled resources in the file <em class="replaceable"><code>TARGET</code></em>.
|
@@ -137,6 +143,9 @@ test.gresource: test.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-
|
|
137
143
|
<p>
|
138
144
|
Note that this may or may not be portable to non-GNU <span class="command"><strong>make</strong></span>.
|
139
145
|
</p>
|
146
|
+
<p>
|
147
|
+
Also see <code class="option">--dependency-file</code>.
|
148
|
+
</p>
|
140
149
|
</td>
|
141
150
|
</tr>
|
142
151
|
<tr>
|
@@ -169,6 +178,16 @@ declare them as
|
|
169
178
|
which is what <code class="option">--internal</code> does.
|
170
179
|
</p></td>
|
171
180
|
</tr>
|
181
|
+
<tr>
|
182
|
+
<td><p><span class="term"><code class="option">--dependency-file=<em class="replaceable"><code>FILE</code></em></code></span></p></td>
|
183
|
+
<td><p>
|
184
|
+
Write dependencies in the same style as gcc -M -MF to the given file.
|
185
|
+
If <code class="option">FILE</code> is -, the dependencies are written to the standard
|
186
|
+
output. Unlike <code class="option">--generate-dependencies</code>, this option can be
|
187
|
+
combined with other <code class="option">--generate</code> options to generate dependencies
|
188
|
+
as a side-effect of generating sources.
|
189
|
+
</p></td>
|
190
|
+
</tr>
|
172
191
|
</tbody>
|
173
192
|
</table></div>
|
174
193
|
</div>
|
@@ -80,6 +80,12 @@ Print help and exit
|
|
80
80
|
</p></td>
|
81
81
|
</tr>
|
82
82
|
<tr>
|
83
|
+
<td><p><span class="term"><code class="option">--version</code></span></p></td>
|
84
|
+
<td><p>
|
85
|
+
Print program version and exit
|
86
|
+
</p></td>
|
87
|
+
</tr>
|
88
|
+
<tr>
|
83
89
|
<td><p><span class="term"><code class="option">--targetdir=<em class="replaceable"><code>TARGET</code></em></code></span></p></td>
|
84
90
|
<td><p>
|
85
91
|
Store <code class="filename">gschemas.compiled</code> in the <em class="replaceable"><code>TARGET</code></em> directory instead of <em class="replaceable"><code>DIRECTORY</code></em>.
|
@@ -34,6 +34,7 @@
|
|
34
34
|
<div class="cmdsynopsis"><p><code class="command">gsettings</code> monitor <em class="replaceable"><code>SCHEMA</code></em> [:<em class="replaceable"><code>PATH</code></em>] [<em class="replaceable"><code>KEY</code></em>]</p></div>
|
35
35
|
<div class="cmdsynopsis"><p><code class="command">gsettings</code> writable <em class="replaceable"><code>SCHEMA</code></em> [:<em class="replaceable"><code>PATH</code></em>] <em class="replaceable"><code>KEY</code></em> </p></div>
|
36
36
|
<div class="cmdsynopsis"><p><code class="command">gsettings</code> range <em class="replaceable"><code>SCHEMA</code></em> [:<em class="replaceable"><code>PATH</code></em>] <em class="replaceable"><code>KEY</code></em> </p></div>
|
37
|
+
<div class="cmdsynopsis"><p><code class="command">gsettings</code> describe <em class="replaceable"><code>SCHEMA</code></em> [:<em class="replaceable"><code>PATH</code></em>] <em class="replaceable"><code>KEY</code></em> </p></div>
|
37
38
|
<div class="cmdsynopsis"><p><code class="command">gsettings</code> set <em class="replaceable"><code>SCHEMA</code></em> [:<em class="replaceable"><code>PATH</code></em>] <em class="replaceable"><code>KEY</code></em> <em class="replaceable"><code>VALUE</code></em> </p></div>
|
38
39
|
<div class="cmdsynopsis"><p><code class="command">gsettings</code> reset <em class="replaceable"><code>SCHEMA</code></em> [:<em class="replaceable"><code>PATH</code></em>] <em class="replaceable"><code>KEY</code></em> </p></div>
|
39
40
|
<div class="cmdsynopsis"><p><code class="command">gsettings</code> reset-recursively <em class="replaceable"><code>SCHEMA</code></em> [:<em class="replaceable"><code>PATH</code></em>] </p></div>
|
@@ -107,6 +108,12 @@ Queries the range of valid values for <em class="replaceable"><code>KEY</code></
|
|
107
108
|
</p></td>
|
108
109
|
</tr>
|
109
110
|
<tr>
|
111
|
+
<td><p><span class="term"><code class="option">describe</code></span></p></td>
|
112
|
+
<td><p>
|
113
|
+
Queries the description of valid values for <em class="replaceable"><code>KEY</code></em>.
|
114
|
+
</p></td>
|
115
|
+
</tr>
|
116
|
+
<tr>
|
110
117
|
<td><p><span class="term"><code class="option">set</code></span></p></td>
|
111
118
|
<td><p>
|
112
119
|
Sets the value of <em class="replaceable"><code>KEY</code></em> to
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIO Reference Manual</p></th></tr></table></div>
|
17
17
|
<div><p class="releaseinfo">
|
18
|
-
for GIO 2.
|
18
|
+
for GIO 2.50.2
|
19
19
|
|
20
20
|
The latest version of this documentation can be found on-line at
|
21
21
|
<a class="ulink" href="https://developer.gnome.org/gio/unstable/" target="_top">https://developer.gnome.org/gio/unstable/</a>.
|
@@ -594,6 +594,9 @@
|
|
594
594
|
<dt>
|
595
595
|
<span class="refentrytitle"><a href="gapplication-tool.html">gapplication</a></span><span class="refpurpose"> — D-Bus application launcher</span>
|
596
596
|
</dt>
|
597
|
+
<dt>
|
598
|
+
<span class="refentrytitle"><a href="gio.html">gio</a></span><span class="refpurpose"> — GIO commandline tool</span>
|
599
|
+
</dt>
|
597
600
|
</dl></dd>
|
598
601
|
<dt><span class="chapter"><a href="testing.html">GIO Testing</a></span></dt>
|
599
602
|
<dd><dl><dt>
|
@@ -646,6 +649,7 @@
|
|
646
649
|
<dt><span class="index"><a href="api-index-2-44.html">Index of new symbols in 2.44</a></span></dt>
|
647
650
|
<dt><span class="index"><a href="api-index-2-46.html">Index of new symbols in 2.46</a></span></dt>
|
648
651
|
<dt><span class="index"><a href="api-index-2-48.html">Index of new symbols in 2.48</a></span></dt>
|
652
|
+
<dt><span class="index"><a href="api-index-2-50.html">Index of new symbols in 2.50</a></span></dt>
|
649
653
|
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
|
650
654
|
</dl></div>
|
651
655
|
</div>
|
@@ -585,6 +585,9 @@
|
|
585
585
|
<dt>
|
586
586
|
<span class="refentrytitle"><a href="gapplication-tool.html">gapplication</a></span><span class="refpurpose"> — D-Bus application launcher</span>
|
587
587
|
</dt>
|
588
|
+
<dt>
|
589
|
+
<span class="refentrytitle"><a href="gio.html">gio</a></span><span class="refpurpose"> — GIO commandline tool</span>
|
590
|
+
</dt>
|
588
591
|
</dl></dd>
|
589
592
|
<dt><span class="chapter"><a href="testing.html">GIO Testing</a></span></dt>
|
590
593
|
<dd><dl><dt>
|
@@ -23,7 +23,7 @@
|
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="running-gio-apps"></a>Running GIO applications</h2></div></div></div>
|
25
25
|
<p>
|
26
|
-
GIO inspects a few
|
26
|
+
GIO inspects a few environment variables in addition to the
|
27
27
|
ones used by GLib.
|
28
28
|
</p>
|
29
29
|
<p><b><code class="envar">XDG_DATA_HOME</code>, <code class="envar">XDG_DATA_DIRS</code>. </b>
|
@@ -35,18 +35,19 @@
|
|
35
35
|
This variable can be set to keep <span class="type">Gvfs</span> from starting the fuse backend,
|
36
36
|
which may be unwanted or unnecessary in certain situations.
|
37
37
|
</p>
|
38
|
-
<p>
|
39
|
-
The following environment variables are only useful for debugging
|
40
|
-
GIO itself or modules that it loads. They should not be set in a
|
41
|
-
production environment.
|
42
|
-
</p>
|
43
38
|
<p><b><code class="envar">GIO_USE_VFS</code>. </b>
|
44
39
|
This environment variable can be set to the name of a <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a>
|
45
40
|
implementation to override the default for debugging purposes.
|
46
41
|
The <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> implementation for local files that is included in GIO
|
47
42
|
has the name "local", the implementation in the gvfs module has
|
48
|
-
the name "gvfs".
|
43
|
+
the name "gvfs". Most commonly, system software will set this to "local"
|
44
|
+
to avoid having `GFile` APIs perform unnecessary DBus calls.
|
49
45
|
</p>
|
46
|
+
<p>
|
47
|
+
The following environment variables are only useful for debugging
|
48
|
+
GIO itself or modules that it loads. They should not be set in a
|
49
|
+
production environment.
|
50
|
+
</p>
|
50
51
|
<p><b><code class="envar">GIO_USE_FILE_MONITOR</code>. </b>
|
51
52
|
This variable can be set to the name of a <a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="type">GFileMonitor</span></a>
|
52
53
|
implementation to override the default for debugging purposes.
|
@@ -59,8 +60,8 @@
|
|
59
60
|
This variable can be set to the name of a <a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a>
|
60
61
|
implementation to override the default for debugging purposes.
|
61
62
|
The <a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a> implementation for local files that is included
|
62
|
-
in GIO has the name "unix", the
|
63
|
-
gvfs module has the name "
|
63
|
+
in GIO has the name "unix", the udisks2-based implementation in the
|
64
|
+
gvfs module has the name "udisks2".
|
64
65
|
</p>
|
65
66
|
<p><b><code class="envar">GIO_USE_TLS</code>. </b>
|
66
67
|
This variable can be set to the name of a <a class="link" href="GTlsBackend.html" title="GTlsBackend"><span class="type">GTlsBackend</span></a>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GIO Reference Manual">
|
8
8
|
<link rel="up" href="pt02.html" title="Part II. API Reference">
|
9
|
-
<link rel="prev" href="
|
9
|
+
<link rel="prev" href="gio.html" title="gio">
|
10
10
|
<link rel="next" href="GTestDBus.html" title="GTestDBus">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<td width="100%" align="left" class="shortcuts"></td>
|
17
17
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
18
|
<td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="p" href="
|
19
|
+
<td><a accesskey="p" href="gio.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
20
|
<td><a accesskey="n" href="GTestDBus.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
22
|
<div class="chapter">
|
@@ -47,6 +47,9 @@
|
|
47
47
|
<dt>
|
48
48
|
<span class="refentrytitle"><a href="gapplication-tool.html">gapplication</a></span><span class="refpurpose"> — D-Bus application launcher</span>
|
49
49
|
</dt>
|
50
|
+
<dt>
|
51
|
+
<span class="refentrytitle"><a href="gio.html">gio</a></span><span class="refpurpose"> — GIO commandline tool</span>
|
52
|
+
</dt>
|
50
53
|
</dl></div>
|
51
54
|
</div>
|
52
55
|
<div class="footer">
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GLib Reference Manual">
|
9
|
-
<link rel="prev" href="api-index-2-
|
9
|
+
<link rel="prev" href="api-index-2-50.html" title="Index of new symbols in 2.50">
|
10
10
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
11
11
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
12
|
</head>
|
@@ -33,7 +33,7 @@
|
|
33
33
|
<a class="shortcut" href="#glsT">T</a></span></td>
|
34
34
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
35
35
|
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
36
|
-
<td><a accesskey="p" href="api-index-2-
|
36
|
+
<td><a accesskey="p" href="api-index-2-50.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
37
37
|
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
|
38
38
|
</tr></table>
|
39
39
|
<div class="glossary">
|
@@ -52,6 +52,8 @@
|
|
52
52
|
<a name="glsD"></a><h3 class="title">D</h3>
|
53
53
|
<dt><span class="glossterm"><a name="annotation-glossterm-default"></a>default</span></dt>
|
54
54
|
<dd class="glossdef"><p>Default parameter value (for in case the <a href="http://foldoc.org/shadows"><span class="acronym">shadows</span></a>-to function has less parameters).</p></dd>
|
55
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-destroy"></a>destroy</span></dt>
|
56
|
+
<dd class="glossdef"><p>This parameter is a 'destroy_data', for callbacks.</p></dd>
|
55
57
|
<a name="glsE"></a><h3 class="title">E</h3>
|
56
58
|
<dt><span class="glossterm"><a name="annotation-glossterm-element-type"></a>element-type</span></dt>
|
57
59
|
<dd class="glossdef"><p>Generics and defining elements of containers and arrays.</p></dd>
|
@@ -338,11 +338,11 @@
|
|
338
338
|
<dd></dd>
|
339
339
|
<a name="idxW"></a><h3 class="title">W</h3>
|
340
340
|
<dt>
|
341
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-warn-if-fail" title="g_warn_if_fail()">g_warn_if_fail</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
341
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-warn-if-fail" title="g_warn_if_fail()">g_warn_if_fail</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
342
342
|
</dt>
|
343
343
|
<dd></dd>
|
344
344
|
<dt>
|
345
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-warn-if-reached" title="g_warn_if_reached">g_warn_if_reached</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
345
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-warn-if-reached" title="g_warn_if_reached">g_warn_if_reached</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
346
346
|
</dt>
|
347
347
|
<dd></dd>
|
348
348
|
<dt>
|
@@ -52,7 +52,7 @@
|
|
52
52
|
<dd></dd>
|
53
53
|
<a name="idxI"></a><h3 class="title">I</h3>
|
54
54
|
<dt>
|
55
|
-
<a class="link" href="glib-Message-Logging.html#g-info" title="g_info()">g_info</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message
|
55
|
+
<a class="link" href="glib-Message-Logging.html#g-info" title="g_info()">g_info</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
56
56
|
</dt>
|
57
57
|
<dd></dd>
|
58
58
|
<a name="idxK"></a><h3 class="title">K</h3>
|
@@ -53,7 +53,7 @@
|
|
53
53
|
</dt>
|
54
54
|
<dd></dd>
|
55
55
|
<dt>
|
56
|
-
<a class="link" href="glib-Message-Logging.html#g-log-set-handler-full" title="g_log_set_handler_full ()">g_log_set_handler_full</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message
|
56
|
+
<a class="link" href="glib-Message-Logging.html#g-log-set-handler-full" title="g_log_set_handler_full ()">g_log_set_handler_full</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
57
57
|
</dt>
|
58
58
|
<dd></dd>
|
59
59
|
<a name="idxT"></a><h3 class="title">T</h3>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GLib Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-46.html" title="Index of new symbols in 2.46">
|
10
|
-
<link rel="next" href="
|
10
|
+
<link rel="next" href="api-index-2-50.html" title="Index of new symbols in 2.50">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -21,7 +21,7 @@
|
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
22
|
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
23
23
|
<td><a accesskey="p" href="api-index-2-46.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
-
<td><a accesskey="n" href="
|
24
|
+
<td><a accesskey="n" href="api-index-2-50.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
26
26
|
<div class="index">
|
27
27
|
<div class="titlepage"><div><div><h1 class="title">
|
@@ -0,0 +1,121 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Index of new symbols in 2.50: GLib Reference Manual</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
|
+
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="GLib Reference Manual">
|
9
|
+
<link rel="prev" href="api-index-2-48.html" title="Index of new symbols in 2.48">
|
10
|
+
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxC">C</a>
|
17
|
+
<span class="dim">|</span>
|
18
|
+
<a class="shortcut" href="#idxD">D</a>
|
19
|
+
<span class="dim">|</span>
|
20
|
+
<a class="shortcut" href="#idxK">K</a>
|
21
|
+
<span class="dim">|</span>
|
22
|
+
<a class="shortcut" href="#idxL">L</a>
|
23
|
+
<span class="dim">|</span>
|
24
|
+
<a class="shortcut" href="#idxP">P</a>
|
25
|
+
<span class="dim">|</span>
|
26
|
+
<a class="shortcut" href="#idxV">V</a></span></td>
|
27
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
28
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
29
|
+
<td><a accesskey="p" href="api-index-2-48.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
30
|
+
<td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
31
|
+
</tr></table>
|
32
|
+
<div class="index">
|
33
|
+
<div class="titlepage"><div><div><h1 class="title">
|
34
|
+
<a name="api-index-2-50"></a>Index of new symbols in 2.50</h1></div></div></div>
|
35
|
+
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
|
36
|
+
<dt>
|
37
|
+
<a class="link" href="glib-Data-HMACs.html#g-compute-hmac-for-bytes" title="g_compute_hmac_for_bytes ()">g_compute_hmac_for_bytes</a>, function in <a class="link" href="glib-Data-HMACs.html" title="Secure HMAC Digests">Data HMACs</a>
|
38
|
+
</dt>
|
39
|
+
<dd></dd>
|
40
|
+
<a name="idxD"></a><h3 class="title">D</h3>
|
41
|
+
<dt>
|
42
|
+
<a class="link" href="glib-Message-Logging.html#G-DEBUG-HERE:CAPS" title="G_DEBUG_HERE">G_DEBUG_HERE</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
43
|
+
</dt>
|
44
|
+
<dd></dd>
|
45
|
+
<a name="idxK"></a><h3 class="title">K</h3>
|
46
|
+
<dt>
|
47
|
+
<a class="link" href="glib-Key-value-file-parser.html#g-key-file-load-from-bytes" title="g_key_file_load_from_bytes ()">g_key_file_load_from_bytes</a>, function in <a class="link" href="glib-Key-value-file-parser.html" title="Key-value file parser">Key-value file parser</a>
|
48
|
+
</dt>
|
49
|
+
<dd></dd>
|
50
|
+
<a name="idxL"></a><h3 class="title">L</h3>
|
51
|
+
<dt>
|
52
|
+
<a class="link" href="glib-Version-Information.html#GLIB-VERSION-2-50:CAPS" title="GLIB_VERSION_2_50">GLIB_VERSION_2_50</a>, macro in <a class="link" href="glib-Version-Information.html" title="Version Information">Version Information</a>
|
53
|
+
</dt>
|
54
|
+
<dd></dd>
|
55
|
+
<dt>
|
56
|
+
<a class="link" href="glib-Message-Logging.html#GLogField" title="struct GLogField">GLogField</a>, struct in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
57
|
+
</dt>
|
58
|
+
<dd></dd>
|
59
|
+
<dt>
|
60
|
+
<a class="link" href="glib-Message-Logging.html#GLogWriterFunc" title="GLogWriterFunc ()">GLogWriterFunc</a>, user_function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
61
|
+
</dt>
|
62
|
+
<dd></dd>
|
63
|
+
<dt>
|
64
|
+
<a class="link" href="glib-Message-Logging.html#GLogWriterOutput" title="enum GLogWriterOutput">GLogWriterOutput</a>, enum in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
65
|
+
</dt>
|
66
|
+
<dd></dd>
|
67
|
+
<dt>
|
68
|
+
<a class="link" href="glib-Message-Logging.html#g-log-set-writer-func" title="g_log_set_writer_func ()">g_log_set_writer_func</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
69
|
+
</dt>
|
70
|
+
<dd></dd>
|
71
|
+
<dt>
|
72
|
+
<a class="link" href="glib-Message-Logging.html#g-log-structured" title="g_log_structured ()">g_log_structured</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
73
|
+
</dt>
|
74
|
+
<dd></dd>
|
75
|
+
<dt>
|
76
|
+
<a class="link" href="glib-Message-Logging.html#g-log-structured-array" title="g_log_structured_array ()">g_log_structured_array</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
77
|
+
</dt>
|
78
|
+
<dd></dd>
|
79
|
+
<dt>
|
80
|
+
<a class="link" href="glib-Message-Logging.html#g-log-variant" title="g_log_variant ()">g_log_variant</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
81
|
+
</dt>
|
82
|
+
<dd></dd>
|
83
|
+
<dt>
|
84
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-default" title="g_log_writer_default ()">g_log_writer_default</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
85
|
+
</dt>
|
86
|
+
<dd></dd>
|
87
|
+
<dt>
|
88
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-format-fields" title="g_log_writer_format_fields ()">g_log_writer_format_fields</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
89
|
+
</dt>
|
90
|
+
<dd></dd>
|
91
|
+
<dt>
|
92
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-is-journald" title="g_log_writer_is_journald ()">g_log_writer_is_journald</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
93
|
+
</dt>
|
94
|
+
<dd></dd>
|
95
|
+
<dt>
|
96
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-journald" title="g_log_writer_journald ()">g_log_writer_journald</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
97
|
+
</dt>
|
98
|
+
<dd></dd>
|
99
|
+
<dt>
|
100
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-standard-streams" title="g_log_writer_standard_streams ()">g_log_writer_standard_streams</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
101
|
+
</dt>
|
102
|
+
<dd></dd>
|
103
|
+
<dt>
|
104
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-supports-color" title="g_log_writer_supports_color ()">g_log_writer_supports_color</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
105
|
+
</dt>
|
106
|
+
<dd></dd>
|
107
|
+
<a name="idxP"></a><h3 class="title">P</h3>
|
108
|
+
<dt>
|
109
|
+
<a class="link" href="glib-The-Main-Event-Loop.html#G-PID-FORMAT:CAPS" title="G_PID_FORMAT">G_PID_FORMAT</a>, macro in <a class="link" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">The Main Event Loop</a>
|
110
|
+
</dt>
|
111
|
+
<dd></dd>
|
112
|
+
<a name="idxV"></a><h3 class="title">V</h3>
|
113
|
+
<dt>
|
114
|
+
<a class="link" href="glib-GVariant.html#G-VARIANT-BUILDER-INIT:CAPS" title="G_VARIANT_BUILDER_INIT()">G_VARIANT_BUILDER_INIT</a>, macro in <a class="link" href="glib-GVariant.html" title="GVariant">GVariant</a>
|
115
|
+
</dt>
|
116
|
+
<dd></dd>
|
117
|
+
</div>
|
118
|
+
<div class="footer">
|
119
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
120
|
+
</body>
|
121
|
+
</html>
|
@@ -50,7 +50,7 @@
|
|
50
50
|
</dt>
|
51
51
|
<dd></dd>
|
52
52
|
<dt>
|
53
|
-
<a class="link" href="glib-Message-Logging.html#g-debug" title="g_debug()">g_debug</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message
|
53
|
+
<a class="link" href="glib-Message-Logging.html#g-debug" title="g_debug()">g_debug</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
54
54
|
</dt>
|
55
55
|
<dd></dd>
|
56
56
|
<a name="idxF"></a><h3 class="title">F</h3>
|
@@ -275,7 +275,7 @@
|
|
275
275
|
</dt>
|
276
276
|
<dd></dd>
|
277
277
|
<dt>
|
278
|
-
<a class="link" href="glib-Message-Logging.html#g-log-set-default-handler" title="g_log_set_default_handler ()">g_log_set_default_handler</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message
|
278
|
+
<a class="link" href="glib-Message-Logging.html#g-log-set-default-handler" title="g_log_set_default_handler ()">g_log_set_default_handler</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
279
279
|
</dt>
|
280
280
|
<dd></dd>
|
281
281
|
<dt>
|
@@ -755,7 +755,7 @@
|
|
755
755
|
</dt>
|
756
756
|
<dd></dd>
|
757
757
|
<dt>
|
758
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#G-BREAKPOINT:CAPS" title="G_BREAKPOINT">G_BREAKPOINT</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
758
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#G-BREAKPOINT:CAPS" title="G_BREAKPOINT">G_BREAKPOINT</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
759
759
|
</dt>
|
760
760
|
<dd></dd>
|
761
761
|
<dt>
|
@@ -1092,6 +1092,10 @@
|
|
1092
1092
|
</dt>
|
1093
1093
|
<dd></dd>
|
1094
1094
|
<dt>
|
1095
|
+
<a class="link" href="glib-Data-HMACs.html#g-compute-hmac-for-bytes" title="g_compute_hmac_for_bytes ()">g_compute_hmac_for_bytes</a>, function in <a class="link" href="glib-Data-HMACs.html" title="Secure HMAC Digests">Data HMACs</a>
|
1096
|
+
</dt>
|
1097
|
+
<dd></dd>
|
1098
|
+
<dt>
|
1095
1099
|
<a class="link" href="glib-Data-HMACs.html#g-compute-hmac-for-data" title="g_compute_hmac_for_data ()">g_compute_hmac_for_data</a>, function in <a class="link" href="glib-Data-HMACs.html" title="Secure HMAC Digests">Data HMACs</a>
|
1096
1100
|
</dt>
|
1097
1101
|
<dd></dd>
|
@@ -1176,7 +1180,7 @@
|
|
1176
1180
|
</dt>
|
1177
1181
|
<dd></dd>
|
1178
1182
|
<dt>
|
1179
|
-
<a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical()">g_critical</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message
|
1183
|
+
<a class="link" href="glib-Message-Logging.html#g-critical" title="g_critical()">g_critical</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
1180
1184
|
</dt>
|
1181
1185
|
<dd></dd>
|
1182
1186
|
<dt>
|
@@ -1761,7 +1765,7 @@
|
|
1761
1765
|
</dt>
|
1762
1766
|
<dd></dd>
|
1763
1767
|
<dt>
|
1764
|
-
<a class="link" href="glib-Message-Logging.html#g-debug" title="g_debug()">g_debug</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message
|
1768
|
+
<a class="link" href="glib-Message-Logging.html#g-debug" title="g_debug()">g_debug</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
1765
1769
|
</dt>
|
1766
1770
|
<dd></dd>
|
1767
1771
|
<dt>
|
@@ -1769,6 +1773,10 @@
|
|
1769
1773
|
</dt>
|
1770
1774
|
<dd></dd>
|
1771
1775
|
<dt>
|
1776
|
+
<a class="link" href="glib-Message-Logging.html#G-DEBUG-HERE:CAPS" title="G_DEBUG_HERE">G_DEBUG_HERE</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
1777
|
+
</dt>
|
1778
|
+
<dd></dd>
|
1779
|
+
<dt>
|
1772
1780
|
<a class="link" href="glib-Miscellaneous-Macros.html#G-DEFINE-AUTOPTR-CLEANUP-FUNC:CAPS" title="G_DEFINE_AUTOPTR_CLEANUP_FUNC()">G_DEFINE_AUTOPTR_CLEANUP_FUNC</a>, macro in <a class="link" href="glib-Miscellaneous-Macros.html" title="Miscellaneous Macros">Miscellaneous Macros</a>
|
1773
1781
|
</dt>
|
1774
1782
|
<dd></dd>
|
@@ -1906,7 +1914,7 @@
|
|
1906
1914
|
</dt>
|
1907
1915
|
<dd></dd>
|
1908
1916
|
<dt>
|
1909
|
-
<a class="link" href="glib-Message-Logging.html#g-error" title="g_error()">g_error</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message
|
1917
|
+
<a class="link" href="glib-Message-Logging.html#g-error" title="g_error()">g_error</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
1910
1918
|
</dt>
|
1911
1919
|
<dd></dd>
|
1912
1920
|
<dt>
|
@@ -2750,7 +2758,7 @@
|
|
2750
2758
|
</dt>
|
2751
2759
|
<dd></dd>
|
2752
2760
|
<dt>
|
2753
|
-
<a class="link" href="glib-Message-Logging.html#g-info" title="g_info()">g_info</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message
|
2761
|
+
<a class="link" href="glib-Message-Logging.html#g-info" title="g_info()">g_info</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
2754
2762
|
</dt>
|
2755
2763
|
<dd></dd>
|
2756
2764
|
<dt>
|
@@ -3271,6 +3279,10 @@
|
|
3271
3279
|
</dt>
|
3272
3280
|
<dd></dd>
|
3273
3281
|
<dt>
|
3282
|
+
<a class="link" href="glib-Key-value-file-parser.html#g-key-file-load-from-bytes" title="g_key_file_load_from_bytes ()">g_key_file_load_from_bytes</a>, function in <a class="link" href="glib-Key-value-file-parser.html" title="Key-value file parser">Key-value file parser</a>
|
3283
|
+
</dt>
|
3284
|
+
<dd></dd>
|
3285
|
+
<dt>
|
3274
3286
|
<a class="link" href="glib-Key-value-file-parser.html#g-key-file-load-from-data" title="g_key_file_load_from_data ()">g_key_file_load_from_data</a>, function in <a class="link" href="glib-Key-value-file-parser.html" title="Key-value file parser">Key-value file parser</a>
|
3275
3287
|
</dt>
|
3276
3288
|
<dd></dd>
|
@@ -3476,6 +3488,10 @@
|
|
3476
3488
|
</dt>
|
3477
3489
|
<dd></dd>
|
3478
3490
|
<dt>
|
3491
|
+
<a class="link" href="glib-Version-Information.html#GLIB-VERSION-2-50:CAPS" title="GLIB_VERSION_2_50">GLIB_VERSION_2_50</a>, macro in <a class="link" href="glib-Version-Information.html" title="Version Information">Version Information</a>
|
3492
|
+
</dt>
|
3493
|
+
<dd></dd>
|
3494
|
+
<dt>
|
3479
3495
|
<a class="link" href="glib-Version-Information.html#GLIB-VERSION-MAX-ALLOWED:CAPS" title="GLIB_VERSION_MAX_ALLOWED">GLIB_VERSION_MAX_ALLOWED</a>, macro in <a class="link" href="glib-Version-Information.html" title="Version Information">Version Information</a>
|
3480
3496
|
</dt>
|
3481
3497
|
<dd></dd>
|
@@ -3668,19 +3684,31 @@
|
|
3668
3684
|
</dt>
|
3669
3685
|
<dd></dd>
|
3670
3686
|
<dt>
|
3671
|
-
<a class="link" href="glib-Message-Logging.html#g-log" title="g_log ()">g_log</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message
|
3687
|
+
<a class="link" href="glib-Message-Logging.html#g-log" title="g_log ()">g_log</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3688
|
+
</dt>
|
3689
|
+
<dd></dd>
|
3690
|
+
<dt>
|
3691
|
+
<a class="link" href="glib-Message-Logging.html#GLogField" title="struct GLogField">GLogField</a>, struct in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3672
3692
|
</dt>
|
3673
3693
|
<dd></dd>
|
3674
3694
|
<dt>
|
3675
|
-
<a class="link" href="glib-Message-Logging.html#GLogFunc" title="GLogFunc ()">GLogFunc</a>, user_function in <a class="link" href="glib-Message-Logging.html" title="Message
|
3695
|
+
<a class="link" href="glib-Message-Logging.html#GLogFunc" title="GLogFunc ()">GLogFunc</a>, user_function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3676
3696
|
</dt>
|
3677
3697
|
<dd></dd>
|
3678
3698
|
<dt>
|
3679
|
-
<a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags">GLogLevelFlags</a>, enum in <a class="link" href="glib-Message-Logging.html" title="Message
|
3699
|
+
<a class="link" href="glib-Message-Logging.html#GLogLevelFlags" title="enum GLogLevelFlags">GLogLevelFlags</a>, enum in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3680
3700
|
</dt>
|
3681
3701
|
<dd></dd>
|
3682
3702
|
<dt>
|
3683
|
-
<a class="link" href="glib-Message-Logging.html#g-logv" title="g_logv ()">g_logv</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message
|
3703
|
+
<a class="link" href="glib-Message-Logging.html#g-logv" title="g_logv ()">g_logv</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3704
|
+
</dt>
|
3705
|
+
<dd></dd>
|
3706
|
+
<dt>
|
3707
|
+
<a class="link" href="glib-Message-Logging.html#GLogWriterFunc" title="GLogWriterFunc ()">GLogWriterFunc</a>, user_function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3708
|
+
</dt>
|
3709
|
+
<dd></dd>
|
3710
|
+
<dt>
|
3711
|
+
<a class="link" href="glib-Message-Logging.html#GLogWriterOutput" title="enum GLogWriterOutput">GLogWriterOutput</a>, enum in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3684
3712
|
</dt>
|
3685
3713
|
<dd></dd>
|
3686
3714
|
<dt>
|
@@ -3688,43 +3716,83 @@
|
|
3688
3716
|
</dt>
|
3689
3717
|
<dd></dd>
|
3690
3718
|
<dt>
|
3691
|
-
<a class="link" href="glib-Message-Logging.html#g-log-default-handler" title="g_log_default_handler ()">g_log_default_handler</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message
|
3719
|
+
<a class="link" href="glib-Message-Logging.html#g-log-default-handler" title="g_log_default_handler ()">g_log_default_handler</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3720
|
+
</dt>
|
3721
|
+
<dd></dd>
|
3722
|
+
<dt>
|
3723
|
+
<a class="link" href="glib-Message-Logging.html#G-LOG-DOMAIN:CAPS" title="G_LOG_DOMAIN">G_LOG_DOMAIN</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3692
3724
|
</dt>
|
3693
3725
|
<dd></dd>
|
3694
3726
|
<dt>
|
3695
|
-
<a class="link" href="glib-Message-Logging.html#G-LOG-
|
3727
|
+
<a class="link" href="glib-Message-Logging.html#G-LOG-FATAL-MASK:CAPS" title="G_LOG_FATAL_MASK">G_LOG_FATAL_MASK</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3696
3728
|
</dt>
|
3697
3729
|
<dd></dd>
|
3698
3730
|
<dt>
|
3699
|
-
<a class="link" href="glib-Message-Logging.html#G-LOG-
|
3731
|
+
<a class="link" href="glib-Message-Logging.html#G-LOG-LEVEL-USER-SHIFT:CAPS" title="G_LOG_LEVEL_USER_SHIFT">G_LOG_LEVEL_USER_SHIFT</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3700
3732
|
</dt>
|
3701
3733
|
<dd></dd>
|
3702
3734
|
<dt>
|
3703
|
-
<a class="link" href="glib-Message-Logging.html#
|
3735
|
+
<a class="link" href="glib-Message-Logging.html#g-log-remove-handler" title="g_log_remove_handler ()">g_log_remove_handler</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3704
3736
|
</dt>
|
3705
3737
|
<dd></dd>
|
3706
3738
|
<dt>
|
3707
|
-
<a class="link" href="glib-Message-Logging.html#g-log-
|
3739
|
+
<a class="link" href="glib-Message-Logging.html#g-log-set-always-fatal" title="g_log_set_always_fatal ()">g_log_set_always_fatal</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3708
3740
|
</dt>
|
3709
3741
|
<dd></dd>
|
3710
3742
|
<dt>
|
3711
|
-
<a class="link" href="glib-Message-Logging.html#g-log-set-
|
3743
|
+
<a class="link" href="glib-Message-Logging.html#g-log-set-default-handler" title="g_log_set_default_handler ()">g_log_set_default_handler</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3712
3744
|
</dt>
|
3713
3745
|
<dd></dd>
|
3714
3746
|
<dt>
|
3715
|
-
<a class="link" href="glib-Message-Logging.html#g-log-set-
|
3747
|
+
<a class="link" href="glib-Message-Logging.html#g-log-set-fatal-mask" title="g_log_set_fatal_mask ()">g_log_set_fatal_mask</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3716
3748
|
</dt>
|
3717
3749
|
<dd></dd>
|
3718
3750
|
<dt>
|
3719
|
-
<a class="link" href="glib-Message-Logging.html#g-log-set-
|
3751
|
+
<a class="link" href="glib-Message-Logging.html#g-log-set-handler" title="g_log_set_handler ()">g_log_set_handler</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3720
3752
|
</dt>
|
3721
3753
|
<dd></dd>
|
3722
3754
|
<dt>
|
3723
|
-
<a class="link" href="glib-Message-Logging.html#g-log-set-handler" title="
|
3755
|
+
<a class="link" href="glib-Message-Logging.html#g-log-set-handler-full" title="g_log_set_handler_full ()">g_log_set_handler_full</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3724
3756
|
</dt>
|
3725
3757
|
<dd></dd>
|
3726
3758
|
<dt>
|
3727
|
-
<a class="link" href="glib-Message-Logging.html#g-log-set-
|
3759
|
+
<a class="link" href="glib-Message-Logging.html#g-log-set-writer-func" title="g_log_set_writer_func ()">g_log_set_writer_func</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3760
|
+
</dt>
|
3761
|
+
<dd></dd>
|
3762
|
+
<dt>
|
3763
|
+
<a class="link" href="glib-Message-Logging.html#g-log-structured" title="g_log_structured ()">g_log_structured</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3764
|
+
</dt>
|
3765
|
+
<dd></dd>
|
3766
|
+
<dt>
|
3767
|
+
<a class="link" href="glib-Message-Logging.html#g-log-structured-array" title="g_log_structured_array ()">g_log_structured_array</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3768
|
+
</dt>
|
3769
|
+
<dd></dd>
|
3770
|
+
<dt>
|
3771
|
+
<a class="link" href="glib-Message-Logging.html#g-log-variant" title="g_log_variant ()">g_log_variant</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3772
|
+
</dt>
|
3773
|
+
<dd></dd>
|
3774
|
+
<dt>
|
3775
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-default" title="g_log_writer_default ()">g_log_writer_default</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3776
|
+
</dt>
|
3777
|
+
<dd></dd>
|
3778
|
+
<dt>
|
3779
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-format-fields" title="g_log_writer_format_fields ()">g_log_writer_format_fields</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3780
|
+
</dt>
|
3781
|
+
<dd></dd>
|
3782
|
+
<dt>
|
3783
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-is-journald" title="g_log_writer_is_journald ()">g_log_writer_is_journald</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3784
|
+
</dt>
|
3785
|
+
<dd></dd>
|
3786
|
+
<dt>
|
3787
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-journald" title="g_log_writer_journald ()">g_log_writer_journald</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3788
|
+
</dt>
|
3789
|
+
<dd></dd>
|
3790
|
+
<dt>
|
3791
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-standard-streams" title="g_log_writer_standard_streams ()">g_log_writer_standard_streams</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3792
|
+
</dt>
|
3793
|
+
<dd></dd>
|
3794
|
+
<dt>
|
3795
|
+
<a class="link" href="glib-Message-Logging.html#g-log-writer-supports-color" title="g_log_writer_supports_color ()">g_log_writer_supports_color</a>, function in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
3728
3796
|
</dt>
|
3729
3797
|
<dd></dd>
|
3730
3798
|
<dt>
|
@@ -4261,7 +4329,7 @@
|
|
4261
4329
|
</dt>
|
4262
4330
|
<dd></dd>
|
4263
4331
|
<dt>
|
4264
|
-
<a class="link" href="glib-Message-Logging.html#g-message" title="g_message()">g_message</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message
|
4332
|
+
<a class="link" href="glib-Message-Logging.html#g-message" title="g_message()">g_message</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
4265
4333
|
</dt>
|
4266
4334
|
<dd></dd>
|
4267
4335
|
<dt>
|
@@ -4675,11 +4743,11 @@
|
|
4675
4743
|
</dt>
|
4676
4744
|
<dd></dd>
|
4677
4745
|
<dt>
|
4678
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-on-error-query" title="g_on_error_query ()">g_on_error_query</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
4746
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-on-error-query" title="g_on_error_query ()">g_on_error_query</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
4679
4747
|
</dt>
|
4680
4748
|
<dd></dd>
|
4681
4749
|
<dt>
|
4682
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-on-error-stack-trace" title="g_on_error_stack_trace ()">g_on_error_stack_trace</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
4750
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-on-error-stack-trace" title="g_on_error_stack_trace ()">g_on_error_stack_trace</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
4683
4751
|
</dt>
|
4684
4752
|
<dd></dd>
|
4685
4753
|
<dt>
|
@@ -4924,6 +4992,10 @@
|
|
4924
4992
|
</dt>
|
4925
4993
|
<dd></dd>
|
4926
4994
|
<dt>
|
4995
|
+
<a class="link" href="glib-The-Main-Event-Loop.html#G-PID-FORMAT:CAPS" title="G_PID_FORMAT">G_PID_FORMAT</a>, macro in <a class="link" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">The Main Event Loop</a>
|
4996
|
+
</dt>
|
4997
|
+
<dd></dd>
|
4998
|
+
<dt>
|
4927
4999
|
<a class="link" href="glib-Numerical-Definitions.html#G-PI-2:CAPS" title="G_PI_2">G_PI_2</a>, macro in <a class="link" href="glib-Numerical-Definitions.html" title="Numerical Definitions">Numerical Definitions</a>
|
4928
5000
|
</dt>
|
4929
5001
|
<dd></dd>
|
@@ -4980,11 +5052,11 @@
|
|
4980
5052
|
</dt>
|
4981
5053
|
<dd></dd>
|
4982
5054
|
<dt>
|
4983
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-print" title="g_print ()">g_print</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
5055
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-print" title="g_print ()">g_print</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
4984
5056
|
</dt>
|
4985
5057
|
<dd></dd>
|
4986
5058
|
<dt>
|
4987
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-printerr" title="g_printerr ()">g_printerr</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
5059
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-printerr" title="g_printerr ()">g_printerr</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
4988
5060
|
</dt>
|
4989
5061
|
<dd></dd>
|
4990
5062
|
<dt>
|
@@ -4992,7 +5064,7 @@
|
|
4992
5064
|
</dt>
|
4993
5065
|
<dd></dd>
|
4994
5066
|
<dt>
|
4995
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#GPrintFunc" title="GPrintFunc ()">GPrintFunc</a>, user_function in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
5067
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#GPrintFunc" title="GPrintFunc ()">GPrintFunc</a>, user_function in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
4996
5068
|
</dt>
|
4997
5069
|
<dd></dd>
|
4998
5070
|
<dt>
|
@@ -5622,19 +5694,19 @@
|
|
5622
5694
|
</dt>
|
5623
5695
|
<dd></dd>
|
5624
5696
|
<dt>
|
5625
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-return-if-fail" title="g_return_if_fail()">g_return_if_fail</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
5697
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-return-if-fail" title="g_return_if_fail()">g_return_if_fail</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
5626
5698
|
</dt>
|
5627
5699
|
<dd></dd>
|
5628
5700
|
<dt>
|
5629
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-return-if-reached" title="g_return_if_reached">g_return_if_reached</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
5701
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-return-if-reached" title="g_return_if_reached">g_return_if_reached</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
5630
5702
|
</dt>
|
5631
5703
|
<dd></dd>
|
5632
5704
|
<dt>
|
5633
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-return-val-if-fail" title="g_return_val_if_fail()">g_return_val_if_fail</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
5705
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-return-val-if-fail" title="g_return_val_if_fail()">g_return_val_if_fail</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
5634
5706
|
</dt>
|
5635
5707
|
<dd></dd>
|
5636
5708
|
<dt>
|
5637
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-return-val-if-reached" title="g_return_val_if_reached()">g_return_val_if_reached</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
5709
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-return-val-if-reached" title="g_return_val_if_reached()">g_return_val_if_reached</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
5638
5710
|
</dt>
|
5639
5711
|
<dd></dd>
|
5640
5712
|
<dt>
|
@@ -5991,11 +6063,11 @@
|
|
5991
6063
|
</dt>
|
5992
6064
|
<dd></dd>
|
5993
6065
|
<dt>
|
5994
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-set-printerr-handler" title="g_set_printerr_handler ()">g_set_printerr_handler</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
6066
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-set-printerr-handler" title="g_set_printerr_handler ()">g_set_printerr_handler</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
5995
6067
|
</dt>
|
5996
6068
|
<dd></dd>
|
5997
6069
|
<dt>
|
5998
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-set-print-handler" title="g_set_print_handler ()">g_set_print_handler</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
6070
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-set-print-handler" title="g_set_print_handler ()">g_set_print_handler</a>, function in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
5999
6071
|
</dt>
|
6000
6072
|
<dd></dd>
|
6001
6073
|
<dt>
|
@@ -8378,6 +8450,10 @@
|
|
8378
8450
|
</dt>
|
8379
8451
|
<dd></dd>
|
8380
8452
|
<dt>
|
8453
|
+
<a class="link" href="glib-GVariant.html#G-VARIANT-BUILDER-INIT:CAPS" title="G_VARIANT_BUILDER_INIT()">G_VARIANT_BUILDER_INIT</a>, macro in <a class="link" href="glib-GVariant.html" title="GVariant">GVariant</a>
|
8454
|
+
</dt>
|
8455
|
+
<dd></dd>
|
8456
|
+
<dt>
|
8381
8457
|
<a class="link" href="glib-GVariant.html#g-variant-builder-init" title="g_variant_builder_init ()">g_variant_builder_init</a>, function in <a class="link" href="glib-GVariant.html" title="GVariant">GVariant</a>
|
8382
8458
|
</dt>
|
8383
8459
|
<dd></dd>
|
@@ -9091,15 +9167,15 @@
|
|
9091
9167
|
<dd></dd>
|
9092
9168
|
<a name="idxW"></a><h3 class="title">W</h3>
|
9093
9169
|
<dt>
|
9094
|
-
<a class="link" href="glib-Message-Logging.html#g-warning" title="g_warning()">g_warning</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message
|
9170
|
+
<a class="link" href="glib-Message-Logging.html#g-warning" title="g_warning()">g_warning</a>, macro in <a class="link" href="glib-Message-Logging.html" title="Message Output and Debugging Functions">Message Logging</a>
|
9095
9171
|
</dt>
|
9096
9172
|
<dd></dd>
|
9097
9173
|
<dt>
|
9098
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-warn-if-fail" title="g_warn_if_fail()">g_warn_if_fail</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
9174
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-warn-if-fail" title="g_warn_if_fail()">g_warn_if_fail</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
9099
9175
|
</dt>
|
9100
9176
|
<dd></dd>
|
9101
9177
|
<dt>
|
9102
|
-
<a class="link" href="glib-Warnings-and-Assertions.html#g-warn-if-reached" title="g_warn_if_reached">g_warn_if_reached</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="
|
9178
|
+
<a class="link" href="glib-Warnings-and-Assertions.html#g-warn-if-reached" title="g_warn_if_reached">g_warn_if_reached</a>, macro in <a class="link" href="glib-Warnings-and-Assertions.html" title="Warnings and Assertions">Warnings and Assertions</a>
|
9103
9179
|
</dt>
|
9104
9180
|
<dd></dd>
|
9105
9181
|
<dt>
|