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
@@ -1304,9 +1304,9 @@ supported on GCC and clang, the variable must be initialized, etc.</p>
|
|
1304
1304
|
|
1305
1305
|
membuf <span class="gtkdoc opt">=</span> <span class="function"><a href="glib-Memory-Allocation.html#g-malloc">g_malloc</a></span> <span class="gtkdoc opt">(</span><span class="number">8192</span><span class="gtkdoc opt">);</span>
|
1306
1306
|
|
1307
|
-
<span class="
|
1307
|
+
<span class="gtkdoc opt">/<!-- -->*</span> Some computation on membuf <span class="gtkdoc opt">*<!-- -->/</span>
|
1308
1308
|
|
1309
|
-
<span class="
|
1309
|
+
<span class="gtkdoc opt">/<!-- -->*</span> membuf will be automatically freed here <span class="gtkdoc opt">*<!-- -->/</span>
|
1310
1310
|
<span class="keyword">return</span> TRUE<span class="gtkdoc opt">;</span>
|
1311
1311
|
<span class="gtkdoc opt">}</span></pre></td>
|
1312
1312
|
</tr>
|
@@ -473,7 +473,7 @@ g_set_application_name (<em class="parameter"><code>const <a class="link" href="
|
|
473
473
|
<p>Sets a human-readable name for the application. This name should be
|
474
474
|
localized if possible, and is intended for display to the user.
|
475
475
|
Contrast with <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-set-prgname" title="g_set_prgname ()"><code class="function">g_set_prgname()</code></a>, which sets a non-localized name.
|
476
|
-
<a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-set-prgname" title="g_set_prgname ()"><code class="function">g_set_prgname()</code></a> will be called automatically by <code class="function">gtk_init()</code>,
|
476
|
+
<a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-set-prgname" title="g_set_prgname ()"><code class="function">g_set_prgname()</code></a> will be called automatically by <a href="http://developer.gnome.org/gtk4/gtk4-General.html#gtk-init"><code class="function">gtk_init()</code></a>,
|
477
477
|
but <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-set-application-name" title="g_set_application_name ()"><code class="function">g_set_application_name()</code></a> will not.</p>
|
478
478
|
<p>Note that for thread safety reasons, this function can only
|
479
479
|
be called once.</p>
|
@@ -503,8 +503,8 @@ or when displaying an application's name in the task list.</p>
|
|
503
503
|
g_get_prgname (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
504
504
|
<p>Gets the name of the program. This name should not be localized,
|
505
505
|
in contrast to <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-get-application-name" title="g_get_application_name ()"><code class="function">g_get_application_name()</code></a>.</p>
|
506
|
-
<p>If you are using GDK or GTK+ the program name is set in <code class="function">gdk_init()</code>,
|
507
|
-
which is called by <code class="function">gtk_init()</code>. The program name is found by taking
|
506
|
+
<p>If you are using GDK or GTK+ the program name is set in <a href="http://developer.gnome.org/gdk3/gdk4-General.html#gdk-init"><code class="function">gdk_init()</code></a>,
|
507
|
+
which is called by <a href="http://developer.gnome.org/gtk4/gtk4-General.html#gtk-init"><code class="function">gtk_init()</code></a>. The program name is found by taking
|
508
508
|
the last component of <em class="parameter"><code>argv</code></em>
|
509
509
|
[0].</p>
|
510
510
|
<div class="refsect3">
|
@@ -858,7 +858,8 @@ encoding, or something else, and there is no guarantee that it is even
|
|
858
858
|
consistent on a machine. On Windows, it is always UTF-8.</p>
|
859
859
|
<div class="refsect3">
|
860
860
|
<a name="g-get-user-name.returns"></a><h4>Returns</h4>
|
861
|
-
<p> the user name of the current user
|
861
|
+
<p> the user name of the current user. </p>
|
862
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
862
863
|
</div>
|
863
864
|
</div>
|
864
865
|
<hr>
|
@@ -873,7 +874,8 @@ real user name cannot be determined, the string "Unknown" is
|
|
873
874
|
returned.</p>
|
874
875
|
<div class="refsect3">
|
875
876
|
<a name="g-get-real-name.returns"></a><h4>Returns</h4>
|
876
|
-
<p> the user's real name
|
877
|
+
<p> the user's real name. </p>
|
878
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
877
879
|
</div>
|
878
880
|
</div>
|
879
881
|
<hr>
|
@@ -894,7 +896,8 @@ See documentation for CSIDL_INTERNET_CACHE.</p>
|
|
894
896
|
<div class="refsect3">
|
895
897
|
<a name="g-get-user-cache-dir.returns"></a><h4>Returns</h4>
|
896
898
|
<p> a string owned by GLib that must not be modified
|
897
|
-
or freed
|
899
|
+
or freed. </p>
|
900
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
898
901
|
</div>
|
899
902
|
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
900
903
|
</div>
|
@@ -916,7 +919,8 @@ what <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-get-user-
|
|
916
919
|
<div class="refsect3">
|
917
920
|
<a name="g-get-user-data-dir.returns"></a><h4>Returns</h4>
|
918
921
|
<p> a string owned by GLib that must not be modified
|
919
|
-
or freed
|
922
|
+
or freed. </p>
|
923
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
920
924
|
</div>
|
921
925
|
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
922
926
|
</div>
|
@@ -938,7 +942,8 @@ what <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-get-user-
|
|
938
942
|
<div class="refsect3">
|
939
943
|
<a name="g-get-user-config-dir.returns"></a><h4>Returns</h4>
|
940
944
|
<p> a string owned by GLib that must not be modified
|
941
|
-
or freed
|
945
|
+
or freed. </p>
|
946
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
942
947
|
</div>
|
943
948
|
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
944
949
|
</div>
|
@@ -962,7 +967,9 @@ CSIDL_LOCAL_APPDATA. Note that on Windows it thus is the same as
|
|
962
967
|
what <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-get-user-config-dir" title="g_get_user_config_dir ()"><code class="function">g_get_user_config_dir()</code></a> returns.</p>
|
963
968
|
<div class="refsect3">
|
964
969
|
<a name="g-get-user-runtime-dir.returns"></a><h4>Returns</h4>
|
965
|
-
<p> a string owned by GLib that must not be
|
970
|
+
<p> a string owned by GLib that must not be
|
971
|
+
modified or freed. </p>
|
972
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
966
973
|
</div>
|
967
974
|
<p class="since">Since: <a class="link" href="api-index-2-28.html#api-index-2.28">2.28</a></p>
|
968
975
|
</div>
|
@@ -996,9 +1003,10 @@ will not reflect any change once the special directories are loaded.</p>
|
|
996
1003
|
</div>
|
997
1004
|
<div class="refsect3">
|
998
1005
|
<a name="g-get-user-special-dir.returns"></a><h4>Returns</h4>
|
999
|
-
<p> the path to the specified special directory, or
|
1000
|
-
if the logical id was not found. The returned string is owned by
|
1001
|
-
GLib and should not be modified or freed
|
1006
|
+
<p> the path to the specified special directory, or
|
1007
|
+
<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> if the logical id was not found. The returned string is owned by
|
1008
|
+
GLib and should not be modified or freed. </p>
|
1009
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1002
1010
|
</div>
|
1003
1011
|
<p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
|
1004
1012
|
</div>
|
@@ -1032,9 +1040,9 @@ itself.</p>
|
|
1032
1040
|
this function is called.</p>
|
1033
1041
|
<div class="refsect3">
|
1034
1042
|
<a name="g-get-system-data-dirs.returns"></a><h4>Returns</h4>
|
1035
|
-
<p>
|
1036
|
-
|
1037
|
-
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1043
|
+
<p> a <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of strings owned by GLib that must not be
|
1044
|
+
modified or freed. </p>
|
1045
|
+
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> filename][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1038
1046
|
</div>
|
1039
1047
|
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1040
1048
|
</div>
|
@@ -1057,9 +1065,9 @@ of clip art, or a log file in the CSIDL_COMMON_APPDATA folder.
|
|
1057
1065
|
This information will not roam and is available to anyone using the computer.</p>
|
1058
1066
|
<div class="refsect3">
|
1059
1067
|
<a name="g-get-system-config-dirs.returns"></a><h4>Returns</h4>
|
1060
|
-
<p>
|
1061
|
-
|
1062
|
-
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1068
|
+
<p> a <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated array of strings owned by GLib that must not be
|
1069
|
+
modified or freed. </p>
|
1070
|
+
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> filename][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1063
1071
|
</div>
|
1064
1072
|
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
|
1065
1073
|
</div>
|
@@ -1122,7 +1130,8 @@ should either directly check the <code class="literal">HOME</code> environment v
|
|
1122
1130
|
or unset it before calling any functions in GLib.</p>
|
1123
1131
|
<div class="refsect3">
|
1124
1132
|
<a name="g-get-home-dir.returns"></a><h4>Returns</h4>
|
1125
|
-
<p> the current user's home directory</p>
|
1133
|
+
<p> the current user's home directory. </p>
|
1134
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1126
1135
|
</div>
|
1127
1136
|
</div>
|
1128
1137
|
<hr>
|
@@ -1143,7 +1152,8 @@ it is always UTF-8. The return value is never <a class="link" href="glib-Standar
|
|
1143
1152
|
string.</p>
|
1144
1153
|
<div class="refsect3">
|
1145
1154
|
<a name="g-get-tmp-dir.returns"></a><h4>Returns</h4>
|
1146
|
-
<p> the directory to use for temporary files
|
1155
|
+
<p> the directory to use for temporary files. </p>
|
1156
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1147
1157
|
</div>
|
1148
1158
|
</div>
|
1149
1159
|
<hr>
|
@@ -1161,7 +1171,8 @@ the current directory. This can make a difference in the case that
|
|
1161
1171
|
the current directory is the target of a symbolic link.</p>
|
1162
1172
|
<div class="refsect3">
|
1163
1173
|
<a name="g-get-current-dir.returns"></a><h4>Returns</h4>
|
1164
|
-
<p> the current directory</p>
|
1174
|
+
<p> the current directory. </p>
|
1175
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1165
1176
|
</div>
|
1166
1177
|
</div>
|
1167
1178
|
<hr>
|
@@ -1189,15 +1200,16 @@ string.</p>
|
|
1189
1200
|
</colgroup>
|
1190
1201
|
<tbody><tr>
|
1191
1202
|
<td class="parameter_name"><p>file_name</p></td>
|
1192
|
-
<td class="parameter_description"><p>the name of the file</p></td>
|
1193
|
-
<td class="parameter_annotations">
|
1203
|
+
<td class="parameter_description"><p> the name of the file. </p></td>
|
1204
|
+
<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>
|
1194
1205
|
</tr></tbody>
|
1195
1206
|
</table></div>
|
1196
1207
|
</div>
|
1197
1208
|
<div class="refsect3">
|
1198
1209
|
<a name="g-basename.returns"></a><h4>Returns</h4>
|
1199
1210
|
<p> the name of the file without any leading
|
1200
|
-
directory components</p>
|
1211
|
+
directory components. </p>
|
1212
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1201
1213
|
</div>
|
1202
1214
|
</div>
|
1203
1215
|
<hr>
|
@@ -1236,8 +1248,8 @@ Windows-specific code.</p>
|
|
1236
1248
|
</colgroup>
|
1237
1249
|
<tbody><tr>
|
1238
1250
|
<td class="parameter_name"><p>file_name</p></td>
|
1239
|
-
<td class="parameter_description"><p>a file name</p></td>
|
1240
|
-
<td class="parameter_annotations">
|
1251
|
+
<td class="parameter_description"><p> a file name. </p></td>
|
1252
|
+
<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>
|
1241
1253
|
</tr></tbody>
|
1242
1254
|
</table></div>
|
1243
1255
|
</div>
|
@@ -1267,16 +1279,17 @@ is not an absolute path it returns <a class="link" href="glib-Standard-Macros.ht
|
|
1267
1279
|
</colgroup>
|
1268
1280
|
<tbody><tr>
|
1269
1281
|
<td class="parameter_name"><p>file_name</p></td>
|
1270
|
-
<td class="parameter_description"><p>a file name</p></td>
|
1271
|
-
<td class="parameter_annotations">
|
1282
|
+
<td class="parameter_description"><p> a file name. </p></td>
|
1283
|
+
<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>
|
1272
1284
|
</tr></tbody>
|
1273
1285
|
</table></div>
|
1274
1286
|
</div>
|
1275
1287
|
<div class="refsect3">
|
1276
1288
|
<a name="g-path-skip-root.returns"></a><h4>Returns</h4>
|
1277
1289
|
<p> a pointer into <em class="parameter"><code>file_name</code></em>
|
1278
|
-
after the
|
1279
|
-
|
1290
|
+
after the
|
1291
|
+
root component. </p>
|
1292
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1280
1293
|
</div>
|
1281
1294
|
</div>
|
1282
1295
|
<hr>
|
@@ -1302,15 +1315,16 @@ separator is returned. If <em class="parameter"><code>file_name</code></em>
|
|
1302
1315
|
</colgroup>
|
1303
1316
|
<tbody><tr>
|
1304
1317
|
<td class="parameter_name"><p>file_name</p></td>
|
1305
|
-
<td class="parameter_description"><p>the name of the file</p></td>
|
1306
|
-
<td class="parameter_annotations">
|
1318
|
+
<td class="parameter_description"><p> the name of the file. </p></td>
|
1319
|
+
<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>
|
1307
1320
|
</tr></tbody>
|
1308
1321
|
</table></div>
|
1309
1322
|
</div>
|
1310
1323
|
<div class="refsect3">
|
1311
1324
|
<a name="g-path-get-basename.returns"></a><h4>Returns</h4>
|
1312
1325
|
<p> a newly allocated string containing the last
|
1313
|
-
component of the filename</p>
|
1326
|
+
component of the filename. </p>
|
1327
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1314
1328
|
</div>
|
1315
1329
|
</div>
|
1316
1330
|
<hr>
|
@@ -1331,14 +1345,15 @@ The returned string should be freed when no longer needed.</p>
|
|
1331
1345
|
</colgroup>
|
1332
1346
|
<tbody><tr>
|
1333
1347
|
<td class="parameter_name"><p>file_name</p></td>
|
1334
|
-
<td class="parameter_description"><p>the name of the file</p></td>
|
1335
|
-
<td class="parameter_annotations">
|
1348
|
+
<td class="parameter_description"><p> the name of the file. </p></td>
|
1349
|
+
<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>
|
1336
1350
|
</tr></tbody>
|
1337
1351
|
</table></div>
|
1338
1352
|
</div>
|
1339
1353
|
<div class="refsect3">
|
1340
1354
|
<a name="g-path-get-dirname.returns"></a><h4>Returns</h4>
|
1341
|
-
<p> the directory components of the file</p>
|
1355
|
+
<p> the directory components of the file. </p>
|
1356
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1342
1357
|
</div>
|
1343
1358
|
</div>
|
1344
1359
|
<hr>
|
@@ -1370,8 +1385,8 @@ be a relative path.</p>
|
|
1370
1385
|
<tbody>
|
1371
1386
|
<tr>
|
1372
1387
|
<td class="parameter_name"><p>first_element</p></td>
|
1373
|
-
<td class="parameter_description"><p>the first element in the path</p></td>
|
1374
|
-
<td class="parameter_annotations">
|
1388
|
+
<td class="parameter_description"><p> the first element in the path. </p></td>
|
1389
|
+
<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>
|
1375
1390
|
</tr>
|
1376
1391
|
<tr>
|
1377
1392
|
<td class="parameter_name"><p>...</p></td>
|
@@ -1383,7 +1398,9 @@ be a relative path.</p>
|
|
1383
1398
|
</div>
|
1384
1399
|
<div class="refsect3">
|
1385
1400
|
<a name="g-build-filename.returns"></a><h4>Returns</h4>
|
1386
|
-
<p> a newly-allocated string that must be freed with
|
1401
|
+
<p> a newly-allocated string that must be freed with
|
1402
|
+
<a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>. </p>
|
1403
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1387
1404
|
</div>
|
1388
1405
|
</div>
|
1389
1406
|
<hr>
|
@@ -1404,14 +1421,17 @@ meant for language bindings.</p>
|
|
1404
1421
|
</colgroup>
|
1405
1422
|
<tbody><tr>
|
1406
1423
|
<td class="parameter_name"><p>args</p></td>
|
1407
|
-
<td class="parameter_description"><p> <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated
|
1408
|
-
|
1424
|
+
<td class="parameter_description"><p> <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated
|
1425
|
+
array of strings containing the path elements. </p></td>
|
1426
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> filename]</span></td>
|
1409
1427
|
</tr></tbody>
|
1410
1428
|
</table></div>
|
1411
1429
|
</div>
|
1412
1430
|
<div class="refsect3">
|
1413
1431
|
<a name="g-build-filenamev.returns"></a><h4>Returns</h4>
|
1414
|
-
<p> a newly-allocated string that must be freed
|
1432
|
+
<p> a newly-allocated string that must be freed
|
1433
|
+
with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>. </p>
|
1434
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1415
1435
|
</div>
|
1416
1436
|
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
|
1417
1437
|
</div>
|
@@ -1455,13 +1475,13 @@ of the separator are ignored.</p>
|
|
1455
1475
|
<tbody>
|
1456
1476
|
<tr>
|
1457
1477
|
<td class="parameter_name"><p>separator</p></td>
|
1458
|
-
<td class="parameter_description"><p>a string used to separator the elements of the path
|
1459
|
-
<td class="parameter_annotations">
|
1478
|
+
<td class="parameter_description"><p> a string used to separator the elements of the path. </p></td>
|
1479
|
+
<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>
|
1460
1480
|
</tr>
|
1461
1481
|
<tr>
|
1462
1482
|
<td class="parameter_name"><p>first_element</p></td>
|
1463
|
-
<td class="parameter_description"><p>the first element in the path</p></td>
|
1464
|
-
<td class="parameter_annotations">
|
1483
|
+
<td class="parameter_description"><p> the first element in the path. </p></td>
|
1484
|
+
<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>
|
1465
1485
|
</tr>
|
1466
1486
|
<tr>
|
1467
1487
|
<td class="parameter_name"><p>...</p></td>
|
@@ -1473,7 +1493,9 @@ of the separator are ignored.</p>
|
|
1473
1493
|
</div>
|
1474
1494
|
<div class="refsect3">
|
1475
1495
|
<a name="g-build-path.returns"></a><h4>Returns</h4>
|
1476
|
-
<p> a newly-allocated string that must be freed with
|
1496
|
+
<p> a newly-allocated string that must be freed with
|
1497
|
+
<a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>. </p>
|
1498
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1477
1499
|
</div>
|
1478
1500
|
</div>
|
1479
1501
|
<hr>
|
@@ -1501,15 +1523,18 @@ meant for language bindings.</p>
|
|
1501
1523
|
</tr>
|
1502
1524
|
<tr>
|
1503
1525
|
<td class="parameter_name"><p>args</p></td>
|
1504
|
-
<td class="parameter_description"><p> <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated
|
1505
|
-
|
1526
|
+
<td class="parameter_description"><p> <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated
|
1527
|
+
array of strings containing the path elements. </p></td>
|
1528
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> filename]</span></td>
|
1506
1529
|
</tr>
|
1507
1530
|
</tbody>
|
1508
1531
|
</table></div>
|
1509
1532
|
</div>
|
1510
1533
|
<div class="refsect3">
|
1511
1534
|
<a name="g-build-pathv.returns"></a><h4>Returns</h4>
|
1512
|
-
<p> a newly-allocated string that must be freed
|
1535
|
+
<p> a newly-allocated string that must be freed
|
1536
|
+
with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_free ()"><code class="function">g_free()</code></a>. </p>
|
1537
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1513
1538
|
</div>
|
1514
1539
|
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
|
1515
1540
|
</div>
|
@@ -1660,14 +1685,16 @@ including the type suffix.</p>
|
|
1660
1685
|
</colgroup>
|
1661
1686
|
<tbody><tr>
|
1662
1687
|
<td class="parameter_name"><p>program</p></td>
|
1663
|
-
<td class="parameter_description"><p>a program name in the GLib file name encoding</p></td>
|
1664
|
-
<td class="parameter_annotations">
|
1688
|
+
<td class="parameter_description"><p> a program name in the GLib file name encoding. </p></td>
|
1689
|
+
<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>
|
1665
1690
|
</tr></tbody>
|
1666
1691
|
</table></div>
|
1667
1692
|
</div>
|
1668
1693
|
<div class="refsect3">
|
1669
1694
|
<a name="g-find-program-in-path.returns"></a><h4>Returns</h4>
|
1670
|
-
<p> a newly-allocated string with the absolute path,
|
1695
|
+
<p> a newly-allocated string with the absolute path,
|
1696
|
+
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p>
|
1697
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
1671
1698
|
</div>
|
1672
1699
|
</div>
|
1673
1700
|
<hr>
|
@@ -2133,14 +2160,15 @@ The returned string should be freed when no longer needed.</p>
|
|
2133
2160
|
</colgroup>
|
2134
2161
|
<tbody><tr>
|
2135
2162
|
<td class="parameter_name"><p>file_name</p></td>
|
2136
|
-
<td class="parameter_description"><p>the name of the file</p></td>
|
2137
|
-
<td class="parameter_annotations">
|
2163
|
+
<td class="parameter_description"><p> the name of the file. </p></td>
|
2164
|
+
<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>
|
2138
2165
|
</tr></tbody>
|
2139
2166
|
</table></div>
|
2140
2167
|
</div>
|
2141
2168
|
<div class="refsect3">
|
2142
2169
|
<a name="g-dirname.returns"></a><h4>Returns</h4>
|
2143
|
-
<p> the directory components of the file</p>
|
2170
|
+
<p> the directory components of the file. </p>
|
2171
|
+
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
2144
2172
|
</div>
|
2145
2173
|
</div>
|
2146
2174
|
<hr>
|
@@ -809,6 +809,9 @@ does not exists</p>
|
|
809
809
|
g_regex_get_compile_flags (<em class="parameter"><code>const <a class="link" href="glib-Perl-compatible-regular-expressions.html#GRegex" title="GRegex"><span class="type">GRegex</span></a> *regex</code></em>);</pre>
|
810
810
|
<p>Returns the compile options that <em class="parameter"><code>regex</code></em>
|
811
811
|
was created with.</p>
|
812
|
+
<p>Depending on the version of PCRE that is used, this may or may not
|
813
|
+
include flags set by option expressions such as <code class="literal">(?i)</code> found at the
|
814
|
+
top-level within the compiled pattern.</p>
|
812
815
|
<div class="refsect3">
|
813
816
|
<a name="g-regex-get-compile-flags.parameters"></a><h4>Parameters</h4>
|
814
817
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -238,7 +238,7 @@ are "passed through" but are not interpreted in any way</p></li>
|
|
238
238
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
239
239
|
<li class="listitem"><p>Elements</p></li>
|
240
240
|
<li class="listitem"><p>Attributes</p></li>
|
241
|
-
<li class="listitem"><p>5 standard entities: & < >
|
241
|
+
<li class="listitem"><p>5 standard entities: &amp; &lt; &gt; &quot; &apos;</p></li>
|
242
242
|
<li class="listitem"><p>Character references</p></li>
|
243
243
|
<li class="listitem"><p>Sections marked as CDATA</p></li>
|
244
244
|
</ul></div>
|
@@ -146,7 +146,7 @@ convenient than the bare UNIX <code class="function">fork()</code> and <code cla
|
|
146
146
|
and asynchronous variants (<a class="link" href="glib-Spawning-Processes.html#g-spawn-async" title="g_spawn_async ()"><code class="function">g_spawn_async()</code></a>, <a class="link" href="glib-Spawning-Processes.html#g-spawn-async-with-pipes" title="g_spawn_async_with_pipes ()"><code class="function">g_spawn_async_with_pipes()</code></a>),
|
147
147
|
as well as convenience variants that take a complete shell-like
|
148
148
|
commandline (<a class="link" href="glib-Spawning-Processes.html#g-spawn-command-line-sync" title="g_spawn_command_line_sync ()"><code class="function">g_spawn_command_line_sync()</code></a>, <a class="link" href="glib-Spawning-Processes.html#g-spawn-command-line-async" title="g_spawn_command_line_async ()"><code class="function">g_spawn_command_line_async()</code></a>).</p>
|
149
|
-
<p>See <a href="
|
149
|
+
<p>See <a href="https://developer.gnome.org/gio/unstable/GSubprocess.html#GSubprocess-struct"><span class="type">GSubprocess</span></a> in GIO for a higher-level API that provides
|
150
150
|
stream interfaces for communication with child processes.</p>
|
151
151
|
</div>
|
152
152
|
<div class="refsect1">
|
@@ -396,7 +396,7 @@ the spawned program opens its windows on the right screen.</p>
|
|
396
396
|
<tr>
|
397
397
|
<td class="parameter_name"><p>working_directory</p></td>
|
398
398
|
<td class="parameter_description"><p> child's current working directory, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to inherit parent's, in the GLib file name encoding. </p></td>
|
399
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
399
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
400
400
|
</tr>
|
401
401
|
<tr>
|
402
402
|
<td class="parameter_name"><p>argv</p></td>
|
@@ -493,7 +493,7 @@ are different concepts on Windows.</p>
|
|
493
493
|
<tr>
|
494
494
|
<td class="parameter_name"><p>working_directory</p></td>
|
495
495
|
<td class="parameter_description"><p> child's current working directory, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to inherit parent's. </p></td>
|
496
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
496
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
497
497
|
</tr>
|
498
498
|
<tr>
|
499
499
|
<td class="parameter_name"><p>argv</p></td>
|
@@ -589,7 +589,7 @@ how these functions work on Windows.</p>
|
|
589
589
|
<tr>
|
590
590
|
<td class="parameter_name"><p>working_directory</p></td>
|
591
591
|
<td class="parameter_description"><p> child's current working directory, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> to inherit parent's. </p></td>
|
592
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
592
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
593
593
|
</tr>
|
594
594
|
<tr>
|
595
595
|
<td class="parameter_name"><p>argv</p></td>
|
@@ -435,7 +435,7 @@ bytes</p>
|
|
435
435
|
<tbody>
|
436
436
|
<tr>
|
437
437
|
<td class="parameter_name"><p>struct_type</p></td>
|
438
|
-
<td class="parameter_description"><p>a structure type, e.g. <span class="type">GtkWidget</span></p></td>
|
438
|
+
<td class="parameter_description"><p>a structure type, e.g. <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a></p></td>
|
439
439
|
<td class="parameter_annotations"> </td>
|
440
440
|
</tr>
|
441
441
|
<tr>
|
@@ -3422,7 +3422,7 @@ allow nesting such as</p>
|
|
3422
3422
|
<tbody>
|
3423
3423
|
<tr>
|
3424
3424
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
3425
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-String-Utility-Functions.html#g-ascii-strup">g_ascii_strup</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-String-Utility-Functions.html#g-strdelimit">g_strdelimit</a></span> <span class="gtkdoc opt">(</span>str<span class="gtkdoc opt">,</span> <span class="string">"abc"</span><span class="gtkdoc opt">,</span> <span class="string"
|
3425
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-String-Utility-Functions.html#g-ascii-strup">g_ascii_strup</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-String-Utility-Functions.html#g-strdelimit">g_strdelimit</a></span> <span class="gtkdoc opt">(</span>str<span class="gtkdoc opt">,</span> <span class="string">"abc"</span><span class="gtkdoc opt">,</span> <span class="string">'?'</span><span class="gtkdoc opt">))</span></pre></td>
|
3426
3426
|
</tr>
|
3427
3427
|
</tbody>
|
3428
3428
|
</table>
|
@@ -3558,7 +3558,7 @@ nesting such as</p>
|
|
3558
3558
|
<tbody>
|
3559
3559
|
<tr>
|
3560
3560
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
3561
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-String-Utility-Functions.html#g-ascii-strup">g_ascii_strup</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-String-Utility-Functions.html#g-strcanon">g_strcanon</a></span> <span class="gtkdoc opt">(</span>str<span class="gtkdoc opt">,</span> <span class="string">"abc"</span><span class="gtkdoc opt">,</span> <span class="string"
|
3561
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="glib-String-Utility-Functions.html#g-ascii-strup">g_ascii_strup</a></span> <span class="gtkdoc opt">(</span><span class="function"><a href="glib-String-Utility-Functions.html#g-strcanon">g_strcanon</a></span> <span class="gtkdoc opt">(</span>str<span class="gtkdoc opt">,</span> <span class="string">"abc"</span><span class="gtkdoc opt">,</span> <span class="string">'?'</span><span class="gtkdoc opt">))</span></pre></td>
|
3562
3562
|
</tr>
|
3563
3563
|
</tbody>
|
3564
3564
|
</table>
|