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
@@ -725,8 +725,8 @@ nicely formatted test reports.</p>
|
|
725
725
|
<span class="function">my_object_fixture_tear_down</span> <span class="gtkdoc opt">(</span>MyObjectFixture <span class="gtkdoc opt">*</span>fixture<span class="gtkdoc opt">,</span>
|
726
726
|
gconstpointer user_data<span class="gtkdoc opt">)</span>
|
727
727
|
<span class="gtkdoc opt">{</span>
|
728
|
-
<span class="function"><a href="
|
729
|
-
<span class="function"><a href="
|
728
|
+
<span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-clear-object">g_clear_object</a></span> <span class="gtkdoc opt">(&</span>fixture<span class="gtkdoc opt">-></span>helper<span class="gtkdoc opt">);</span>
|
729
|
+
<span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-clear-object">g_clear_object</a></span> <span class="gtkdoc opt">(&</span>fixture<span class="gtkdoc opt">-></span>obj<span class="gtkdoc opt">);</span>
|
730
730
|
<span class="gtkdoc opt">}</span>
|
731
731
|
|
732
732
|
<span class="gtkdoc kwb">static void</span>
|
@@ -871,7 +871,8 @@ and parsing test related command line args.</p>
|
|
871
871
|
runs using random numbers.</p></li>
|
872
872
|
<li class="listitem"><p><code class="literal">--verbose</code>: Run tests verbosely.</p></li>
|
873
873
|
<li class="listitem"><p><code class="literal">-q</code>, <code class="literal">--quiet</code>: Run tests quietly.</p></li>
|
874
|
-
<li class="listitem"><p><code class="literal">-p PATH</code>: Execute all tests matching the given path
|
874
|
+
<li class="listitem"><p><code class="literal">-p PATH</code>: Execute all tests matching the given path.</p></li>
|
875
|
+
<li class="listitem"><p><code class="literal">-s PATH</code>: Skip all tests matching the given path.
|
875
876
|
This can also be used to force a test to run that would otherwise
|
876
877
|
be skipped (ie, a test whose name contains "/subprocess").</p></li>
|
877
878
|
<li class="listitem">
|
@@ -880,7 +881,7 @@ be skipped (ie, a test whose name contains "/subprocess").</p></li>
|
|
880
881
|
<p><code class="literal">slow</code>, <code class="literal">thorough</code>: Slow and thorough tests, may take quite long and maximize coverage.</p>
|
881
882
|
<p><code class="literal">quick</code>: Quick tests, should run really quickly and give good coverage.</p>
|
882
883
|
<p><code class="literal">undefined</code>: Tests for undefined behaviour, may provoke programming errors
|
883
|
-
under <a class="link" href="glib-Testing.html#g-test-trap-subprocess" title="g_test_trap_subprocess ()"><code class="function">g_test_trap_subprocess()</code></a> or <a href="glib-Testing.html#g-test-expect-message"><code class="function">
|
884
|
+
under <a class="link" href="glib-Testing.html#g-test-trap-subprocess" title="g_test_trap_subprocess ()"><code class="function">g_test_trap_subprocess()</code></a> or <a class="link" href="glib-Testing.html#g-test-expect-message" title="g_test_expect_message ()"><code class="function">g_test_expect_message()</code></a> to check
|
884
885
|
that appropriate assertions or warnings are given</p>
|
885
886
|
<p><code class="literal">no-undefined</code>: Avoid tests for undefined behaviour</p>
|
886
887
|
</li>
|
@@ -1033,8 +1034,9 @@ g_test_run (<em class="parameter"><code><span class="type">void</span></code></e
|
|
1033
1034
|
<p>Runs all tests under the toplevel suite which can be retrieved
|
1034
1035
|
with <a class="link" href="glib-Testing.html#g-test-get-root" title="g_test_get_root ()"><code class="function">g_test_get_root()</code></a>. Similar to <a class="link" href="glib-Testing.html#g-test-run-suite" title="g_test_run_suite ()"><code class="function">g_test_run_suite()</code></a>, the test
|
1035
1036
|
cases to be run are filtered according to test path arguments
|
1036
|
-
(<code class="literal">-p testpath</code>
|
1037
|
-
or <a class="link" href="glib-Testing.html#g-test-run" title="g_test_run ()"><code class="function">g_test_run()</code></a> may only be called once in a
|
1037
|
+
(<code class="literal">-p testpath</code> and <code class="literal">-s testpath</code>) as parsed by <a class="link" href="glib-Testing.html#g-test-init" title="g_test_init ()"><code class="function">g_test_init()</code></a>.
|
1038
|
+
<a class="link" href="glib-Testing.html#g-test-run-suite" title="g_test_run_suite ()"><code class="function">g_test_run_suite()</code></a> or <a class="link" href="glib-Testing.html#g-test-run" title="g_test_run ()"><code class="function">g_test_run()</code></a> may only be called once in a
|
1039
|
+
program.</p>
|
1038
1040
|
<p>In general, the tests and sub-suites within each suite are run in
|
1039
1041
|
the order in which they are defined. However, note that prior to
|
1040
1042
|
GLib 2.36, there was a bug in the <code class="literal">g_test_add_*</code>
|
@@ -1420,7 +1422,8 @@ but you don't need to free the return value.</p>
|
|
1420
1422
|
</div>
|
1421
1423
|
<div class="refsect3">
|
1422
1424
|
<a name="g-test-get-dir.returns"></a><h4>Returns</h4>
|
1423
|
-
<p> the path of the directory, owned by GLib</p>
|
1425
|
+
<p> the path of the directory, owned by GLib. </p>
|
1426
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1424
1427
|
</div>
|
1425
1428
|
<p class="since">Since: <a class="link" href="api-index-2-38.html#api-index-2.38">2.38</a></p>
|
1426
1429
|
</div>
|
@@ -1676,6 +1679,11 @@ domain and message to precisely not abort in such a case.</p>
|
|
1676
1679
|
any test case, so you have to set it inside each test
|
1677
1680
|
function which needs the special behavior.</p>
|
1678
1681
|
<p>This handler has no effect on g_error messages.</p>
|
1682
|
+
<p>This handler also has no effect on structured log messages (using
|
1683
|
+
<a class="link" href="glib-Message-Logging.html#g-log-structured" title="g_log_structured ()"><code class="function">g_log_structured()</code></a> or <a class="link" href="glib-Message-Logging.html#g-log-structured-array" title="g_log_structured_array ()"><code class="function">g_log_structured_array()</code></a>). To change the fatal
|
1684
|
+
behaviour for specific log messages, programs must install a custom log
|
1685
|
+
writer function using <a class="link" href="glib-Message-Logging.html#g-log-set-writer-func" title="g_log_set_writer_func ()"><code class="function">g_log_set_writer_func()</code></a>.See
|
1686
|
+
Using Structured Logging.</p>
|
1679
1687
|
<div class="refsect3">
|
1680
1688
|
<a name="g-test-log-set-fatal-handler.parameters"></a><h4>Parameters</h4>
|
1681
1689
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1799,9 +1807,9 @@ callback A before callback B will cause <code class="function">B()</code> to be
|
|
1799
1807
|
<div class="refsect2">
|
1800
1808
|
<a name="g-test-queue-unref"></a><h3>g_test_queue_unref()</h3>
|
1801
1809
|
<pre class="programlisting">#define g_test_queue_unref(gobject)</pre>
|
1802
|
-
<p>Enqueue an object to be released with <a href="
|
1810
|
+
<p>Enqueue an object to be released with <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> during
|
1803
1811
|
the next teardown phase. This is equivalent to calling
|
1804
|
-
<a class="link" href="glib-Testing.html#g-test-queue-destroy" title="g_test_queue_destroy ()"><code class="function">g_test_queue_destroy()</code></a> with a destroy callback of <a href="
|
1812
|
+
<a class="link" href="glib-Testing.html#g-test-queue-destroy" title="g_test_queue_destroy ()"><code class="function">g_test_queue_destroy()</code></a> with a destroy callback of <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
1805
1813
|
<div class="refsect3">
|
1806
1814
|
<a name="g-test-queue-unref.parameters"></a><h4>Parameters</h4>
|
1807
1815
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1833,6 +1841,9 @@ with text matching <em class="parameter"><code>pattern</code></em>
|
|
1833
1841
|
, is expected to be logged. When this
|
1834
1842
|
message is logged, it will not be printed, and the test case will
|
1835
1843
|
not abort.</p>
|
1844
|
+
<p>This API may only be used with the old logging API (<a class="link" href="glib-Message-Logging.html#g-log" title="g_log ()"><code class="function">g_log()</code></a> without
|
1845
|
+
<code class="literal">G_LOG_USE_STRUCTURED</code> defined). It will not work with the structured logging
|
1846
|
+
API. See Testing for Messages.</p>
|
1836
1847
|
<p>Use <a class="link" href="glib-Testing.html#g-test-assert-expected-messages" title="g_test_assert_expected_messages"><code class="function">g_test_assert_expected_messages()</code></a> to assert that all
|
1837
1848
|
previously-expected messages have been seen and suppressed.</p>
|
1838
1849
|
<p>You can call this multiple times in a row, if multiple messages are
|
@@ -1903,6 +1914,9 @@ expected via <a class="link" href="glib-Testing.html#g-test-expect-message" titl
|
|
1903
1914
|
<pre class="programlisting">#define g_test_assert_expected_messages()</pre>
|
1904
1915
|
<p>Asserts that all messages previously indicated via
|
1905
1916
|
<a class="link" href="glib-Testing.html#g-test-expect-message" title="g_test_expect_message ()"><code class="function">g_test_expect_message()</code></a> have been seen and suppressed.</p>
|
1917
|
+
<p>This API may only be used with the old logging API (<a class="link" href="glib-Message-Logging.html#g-log" title="g_log ()"><code class="function">g_log()</code></a> without
|
1918
|
+
<code class="literal">G_LOG_USE_STRUCTURED</code> defined). It will not work with the structured logging
|
1919
|
+
API. See Testing for Messages.</p>
|
1906
1920
|
<p>If messages at <a class="link" href="glib-Message-Logging.html#G-LOG-LEVEL-DEBUG:CAPS"><code class="literal">G_LOG_LEVEL_DEBUG</code></a> are emitted, but not explicitly
|
1907
1921
|
expected via <a class="link" href="glib-Testing.html#g-test-expect-message" title="g_test_expect_message ()"><code class="function">g_test_expect_message()</code></a> then they will be ignored.</p>
|
1908
1922
|
<p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p>
|
@@ -3119,9 +3133,9 @@ g_test_run_suite (<em class="parameter"><code><a class="link" href="glib-Testing
|
|
3119
3133
|
<p>Execute the tests within <em class="parameter"><code>suite</code></em>
|
3120
3134
|
and all nested <a href="glib-Testing.html#GTestSuite"><span class="type">GTestSuites</span></a>.
|
3121
3135
|
The test suites to be executed are filtered according to
|
3122
|
-
test path arguments (<code class="literal">-p testpath</code>
|
3123
|
-
See the <a class="link" href="glib-Testing.html#g-test-run" title="g_test_run ()"><code class="function">g_test_run()</code></a> documentation for more
|
3124
|
-
order that tests are run in.</p>
|
3136
|
+
test path arguments (<code class="literal">-p testpath</code> and <code class="literal">-s testpath</code>) as parsed by
|
3137
|
+
<a class="link" href="glib-Testing.html#g-test-init" title="g_test_init ()"><code class="function">g_test_init()</code></a>. See the <a class="link" href="glib-Testing.html#g-test-run" title="g_test_run ()"><code class="function">g_test_run()</code></a> documentation for more
|
3138
|
+
information on the order that tests are run in.</p>
|
3125
3139
|
<p>g_test_run_suite() or <a class="link" href="glib-Testing.html#g-test-run" title="g_test_run ()"><code class="function">g_test_run()</code></a> may only be called once
|
3126
3140
|
in a program.</p>
|
3127
3141
|
<div class="refsect3">
|
@@ -3156,7 +3170,7 @@ in a program.</p>
|
|
3156
3170
|
'built' terminology that automake uses and are explicitly used to
|
3157
3171
|
distinguish between the 'srcdir' and 'builddir' being separate. All
|
3158
3172
|
files in your project should either be dist (in the
|
3159
|
-
<code class="literal">
|
3173
|
+
<code class="literal">EXTRA_DIST</code> or <code class="literal">dist_schema_DATA</code>
|
3160
3174
|
sense, in which case they will always be in the srcdir) or built (in
|
3161
3175
|
the <code class="literal">BUILT_SOURCES</code> sense, in which case they will
|
3162
3176
|
always be in the builddir).</p>
|
@@ -840,6 +840,10 @@
|
|
840
840
|
<td class="function_name"><a class="link" href="glib-The-Main-Event-Loop.html#GPid" title="GPid">GPid</a></td>
|
841
841
|
</tr>
|
842
842
|
<tr>
|
843
|
+
<td class="define_keyword">#define</td>
|
844
|
+
<td class="function_name"><a class="link" href="glib-The-Main-Event-Loop.html#G-PID-FORMAT:CAPS" title="G_PID_FORMAT">G_PID_FORMAT</a></td>
|
845
|
+
</tr>
|
846
|
+
<tr>
|
843
847
|
<td class="datatype_keyword">struct</td>
|
844
848
|
<td class="function_name"><a class="link" href="glib-The-Main-Event-Loop.html#GPollFD" title="struct GPollFD">GPollFD</a></td>
|
845
849
|
</tr>
|
@@ -895,8 +899,8 @@ This is often used in GTK+ applications when showing modal dialog
|
|
895
899
|
boxes. Note that event sources are associated with a particular
|
896
900
|
<a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a>, and will be checked and dispatched for all main
|
897
901
|
loops associated with that GMainContext.</p>
|
898
|
-
<p>GTK+ contains wrappers of some of these functions, e.g. <code class="function">gtk_main()</code>,
|
899
|
-
<code class="function">gtk_main_quit()</code> and <code class="function">gtk_events_pending()</code>.</p>
|
902
|
+
<p>GTK+ contains wrappers of some of these functions, e.g. <a href="http://developer.gnome.org/gtk4/gtk4-General.html#gtk-main"><code class="function">gtk_main()</code></a>,
|
903
|
+
<a href="http://developer.gnome.org/gtk4/gtk4-General.html#gtk-main-quit"><code class="function">gtk_main_quit()</code></a> and <a href="http://developer.gnome.org/gtk4/gtk4-General.html#gtk-events-pending"><code class="function">gtk_events_pending()</code></a>.</p>
|
900
904
|
<div class="refsect3">
|
901
905
|
<a name="id-1.4.2.6.9"></a><h4>Creating new source types</h4>
|
902
906
|
<p>One of the unusual features of the <a class="link" href="glib-The-Main-Event-Loop.html#GMainLoop" title="GMainLoop"><span class="type">GMainLoop</span></a> functionality
|
@@ -2342,7 +2346,7 @@ these checks all over your code, since there are doubtless many,
|
|
2342
2346
|
many things that the user could do. Instead, you can use the
|
2343
2347
|
following techniques:</p>
|
2344
2348
|
<div class="orderedlist"><ol class="orderedlist" type="1">
|
2345
|
-
<li class="listitem"><p>Use <code class="function">gtk_widget_set_sensitive()</code> or modal dialogs to prevent
|
2349
|
+
<li class="listitem"><p>Use <a href="http://developer.gnome.org/gtk4/GtkWidget.html#gtk-widget-set-sensitive"><code class="function">gtk_widget_set_sensitive()</code></a> or modal dialogs to prevent
|
2346
2350
|
the user from interacting with elements while the main
|
2347
2351
|
loop is recursing.</p></li>
|
2348
2352
|
<li class="listitem"><p>Avoid main loop recursion in situations where you can't handle
|
@@ -2582,9 +2586,18 @@ the context used by functions like <a class="link" href="glib-The-Main-Event-Loo
|
|
2582
2586
|
<p>Normally you would call this function shortly after creating a new
|
2583
2587
|
thread, passing it a <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> which will be run by a
|
2584
2588
|
<a class="link" href="glib-The-Main-Event-Loop.html#GMainLoop" title="GMainLoop"><span class="type">GMainLoop</span></a> in that thread, to set a new default context for all
|
2585
|
-
async operations in that thread.
|
2586
|
-
ever call <a class="link" href="glib-The-Main-Event-Loop.html#g-main-context-pop-thread-default" title="g_main_context_pop_thread_default ()"><code class="function">g_main_context_pop_thread_default()</code></a
|
2587
|
-
|
2589
|
+
async operations in that thread. In this case you may not need to
|
2590
|
+
ever call <a class="link" href="glib-The-Main-Event-Loop.html#g-main-context-pop-thread-default" title="g_main_context_pop_thread_default ()"><code class="function">g_main_context_pop_thread_default()</code></a>, assuming you want the
|
2591
|
+
new <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> to be the default for the whole lifecycle of the
|
2592
|
+
thread.</p>
|
2593
|
+
<p>If you don't have control over how the new thread was created (e.g.
|
2594
|
+
in the new thread isn't newly created, or if the thread life
|
2595
|
+
cycle is managed by a <a class="link" href="glib-Thread-Pools.html#GThreadPool" title="struct GThreadPool"><span class="type">GThreadPool</span></a>), it is always suggested to wrap
|
2596
|
+
the logic that needs to use the new <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> inside a
|
2597
|
+
<a class="link" href="glib-The-Main-Event-Loop.html#g-main-context-push-thread-default" title="g_main_context_push_thread_default ()"><code class="function">g_main_context_push_thread_default()</code></a> / <a class="link" href="glib-The-Main-Event-Loop.html#g-main-context-pop-thread-default" title="g_main_context_pop_thread_default ()"><code class="function">g_main_context_pop_thread_default()</code></a>
|
2598
|
+
pair, otherwise threads that are re-used will end up never explicitly
|
2599
|
+
releasing the <a class="link" href="glib-The-Main-Event-Loop.html#GMainContext" title="GMainContext"><span class="type">GMainContext</span></a> reference they hold.</p>
|
2600
|
+
<p>In some cases you may want to schedule a single operation in a
|
2588
2601
|
non-default context, or temporarily use a non-default context in
|
2589
2602
|
the main thread. In that case, you can wrap the call to the
|
2590
2603
|
asynchronous operation inside a
|
@@ -2594,7 +2607,7 @@ ensure that no other asynchronous operations accidentally get
|
|
2594
2607
|
started while the non-default context is active.</p>
|
2595
2608
|
<p>Beware that libraries that predate this function may not correctly
|
2596
2609
|
handle being used from a thread with a thread-default context. Eg,
|
2597
|
-
see <a href="
|
2610
|
+
see <a href="https://developer.gnome.org/gio/unstable/GFile.html#g-file-supports-thread-contexts"><code class="function">g_file_supports_thread_contexts()</code></a>.</p>
|
2598
2611
|
<div class="refsect3">
|
2599
2612
|
<a name="g-main-context-push-thread-default.parameters"></a><h4>Parameters</h4>
|
2600
2613
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -3429,7 +3442,7 @@ if the call was interrupted.</p>
|
|
3429
3442
|
<a name="GSourceDummyMarshal"></a><h3>GSourceDummyMarshal ()</h3>
|
3430
3443
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3431
3444
|
<span class="c_punctuation">(</span>*GSourceDummyMarshal<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
3432
|
-
<p>This is just a placeholder for <a href="
|
3445
|
+
<p>This is just a placeholder for <a href="https://developer.gnome.org/gobject/unstable/gobject-Closures.html#GClosureMarshal"><span class="type">GClosureMarshal</span></a>,
|
3433
3446
|
which cannot be used here for dependency reasons.</p>
|
3434
3447
|
</div>
|
3435
3448
|
<hr>
|
@@ -3666,10 +3679,10 @@ before the dispatch of your idle handler.</p>
|
|
3666
3679
|
<span class="gtkdoc opt">{</span>
|
3667
3680
|
SomeWidget <span class="gtkdoc opt">*</span>self <span class="gtkdoc opt">=</span> data<span class="gtkdoc opt">;</span>
|
3668
3681
|
|
3669
|
-
<span class="function">GDK_THREADS_ENTER</span> <span class="gtkdoc opt">();</span>
|
3682
|
+
<span class="function"><a href="http://developer.gnome.org/gdk3/gdk4-Threads.html#GDK-THREADS-ENTER:CAPS">GDK_THREADS_ENTER</a></span> <span class="gtkdoc opt">();</span>
|
3670
3683
|
<span class="gtkdoc slc">// do stuff with self</span>
|
3671
3684
|
self<span class="gtkdoc opt">-></span>idle_id <span class="gtkdoc opt">=</span> <span class="number">0</span><span class="gtkdoc opt">;</span>
|
3672
|
-
<span class="function">GDK_THREADS_LEAVE</span> <span class="gtkdoc opt">();</span>
|
3685
|
+
<span class="function"><a href="http://developer.gnome.org/gdk3/gdk4-Threads.html#GDK-THREADS-LEAVE:CAPS">GDK_THREADS_LEAVE</a></span> <span class="gtkdoc opt">();</span>
|
3673
3686
|
|
3674
3687
|
<span class="keyword">return</span> G_SOURCE_REMOVE<span class="gtkdoc opt">;</span>
|
3675
3688
|
<span class="gtkdoc opt">}</span>
|
@@ -3688,7 +3701,7 @@ before the dispatch of your idle handler.</p>
|
|
3688
3701
|
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>self<span class="gtkdoc opt">-></span>idle_id<span class="gtkdoc opt">)</span>
|
3689
3702
|
<span class="function"><a href="glib-The-Main-Event-Loop.html#g-source-remove">g_source_remove</a></span> <span class="gtkdoc opt">(</span>self<span class="gtkdoc opt">-></span>idle_id<span class="gtkdoc opt">);</span>
|
3690
3703
|
|
3691
|
-
<span class="function"><a href="
|
3704
|
+
<span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#G-OBJECT-CLASS:CAPS">G_OBJECT_CLASS</a></span> <span class="gtkdoc opt">(</span>parent_class<span class="gtkdoc opt">)-></span><span class="function">finalize</span> <span class="gtkdoc opt">(</span>object<span class="gtkdoc opt">);</span>
|
3692
3705
|
<span class="gtkdoc opt">}</span></pre></td>
|
3693
3706
|
</tr>
|
3694
3707
|
</tbody>
|
@@ -3724,12 +3737,12 @@ has already been destroy within the callback.</p>
|
|
3724
3737
|
<span class="gtkdoc opt">{</span>
|
3725
3738
|
SomeWidget <span class="gtkdoc opt">*</span>self <span class="gtkdoc opt">=</span> data<span class="gtkdoc opt">;</span>
|
3726
3739
|
|
3727
|
-
<span class="function">GDK_THREADS_ENTER</span> <span class="gtkdoc opt">();</span>
|
3740
|
+
<span class="function"><a href="http://developer.gnome.org/gdk3/gdk4-Threads.html#GDK-THREADS-ENTER:CAPS">GDK_THREADS_ENTER</a></span> <span class="gtkdoc opt">();</span>
|
3728
3741
|
<span class="keyword">if</span> <span class="gtkdoc opt">(!</span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-source-is-destroyed">g_source_is_destroyed</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-The-Main-Event-Loop.html#g-main-current-source">g_main_current_source</a></span> <span class="gtkdoc opt">()))</span>
|
3729
3742
|
<span class="gtkdoc opt">{</span>
|
3730
3743
|
<span class="gtkdoc slc">// do stuff with self</span>
|
3731
3744
|
<span class="gtkdoc opt">}</span>
|
3732
|
-
<span class="function">GDK_THREADS_LEAVE</span> <span class="gtkdoc opt">();</span>
|
3745
|
+
<span class="function"><a href="http://developer.gnome.org/gdk3/gdk4-Threads.html#GDK-THREADS-LEAVE:CAPS">GDK_THREADS_LEAVE</a></span> <span class="gtkdoc opt">();</span>
|
3733
3746
|
|
3734
3747
|
<span class="keyword">return</span> FALSE<span class="gtkdoc opt">;</span>
|
3735
3748
|
<span class="gtkdoc opt">}</span></pre></td>
|
@@ -4544,7 +4557,7 @@ callback), and when <em class="parameter"><code>source</code></em>
|
|
4544
4557
|
its own prepare/check functions indicate that it is ready.)</p>
|
4545
4558
|
<p>If you don't need <em class="parameter"><code>child_source</code></em>
|
4546
4559
|
to do anything on its own when it
|
4547
|
-
triggers, you can call <a href="
|
4560
|
+
triggers, you can call <a href="https://developer.gnome.org/gobject/unstable/gobject-Closures.html#g-source-set-dummy-callback"><code class="function">g_source_set_dummy_callback()</code></a> on it to set a
|
4548
4561
|
callback that does nothing (except return <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if appropriate).</p>
|
4549
4562
|
<p><em class="parameter"><code>source</code></em>
|
4550
4563
|
will hold a reference on <em class="parameter"><code>child_source</code></em>
|
@@ -4882,6 +4895,15 @@ the g_spawn functions.</p>
|
|
4882
4895
|
</div>
|
4883
4896
|
<hr>
|
4884
4897
|
<div class="refsect2">
|
4898
|
+
<a name="G-PID-FORMAT:CAPS"></a><h3>G_PID_FORMAT</h3>
|
4899
|
+
<pre class="programlisting">#define G_PID_FORMAT "i"
|
4900
|
+
</pre>
|
4901
|
+
<p>A format specifier that can be used in <code class="function">printf()</code>-style format strings
|
4902
|
+
when printing a <a class="link" href="glib-The-Main-Event-Loop.html#GPid" title="GPid"><span class="type">GPid</span></a>.</p>
|
4903
|
+
<p class="since">Since: <a class="link" href="api-index-2-50.html#api-index-2.50">2.50</a></p>
|
4904
|
+
</div>
|
4905
|
+
<hr>
|
4906
|
+
<div class="refsect2">
|
4885
4907
|
<a name="GPollFD"></a><h3>struct GPollFD</h3>
|
4886
4908
|
<pre class="programlisting">struct GPollFD {
|
4887
4909
|
#if defined (G_OS_WIN32) && GLIB_SIZEOF_VOID_P == 8
|
@@ -607,18 +607,18 @@ you must coordinate accesses to the same <a class="link" href="glib-Hash-Tables.
|
|
607
607
|
threads. The two notable exceptions from this rule are <a class="link" href="glib-The-Main-Event-Loop.html#GMainLoop" title="GMainLoop"><span class="type">GMainLoop</span></a>
|
608
608
|
and <a class="link" href="glib-Asynchronous-Queues.html#GAsyncQueue" title="GAsyncQueue"><span class="type">GAsyncQueue</span></a>, which are thread-safe and need no further
|
609
609
|
application-level locking to be accessed from multiple threads.
|
610
|
-
Most refcounting functions such as <a href="
|
610
|
+
Most refcounting functions such as <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> are also thread-safe.</p>
|
611
611
|
<p>A common use for <a href="glib-Threads.html#GThread"><span class="type">GThreads</span></a> is to move a long-running blocking operation out
|
612
612
|
of the main thread and into a worker thread. For GLib functions, such as
|
613
613
|
single GIO operations, this is not necessary, and complicates the code.
|
614
614
|
Instead, the <code class="literal">…<code class="function">_async()</code></code> version of the function should be used from the main
|
615
615
|
thread, eliminating the need for locking and synchronisation between multiple
|
616
616
|
threads. If an operation does need to be moved to a worker thread, consider
|
617
|
-
using <a href="
|
617
|
+
using <a href="https://developer.gnome.org/gio/unstable/GTask.html#g-task-run-in-thread"><code class="function">g_task_run_in_thread()</code></a>, or a <a class="link" href="glib-Thread-Pools.html#GThreadPool" title="struct GThreadPool"><span class="type">GThreadPool</span></a>. <a class="link" href="glib-Thread-Pools.html#GThreadPool" title="struct GThreadPool"><span class="type">GThreadPool</span></a> is often a
|
618
618
|
better choice than <a class="link" href="glib-Threads.html#GThread" title="GThread"><span class="type">GThread</span></a>, as it handles thread reuse and task queueing;
|
619
|
-
<a href="
|
619
|
+
<a href="https://developer.gnome.org/gio/unstable/GTask.html#GTask-struct"><span class="type">GTask</span></a> uses this internally.</p>
|
620
620
|
<p>However, if multiple blocking operations need to be performed in sequence,
|
621
|
-
and it is not possible to use <a href="
|
621
|
+
and it is not possible to use <a href="https://developer.gnome.org/gio/unstable/GTask.html#GTask-struct"><span class="type">GTask</span></a> for them, moving them to a worker thread
|
622
622
|
can clarify the code.</p>
|
623
623
|
</div>
|
624
624
|
<div class="refsect1">
|
@@ -605,7 +605,7 @@ exported enumeration mapping <code class="literal">errno</code>. Instead, all fu
|
|
605
605
|
error message is always generated via <a class="link" href="glib-String-Utility-Functions.html#g-strerror" title="g_strerror ()"><code class="function">g_strerror()</code></a>.</p>
|
606
606
|
<p>It is expected that most code will not look at <code class="literal">errno</code> from these APIs.
|
607
607
|
Important cases where one would want to differentiate between errors are
|
608
|
-
already covered by existing cross-platform GLib API, such as e.g. <a href="
|
608
|
+
already covered by existing cross-platform GLib API, such as e.g. <a href="https://developer.gnome.org/gio/unstable/GFile.html#GFile-struct"><span class="type">GFile</span></a>
|
609
609
|
wrapping <code class="literal">ENOENT</code>. However, it is provided for completeness, at least.</p>
|
610
610
|
</div>
|
611
611
|
</div>
|
@@ -433,10 +433,10 @@ component following Section 3.3. of RFC 2396.</p>
|
|
433
433
|
<tbody>
|
434
434
|
<tr>
|
435
435
|
<td class="parameter_name"><p>filename</p></td>
|
436
|
-
<td class="parameter_description"><p>an absolute filename specified in the GLib file
|
437
|
-
which is the on-disk file name bytes on Unix, and UTF-8
|
438
|
-
Windows</p></td>
|
439
|
-
<td class="parameter_annotations">
|
436
|
+
<td class="parameter_description"><p> an absolute filename specified in the GLib file
|
437
|
+
name encoding, which is the on-disk file name bytes on Unix, and UTF-8
|
438
|
+
on Windows. </p></td>
|
439
|
+
<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>
|
440
440
|
</tr>
|
441
441
|
<tr>
|
442
442
|
<td class="parameter_name"><p>hostname</p></td>
|
@@ -1555,7 +1555,7 @@ g_unichar_break_type (<em class="parameter"><code><a class="link" href="glib-Uni
|
|
1555
1555
|
<a class="link" href="glib-Unicode-Manipulation.html#g-utf8-get-char" title="g_utf8_get_char ()"><code class="function">g_utf8_get_char()</code></a>). The break type is used to find word and line
|
1556
1556
|
breaks ("text boundaries"), Pango implements the Unicode boundary
|
1557
1557
|
resolution algorithms and normally you would use a function such
|
1558
|
-
as <code class="function">pango_break()</code> instead of caring about break types yourself.</p>
|
1558
|
+
as <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#pango-break"><code class="function">pango_break()</code></a> instead of caring about break types yourself.</p>
|
1559
1559
|
<div class="refsect3">
|
1560
1560
|
<a name="g-unichar-break-type.parameters"></a><h4>Parameters</h4>
|
1561
1561
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1736,7 +1736,7 @@ by Unicode Standard Annex #24). No check is made for <em class="parameter"><code
|
|
1736
1736
|
being a
|
1737
1737
|
valid Unicode character; if you pass in invalid character, the
|
1738
1738
|
result is undefined.</p>
|
1739
|
-
<p>This function is equivalent to <code class="function">pango_script_for_unichar()</code> and the
|
1739
|
+
<p>This function is equivalent to <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#pango-script-for-unichar"><code class="function">pango_script_for_unichar()</code></a> and the
|
1740
1740
|
two are interchangeable.</p>
|
1741
1741
|
<div class="refsect3">
|
1742
1742
|
<a name="g-unichar-get-script.parameters"></a><h4>Parameters</h4>
|
@@ -3347,7 +3347,7 @@ To scan, use the format string "U+%06"G_GINT32_FORMAT"X".</p>
|
|
3347
3347
|
2
|
3348
3348
|
3</pre></td>
|
3349
3349
|
<td class="listing_code"><pre class="programlisting">gunichar c<span class="gtkdoc opt">;</span>
|
3350
|
-
<span class="function">sscanf</span> <span class="gtkdoc opt">(</span><span class="string">"U+0041"</span><span class="gtkdoc opt">,</span> <span class="string">"U+%06"</span>G_GINT32_FORMAT<span class="string">"X"</span><span class="gtkdoc opt">, &</span>c<span class="gtkdoc opt">)</span>
|
3350
|
+
<span class="function">sscanf</span> <span class="gtkdoc opt">(</span><span class="string">"U+0041"</span><span class="gtkdoc opt">,</span> <span class="string">"U+%06"</span>G_GINT32_FORMAT<span class="string">"X"</span><span class="gtkdoc opt">, &</span>amp<span class="gtkdoc opt">;</span>c<span class="gtkdoc opt">)</span>
|
3351
3351
|
<span class="function"><a href="glib-Warnings-and-Assertions.html#g-print">g_print</a></span> <span class="gtkdoc opt">(</span><span class="string">"Read U+%04"</span>G_GINT32_FORMAT<span class="string">"X"</span><span class="gtkdoc opt">,</span> c<span class="gtkdoc opt">);</span></pre></td>
|
3352
3352
|
</tr>
|
3353
3353
|
</tbody>
|
@@ -3387,7 +3387,7 @@ decomposition of a single Unicode character.</p>
|
|
3387
3387
|
<a name="GUnicodeType"></a><h3>enum GUnicodeType</h3>
|
3388
3388
|
<p>These are the possible character classifications from the
|
3389
3389
|
Unicode specification.
|
3390
|
-
See <ulink url="http://www.unicode.org/
|
3390
|
+
See <ulink url="http://www.unicode.org/reports/tr44/<span class="type">General_Category_Values</span>">Unicode Character Database</unlink>.</p>
|
3391
3391
|
<div class="refsect3">
|
3392
3392
|
<a name="GUnicodeType.members"></a><h4>Members</h4>
|
3393
3393
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -3918,6 +3918,27 @@ to handle unknown values. They may be regarded as <a class="link" href="glib-Uni
|
|
3918
3918
|
</td>
|
3919
3919
|
<td class="enum_member_annotations"> </td>
|
3920
3920
|
</tr>
|
3921
|
+
<tr>
|
3922
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-BREAK-EMOJI-BASE:CAPS"></a>G_UNICODE_BREAK_EMOJI_BASE</p></td>
|
3923
|
+
<td class="enum_member_description">
|
3924
|
+
<p>Emoji Base (EB). Since: 2.50</p>
|
3925
|
+
</td>
|
3926
|
+
<td class="enum_member_annotations"> </td>
|
3927
|
+
</tr>
|
3928
|
+
<tr>
|
3929
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-BREAK-EMOJI-MODIFIER:CAPS"></a>G_UNICODE_BREAK_EMOJI_MODIFIER</p></td>
|
3930
|
+
<td class="enum_member_description">
|
3931
|
+
<p>Emoji Modifier (EM). Since: 2.50</p>
|
3932
|
+
</td>
|
3933
|
+
<td class="enum_member_annotations"> </td>
|
3934
|
+
</tr>
|
3935
|
+
<tr>
|
3936
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-BREAK-ZERO-WIDTH-JOINER:CAPS"></a>G_UNICODE_BREAK_ZERO_WIDTH_JOINER</p></td>
|
3937
|
+
<td class="enum_member_description">
|
3938
|
+
<p>Zero Width Joiner (ZWJ). Since: 2.50</p>
|
3939
|
+
</td>
|
3940
|
+
<td class="enum_member_annotations"> </td>
|
3941
|
+
</tr>
|
3921
3942
|
</tbody>
|
3922
3943
|
</table></div>
|
3923
3944
|
</div>
|
@@ -3928,7 +3949,7 @@ to handle unknown values. They may be regarded as <a class="link" href="glib-Uni
|
|
3928
3949
|
<p>The <a class="link" href="glib-Unicode-Manipulation.html#GUnicodeScript" title="enum GUnicodeScript"><span class="type">GUnicodeScript</span></a> enumeration identifies different writing
|
3929
3950
|
systems. The values correspond to the names as defined in the
|
3930
3951
|
Unicode standard. The enumeration has been added in GLib 2.14,
|
3931
|
-
and is interchangeable with <span class="type">PangoScript</span>.</p>
|
3952
|
+
and is interchangeable with <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoScript"><span class="type">PangoScript</span></a>.</p>
|
3932
3953
|
<p>Note that new types may be added in the future. Applications
|
3933
3954
|
should be ready to handle unknown values.
|
3934
3955
|
See <ulink
|
@@ -4875,6 +4896,48 @@ url="http://www.unicode.org/reports/tr24/">Unicode Standard Annex
|
|
4875
4896
|
</td>
|
4876
4897
|
<td class="enum_member_annotations"> </td>
|
4877
4898
|
</tr>
|
4899
|
+
<tr>
|
4900
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-ADLAM:CAPS"></a>G_UNICODE_SCRIPT_ADLAM</p></td>
|
4901
|
+
<td class="enum_member_description">
|
4902
|
+
<p>Adlam. Since: 2.50</p>
|
4903
|
+
</td>
|
4904
|
+
<td class="enum_member_annotations"> </td>
|
4905
|
+
</tr>
|
4906
|
+
<tr>
|
4907
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-BHAIKSUKI:CAPS"></a>G_UNICODE_SCRIPT_BHAIKSUKI</p></td>
|
4908
|
+
<td class="enum_member_description">
|
4909
|
+
<p>Bhaiksuki. Since: 2.50</p>
|
4910
|
+
</td>
|
4911
|
+
<td class="enum_member_annotations"> </td>
|
4912
|
+
</tr>
|
4913
|
+
<tr>
|
4914
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-MARCHEN:CAPS"></a>G_UNICODE_SCRIPT_MARCHEN</p></td>
|
4915
|
+
<td class="enum_member_description">
|
4916
|
+
<p>Marchen. Since: 2.50</p>
|
4917
|
+
</td>
|
4918
|
+
<td class="enum_member_annotations"> </td>
|
4919
|
+
</tr>
|
4920
|
+
<tr>
|
4921
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-NEWA:CAPS"></a>G_UNICODE_SCRIPT_NEWA</p></td>
|
4922
|
+
<td class="enum_member_description">
|
4923
|
+
<p>Newa. Since: 2.50</p>
|
4924
|
+
</td>
|
4925
|
+
<td class="enum_member_annotations"> </td>
|
4926
|
+
</tr>
|
4927
|
+
<tr>
|
4928
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-OSAGE:CAPS"></a>G_UNICODE_SCRIPT_OSAGE</p></td>
|
4929
|
+
<td class="enum_member_description">
|
4930
|
+
<p>Osage. Since: 2.50</p>
|
4931
|
+
</td>
|
4932
|
+
<td class="enum_member_annotations"> </td>
|
4933
|
+
</tr>
|
4934
|
+
<tr>
|
4935
|
+
<td class="enum_member_name"><p><a name="G-UNICODE-SCRIPT-TANGUT:CAPS"></a>G_UNICODE_SCRIPT_TANGUT</p></td>
|
4936
|
+
<td class="enum_member_description">
|
4937
|
+
<p>Tangut. Since: 2.50</p>
|
4938
|
+
</td>
|
4939
|
+
<td class="enum_member_annotations"> </td>
|
4940
|
+
</tr>
|
4878
4941
|
</tbody>
|
4879
4942
|
</table></div>
|
4880
4943
|
</div>
|
@@ -145,6 +145,10 @@
|
|
145
145
|
</tr>
|
146
146
|
<tr>
|
147
147
|
<td class="define_keyword">#define</td>
|
148
|
+
<td class="function_name"><a class="link" href="glib-Version-Information.html#GLIB-VERSION-2-50:CAPS" title="GLIB_VERSION_2_50">GLIB_VERSION_2_50</a></td>
|
149
|
+
</tr>
|
150
|
+
<tr>
|
151
|
+
<td class="define_keyword">#define</td>
|
148
152
|
<td class="function_name"><a class="link" href="glib-Version-Information.html#GLIB-VERSION-MIN-REQUIRED:CAPS" title="GLIB_VERSION_MIN_REQUIRED">GLIB_VERSION_MIN_REQUIRED</a></td>
|
149
153
|
</tr>
|
150
154
|
<tr>
|
@@ -341,20 +345,20 @@ linked against at application run time.</p>
|
|
341
345
|
<hr>
|
342
346
|
<div class="refsect2">
|
343
347
|
<a name="GLIB-MINOR-VERSION:CAPS"></a><h3>GLIB_MINOR_VERSION</h3>
|
344
|
-
<pre class="programlisting">#define GLIB_MINOR_VERSION
|
348
|
+
<pre class="programlisting">#define GLIB_MINOR_VERSION 50
|
345
349
|
</pre>
|
346
350
|
<p>The minor version number of the GLib library.</p>
|
347
|
-
<p>Like <span class="type">gtk_minor_version</span>, but from the headers used at
|
351
|
+
<p>Like <a href="http://developer.gnome.org/gtk4/gtk4-Feature-Test-Macros.html#gtk-minor-version"><span class="type">gtk_minor_version</span></a>, but from the headers used at
|
348
352
|
application compile time, rather than from the library
|
349
353
|
linked against at application run time.</p>
|
350
354
|
</div>
|
351
355
|
<hr>
|
352
356
|
<div class="refsect2">
|
353
357
|
<a name="GLIB-MICRO-VERSION:CAPS"></a><h3>GLIB_MICRO_VERSION</h3>
|
354
|
-
<pre class="programlisting">#define GLIB_MICRO_VERSION
|
358
|
+
<pre class="programlisting">#define GLIB_MICRO_VERSION 2
|
355
359
|
</pre>
|
356
360
|
<p>The micro version number of the GLib library.</p>
|
357
|
-
<p>Like <span class="type">gtk_micro_version</span>, but from the headers used at
|
361
|
+
<p>Like <a href="http://developer.gnome.org/gtk4/gtk4-Feature-Test-Macros.html#gtk-micro-version"><span class="type">gtk_micro_version</span></a>, but from the headers used at
|
358
362
|
application compile time, rather than from the library
|
359
363
|
linked against at application run time.</p>
|
360
364
|
</div>
|
@@ -468,6 +472,15 @@ that can be used by the C pre-processor.</p>
|
|
468
472
|
</div>
|
469
473
|
<hr>
|
470
474
|
<div class="refsect2">
|
475
|
+
<a name="GLIB-VERSION-2-50:CAPS"></a><h3>GLIB_VERSION_2_50</h3>
|
476
|
+
<pre class="programlisting">#define GLIB_VERSION_2_50 (G_ENCODE_VERSION (2, 50))
|
477
|
+
</pre>
|
478
|
+
<p>A macro that evaluates to the 2.50 version of GLib, in a format
|
479
|
+
that can be used by the C pre-processor.</p>
|
480
|
+
<p class="since">Since: <a class="link" href="api-index-2-50.html#api-index-2.50">2.50</a></p>
|
481
|
+
</div>
|
482
|
+
<hr>
|
483
|
+
<div class="refsect2">
|
471
484
|
<a name="GLIB-VERSION-MIN-REQUIRED:CAPS"></a><h3>GLIB_VERSION_MIN_REQUIRED</h3>
|
472
485
|
<pre class="programlisting"># define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_CUR_STABLE)
|
473
486
|
</pre>
|