glib2 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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-fundamentals.html" title="GLib Fundamentals">
|
9
9
|
<link rel="prev" href="glib-fundamentals.html" title="GLib Fundamentals">
|
10
10
|
<link rel="next" href="glib-Basic-Types.html" title="Basic Types">
|
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">
|
@@ -175,7 +175,7 @@ at application run time.
|
|
175
175
|
</pre>
|
176
176
|
<p>
|
177
177
|
The minor version number of the GLib library.
|
178
|
-
Like <span class="type">gtk_minor_version</span>, but from the headers used at
|
178
|
+
Like <a href="http://library.gnome.org/devel/gtk3/gtk-Feature-Test-Macros.html#gtk-minor-version"><span class="type">gtk_minor_version</span></a>, but from the headers used at
|
179
179
|
application compile time, rather than from the library linked against
|
180
180
|
at application run time.
|
181
181
|
</p>
|
@@ -183,11 +183,11 @@ at application run time.
|
|
183
183
|
<hr>
|
184
184
|
<div class="refsect2">
|
185
185
|
<a name="GLIB-MICRO-VERSION:CAPS"></a><h3>GLIB_MICRO_VERSION</h3>
|
186
|
-
<pre class="programlisting">#define GLIB_MICRO_VERSION
|
186
|
+
<pre class="programlisting">#define GLIB_MICRO_VERSION 8
|
187
187
|
</pre>
|
188
188
|
<p>
|
189
189
|
The micro version number of the GLib library.
|
190
|
-
Like <span class="type">gtk_micro_version</span>, but from the headers used at
|
190
|
+
Like <a href="http://library.gnome.org/devel/gtk3/gtk-Feature-Test-Macros.html#gtk-micro-version"><span class="type">gtk_micro_version</span></a>, but from the headers used at
|
191
191
|
application compile time, rather than from the library linked against
|
192
192
|
at application run time.
|
193
193
|
</p>
|
@@ -202,7 +202,7 @@ Returns <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE">
|
|
202
202
|
as or newer than the passed-in version.
|
203
203
|
</p>
|
204
204
|
<div class="example">
|
205
|
-
<a name="
|
205
|
+
<a name="id604519"></a><p class="title"><b>Example 1. Checking the version of the GLib library</b></p>
|
206
206
|
<div class="example-contents">
|
207
207
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
208
208
|
<tbody>
|
@@ -241,6 +241,6 @@ as or newer than the passed-in version.
|
|
241
241
|
</div>
|
242
242
|
<div class="footer">
|
243
243
|
<hr>
|
244
|
-
Generated by GTK-Doc V1.
|
244
|
+
Generated by GTK-Doc V1.17</div>
|
245
245
|
</body>
|
246
246
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib-core.html" title="GLib Core Application Support">
|
9
9
|
<link rel="prev" href="glib-Error-Reporting.html" title="Error Reporting">
|
10
10
|
<link rel="next" href="glib-Message-Logging.html" title="Message Logging">
|
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">
|
@@ -378,7 +378,7 @@ This function may cause different actions on non-UNIX platforms.
|
|
378
378
|
<td><p><span class="term"><em class="parameter"><code>prg_name</code></em> :</span></p></td>
|
379
379
|
<td>the program name, needed by <span class="command"><strong>gdb</strong></span> for the [S]tack trace option.
|
380
380
|
If <em class="parameter"><code>prg_name</code></em> is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-get-prgname" title="g_get_prgname ()"><code class="function">g_get_prgname()</code></a> is called to get the program name
|
381
|
-
(which will work correctly if <a href="http://library.gnome.org/devel/gdk
|
381
|
+
(which will work correctly if <a href="http://library.gnome.org/devel/gdk3/gdk-General.html#gdk-init"><code class="function">gdk_init()</code></a> or <a href="http://library.gnome.org/devel/gtk/gtk3-General.html#gtk-init"><code class="function">gtk_init()</code></a> has been called).</td>
|
382
382
|
</tr></tbody>
|
383
383
|
</table></div>
|
384
384
|
</div>
|
@@ -399,7 +399,7 @@ This function may cause different actions on non-UNIX platforms.
|
|
399
399
|
<td><p><span class="term"><em class="parameter"><code>prg_name</code></em> :</span></p></td>
|
400
400
|
<td>the program name, needed by <span class="command"><strong>gdb</strong></span> for the [S]tack trace option.
|
401
401
|
If <em class="parameter"><code>prg_name</code></em> is <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>, <a class="link" href="glib-Miscellaneous-Utility-Functions.html#g-get-prgname" title="g_get_prgname ()"><code class="function">g_get_prgname()</code></a> is called to get the program name
|
402
|
-
(which will work correctly if <a href="http://library.gnome.org/devel/gdk
|
402
|
+
(which will work correctly if <a href="http://library.gnome.org/devel/gdk3/gdk-General.html#gdk-init"><code class="function">gdk_init()</code></a> or <a href="http://library.gnome.org/devel/gtk/gtk3-General.html#gtk-init"><code class="function">gtk_init()</code></a> has been called).</td>
|
403
403
|
</tr></tbody>
|
404
404
|
</table></div>
|
405
405
|
</div>
|
@@ -418,6 +418,6 @@ a <code class="literal">SIGTRAP</code> signal.
|
|
418
418
|
</div>
|
419
419
|
<div class="footer">
|
420
420
|
<hr>
|
421
|
-
Generated by GTK-Doc V1.
|
421
|
+
Generated by GTK-Doc V1.17</div>
|
422
422
|
</body>
|
423
423
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
|
9
9
|
<link rel="prev" href="glib-Testing.html" title="Testing">
|
10
10
|
<link rel="next" href="glib-data-types.html" title="GLib Data Types">
|
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">
|
@@ -417,6 +417,6 @@ On non-Windows platforms, it is not defined.
|
|
417
417
|
</div>
|
418
418
|
<div class="footer">
|
419
419
|
<hr>
|
420
|
-
Generated by GTK-Doc V1.
|
420
|
+
Generated by GTK-Doc V1.17</div>
|
421
421
|
</body>
|
422
422
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib.html" title="GLib Overview">
|
9
9
|
<link rel="prev" href="glib.html" title="GLib Overview">
|
10
10
|
<link rel="next" href="glib-cross-compiling.html" title="Cross-compiling the GLib package">
|
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">
|
@@ -60,7 +60,7 @@ How to compile GLib itself
|
|
60
60
|
</p>
|
61
61
|
<p>
|
62
62
|
The GTK+ documentation contains
|
63
|
-
<a class="ulink" href="
|
63
|
+
<a class="ulink" href="http://library.gnome.org/devel/gtk3/gtk-building.html" target="_top">further details</a>
|
64
64
|
about the build process and ways to influence it.
|
65
65
|
</p>
|
66
66
|
</div>
|
@@ -460,6 +460,6 @@ How to compile GLib itself
|
|
460
460
|
</div>
|
461
461
|
<div class="footer">
|
462
462
|
<hr>
|
463
|
-
Generated by GTK-Doc V1.
|
463
|
+
Generated by GTK-Doc V1.17</div>
|
464
464
|
</body>
|
465
465
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib.html" title="GLib Overview">
|
9
9
|
<link rel="prev" href="glib-running.html" title="Running GLib Applications">
|
10
10
|
<link rel="next" href="glib-regex-syntax.html" title="Regular expression syntax">
|
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 @@ Incompatible changes made between successing versions of 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="id611599"></a><h2>Incompatible changes from 2.0 to 2.2</h2>
|
35
35
|
<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
|
36
36
|
<p>
|
37
37
|
GLib changed the seeding algorithm for the pseudo-random number
|
@@ -56,7 +56,7 @@ with Glib-2.0 that you need to reproduce exactly.
|
|
56
56
|
</li></ul></div>
|
57
57
|
</div>
|
58
58
|
<div class="refsect1">
|
59
|
-
<a name="
|
59
|
+
<a name="id626578"></a><h2>Incompatible changes from 1.2 to 2.0</h2>
|
60
60
|
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
61
61
|
<li class="listitem">
|
62
62
|
<p>
|
@@ -148,6 +148,6 @@ Deprecated functions that got removed:
|
|
148
148
|
</div>
|
149
149
|
<div class="footer">
|
150
150
|
<hr>
|
151
|
-
Generated by GTK-Doc V1.
|
151
|
+
Generated by GTK-Doc V1.17</div>
|
152
152
|
</body>
|
153
153
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib.html" title="GLib Overview">
|
9
9
|
<link rel="prev" href="glib-cross-compiling.html" title="Cross-compiling the GLib package">
|
10
10
|
<link rel="next" href="glib-running.html" title="Running GLib Applications">
|
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 @@ How to compile 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="id615682"></a><h2>Compiling GLib Applications on UNIX</h2>
|
35
35
|
<p>
|
36
36
|
To compile a GLib application, you need to tell the compiler where to
|
37
37
|
find the GLib header files and libraries. This is done with the
|
@@ -113,6 +113,6 @@ by using the command line option <code class="literal">-DG_DISABLE_SINGLE_INCLUD
|
|
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>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GLib Reference Manual">
|
9
9
|
<link rel="prev" href="glib-Atomic-Operations.html" title="Atomic Operations">
|
10
10
|
<link rel="next" href="glib-The-Main-Event-Loop.html" title="The Main Event Loop">
|
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">
|
@@ -59,6 +59,6 @@
|
|
59
59
|
</div>
|
60
60
|
<div class="footer">
|
61
61
|
<hr>
|
62
|
-
Generated by GTK-Doc V1.
|
62
|
+
Generated by GTK-Doc V1.17</div>
|
63
63
|
</body>
|
64
64
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib.html" title="GLib Overview">
|
9
9
|
<link rel="prev" href="glib-building.html" title="Compiling the GLib package">
|
10
10
|
<link rel="next" href="glib-compiling.html" title="Compiling GLib Applications">
|
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">
|
@@ -155,6 +155,6 @@ chmod a-w win32.cache # prevent configure from changing it
|
|
155
155
|
</div>
|
156
156
|
<div class="footer">
|
157
157
|
<hr>
|
158
|
-
Generated by GTK-Doc V1.
|
158
|
+
Generated by GTK-Doc V1.17</div>
|
159
159
|
</body>
|
160
160
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GLib Reference Manual">
|
9
9
|
<link rel="prev" href="glib-Windows-Compatibility-Functions.html" title="Windows Compatibility Functions">
|
10
10
|
<link rel="next" href="glib-Memory-Slices.html" title="Memory Slices">
|
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">
|
@@ -118,6 +118,6 @@
|
|
118
118
|
</div>
|
119
119
|
<div class="footer">
|
120
120
|
<hr>
|
121
|
-
Generated by GTK-Doc V1.
|
121
|
+
Generated by GTK-Doc V1.17</div>
|
122
122
|
</body>
|
123
123
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GLib Reference Manual">
|
9
9
|
<link rel="prev" href="glib-resources.html" title="Mailing lists and bug reports">
|
10
10
|
<link rel="next" href="glib-Version-Information.html" title="Version Information">
|
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">
|
@@ -54,6 +54,6 @@
|
|
54
54
|
</div>
|
55
55
|
<div class="footer">
|
56
56
|
<hr>
|
57
|
-
Generated by GTK-Doc V1.
|
57
|
+
Generated by GTK-Doc V1.17</div>
|
58
58
|
</body>
|
59
59
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="tools.html" title="GLib Tools">
|
9
9
|
<link rel="prev" href="tools.html" title="GLib Tools">
|
10
10
|
<link rel="next" href="gtester.html" title="gtester">
|
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">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
<div class="cmdsynopsis"><p><code class="command">glib-gettextize</code> [option...] [directory]</p></div>
|
34
34
|
</div>
|
35
35
|
<div class="refsect1">
|
36
|
-
<a name="
|
36
|
+
<a name="id601029"></a><h2>Description</h2>
|
37
37
|
<p><span class="command"><strong>glib-gettextize</strong></span> helps to prepare a source package for being
|
38
38
|
internationalized through <span class="application">gettext</span>.
|
39
39
|
It is a variant of the <span class="command"><strong>gettextize</strong></span> that ships with
|
@@ -47,7 +47,7 @@ from <span class="command"><strong>gettextize</strong></span> in that it doesn't
|
|
47
47
|
<code class="option">--no-changelog</code> option).
|
48
48
|
</p>
|
49
49
|
<div class="refsect2">
|
50
|
-
<a name="
|
50
|
+
<a name="id614192"></a><h3>Options</h3>
|
51
51
|
<div class="variablelist"><table border="0">
|
52
52
|
<col align="left" valign="top">
|
53
53
|
<tbody>
|
@@ -80,7 +80,7 @@ force writing of new files even if old ones exist
|
|
80
80
|
</div>
|
81
81
|
</div>
|
82
82
|
<div class="refsect1">
|
83
|
-
<a name="
|
83
|
+
<a name="id626955"></a><h2>See also</h2>
|
84
84
|
<p>
|
85
85
|
<span class="citerefentry"><span class="refentrytitle">gettextize</span>(1)</span>
|
86
86
|
</p>
|
@@ -88,6 +88,6 @@ force writing of new files even if old ones exist
|
|
88
88
|
</div>
|
89
89
|
<div class="footer">
|
90
90
|
<hr>
|
91
|
-
Generated by GTK-Doc V1.
|
91
|
+
Generated by GTK-Doc V1.17</div>
|
92
92
|
</body>
|
93
93
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="glib.html" title="GLib Overview">
|
9
9
|
<link rel="prev" href="glib-changes.html" title="Changes to GLib">
|
10
10
|
<link rel="next" href="glib-resources.html" title="Mailing lists and bug reports">
|
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 @@ Syntax and semantics of the regular expressions supported by GRegex
|
|
31
31
|
<td valign="top" align="right"></td>
|
32
32
|
</tr></table></div>
|
33
33
|
<div class="refsect1">
|
34
|
-
<a name="
|
34
|
+
<a name="id614986"></a><h2>GRegex regular expression details</h2>
|
35
35
|
<p>
|
36
36
|
A regular expression is a pattern that is matched against a
|
37
37
|
string from left to right. Most characters stand for themselves in a
|
@@ -59,7 +59,7 @@ that are recognized in square brackets. Outside square brackets, the
|
|
59
59
|
metacharacters are as follows:
|
60
60
|
</p>
|
61
61
|
<div class="table">
|
62
|
-
<a name="
|
62
|
+
<a name="id621251"></a><p class="title"><b>Table 1. Metacharacters outside square brackets</b></p>
|
63
63
|
<div class="table-contents"><table summary="Metacharacters outside square brackets" border="1">
|
64
64
|
<colgroup>
|
65
65
|
<col align="center">
|
@@ -126,7 +126,7 @@ Part of a pattern that is in square brackets is called a "character
|
|
126
126
|
class". In a character class the only metacharacters are:
|
127
127
|
</p>
|
128
128
|
<div class="table">
|
129
|
-
<a name="
|
129
|
+
<a name="id597355"></a><p class="title"><b>Table 2. Metacharacters inside square brackets</b></p>
|
130
130
|
<div class="table-contents"><table summary="Metacharacters inside square brackets" border="1">
|
131
131
|
<colgroup>
|
132
132
|
<col align="center">
|
@@ -163,7 +163,7 @@ class". In a character class the only metacharacters are:
|
|
163
163
|
<br class="table-break">
|
164
164
|
</div>
|
165
165
|
<div class="refsect1">
|
166
|
-
<a name="
|
166
|
+
<a name="id602883"></a><h2>Backslash</h2>
|
167
167
|
<p>
|
168
168
|
The backslash character has several uses. Firstly, if it is followed by
|
169
169
|
a non-alphanumeric character, it takes away any special meaning that
|
@@ -198,7 +198,7 @@ The \Q...\E sequence is recognized both inside and outside character
|
|
198
198
|
classes.
|
199
199
|
</p>
|
200
200
|
<div class="refsect2">
|
201
|
-
<a name="
|
201
|
+
<a name="id602922"></a><h3>Non-printing characters</h3>
|
202
202
|
<p>
|
203
203
|
A second use of backslash provides a way of encoding non-printing
|
204
204
|
characters in patterns in a visible manner. There is no restriction on the
|
@@ -208,7 +208,7 @@ editing, it is usually easier to use one of the following escape
|
|
208
208
|
sequences than the binary character it represents:
|
209
209
|
</p>
|
210
210
|
<div class="table">
|
211
|
-
<a name="
|
211
|
+
<a name="id602935"></a><p class="title"><b>Table 3. Non-printing characters</b></p>
|
212
212
|
<div class="table-contents"><table summary="Non-printing characters" border="1">
|
213
213
|
<colgroup>
|
214
214
|
<col align="center">
|
@@ -309,7 +309,7 @@ up to three octal digits following the backslash, and uses them to generate
|
|
309
309
|
a data character. Any subsequent digits stand for themselves. For example:
|
310
310
|
</p>
|
311
311
|
<div class="table">
|
312
|
-
<a name="
|
312
|
+
<a name="id636136"></a><p class="title"><b>Table 4. Non-printing characters</b></p>
|
313
313
|
<div class="table-contents"><table summary="Non-printing characters" border="1">
|
314
314
|
<colgroup>
|
315
315
|
<col align="center">
|
@@ -373,7 +373,7 @@ Outside a character class, these sequences have different meanings (see below).
|
|
373
373
|
</div>
|
374
374
|
<hr>
|
375
375
|
<div class="refsect2">
|
376
|
-
<a name="
|
376
|
+
<a name="id636296"></a><h3>Absolute and relative back references</h3>
|
377
377
|
<p>
|
378
378
|
The sequence \g followed by a positive or negative number, optionally enclosed
|
379
379
|
in braces, is an absolute or relative back reference. Back references are
|
@@ -382,13 +382,13 @@ discussed later, following the discussion of parenthesized subpatterns.
|
|
382
382
|
</div>
|
383
383
|
<hr>
|
384
384
|
<div class="refsect2">
|
385
|
-
<a name="
|
385
|
+
<a name="id636309"></a><h3>Generic character types</h3>
|
386
386
|
<p>
|
387
387
|
Another use of backslash is for specifying generic character types.
|
388
388
|
The following are always recognized:
|
389
389
|
</p>
|
390
390
|
<div class="table">
|
391
|
-
<a name="
|
391
|
+
<a name="id636320"></a><p class="title"><b>Table 5. Generic characters</b></p>
|
392
392
|
<div class="table-contents"><table summary="Generic characters" border="1">
|
393
393
|
<colgroup>
|
394
394
|
<col align="center">
|
@@ -452,7 +452,7 @@ Characters with values greater than 128 never match \d,
|
|
452
452
|
</div>
|
453
453
|
<hr>
|
454
454
|
<div class="refsect2">
|
455
|
-
<a name="
|
455
|
+
<a name="id636459"></a><h3>Newline sequences</h3>
|
456
456
|
<p>Outside a character class, the escape sequence \R matches any Unicode
|
457
457
|
newline sequence.
|
458
458
|
This particular group matches either the two-character sequence CR followed by
|
@@ -464,13 +464,13 @@ cannot be split. Inside a character class, \R matches the letter "R".</p>
|
|
464
464
|
</div>
|
465
465
|
<hr>
|
466
466
|
<div class="refsect2">
|
467
|
-
<a name="
|
467
|
+
<a name="id636474"></a><h3>Unicode character properties</h3>
|
468
468
|
<p>
|
469
469
|
To support generic character types there are three additional escape
|
470
470
|
sequences, they are:
|
471
471
|
</p>
|
472
472
|
<div class="table">
|
473
|
-
<a name="
|
473
|
+
<a name="id636485"></a><p class="title"><b>Table 6. Generic character types</b></p>
|
474
474
|
<div class="table-contents"><table summary="Generic character types" border="1">
|
475
475
|
<colgroup>
|
476
476
|
<col align="center">
|
@@ -537,7 +537,7 @@ documentation for the #GUnicodeType enumeration, the following
|
|
537
537
|
general category property codes are supported:
|
538
538
|
</p>
|
539
539
|
<div class="table">
|
540
|
-
<a name="
|
540
|
+
<a name="id636604"></a><p class="title"><b>Table 7. Property codes</b></p>
|
541
541
|
<div class="table-contents"><table summary="Property codes" border="1">
|
542
542
|
<colgroup>
|
543
543
|
<col align="center">
|
@@ -620,7 +620,7 @@ characters. That is why the traditional escape sequences such as \d and
|
|
620
620
|
</div>
|
621
621
|
<hr>
|
622
622
|
<div class="refsect2">
|
623
|
-
<a name="
|
623
|
+
<a name="id636771"></a><h3>Simple assertions</h3>
|
624
624
|
<p>
|
625
625
|
The final use of backslash is for certain simple assertions. An
|
626
626
|
assertion specifies a condition that has to be met at a particular point in
|
@@ -629,7 +629,7 @@ use of subpatterns for more complicated assertions is described below.
|
|
629
629
|
The backslashed assertions are:
|
630
630
|
</p>
|
631
631
|
<div class="table">
|
632
|
-
<a name="
|
632
|
+
<a name="id636783"></a><p class="title"><b>Table 8. Simple assertions</b></p>
|
633
633
|
<div class="table-contents"><table summary="Simple assertions" border="1">
|
634
634
|
<colgroup>
|
635
635
|
<col align="center">
|
@@ -711,7 +711,7 @@ in the compiled regular expression.
|
|
711
711
|
</div>
|
712
712
|
</div>
|
713
713
|
<div class="refsect1">
|
714
|
-
<a name="
|
714
|
+
<a name="id636943"></a><h2>Circumflex and dollar</h2>
|
715
715
|
<p>
|
716
716
|
Outside a character class, in the default matching mode, the circumflex
|
717
717
|
character is an assertion that is true only if the current matching
|
@@ -769,7 +769,7 @@ is set.
|
|
769
769
|
</p>
|
770
770
|
</div>
|
771
771
|
<div class="refsect1">
|
772
|
-
<a name="
|
772
|
+
<a name="id637024"></a><h2>Full stop (period, dot)</h2>
|
773
773
|
<p>
|
774
774
|
Outside a character class, a dot in the pattern matches any one character
|
775
775
|
in the string, including a non-printing character, but not (by
|
@@ -802,7 +802,7 @@ special meaning in a character class.
|
|
802
802
|
</p>
|
803
803
|
</div>
|
804
804
|
<div class="refsect1">
|
805
|
-
<a name="
|
805
|
+
<a name="id637068"></a><h2>Matching a single byte</h2>
|
806
806
|
<p>
|
807
807
|
Outside a character class, the escape sequence \C matches any one byte,
|
808
808
|
both in and out of UTF-8 mode. Unlike a dot, it always matches any line
|
@@ -819,7 +819,7 @@ the length of the lookbehind.
|
|
819
819
|
</p>
|
820
820
|
</div>
|
821
821
|
<div class="refsect1">
|
822
|
-
<a name="
|
822
|
+
<a name="id637087"></a><h2>Square brackets and character classes</h2>
|
823
823
|
<p>
|
824
824
|
An opening square bracket introduces a character class, terminated by a
|
825
825
|
closing square bracket. A closing square bracket on its own is not special. If a closing square bracket is required as a member of the class,
|
@@ -904,7 +904,7 @@ escaping other non-alphanumeric characters does no harm.
|
|
904
904
|
</p>
|
905
905
|
</div>
|
906
906
|
<div class="refsect1">
|
907
|
-
<a name="
|
907
|
+
<a name="id637173"></a><h2>Posix character classes</h2>
|
908
908
|
<p>
|
909
909
|
GRegex supports the POSIX notation for character classes. This uses names
|
910
910
|
enclosed by [: and :] within the enclosing square brackets. For example,
|
@@ -917,7 +917,7 @@ matches "0", "1", any alphabetic character, or "%". The supported class
|
|
917
917
|
names are
|
918
918
|
</p>
|
919
919
|
<div class="table">
|
920
|
-
<a name="
|
920
|
+
<a name="id637194"></a><p class="title"><b>Table 9. Posix classes</b></p>
|
921
921
|
<div class="table-contents"><table summary="Posix classes" border="1">
|
922
922
|
<colgroup>
|
923
923
|
<col align="center">
|
@@ -1012,7 +1012,7 @@ of the POSIX character classes.
|
|
1012
1012
|
</p>
|
1013
1013
|
</div>
|
1014
1014
|
<div class="refsect1">
|
1015
|
-
<a name="
|
1015
|
+
<a name="id637424"></a><h2>Vertical bar</h2>
|
1016
1016
|
<p>
|
1017
1017
|
Vertical bar characters are used to separate alternative patterns. For
|
1018
1018
|
example, the pattern
|
@@ -1028,7 +1028,7 @@ left to right, and the first one that succeeds is used. If the alternatives are
|
|
1028
1028
|
</p>
|
1029
1029
|
</div>
|
1030
1030
|
<div class="refsect1">
|
1031
|
-
<a name="
|
1031
|
+
<a name="id637449"></a><h2>Internal option setting</h2>
|
1032
1032
|
<p>
|
1033
1033
|
The settings of the <code class="varname">G_REGEX_CASELESS</code>, <code class="varname">G_REGEX_MULTILINE</code>, <code class="varname">G_REGEX_MULTILINE</code>,
|
1034
1034
|
and <code class="varname">G_REGEX_EXTENDED</code> options can be changed from within the pattern by a
|
@@ -1036,7 +1036,7 @@ sequence of Perl-style option letters enclosed between "(?" and ")". The
|
|
1036
1036
|
option letters are
|
1037
1037
|
</p>
|
1038
1038
|
<div class="table">
|
1039
|
-
<a name="
|
1039
|
+
<a name="id637475"></a><p class="title"><b>Table 10. Option settings</b></p>
|
1040
1040
|
<div class="table-contents"><table summary="Option settings" border="1">
|
1041
1041
|
<colgroup>
|
1042
1042
|
<col align="center">
|
@@ -1110,7 +1110,7 @@ the characters U, X and J respectively.
|
|
1110
1110
|
</p>
|
1111
1111
|
</div>
|
1112
1112
|
<div class="refsect1">
|
1113
|
-
<a name="
|
1113
|
+
<a name="id637644"></a><h2>Subpatterns</h2>
|
1114
1114
|
<p>
|
1115
1115
|
Subpatterns are delimited by parentheses (round brackets), which can be
|
1116
1116
|
nested. Turning part of a pattern into a subpattern does two things:
|
@@ -1174,7 +1174,7 @@ subsequent branches, so the above patterns match "SUNDAY" as well as
|
|
1174
1174
|
</p>
|
1175
1175
|
</div>
|
1176
1176
|
<div class="refsect1">
|
1177
|
-
<a name="
|
1177
|
+
<a name="id637730"></a><h2>Named subpatterns</h2>
|
1178
1178
|
<p>
|
1179
1179
|
Identifying capturing parentheses by number is simple, but it can be
|
1180
1180
|
very hard to keep track of the numbers in complicated regular expressions.
|
@@ -1215,7 +1215,7 @@ pattern, the one that corresponds to the lowest number is used.
|
|
1215
1215
|
</p>
|
1216
1216
|
</div>
|
1217
1217
|
<div class="refsect1">
|
1218
|
-
<a name="
|
1218
|
+
<a name="id637773"></a><h2>Repetition</h2>
|
1219
1219
|
<p>
|
1220
1220
|
Repetition is specified by quantifiers, which can follow any of the
|
1221
1221
|
following items:
|
@@ -1278,7 +1278,7 @@ For convenience, the three most common quantifiers have single-character
|
|
1278
1278
|
abbreviations:
|
1279
1279
|
</p>
|
1280
1280
|
<div class="table">
|
1281
|
-
<a name="
|
1281
|
+
<a name="id637885"></a><p class="title"><b>Table 11. Abbreviations for quantifiers</b></p>
|
1282
1282
|
<div class="table-contents"><table summary="Abbreviations for quantifiers" border="1">
|
1283
1283
|
<colgroup>
|
1284
1284
|
<col align="center">
|
@@ -1419,7 +1419,7 @@ matches "aba" the value of the second captured substring is "b".
|
|
1419
1419
|
</p>
|
1420
1420
|
</div>
|
1421
1421
|
<div class="refsect1">
|
1422
|
-
<a name="
|
1422
|
+
<a name="id638113"></a><h2>Atomic grouping and possessive quantifiers</h2>
|
1423
1423
|
<p>
|
1424
1424
|
With both maximizing ("greedy") and minimizing ("ungreedy" or "lazy")
|
1425
1425
|
repetition, failure of what follows normally causes the repeated
|
@@ -1537,7 +1537,7 @@ sequences of non-digits cannot be broken, and failure happens quickly.
|
|
1537
1537
|
</p>
|
1538
1538
|
</div>
|
1539
1539
|
<div class="refsect1">
|
1540
|
-
<a name="
|
1540
|
+
<a name="id640749"></a><h2>Back references</h2>
|
1541
1541
|
<p>
|
1542
1542
|
Outside a character class, a backslash followed by a digit greater than
|
1543
1543
|
0 (and possibly further digits) is a back reference to a capturing subpattern
|
@@ -1646,7 +1646,7 @@ the example above, or by a quantifier with a minimum of zero.
|
|
1646
1646
|
</p>
|
1647
1647
|
</div>
|
1648
1648
|
<div class="refsect1">
|
1649
|
-
<a name="
|
1649
|
+
<a name="id640876"></a><h2>Assertions</h2>
|
1650
1650
|
<p>
|
1651
1651
|
An assertion is a test on the characters following or preceding the
|
1652
1652
|
current matching point that does not actually consume any characters.
|
@@ -1670,7 +1670,7 @@ out only for positive assertions, because it does not make sense for
|
|
1670
1670
|
negative assertions.
|
1671
1671
|
</p>
|
1672
1672
|
<div class="refsect2">
|
1673
|
-
<a name="
|
1673
|
+
<a name="id640901"></a><h3>Lookahead assertions</h3>
|
1674
1674
|
<p>
|
1675
1675
|
Lookahead assertions start with (?= for positive assertions and (?! for
|
1676
1676
|
negative assertions. For example,
|
@@ -1707,7 +1707,7 @@ string must always fail.
|
|
1707
1707
|
</div>
|
1708
1708
|
<hr>
|
1709
1709
|
<div class="refsect2">
|
1710
|
-
<a name="
|
1710
|
+
<a name="id640951"></a><h3>Lookbehind assertions</h3>
|
1711
1711
|
<p>
|
1712
1712
|
Lookbehind assertions start with (?<= for positive assertions and (?<!
|
1713
1713
|
for negative assertions. For example,
|
@@ -1796,7 +1796,7 @@ processing time.
|
|
1796
1796
|
</div>
|
1797
1797
|
<hr>
|
1798
1798
|
<div class="refsect2">
|
1799
|
-
<a name="
|
1799
|
+
<a name="id641066"></a><h3>Using multiple assertions</h3>
|
1800
1800
|
<p>
|
1801
1801
|
Several assertions (of any sort) may occur in succession. For example,
|
1802
1802
|
</p>
|
@@ -1841,7 +1841,7 @@ three characters that are not "999".
|
|
1841
1841
|
</div>
|
1842
1842
|
</div>
|
1843
1843
|
<div class="refsect1">
|
1844
|
-
<a name="
|
1844
|
+
<a name="id641130"></a><h2>Conditional subpatterns</h2>
|
1845
1845
|
<p>
|
1846
1846
|
It is possible to cause the matching process to obey a subpattern
|
1847
1847
|
conditionally or to choose between two alternative subpatterns, depending
|
@@ -1862,7 +1862,7 @@ There are four kinds of condition: references to subpatterns, references to
|
|
1862
1862
|
recursion, a pseudo-condition called DEFINE, and assertions.
|
1863
1863
|
</p>
|
1864
1864
|
<div class="refsect2">
|
1865
|
-
<a name="
|
1865
|
+
<a name="id641158"></a><h3>Checking for a used subpattern by number</h3>
|
1866
1866
|
<p>
|
1867
1867
|
If the text between the parentheses consists of a sequence of digits, the
|
1868
1868
|
condition is true if the capturing subpattern of that number has previously
|
@@ -1891,7 +1891,7 @@ optionally enclosed in parentheses.
|
|
1891
1891
|
</div>
|
1892
1892
|
<hr>
|
1893
1893
|
<div class="refsect2">
|
1894
|
-
<a name="
|
1894
|
+
<a name="id641194"></a><h3>Checking for a used subpattern by name</h3>
|
1895
1895
|
<p>
|
1896
1896
|
Perl uses the syntax (?(<name>)...) or (?('name')...) to test for a used
|
1897
1897
|
subpattern by name, the Python syntax (?(name)...) is also recognized. However,
|
@@ -1910,7 +1910,7 @@ Rewriting the above example to use a named subpattern gives this:
|
|
1910
1910
|
</div>
|
1911
1911
|
<hr>
|
1912
1912
|
<div class="refsect2">
|
1913
|
-
<a name="
|
1913
|
+
<a name="id641220"></a><h3>Checking for pattern recursion</h3>
|
1914
1914
|
<p>
|
1915
1915
|
If the condition is the string (R), and there is no subpattern with the name R,
|
1916
1916
|
the condition is true if a recursive call to the whole pattern or any
|
@@ -1933,7 +1933,7 @@ patterns are described below.
|
|
1933
1933
|
</div>
|
1934
1934
|
<hr>
|
1935
1935
|
<div class="refsect2">
|
1936
|
-
<a name="
|
1936
|
+
<a name="id641248"></a><h3>Defining subpatterns for use by reference only</h3>
|
1937
1937
|
<p>
|
1938
1938
|
If the condition is the string (DEFINE), and there is no subpattern with the
|
1939
1939
|
name DEFINE, the condition is always false. In this case, there may be only one
|
@@ -1961,7 +1961,7 @@ each end.
|
|
1961
1961
|
</div>
|
1962
1962
|
<hr>
|
1963
1963
|
<div class="refsect2">
|
1964
|
-
<a name="
|
1964
|
+
<a name="id641281"></a><h3>Assertion conditions</h3>
|
1965
1965
|
<p>
|
1966
1966
|
If the condition is not in any of the above formats, it must be an
|
1967
1967
|
assertion. This may be a positive or negative lookahead or lookbehind
|
@@ -1984,7 +1984,7 @@ letters and dd are digits.
|
|
1984
1984
|
</div>
|
1985
1985
|
</div>
|
1986
1986
|
<div class="refsect1">
|
1987
|
-
<a name="
|
1987
|
+
<a name="id641310"></a><h2>Comments</h2>
|
1988
1988
|
<p>
|
1989
1989
|
The sequence (?# marks the start of a comment that continues up to the
|
1990
1990
|
next closing parenthesis. Nested parentheses are not permitted. The
|
@@ -1998,7 +1998,7 @@ immediately after the next newline in the pattern.
|
|
1998
1998
|
</p>
|
1999
1999
|
</div>
|
2000
2000
|
<div class="refsect1">
|
2001
|
-
<a name="
|
2001
|
+
<a name="id641331"></a><h2>Recursive patterns</h2>
|
2002
2002
|
<p>
|
2003
2003
|
Consider the problem of matching a string in parentheses, allowing for
|
2004
2004
|
unlimited nested parentheses. Without the use of recursion, the best
|
@@ -2130,7 +2130,7 @@ The (?R) item is the actual recursive call.
|
|
2130
2130
|
</p>
|
2131
2131
|
</div>
|
2132
2132
|
<div class="refsect1">
|
2133
|
-
<a name="
|
2133
|
+
<a name="id641488"></a><h2>Subpatterns as subroutines</h2>
|
2134
2134
|
<p>
|
2135
2135
|
If the syntax for a recursive subpattern reference (either by number or
|
2136
2136
|
by name) is used outside the parentheses to which it refers, it operates
|
@@ -2172,7 +2172,7 @@ processing option does not affect the called subpattern.
|
|
2172
2172
|
</p>
|
2173
2173
|
</div>
|
2174
2174
|
<div class="refsect1">
|
2175
|
-
<a name="
|
2175
|
+
<a name="id641562"></a><h2>Copyright</h2>
|
2176
2176
|
<p>
|
2177
2177
|
This document was copied and adapted from the PCRE documentation,
|
2178
2178
|
specifically from the man page for pcrepattern.
|
@@ -2212,6 +2212,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
2212
2212
|
</div>
|
2213
2213
|
<div class="footer">
|
2214
2214
|
<hr>
|
2215
|
-
Generated by GTK-Doc V1.
|
2215
|
+
Generated by GTK-Doc V1.17</div>
|
2216
2216
|
</body>
|
2217
2217
|
</html>
|