glib2 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +23 -0
- data/ext/glib2/rbgcompat.h +19 -5
- data/ext/glib2/rbglib.c +607 -160
- data/ext/glib2/rbglib.h +81 -26
- data/ext/glib2/rbglib2conversions.h +57 -0
- data/ext/glib2/rbglib_bookmarkfile.c +117 -107
- data/ext/glib2/rbglib_completion.c +37 -26
- data/ext/glib2/rbglib_convert.c +42 -30
- data/ext/glib2/rbglib_error.c +20 -10
- data/ext/glib2/rbglib_fileutils.c +48 -37
- data/ext/glib2/rbglib_i18n.c +24 -14
- data/ext/glib2/rbglib_int64.c +24 -16
- data/ext/glib2/rbglib_iochannel.c +146 -204
- data/ext/glib2/rbglib_iochannel_win32_socket.c +56 -0
- data/ext/glib2/rbglib_iochannelerror.c +49 -0
- data/ext/glib2/rbglib_keyfile.c +171 -182
- data/ext/glib2/rbglib_maincontext.c +107 -92
- data/ext/glib2/rbglib_mainloop.c +34 -21
- data/ext/glib2/rbglib_messages.c +53 -44
- data/ext/glib2/rbglib_pollfd.c +37 -26
- data/ext/glib2/rbglib_shell.c +29 -22
- data/ext/glib2/rbglib_shellerror.c +34 -0
- data/ext/glib2/rbglib_source.c +49 -36
- data/ext/glib2/rbglib_spawn.c +50 -61
- data/ext/glib2/rbglib_spawnerror.c +53 -0
- data/ext/glib2/rbglib_threads.c +28 -16
- data/ext/glib2/rbglib_timer.c +35 -24
- data/ext/glib2/rbglib_ucs4.c +79 -0
- data/ext/glib2/rbglib_unichar.c +209 -0
- data/ext/glib2/rbglib_unicode.c +34 -584
- data/ext/glib2/rbglib_utf16.c +78 -0
- data/ext/glib2/rbglib_utf8.c +259 -0
- data/ext/glib2/rbglib_utils.c +95 -91
- data/ext/glib2/rbglib_win32.c +52 -45
- data/ext/glib2/rbglibdeprecated.c +56 -0
- data/ext/glib2/rbglibdeprecated.h +34 -0
- data/ext/glib2/rbgobj_boxed.c +40 -33
- data/ext/glib2/rbgobj_closure.c +45 -34
- data/ext/glib2/rbgobj_convert.c +19 -9
- data/ext/glib2/rbgobj_enumflags.c +109 -0
- data/ext/glib2/rbgobj_enums.c +67 -646
- data/ext/glib2/rbgobj_flags.c +522 -0
- data/ext/glib2/rbgobj_fundamental.c +19 -6
- data/ext/glib2/rbgobj_object.c +90 -81
- data/ext/glib2/rbgobj_param.c +78 -83
- data/ext/glib2/rbgobj_paramspecs.c +20 -12
- data/ext/glib2/rbgobj_signal.c +248 -193
- data/ext/glib2/rbgobj_strv.c +20 -10
- data/ext/glib2/rbgobj_type.c +153 -149
- data/ext/glib2/rbgobj_typeinstance.c +49 -39
- data/ext/glib2/rbgobj_typeinterface.c +37 -27
- data/ext/glib2/rbgobj_typemodule.c +39 -29
- data/ext/glib2/rbgobj_typeplugin.c +36 -26
- data/ext/glib2/rbgobj_value.c +41 -11
- data/ext/glib2/rbgobj_valuearray.c +59 -23
- data/ext/glib2/rbgobj_valuetypes.c +27 -17
- data/ext/glib2/rbgobject.c +26 -40
- data/ext/glib2/rbgobject.h +38 -20
- data/ext/glib2/rbgprivate.h +87 -5
- data/ext/glib2/rbgutil.c +52 -238
- data/ext/glib2/rbgutil.h +55 -42
- data/ext/glib2/rbgutil_callback.c +47 -12
- data/ext/glib2/rbgutil_list.c +173 -0
- data/ext/glib2/rbgutil_list.h +85 -0
- data/ext/glib2/rbgutildeprecated.c +252 -0
- data/ext/glib2/rbgutildeprecated.h +63 -0
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/glib-mkenums.rb +2 -2
- data/lib/glib2.rb +2 -25
- data/lib/glib2/deprecatable.rb +149 -0
- data/lib/gnome2-raketask.rb +45 -15
- data/lib/gnome2-win32-binary-downloader.rb +1 -1
- data/lib/mkmf-gnome2.rb +37 -18
- data/test/test_flags.rb +129 -0
- data/test/test_key_file.rb +6 -2
- data/test/test_spawn.rb +33 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gio-querymodules.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 +2 -2
- data/vendor/local/bin/glib-mkenums +1 -1
- data/vendor/local/bin/gobject-query.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/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/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/etc/bash_completion.d/gdbus-bash-completion.sh +33 -0
- data/vendor/local/etc/bash_completion.d/gsettings-bash-completion.sh +67 -0
- data/vendor/local/include/gio-win32-2.0/gio/gwin32inputstream.h +79 -0
- data/vendor/local/include/gio-win32-2.0/gio/gwin32outputstream.h +78 -0
- data/vendor/local/include/glib-2.0/gio/gapplication.h +13 -7
- data/vendor/local/include/glib-2.0/gio/gioenums.h +16 -5
- data/vendor/local/include/glib-2.0/glib/gconvert.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gdir.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gfileutils.h +2 -0
- data/vendor/local/include/glib-2.0/glib/giochannel.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gspawn.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gutils.h +6 -2
- data/vendor/local/include/glib-2.0/glib/gvarianttype.h +10 -10
- data/vendor/local/include/glib-2.0/gobject/gtype.h +1 -1
- data/vendor/local/include/glib-2.0/gobject/gvalue.h +9 -1
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +1 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-2.0.lib +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/manifest/{glib-dev_2.28.1-1_win32.mft → glib-dev_2.28.8-1_win32.mft} +33 -20
- data/vendor/local/manifest/{glib_2.28.1-1_win32.mft → glib_2.28.8-1_win32.mft} +3 -3
- data/vendor/local/share/aclocal/gsettings.m4 +83 -0
- data/vendor/local/share/doc/{glib-2.28.1 → glib-2.28.8}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.28.1 → glib-dev-2.28.8}/COPYING +0 -0
- data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +115 -32
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +329 -312
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +95 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusError.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +21 -11
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +9 -7
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch28.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch28s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch28s03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch28s04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch28s05.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch28s06.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch28s07.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch29s04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch29s05.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch29s06.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +6 -5
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +8 -8
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +8 -8
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +7 -5
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/index.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +2 -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-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +4 -4
- 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-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +99 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +147 -49
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +123 -94
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +52 -47
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +4 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +5 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +5 -5
- 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 +83 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +287 -52
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +19 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +17 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +16 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +47 -47
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +49 -49
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +49 -49
- data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +35 -35
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +1 -0
- data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +8 -3
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +5 -3
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.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 +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/index.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
- data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.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/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.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/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ga/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/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.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/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.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/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/gdbus.1 +249 -0
- data/vendor/local/share/man/man1/gio-querymodules.1 +44 -0
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +86 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +80 -0
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +153 -0
- data/vendor/local/src/dieterv/packaging/glib_2.28.8-1_win32.log +2919 -0
- data/vendor/local/src/dieterv/packaging/glib_2.28.8-1_win32.sh +157 -0
- metadata +45 -13
- data/ChangeLog +0 -3513
- data/vendor/local/src/tml/packaging/glib_2.28.1-1_win32.log +0 -2775
- data/vendor/local/src/tml/packaging/glib_2.28.1-1_win32.sh +0 -62
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib.html" title="GLib Overview">
|
9
9
|
<link rel="prev" href="glib-regex-syntax.html" title="Regular expression syntax">
|
10
10
|
<link rel="next" href="glib-fundamentals.html" title="GLib Fundamentals">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -31,7 +31,7 @@ Getting help with GLib
|
|
31
31
|
<td valign="top" align="right"></td>
|
32
32
|
</tr></table></div>
|
33
33
|
<div class="refsect1">
|
34
|
-
<a name="
|
34
|
+
<a name="id601716"></a><h2>Filing a bug report or feature request</h2>
|
35
35
|
<p>
|
36
36
|
If you encounter a bug, misfeature, or missing feature in GLib, please
|
37
37
|
file a bug report on
|
@@ -53,7 +53,7 @@ the way to be sure the GLib developers won't forget about an issue.
|
|
53
53
|
</p>
|
54
54
|
</div>
|
55
55
|
<div class="refsect1">
|
56
|
-
<a name="
|
56
|
+
<a name="id599172"></a><h2>Submitting Patches</h2>
|
57
57
|
<p>
|
58
58
|
If you develop a bugfix or enhancement for GLib, please file that in
|
59
59
|
Bugzilla as well. Bugzilla allows you to attach files; please attach a
|
@@ -70,7 +70,7 @@ list and not in Bugzilla, it's likely to slip through the cracks.
|
|
70
70
|
</p>
|
71
71
|
</div>
|
72
72
|
<div class="refsect1">
|
73
|
-
<a name="
|
73
|
+
<a name="id636052"></a><h2>Mailing lists</h2>
|
74
74
|
<p>
|
75
75
|
There are several mailing lists dedicated to GTK+ and related
|
76
76
|
libraries. Discussion of GLib generally takes place on these lists.
|
@@ -116,6 +116,6 @@ documentation system (used to document GTK+ and Glib), and for work on the GTK+
|
|
116
116
|
</div>
|
117
117
|
<div class="footer">
|
118
118
|
<hr>
|
119
|
-
Generated by GTK-Doc V1.
|
119
|
+
Generated by GTK-Doc V1.17</div>
|
120
120
|
</body>
|
121
121
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib.html" title="GLib Overview">
|
9
9
|
<link rel="prev" href="glib-compiling.html" title="Compiling GLib Applications">
|
10
10
|
<link rel="next" href="glib-changes.html" title="Changes to GLib">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -31,9 +31,9 @@ How to run and debug your GLib application
|
|
31
31
|
<td valign="top" align="right"></td>
|
32
32
|
</tr></table></div>
|
33
33
|
<div class="refsect1">
|
34
|
-
<a name="
|
34
|
+
<a name="id618406"></a><h2>Running and debugging GLib Applications</h2>
|
35
35
|
<div class="refsect2">
|
36
|
-
<a name="
|
36
|
+
<a name="id612042"></a><h3>Environment variables</h3>
|
37
37
|
<p>
|
38
38
|
GLib inspects a few of environment variables in addition to standard
|
39
39
|
variables like <code class="envar">LANG</code>, <code class="envar">PATH</code> or <code class="envar">HOME</code>.
|
@@ -215,7 +215,7 @@ returned by functions like <code class="function">strftime()</code>.
|
|
215
215
|
</div>
|
216
216
|
<hr>
|
217
217
|
<div class="refsect2">
|
218
|
-
<a name="
|
218
|
+
<a name="id599302"></a><h3>Traps and traces</h3>
|
219
219
|
<p>
|
220
220
|
|
221
221
|
|
@@ -256,7 +256,7 @@ is 20.
|
|
256
256
|
</div>
|
257
257
|
<hr>
|
258
258
|
<div class="refsect2">
|
259
|
-
<a name="
|
259
|
+
<a name="id592310"></a><h3>Gdb debugging macros</h3>
|
260
260
|
<p>
|
261
261
|
glib ships with a set of python macros for the gdb debugger. These includes pretty
|
262
262
|
printers for lists, hashtables and gobject types. It also has a backtrace filter
|
@@ -287,7 +287,7 @@ Which would print the contents of each widget in a list of widgets.
|
|
287
287
|
</div>
|
288
288
|
<hr>
|
289
289
|
<div class="refsect2">
|
290
|
-
<a name="
|
290
|
+
<a name="id592345"></a><h3>SystemTap</h3>
|
291
291
|
<p>
|
292
292
|
<a class="ulink" href="http://sourceware.org/systemtap/" target="_top">SystemTap</a> is a dynamic whole-system
|
293
293
|
analysis toolkit. GLib ships with a file <code class="filename">glib.stp</code> which defines a
|
@@ -298,7 +298,7 @@ are in your shared SystemTap scripts directory.
|
|
298
298
|
</div>
|
299
299
|
<hr>
|
300
300
|
<div class="refsect2">
|
301
|
-
<a name="
|
301
|
+
<a name="id592381"></a><h3>Memory statistics</h3>
|
302
302
|
<p>
|
303
303
|
g_mem_profile() will output a summary g_malloc() memory usage, if memory
|
304
304
|
profiling has been enabled by calling
|
@@ -314,6 +314,6 @@ output details about the memory usage of the slice allocator.
|
|
314
314
|
</div>
|
315
315
|
<div class="footer">
|
316
316
|
<hr>
|
317
|
-
Generated by GTK-Doc V1.
|
317
|
+
Generated by GTK-Doc V1.17</div>
|
318
318
|
</body>
|
319
319
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GLib Reference Manual">
|
9
9
|
<link rel="prev" href="glib-Message-Logging.html" title="Message Logging">
|
10
10
|
<link rel="next" href="glib-String-Utility-Functions.html" title="String Utility Functions">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -113,6 +113,6 @@
|
|
113
113
|
</div>
|
114
114
|
<div class="footer">
|
115
115
|
<hr>
|
116
|
-
Generated by GTK-Doc V1.
|
116
|
+
Generated by GTK-Doc V1.17</div>
|
117
117
|
</body>
|
118
118
|
</html>
|
@@ -115,26 +115,26 @@
|
|
115
115
|
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
116
116
|
</chapters>
|
117
117
|
<functions>
|
118
|
-
<function name="Environment variables" link="glib-running.html#
|
118
|
+
<function name="Environment variables" link="glib-running.html#id612042"/>
|
119
119
|
<function name="Locale" link="glib-running.html#setlocale"/>
|
120
|
-
<function name="Traps and traces" link="glib-running.html#
|
121
|
-
<function name="Gdb debugging macros" link="glib-running.html#
|
122
|
-
<function name="SystemTap" link="glib-running.html#
|
123
|
-
<function name="Memory statistics" link="glib-running.html#
|
124
|
-
<function name="Non-printing characters" link="glib-regex-syntax.html#
|
125
|
-
<function name="Absolute and relative back references" link="glib-regex-syntax.html#
|
126
|
-
<function name="Generic character types" link="glib-regex-syntax.html#
|
127
|
-
<function name="Newline sequences" link="glib-regex-syntax.html#
|
128
|
-
<function name="Unicode character properties" link="glib-regex-syntax.html#
|
129
|
-
<function name="Simple assertions" link="glib-regex-syntax.html#
|
130
|
-
<function name="Lookahead assertions" link="glib-regex-syntax.html#
|
131
|
-
<function name="Lookbehind assertions" link="glib-regex-syntax.html#
|
132
|
-
<function name="Using multiple assertions" link="glib-regex-syntax.html#
|
133
|
-
<function name="Checking for a used subpattern by number" link="glib-regex-syntax.html#
|
134
|
-
<function name="Checking for a used subpattern by name" link="glib-regex-syntax.html#
|
135
|
-
<function name="Checking for pattern recursion" link="glib-regex-syntax.html#
|
136
|
-
<function name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#
|
137
|
-
<function name="Assertion conditions" link="glib-regex-syntax.html#
|
120
|
+
<function name="Traps and traces" link="glib-running.html#id599302"/>
|
121
|
+
<function name="Gdb debugging macros" link="glib-running.html#id592310"/>
|
122
|
+
<function name="SystemTap" link="glib-running.html#id592345"/>
|
123
|
+
<function name="Memory statistics" link="glib-running.html#id592381"/>
|
124
|
+
<function name="Non-printing characters" link="glib-regex-syntax.html#id602922"/>
|
125
|
+
<function name="Absolute and relative back references" link="glib-regex-syntax.html#id636296"/>
|
126
|
+
<function name="Generic character types" link="glib-regex-syntax.html#id636309"/>
|
127
|
+
<function name="Newline sequences" link="glib-regex-syntax.html#id636459"/>
|
128
|
+
<function name="Unicode character properties" link="glib-regex-syntax.html#id636474"/>
|
129
|
+
<function name="Simple assertions" link="glib-regex-syntax.html#id636771"/>
|
130
|
+
<function name="Lookahead assertions" link="glib-regex-syntax.html#id640901"/>
|
131
|
+
<function name="Lookbehind assertions" link="glib-regex-syntax.html#id640951"/>
|
132
|
+
<function name="Using multiple assertions" link="glib-regex-syntax.html#id641066"/>
|
133
|
+
<function name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id641158"/>
|
134
|
+
<function name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id641194"/>
|
135
|
+
<function name="Checking for pattern recursion" link="glib-regex-syntax.html#id641220"/>
|
136
|
+
<function name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id641248"/>
|
137
|
+
<function name="Assertion conditions" link="glib-regex-syntax.html#id641281"/>
|
138
138
|
<function name="glib_major_version" link="glib-Version-Information.html#glib-major-version"/>
|
139
139
|
<function name="glib_minor_version" link="glib-Version-Information.html#glib-minor-version"/>
|
140
140
|
<function name="glib_micro_version" link="glib-Version-Information.html#glib-micro-version"/>
|
@@ -368,8 +368,8 @@
|
|
368
368
|
<function name="g_atomic_pointer_compare_and_exchange ()" link="glib-Atomic-Operations.html#g-atomic-pointer-compare-and-exchange"/>
|
369
369
|
<function name="g_atomic_int_inc ()" link="glib-Atomic-Operations.html#g-atomic-int-inc"/>
|
370
370
|
<function name="g_atomic_int_dec_and_test ()" link="glib-Atomic-Operations.html#g-atomic-int-dec-and-test"/>
|
371
|
-
<function name="Creating new source types" link="glib-The-Main-Event-Loop.html#
|
372
|
-
<function name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#
|
371
|
+
<function name="Creating new source types" link="glib-The-Main-Event-Loop.html#id676945"/>
|
372
|
+
<function name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id677014"/>
|
373
373
|
<function name="GMainLoop" link="glib-The-Main-Event-Loop.html#GMainLoop"/>
|
374
374
|
<function name="g_main_loop_new ()" link="glib-The-Main-Event-Loop.html#g-main-loop-new"/>
|
375
375
|
<function name="g_main_loop_ref ()" link="glib-The-Main-Event-Loop.html#g-main-loop-ref"/>
|
@@ -819,8 +819,8 @@
|
|
819
819
|
<function name="g_iconv ()" link="glib-Character-Set-Conversion.html#g-iconv"/>
|
820
820
|
<function name="g_iconv_close ()" link="glib-Character-Set-Conversion.html#g-iconv-close"/>
|
821
821
|
<function name="g_locale_to_utf8 ()" link="glib-Character-Set-Conversion.html#g-locale-to-utf8"/>
|
822
|
-
<function name="g_filename_to_utf8" link="glib-Character-Set-Conversion.html#g-filename-to-utf8"/>
|
823
|
-
<function name="g_filename_from_utf8" link="glib-Character-Set-Conversion.html#g-filename-from-utf8"/>
|
822
|
+
<function name="g_filename_to_utf8 ()" link="glib-Character-Set-Conversion.html#g-filename-to-utf8"/>
|
823
|
+
<function name="g_filename_from_utf8 ()" link="glib-Character-Set-Conversion.html#g-filename-from-utf8"/>
|
824
824
|
<function name="g_get_filename_charsets ()" link="glib-Character-Set-Conversion.html#g-get-filename-charsets"/>
|
825
825
|
<function name="g_filename_display_name ()" link="glib-Character-Set-Conversion.html#g-filename-display-name"/>
|
826
826
|
<function name="g_filename_display_basename ()" link="glib-Character-Set-Conversion.html#g-filename-display-basename"/>
|
@@ -1121,12 +1121,12 @@
|
|
1121
1121
|
<function name="g_get_prgname ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-prgname"/>
|
1122
1122
|
<function name="g_set_prgname ()" link="glib-Miscellaneous-Utility-Functions.html#g-set-prgname"/>
|
1123
1123
|
<function name="g_get_environ ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-environ"/>
|
1124
|
-
<function name="g_getenv" link="glib-Miscellaneous-Utility-Functions.html#g-getenv"/>
|
1125
|
-
<function name="g_setenv" link="glib-Miscellaneous-Utility-Functions.html#g-setenv"/>
|
1126
|
-
<function name="g_unsetenv" link="glib-Miscellaneous-Utility-Functions.html#g-unsetenv"/>
|
1124
|
+
<function name="g_getenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-getenv"/>
|
1125
|
+
<function name="g_setenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-setenv"/>
|
1126
|
+
<function name="g_unsetenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-unsetenv"/>
|
1127
1127
|
<function name="g_listenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-listenv"/>
|
1128
|
-
<function name="g_get_user_name" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-name"/>
|
1129
|
-
<function name="g_get_real_name" link="glib-Miscellaneous-Utility-Functions.html#g-get-real-name"/>
|
1128
|
+
<function name="g_get_user_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-name"/>
|
1129
|
+
<function name="g_get_real_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-real-name"/>
|
1130
1130
|
<function name="g_get_user_cache_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-cache-dir"/>
|
1131
1131
|
<function name="g_get_user_data_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-data-dir"/>
|
1132
1132
|
<function name="g_get_user_config_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-config-dir"/>
|
@@ -1137,9 +1137,9 @@
|
|
1137
1137
|
<function name="g_get_system_config_dirs ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-system-config-dirs"/>
|
1138
1138
|
<function name="g_reload_user_special_dirs_cache ()" link="glib-Miscellaneous-Utility-Functions.html#g-reload-user-special-dirs-cache"/>
|
1139
1139
|
<function name="g_get_host_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-host-name"/>
|
1140
|
-
<function name="g_get_home_dir" link="glib-Miscellaneous-Utility-Functions.html#g-get-home-dir"/>
|
1141
|
-
<function name="g_get_tmp_dir" link="glib-Miscellaneous-Utility-Functions.html#g-get-tmp-dir"/>
|
1142
|
-
<function name="g_get_current_dir" link="glib-Miscellaneous-Utility-Functions.html#g-get-current-dir"/>
|
1140
|
+
<function name="g_get_home_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-home-dir"/>
|
1141
|
+
<function name="g_get_tmp_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-tmp-dir"/>
|
1142
|
+
<function name="g_get_current_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-current-dir"/>
|
1143
1143
|
<function name="g_basename ()" link="glib-Miscellaneous-Utility-Functions.html#g-basename"/>
|
1144
1144
|
<function name="g_dirname" link="glib-Miscellaneous-Utility-Functions.html#g-dirname"/>
|
1145
1145
|
<function name="g_path_is_absolute ()" link="glib-Miscellaneous-Utility-Functions.html#g-path-is-absolute"/>
|
@@ -1151,7 +1151,7 @@
|
|
1151
1151
|
<function name="g_build_path ()" link="glib-Miscellaneous-Utility-Functions.html#g-build-path"/>
|
1152
1152
|
<function name="g_build_pathv ()" link="glib-Miscellaneous-Utility-Functions.html#g-build-pathv"/>
|
1153
1153
|
<function name="g_format_size_for_display ()" link="glib-Miscellaneous-Utility-Functions.html#g-format-size-for-display"/>
|
1154
|
-
<function name="g_find_program_in_path" link="glib-Miscellaneous-Utility-Functions.html#g-find-program-in-path"/>
|
1154
|
+
<function name="g_find_program_in_path ()" link="glib-Miscellaneous-Utility-Functions.html#g-find-program-in-path"/>
|
1155
1155
|
<function name="g_bit_nth_lsf ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-nth-lsf"/>
|
1156
1156
|
<function name="g_bit_nth_msf ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-nth-msf"/>
|
1157
1157
|
<function name="g_bit_storage ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-storage"/>
|
@@ -1223,27 +1223,27 @@
|
|
1223
1223
|
<function name="G_SPAWN_ERROR" link="glib-Spawning-Processes.html#G-SPAWN-ERROR:CAPS"/>
|
1224
1224
|
<function name="enum GSpawnFlags" link="glib-Spawning-Processes.html#GSpawnFlags"/>
|
1225
1225
|
<function name="GSpawnChildSetupFunc ()" link="glib-Spawning-Processes.html#GSpawnChildSetupFunc"/>
|
1226
|
-
<function name="g_spawn_async_with_pipes" link="glib-Spawning-Processes.html#g-spawn-async-with-pipes"/>
|
1227
|
-
<function name="g_spawn_async" link="glib-Spawning-Processes.html#g-spawn-async"/>
|
1228
|
-
<function name="g_spawn_sync" link="glib-Spawning-Processes.html#g-spawn-sync"/>
|
1229
|
-
<function name="g_spawn_command_line_async" link="glib-Spawning-Processes.html#g-spawn-command-line-async"/>
|
1230
|
-
<function name="g_spawn_command_line_sync" link="glib-Spawning-Processes.html#g-spawn-command-line-sync"/>
|
1226
|
+
<function name="g_spawn_async_with_pipes ()" link="glib-Spawning-Processes.html#g-spawn-async-with-pipes"/>
|
1227
|
+
<function name="g_spawn_async ()" link="glib-Spawning-Processes.html#g-spawn-async"/>
|
1228
|
+
<function name="g_spawn_sync ()" link="glib-Spawning-Processes.html#g-spawn-sync"/>
|
1229
|
+
<function name="g_spawn_command_line_async ()" link="glib-Spawning-Processes.html#g-spawn-command-line-async"/>
|
1230
|
+
<function name="g_spawn_command_line_sync ()" link="glib-Spawning-Processes.html#g-spawn-command-line-sync"/>
|
1231
1231
|
<function name="g_spawn_close_pid ()" link="glib-Spawning-Processes.html#g-spawn-close-pid"/>
|
1232
1232
|
<function name="enum GFileError" link="glib-File-Utilities.html#GFileError"/>
|
1233
1233
|
<function name="G_FILE_ERROR" link="glib-File-Utilities.html#G-FILE-ERROR:CAPS"/>
|
1234
1234
|
<function name="enum GFileTest" link="glib-File-Utilities.html#GFileTest"/>
|
1235
1235
|
<function name="g_file_error_from_errno ()" link="glib-File-Utilities.html#g-file-error-from-errno"/>
|
1236
|
-
<function name="g_file_get_contents" link="glib-File-Utilities.html#g-file-get-contents"/>
|
1236
|
+
<function name="g_file_get_contents ()" link="glib-File-Utilities.html#g-file-get-contents"/>
|
1237
1237
|
<function name="g_file_set_contents ()" link="glib-File-Utilities.html#g-file-set-contents"/>
|
1238
|
-
<function name="g_file_test" link="glib-File-Utilities.html#g-file-test"/>
|
1239
|
-
<function name="g_mkstemp" link="glib-File-Utilities.html#g-mkstemp"/>
|
1238
|
+
<function name="g_file_test ()" link="glib-File-Utilities.html#g-file-test"/>
|
1239
|
+
<function name="g_mkstemp ()" link="glib-File-Utilities.html#g-mkstemp"/>
|
1240
1240
|
<function name="g_mkstemp_full ()" link="glib-File-Utilities.html#g-mkstemp-full"/>
|
1241
|
-
<function name="g_file_open_tmp" link="glib-File-Utilities.html#g-file-open-tmp"/>
|
1241
|
+
<function name="g_file_open_tmp ()" link="glib-File-Utilities.html#g-file-open-tmp"/>
|
1242
1242
|
<function name="g_file_read_link ()" link="glib-File-Utilities.html#g-file-read-link"/>
|
1243
1243
|
<function name="g_mkdir_with_parents ()" link="glib-File-Utilities.html#g-mkdir-with-parents"/>
|
1244
1244
|
<function name="GDir" link="glib-File-Utilities.html#GDir"/>
|
1245
|
-
<function name="g_dir_open" link="glib-File-Utilities.html#g-dir-open"/>
|
1246
|
-
<function name="g_dir_read_name" link="glib-File-Utilities.html#g-dir-read-name"/>
|
1245
|
+
<function name="g_dir_open ()" link="glib-File-Utilities.html#g-dir-open"/>
|
1246
|
+
<function name="g_dir_read_name ()" link="glib-File-Utilities.html#g-dir-read-name"/>
|
1247
1247
|
<function name="g_dir_rewind ()" link="glib-File-Utilities.html#g-dir-rewind"/>
|
1248
1248
|
<function name="g_dir_close ()" link="glib-File-Utilities.html#g-dir-close"/>
|
1249
1249
|
<function name="GMappedFile" link="glib-File-Utilities.html#GMappedFile"/>
|
@@ -1279,8 +1279,8 @@
|
|
1279
1279
|
<function name="g_uri_unescape_string ()" link="glib-URI-Functions.html#g-uri-unescape-string"/>
|
1280
1280
|
<function name="g_uri_unescape_segment ()" link="glib-URI-Functions.html#g-uri-unescape-segment"/>
|
1281
1281
|
<function name="g_uri_list_extract_uris ()" link="glib-URI-Functions.html#g-uri-list-extract-uris"/>
|
1282
|
-
<function name="g_filename_from_uri" link="glib-URI-Functions.html#g-filename-from-uri"/>
|
1283
|
-
<function name="g_filename_to_uri" link="glib-URI-Functions.html#g-filename-to-uri"/>
|
1282
|
+
<function name="g_filename_from_uri ()" link="glib-URI-Functions.html#g-filename-from-uri"/>
|
1283
|
+
<function name="g_filename_to_uri ()" link="glib-URI-Functions.html#g-filename-to-uri"/>
|
1284
1284
|
<function name="g_hostname_to_ascii ()" link="glib-Hostname-Utilities.html#g-hostname-to-ascii"/>
|
1285
1285
|
<function name="g_hostname_to_unicode ()" link="glib-Hostname-Utilities.html#g-hostname-to-unicode"/>
|
1286
1286
|
<function name="g_hostname_is_non_ascii ()" link="glib-Hostname-Utilities.html#g-hostname-is-non-ascii"/>
|
@@ -2087,7 +2087,7 @@
|
|
2087
2087
|
<function name="g_variant_type_next ()" link="glib-GVariantType.html#g-variant-type-next"/>
|
2088
2088
|
<function name="g_variant_type_key ()" link="glib-GVariantType.html#g-variant-type-key"/>
|
2089
2089
|
<function name="g_variant_type_value ()" link="glib-GVariantType.html#g-variant-type-value"/>
|
2090
|
-
<function name="Memory Use" link="glib-GVariant.html#
|
2090
|
+
<function name="Memory Use" link="glib-GVariant.html#id1029682"/>
|
2091
2091
|
<function name="GVariant" link="glib-GVariant.html#GVariant"/>
|
2092
2092
|
<function name="g_variant_unref ()" link="glib-GVariant.html#g-variant-unref"/>
|
2093
2093
|
<function name="g_variant_ref ()" link="glib-GVariant.html#g-variant-ref"/>
|
@@ -2211,8 +2211,8 @@
|
|
2211
2211
|
<function name="Type Annotations" link="gvariant-text.html#gvariant-text-type-annotations"/>
|
2212
2212
|
<function name="Bytestrings" link="gvariant-text.html#gvariant-text-bytestrings"/>
|
2213
2213
|
<function name="Positional Parameters" link="gvariant-text.html#gvariant-text-positional"/>
|
2214
|
-
<function name="Options" link="glib-gettextize.html#
|
2215
|
-
<function name="Options" link="gtester.html#
|
2216
|
-
<function name="Options" link="gtester-report.html#
|
2214
|
+
<function name="Options" link="glib-gettextize.html#id614192"/>
|
2215
|
+
<function name="Options" link="gtester.html#id631067"/>
|
2216
|
+
<function name="Options" link="gtester-report.html#id604079"/>
|
2217
2217
|
</functions>
|
2218
2218
|
</book>
|
@@ -115,26 +115,26 @@
|
|
115
115
|
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
116
116
|
</chapters>
|
117
117
|
<functions>
|
118
|
-
<keyword type="" name="Environment variables" link="glib-running.html#
|
118
|
+
<keyword type="" name="Environment variables" link="glib-running.html#id612042"/>
|
119
119
|
<keyword type="" name="Locale" link="glib-running.html#setlocale"/>
|
120
|
-
<keyword type="" name="Traps and traces" link="glib-running.html#
|
121
|
-
<keyword type="" name="Gdb debugging macros" link="glib-running.html#
|
122
|
-
<keyword type="" name="SystemTap" link="glib-running.html#
|
123
|
-
<keyword type="" name="Memory statistics" link="glib-running.html#
|
124
|
-
<keyword type="" name="Non-printing characters" link="glib-regex-syntax.html#
|
125
|
-
<keyword type="" name="Absolute and relative back references" link="glib-regex-syntax.html#
|
126
|
-
<keyword type="" name="Generic character types" link="glib-regex-syntax.html#
|
127
|
-
<keyword type="" name="Newline sequences" link="glib-regex-syntax.html#
|
128
|
-
<keyword type="" name="Unicode character properties" link="glib-regex-syntax.html#
|
129
|
-
<keyword type="" name="Simple assertions" link="glib-regex-syntax.html#
|
130
|
-
<keyword type="" name="Lookahead assertions" link="glib-regex-syntax.html#
|
131
|
-
<keyword type="" name="Lookbehind assertions" link="glib-regex-syntax.html#
|
132
|
-
<keyword type="" name="Using multiple assertions" link="glib-regex-syntax.html#
|
133
|
-
<keyword type="" name="Checking for a used subpattern by number" link="glib-regex-syntax.html#
|
134
|
-
<keyword type="" name="Checking for a used subpattern by name" link="glib-regex-syntax.html#
|
135
|
-
<keyword type="" name="Checking for pattern recursion" link="glib-regex-syntax.html#
|
136
|
-
<keyword type="" name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#
|
137
|
-
<keyword type="" name="Assertion conditions" link="glib-regex-syntax.html#
|
120
|
+
<keyword type="" name="Traps and traces" link="glib-running.html#id599302"/>
|
121
|
+
<keyword type="" name="Gdb debugging macros" link="glib-running.html#id592310"/>
|
122
|
+
<keyword type="" name="SystemTap" link="glib-running.html#id592345"/>
|
123
|
+
<keyword type="" name="Memory statistics" link="glib-running.html#id592381"/>
|
124
|
+
<keyword type="" name="Non-printing characters" link="glib-regex-syntax.html#id602922"/>
|
125
|
+
<keyword type="" name="Absolute and relative back references" link="glib-regex-syntax.html#id636296"/>
|
126
|
+
<keyword type="" name="Generic character types" link="glib-regex-syntax.html#id636309"/>
|
127
|
+
<keyword type="" name="Newline sequences" link="glib-regex-syntax.html#id636459"/>
|
128
|
+
<keyword type="" name="Unicode character properties" link="glib-regex-syntax.html#id636474"/>
|
129
|
+
<keyword type="" name="Simple assertions" link="glib-regex-syntax.html#id636771"/>
|
130
|
+
<keyword type="" name="Lookahead assertions" link="glib-regex-syntax.html#id640901"/>
|
131
|
+
<keyword type="" name="Lookbehind assertions" link="glib-regex-syntax.html#id640951"/>
|
132
|
+
<keyword type="" name="Using multiple assertions" link="glib-regex-syntax.html#id641066"/>
|
133
|
+
<keyword type="" name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id641158"/>
|
134
|
+
<keyword type="" name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id641194"/>
|
135
|
+
<keyword type="" name="Checking for pattern recursion" link="glib-regex-syntax.html#id641220"/>
|
136
|
+
<keyword type="" name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id641248"/>
|
137
|
+
<keyword type="" name="Assertion conditions" link="glib-regex-syntax.html#id641281"/>
|
138
138
|
<keyword type="variable" name="glib_major_version" link="glib-Version-Information.html#glib-major-version"/>
|
139
139
|
<keyword type="variable" name="glib_minor_version" link="glib-Version-Information.html#glib-minor-version"/>
|
140
140
|
<keyword type="variable" name="glib_micro_version" link="glib-Version-Information.html#glib-micro-version"/>
|
@@ -368,8 +368,8 @@
|
|
368
368
|
<keyword type="function" name="g_atomic_pointer_compare_and_exchange ()" link="glib-Atomic-Operations.html#g-atomic-pointer-compare-and-exchange" since="2.4"/>
|
369
369
|
<keyword type="function" name="g_atomic_int_inc ()" link="glib-Atomic-Operations.html#g-atomic-int-inc" since="2.4"/>
|
370
370
|
<keyword type="function" name="g_atomic_int_dec_and_test ()" link="glib-Atomic-Operations.html#g-atomic-int-dec-and-test" since="2.4"/>
|
371
|
-
<keyword type="" name="Creating new source types" link="glib-The-Main-Event-Loop.html#
|
372
|
-
<keyword type="" name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#
|
371
|
+
<keyword type="" name="Creating new source types" link="glib-The-Main-Event-Loop.html#id676945"/>
|
372
|
+
<keyword type="" name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id677014"/>
|
373
373
|
<keyword type="struct" name="GMainLoop" link="glib-The-Main-Event-Loop.html#GMainLoop"/>
|
374
374
|
<keyword type="function" name="g_main_loop_new ()" link="glib-The-Main-Event-Loop.html#g-main-loop-new"/>
|
375
375
|
<keyword type="function" name="g_main_loop_ref ()" link="glib-The-Main-Event-Loop.html#g-main-loop-ref"/>
|
@@ -819,8 +819,8 @@
|
|
819
819
|
<keyword type="function" name="g_iconv ()" link="glib-Character-Set-Conversion.html#g-iconv"/>
|
820
820
|
<keyword type="function" name="g_iconv_close ()" link="glib-Character-Set-Conversion.html#g-iconv-close"/>
|
821
821
|
<keyword type="function" name="g_locale_to_utf8 ()" link="glib-Character-Set-Conversion.html#g-locale-to-utf8"/>
|
822
|
-
<keyword type="
|
823
|
-
<keyword type="
|
822
|
+
<keyword type="function" name="g_filename_to_utf8 ()" link="glib-Character-Set-Conversion.html#g-filename-to-utf8"/>
|
823
|
+
<keyword type="function" name="g_filename_from_utf8 ()" link="glib-Character-Set-Conversion.html#g-filename-from-utf8"/>
|
824
824
|
<keyword type="function" name="g_get_filename_charsets ()" link="glib-Character-Set-Conversion.html#g-get-filename-charsets" since="2.6"/>
|
825
825
|
<keyword type="function" name="g_filename_display_name ()" link="glib-Character-Set-Conversion.html#g-filename-display-name" since="2.6"/>
|
826
826
|
<keyword type="function" name="g_filename_display_basename ()" link="glib-Character-Set-Conversion.html#g-filename-display-basename" since="2.6"/>
|
@@ -1121,12 +1121,12 @@
|
|
1121
1121
|
<keyword type="function" name="g_get_prgname ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-prgname"/>
|
1122
1122
|
<keyword type="function" name="g_set_prgname ()" link="glib-Miscellaneous-Utility-Functions.html#g-set-prgname"/>
|
1123
1123
|
<keyword type="function" name="g_get_environ ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-environ" since="2.28"/>
|
1124
|
-
<keyword type="
|
1125
|
-
<keyword type="
|
1126
|
-
<keyword type="
|
1124
|
+
<keyword type="function" name="g_getenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-getenv"/>
|
1125
|
+
<keyword type="function" name="g_setenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-setenv" since="2.4"/>
|
1126
|
+
<keyword type="function" name="g_unsetenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-unsetenv" since="2.4"/>
|
1127
1127
|
<keyword type="function" name="g_listenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-listenv" since="2.8"/>
|
1128
|
-
<keyword type="
|
1129
|
-
<keyword type="
|
1128
|
+
<keyword type="function" name="g_get_user_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-name"/>
|
1129
|
+
<keyword type="function" name="g_get_real_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-real-name"/>
|
1130
1130
|
<keyword type="function" name="g_get_user_cache_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-cache-dir" since="2.6"/>
|
1131
1131
|
<keyword type="function" name="g_get_user_data_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-data-dir" since="2.6"/>
|
1132
1132
|
<keyword type="function" name="g_get_user_config_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-config-dir" since="2.6"/>
|
@@ -1137,9 +1137,9 @@
|
|
1137
1137
|
<keyword type="function" name="g_get_system_config_dirs ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-system-config-dirs" since="2.6"/>
|
1138
1138
|
<keyword type="function" name="g_reload_user_special_dirs_cache ()" link="glib-Miscellaneous-Utility-Functions.html#g-reload-user-special-dirs-cache" since="2.22"/>
|
1139
1139
|
<keyword type="function" name="g_get_host_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-host-name" since="2.8"/>
|
1140
|
-
<keyword type="
|
1141
|
-
<keyword type="
|
1142
|
-
<keyword type="
|
1140
|
+
<keyword type="function" name="g_get_home_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-home-dir"/>
|
1141
|
+
<keyword type="function" name="g_get_tmp_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-tmp-dir"/>
|
1142
|
+
<keyword type="function" name="g_get_current_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-current-dir"/>
|
1143
1143
|
<keyword type="function" name="g_basename ()" link="glib-Miscellaneous-Utility-Functions.html#g-basename" deprecated=""/>
|
1144
1144
|
<keyword type="macro" name="g_dirname" link="glib-Miscellaneous-Utility-Functions.html#g-dirname" deprecated=""/>
|
1145
1145
|
<keyword type="function" name="g_path_is_absolute ()" link="glib-Miscellaneous-Utility-Functions.html#g-path-is-absolute"/>
|
@@ -1151,7 +1151,7 @@
|
|
1151
1151
|
<keyword type="function" name="g_build_path ()" link="glib-Miscellaneous-Utility-Functions.html#g-build-path"/>
|
1152
1152
|
<keyword type="function" name="g_build_pathv ()" link="glib-Miscellaneous-Utility-Functions.html#g-build-pathv" since="2.8"/>
|
1153
1153
|
<keyword type="function" name="g_format_size_for_display ()" link="glib-Miscellaneous-Utility-Functions.html#g-format-size-for-display" since="2.16"/>
|
1154
|
-
<keyword type="
|
1154
|
+
<keyword type="function" name="g_find_program_in_path ()" link="glib-Miscellaneous-Utility-Functions.html#g-find-program-in-path"/>
|
1155
1155
|
<keyword type="function" name="g_bit_nth_lsf ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-nth-lsf"/>
|
1156
1156
|
<keyword type="function" name="g_bit_nth_msf ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-nth-msf"/>
|
1157
1157
|
<keyword type="function" name="g_bit_storage ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-storage"/>
|
@@ -1223,27 +1223,27 @@
|
|
1223
1223
|
<keyword type="macro" name="G_SPAWN_ERROR" link="glib-Spawning-Processes.html#G-SPAWN-ERROR:CAPS"/>
|
1224
1224
|
<keyword type="enum" name="enum GSpawnFlags" link="glib-Spawning-Processes.html#GSpawnFlags"/>
|
1225
1225
|
<keyword type="function" name="GSpawnChildSetupFunc ()" link="glib-Spawning-Processes.html#GSpawnChildSetupFunc"/>
|
1226
|
-
<keyword type="
|
1227
|
-
<keyword type="
|
1228
|
-
<keyword type="
|
1229
|
-
<keyword type="
|
1230
|
-
<keyword type="
|
1226
|
+
<keyword type="function" name="g_spawn_async_with_pipes ()" link="glib-Spawning-Processes.html#g-spawn-async-with-pipes"/>
|
1227
|
+
<keyword type="function" name="g_spawn_async ()" link="glib-Spawning-Processes.html#g-spawn-async"/>
|
1228
|
+
<keyword type="function" name="g_spawn_sync ()" link="glib-Spawning-Processes.html#g-spawn-sync"/>
|
1229
|
+
<keyword type="function" name="g_spawn_command_line_async ()" link="glib-Spawning-Processes.html#g-spawn-command-line-async"/>
|
1230
|
+
<keyword type="function" name="g_spawn_command_line_sync ()" link="glib-Spawning-Processes.html#g-spawn-command-line-sync"/>
|
1231
1231
|
<keyword type="function" name="g_spawn_close_pid ()" link="glib-Spawning-Processes.html#g-spawn-close-pid"/>
|
1232
1232
|
<keyword type="enum" name="enum GFileError" link="glib-File-Utilities.html#GFileError"/>
|
1233
1233
|
<keyword type="macro" name="G_FILE_ERROR" link="glib-File-Utilities.html#G-FILE-ERROR:CAPS"/>
|
1234
1234
|
<keyword type="enum" name="enum GFileTest" link="glib-File-Utilities.html#GFileTest"/>
|
1235
1235
|
<keyword type="function" name="g_file_error_from_errno ()" link="glib-File-Utilities.html#g-file-error-from-errno"/>
|
1236
|
-
<keyword type="
|
1236
|
+
<keyword type="function" name="g_file_get_contents ()" link="glib-File-Utilities.html#g-file-get-contents"/>
|
1237
1237
|
<keyword type="function" name="g_file_set_contents ()" link="glib-File-Utilities.html#g-file-set-contents" since="2.8"/>
|
1238
|
-
<keyword type="
|
1239
|
-
<keyword type="
|
1238
|
+
<keyword type="function" name="g_file_test ()" link="glib-File-Utilities.html#g-file-test"/>
|
1239
|
+
<keyword type="function" name="g_mkstemp ()" link="glib-File-Utilities.html#g-mkstemp"/>
|
1240
1240
|
<keyword type="function" name="g_mkstemp_full ()" link="glib-File-Utilities.html#g-mkstemp-full" since="2.22"/>
|
1241
|
-
<keyword type="
|
1241
|
+
<keyword type="function" name="g_file_open_tmp ()" link="glib-File-Utilities.html#g-file-open-tmp"/>
|
1242
1242
|
<keyword type="function" name="g_file_read_link ()" link="glib-File-Utilities.html#g-file-read-link" since="2.4"/>
|
1243
1243
|
<keyword type="function" name="g_mkdir_with_parents ()" link="glib-File-Utilities.html#g-mkdir-with-parents" since="2.8"/>
|
1244
1244
|
<keyword type="struct" name="GDir" link="glib-File-Utilities.html#GDir"/>
|
1245
|
-
<keyword type="
|
1246
|
-
<keyword type="
|
1245
|
+
<keyword type="function" name="g_dir_open ()" link="glib-File-Utilities.html#g-dir-open"/>
|
1246
|
+
<keyword type="function" name="g_dir_read_name ()" link="glib-File-Utilities.html#g-dir-read-name"/>
|
1247
1247
|
<keyword type="function" name="g_dir_rewind ()" link="glib-File-Utilities.html#g-dir-rewind"/>
|
1248
1248
|
<keyword type="function" name="g_dir_close ()" link="glib-File-Utilities.html#g-dir-close"/>
|
1249
1249
|
<keyword type="struct" name="GMappedFile" link="glib-File-Utilities.html#GMappedFile"/>
|
@@ -1279,8 +1279,8 @@
|
|
1279
1279
|
<keyword type="function" name="g_uri_unescape_string ()" link="glib-URI-Functions.html#g-uri-unescape-string" since="2.16"/>
|
1280
1280
|
<keyword type="function" name="g_uri_unescape_segment ()" link="glib-URI-Functions.html#g-uri-unescape-segment" since="2.16"/>
|
1281
1281
|
<keyword type="function" name="g_uri_list_extract_uris ()" link="glib-URI-Functions.html#g-uri-list-extract-uris" since="2.6"/>
|
1282
|
-
<keyword type="
|
1283
|
-
<keyword type="
|
1282
|
+
<keyword type="function" name="g_filename_from_uri ()" link="glib-URI-Functions.html#g-filename-from-uri"/>
|
1283
|
+
<keyword type="function" name="g_filename_to_uri ()" link="glib-URI-Functions.html#g-filename-to-uri"/>
|
1284
1284
|
<keyword type="function" name="g_hostname_to_ascii ()" link="glib-Hostname-Utilities.html#g-hostname-to-ascii" since="2.22"/>
|
1285
1285
|
<keyword type="function" name="g_hostname_to_unicode ()" link="glib-Hostname-Utilities.html#g-hostname-to-unicode" since="2.22"/>
|
1286
1286
|
<keyword type="function" name="g_hostname_is_non_ascii ()" link="glib-Hostname-Utilities.html#g-hostname-is-non-ascii" since="2.22"/>
|
@@ -2087,7 +2087,7 @@
|
|
2087
2087
|
<keyword type="function" name="g_variant_type_next ()" link="glib-GVariantType.html#g-variant-type-next"/>
|
2088
2088
|
<keyword type="function" name="g_variant_type_key ()" link="glib-GVariantType.html#g-variant-type-key"/>
|
2089
2089
|
<keyword type="function" name="g_variant_type_value ()" link="glib-GVariantType.html#g-variant-type-value"/>
|
2090
|
-
<keyword type="" name="Memory Use" link="glib-GVariant.html#
|
2090
|
+
<keyword type="" name="Memory Use" link="glib-GVariant.html#id1029682"/>
|
2091
2091
|
<keyword type="struct" name="GVariant" link="glib-GVariant.html#GVariant" since="2.24"/>
|
2092
2092
|
<keyword type="function" name="g_variant_unref ()" link="glib-GVariant.html#g-variant-unref" since="2.24"/>
|
2093
2093
|
<keyword type="function" name="g_variant_ref ()" link="glib-GVariant.html#g-variant-ref" since="2.24"/>
|
@@ -2211,9 +2211,9 @@
|
|
2211
2211
|
<keyword type="" name="Type Annotations" link="gvariant-text.html#gvariant-text-type-annotations"/>
|
2212
2212
|
<keyword type="" name="Bytestrings" link="gvariant-text.html#gvariant-text-bytestrings"/>
|
2213
2213
|
<keyword type="" name="Positional Parameters" link="gvariant-text.html#gvariant-text-positional"/>
|
2214
|
-
<keyword type="" name="Options" link="glib-gettextize.html#
|
2215
|
-
<keyword type="" name="Options" link="gtester.html#
|
2216
|
-
<keyword type="" name="Options" link="gtester-report.html#
|
2214
|
+
<keyword type="" name="Options" link="glib-gettextize.html#id614192"/>
|
2215
|
+
<keyword type="" name="Options" link="gtester.html#id631067"/>
|
2216
|
+
<keyword type="" name="Options" link="gtester-report.html#id604079"/>
|
2217
2217
|
<keyword type="constant" name="G_THREAD_ERROR_AGAIN" link="glib-Threads.html#G-THREAD-ERROR-AGAIN:CAPS"/>
|
2218
2218
|
<keyword type="constant" name="G_THREAD_PRIORITY_LOW" link="glib-Threads.html#G-THREAD-PRIORITY-LOW:CAPS"/>
|
2219
2219
|
<keyword type="constant" name="G_THREAD_PRIORITY_NORMAL" link="glib-Threads.html#G-THREAD-PRIORITY-NORMAL:CAPS"/>
|