glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +46 -0
- data/Rakefile +1 -0
- data/ext/glib2/rbglib.h +1 -1
- data/ext/glib2/rbglib_iochannel.c +15 -6
- data/ext/glib2/rbgobj_signal.c +1 -1
- data/ext/glib2/rbgobject.h +1 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/gnome2-raketask.rb +3 -2
- data/lib/mkmf-gnome2.rb +47 -23
- data/test/glib-test-init.rb +1 -3
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +3 -2
- 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/include/glib-2.0/gio/gaction.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gactiongroup.h +151 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gapplication.h +165 -0
- data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gasyncresult.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gcancellable.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +15 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileiostream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gio.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +158 -2
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +12 -0
- data/vendor/local/include/glib-2.0/gio/giomodule.h +1 -1
- data/vendor/local/include/glib-2.0/gio/giostream.h +11 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +48 -0
- data/vendor/local/include/glib-2.0/gio/goutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +101 -0
- data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +98 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +9 -2
- data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +95 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +87 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gtcpwrapperconnection.h +68 -0
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +92 -0
- data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +83 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +72 -0
- data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +136 -0
- data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +61 -0
- data/vendor/local/include/glib-2.0/glib/glist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +27 -6
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +80 -5
- data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gsequence.h +8 -0
- data/vendor/local/include/glib-2.0/glib/gslist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +37 -0
- data/vendor/local/include/glib-2.0/glib/gtypes.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +22 -16
- data/vendor/local/include/glib-2.0/glib/gutils.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gvariant.h +35 -11
- data/vendor/local/include/glib-2.0/gobject/gobject.h +15 -0
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +5 -0
- data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +4 -2
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
- data/vendor/local/lib/gio-2.0.def +142 -0
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +21 -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.def +3 -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 +2 -2
- 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.26.1-1_win32.mft → glib-dev_2.28.1-1_win32.mft} +55 -19
- data/vendor/local/manifest/{glib_2.26.1-1_win32.mft → glib_2.28.1-1_win32.mft} +3 -2
- data/vendor/local/share/aclocal/glib-2.0.m4 +4 -4
- data/vendor/local/share/doc/{glib-2.26.1 → glib-2.28.1}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.26.1 → glib-dev-2.28.1}/COPYING +0 -0
- data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +72 -21
- data/vendor/local/share/glib-2.0/schemas/gschema.dtd +21 -8
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +469 -0
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +754 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +296 -249
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +1458 -0
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +815 -0
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +61 -97
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +31 -38
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +52 -68
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +38 -50
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +120 -77
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -51
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +26 -35
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +415 -650
- data/vendor/local/share/gtk-doc/html/gio/{gio-GDBusError.html → GDBusError.html} +118 -147
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +204 -347
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +66 -111
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +210 -309
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +68 -87
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +190 -232
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +89 -118
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +196 -270
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +56 -24
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +1090 -1443
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +13 -16
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +66 -86
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +31 -45
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +19 -21
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +466 -602
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +32 -40
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +60 -59
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +32 -47
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -45
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -38
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +184 -52
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +45 -54
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +96 -125
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +49 -71
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +102 -134
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +21 -24
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +34 -41
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +223 -294
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +127 -153
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +35 -46
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +37 -46
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +138 -174
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +46 -68
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +398 -0
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +340 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +89 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -56
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +59 -34
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +82 -95
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +58 -72
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +597 -357
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +125 -75
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +339 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +200 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +232 -167
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +291 -406
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +39 -45
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +301 -223
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +41 -44
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +41 -49
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +22 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +88 -107
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/{gio-GSrvTarget.html → GSrvTarget.html} +74 -77
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +21 -22
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +156 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +29 -35
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +260 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +396 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +428 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +869 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +158 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +32 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +28 -34
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +44 -54
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +49 -57
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +142 -187
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +99 -132
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +33 -32
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +43 -13
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +10 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +36 -28
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +744 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +915 -107
- data/vendor/local/share/gtk-doc/html/gio/application.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/async.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -24
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +54 -36
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +188 -41
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +19 -108
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +16 -179
- data/vendor/local/share/gtk-doc/html/gio/ch28.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch26s02.html → ch28s02.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s03.html → ch28s03.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s04.html → ch28s04.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s05.html → ch28s05.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s06.html → ch28s06.html} +17 -15
- data/vendor/local/share/gtk-doc/html/gio/{ch26s07.html → ch28s07.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +70 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch27s04.html → ch29s04.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gio/{ch27s05.html → ch29s05.html} +12 -12
- data/vendor/local/share/gtk-doc/html/gio/{ch27s06.html → ch29s06.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +27 -14
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +141 -248
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +28 -40
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +29 -112
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +45 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +58 -68
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +18 -20
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +82 -76
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +34 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +25 -33
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +87 -113
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +287 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +119 -151
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +62 -95
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +66 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +312 -91
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +386 -133
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +162 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +7 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +88 -36
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +506 -95
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/networking.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +68 -17
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/settings.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +9 -3
- data/vendor/local/share/gtk-doc/html/gio/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gio/tls.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/utils.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +25 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +112 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +15 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +201 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +144 -210
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +97 -136
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +99 -128
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +104 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +42 -71
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +40 -43
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +224 -314
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +104 -142
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +193 -308
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +51 -76
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +170 -307
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +154 -198
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +45 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +60 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +390 -428
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +265 -333
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +306 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +60 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +122 -152
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +241 -571
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +233 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +310 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +739 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +136 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +22 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +210 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +294 -355
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +27 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +102 -95
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +402 -486
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +308 -442
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +75 -116
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +229 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +36 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +121 -187
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +23 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +80 -107
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +46 -69
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +63 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +121 -115
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +304 -327
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +307 -366
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +39 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +230 -343
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +121 -167
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +31 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +73 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +75 -106
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +229 -184
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +31 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +247 -286
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +281 -283
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +83 -337
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +65 -80
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +36 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +408 -621
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +253 -322
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +161 -252
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +677 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +88 -111
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +378 -475
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +27 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +39 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +19 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +57 -93
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +413 -534
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +117 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +60 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +38 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +6 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +82 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +144 -103
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +170 -105
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +48 -43
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +660 -0
- data/vendor/local/share/gtk-doc/html/glib/index.html +8 -4
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +67 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/glib/tools.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +72 -90
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +79 -108
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +67 -85
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +63 -9
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +47 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +65 -53
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -11
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +18 -18
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +16 -16
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +40 -54
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +405 -512
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +170 -213
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +242 -292
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +91 -127
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +407 -573
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +951 -1268
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +383 -441
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +648 -829
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +82 -95
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +31 -49
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +15 -14
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +13 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +13 -13
- data/vendor/local/share/gtk-doc/html/gobject/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/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/el/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/et/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/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/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/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/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/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/glib-genmarshal.1 +2 -2
- 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/src/tml/packaging/{glib_2.26.1-1_win32.log → glib_2.28.1-1_win32.log} +690 -773
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.sh → glib_2.28.1-1_win32.sh} +2 -4
- metadata +78 -146
- data/ext/glib2/Makefile +0 -169
- data/ext/glib2/glib-enum-types.c +0 -1065
- data/ext/glib2/glib-enum-types.h +0 -144
- data/ext/glib2/ruby-glib2.pc +0 -3
- data/test-unit/COPYING +0 -56
- data/test-unit/GPL +0 -340
- data/test-unit/History.txt +0 -279
- data/test-unit/Manifest.txt +0 -110
- data/test-unit/PSFL +0 -271
- data/test-unit/README.txt +0 -75
- data/test-unit/Rakefile +0 -53
- data/test-unit/TODO +0 -5
- data/test-unit/bin/testrb +0 -5
- data/test-unit/html/bar.png +0 -0
- data/test-unit/html/bar.svg +0 -153
- data/test-unit/html/developer.png +0 -0
- data/test-unit/html/developer.svg +0 -469
- data/test-unit/html/famfamfam-logo.png +0 -0
- data/test-unit/html/favicon.ico +0 -0
- data/test-unit/html/favicon.png +0 -0
- data/test-unit/html/favicon.svg +0 -82
- data/test-unit/html/heading-mark.png +0 -0
- data/test-unit/html/heading-mark.svg +0 -393
- data/test-unit/html/index.html +0 -285
- data/test-unit/html/index.html.ja +0 -299
- data/test-unit/html/install.png +0 -0
- data/test-unit/html/install.svg +0 -636
- data/test-unit/html/jp.png +0 -0
- data/test-unit/html/kinotan-failure.png +0 -0
- data/test-unit/html/kinotan-pass.png +0 -0
- data/test-unit/html/logo.png +0 -0
- data/test-unit/html/logo.svg +0 -483
- data/test-unit/html/reference.png +0 -0
- data/test-unit/html/rubyforge.png +0 -0
- data/test-unit/html/tango-logo.png +0 -0
- data/test-unit/html/test-unit.css +0 -339
- data/test-unit/html/tutorial.png +0 -0
- data/test-unit/html/tutorial.svg +0 -559
- data/test-unit/html/us.png +0 -0
- data/test-unit/images/color-diff.png +0 -0
- data/test-unit/lib/test/unit.rb +0 -328
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
- data/test-unit/lib/test/unit/assertions.rb +0 -1792
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -415
- data/test-unit/lib/test/unit/collector.rb +0 -38
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -187
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/collector/xml.rb +0 -250
- data/test-unit/lib/test/unit/color-scheme.rb +0 -106
- data/test-unit/lib/test/unit/color.rb +0 -96
- data/test-unit/lib/test/unit/diff.rb +0 -740
- data/test-unit/lib/test/unit/error.rb +0 -131
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -136
- data/test-unit/lib/test/unit/fixture.rb +0 -185
- data/test-unit/lib/test/unit/notification.rb +0 -129
- data/test-unit/lib/test/unit/omission.rb +0 -191
- data/test-unit/lib/test/unit/pending.rb +0 -150
- data/test-unit/lib/test/unit/priority.rb +0 -180
- data/test-unit/lib/test/unit/runner/console.rb +0 -52
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/runner/tap.rb +0 -8
- data/test-unit/lib/test/unit/runner/xml.rb +0 -15
- data/test-unit/lib/test/unit/testcase.rb +0 -515
- data/test-unit/lib/test/unit/testresult.rb +0 -125
- data/test-unit/lib/test/unit/testsuite.rb +0 -134
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -467
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -86
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/ui/xml/testrunner.rb +0 -224
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/output.rb +0 -31
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/test_adder.rb +0 -20
- data/test-unit/sample/test_subtracter.rb +0 -20
- data/test-unit/sample/test_user.rb +0 -23
- data/test-unit/test/collector/test-descendant.rb +0 -133
- data/test-unit/test/collector/test-load.rb +0 -442
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_objectspace.rb +0 -100
- data/test-unit/test/run-test.rb +0 -22
- data/test-unit/test/test-assertions.rb +0 -1849
- data/test-unit/test/test-attribute.rb +0 -86
- data/test-unit/test/test-color-scheme.rb +0 -69
- data/test-unit/test/test-color.rb +0 -47
- data/test-unit/test/test-diff.rb +0 -518
- data/test-unit/test/test-emacs-runner.rb +0 -60
- data/test-unit/test/test-fixture.rb +0 -324
- data/test-unit/test/test-notification.rb +0 -33
- data/test-unit/test/test-omission.rb +0 -81
- data/test-unit/test/test-pending.rb +0 -70
- data/test-unit/test/test-priority.rb +0 -119
- data/test-unit/test/test-testcase.rb +0 -569
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -137
- data/test-unit/test/testunit-test-util.rb +0 -14
- data/test-unit/test/ui/test_tap.rb +0 -33
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test-method-owner-finder.rb +0 -38
- data/test-unit/test/util/test-output.rb +0 -11
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
- data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
- data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
@@ -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.16.1 (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">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="glib-regex-syntax.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div class="refentry"
|
22
|
+
<div class="refentry">
|
23
23
|
<a name="glib-changes"></a><div class="titlepage"></div>
|
24
24
|
<div class="refnamediv"><table width="100%"><tr>
|
25
25
|
<td valign="top">
|
@@ -30,8 +30,8 @@ Incompatible changes made between successing versions of GLib
|
|
30
30
|
</td>
|
31
31
|
<td valign="top" align="right"></td>
|
32
32
|
</tr></table></div>
|
33
|
-
<div class="refsect1"
|
34
|
-
<a name="
|
33
|
+
<div class="refsect1">
|
34
|
+
<a name="id426698"></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
|
@@ -55,14 +55,8 @@ with Glib-2.0 that you need to reproduce exactly.
|
|
55
55
|
</p>
|
56
56
|
</li></ul></div>
|
57
57
|
</div>
|
58
|
-
<div class="refsect1"
|
59
|
-
<a name="
|
60
|
-
<p>
|
61
|
-
The <a class="ulink" href="http://developer.gnome.org/dotplan/porting/" target="_top">GNOME 2.0
|
62
|
-
porting guide</a> on <a class="ulink" href="http://developer.gnome.org" target="_top">http://developer.gnome.org</a>
|
63
|
-
has some more detailed discussion of porting from 1.2 to 2.0.
|
64
|
-
See the section on GLib.
|
65
|
-
</p>
|
58
|
+
<div class="refsect1">
|
59
|
+
<a name="id441678"></a><h2>Incompatible changes from 1.2 to 2.0</h2>
|
66
60
|
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
67
61
|
<li class="listitem">
|
68
62
|
<p>
|
@@ -154,6 +148,6 @@ Deprecated functions that got removed:
|
|
154
148
|
</div>
|
155
149
|
<div class="footer">
|
156
150
|
<hr>
|
157
|
-
Generated by GTK-Doc V1.
|
151
|
+
Generated by GTK-Doc V1.16.1</div>
|
158
152
|
</body>
|
159
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.16.1 (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">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="glib-running.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div class="refentry"
|
22
|
+
<div class="refentry">
|
23
23
|
<a name="glib-compiling"></a><div class="titlepage"></div>
|
24
24
|
<div class="refnamediv"><table width="100%"><tr>
|
25
25
|
<td valign="top">
|
@@ -30,8 +30,8 @@ How to compile your GLib application
|
|
30
30
|
</td>
|
31
31
|
<td valign="top" align="right"></td>
|
32
32
|
</tr></table></div>
|
33
|
-
<div class="refsect1"
|
34
|
-
<a name="
|
33
|
+
<div class="refsect1">
|
34
|
+
<a name="id430781"></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.16.1</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.16.1 (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">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="glib-The-Main-Event-Loop.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div class="chapter"
|
22
|
+
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="glib-core"></a>GLib Core Application Support</h2></div></div></div>
|
25
25
|
<div class="toc"><dl>
|
@@ -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.16.1</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.16.1 (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">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="glib-compiling.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div class="refentry"
|
22
|
+
<div class="refentry">
|
23
23
|
<a name="glib-cross-compiling"></a><div class="titlepage"></div>
|
24
24
|
<div class="refnamediv"><table width="100%"><tr>
|
25
25
|
<td valign="top">
|
@@ -30,7 +30,7 @@ How to cross-compile GLib
|
|
30
30
|
</td>
|
31
31
|
<td valign="top" align="right"></td>
|
32
32
|
</tr></table></div>
|
33
|
-
<div class="refsect1"
|
33
|
+
<div class="refsect1">
|
34
34
|
<a name="cross"></a><h2>Building the Library for a different architecture</h2>
|
35
35
|
<p>
|
36
36
|
Cross-compilation is the process of compiling a program or
|
@@ -74,9 +74,9 @@ chmod a-w win32.cache # prevent configure from changing it
|
|
74
74
|
of these won't need to be set in most cases.
|
75
75
|
</p>
|
76
76
|
</div>
|
77
|
-
<div class="refsect1"
|
77
|
+
<div class="refsect1">
|
78
78
|
<a name="cache-file-variables"></a><h2>Cache file variables</h2>
|
79
|
-
<p
|
79
|
+
<p><b>glib_cv_long_long_format=[ll/q/I64]. </b>
|
80
80
|
Format used by <code class="function">printf()</code> and
|
81
81
|
<code class="function">scanf()</code> for 64 bit integers. "ll" is
|
82
82
|
the C99 standard, and what is used by the 'trio' library
|
@@ -84,68 +84,68 @@ chmod a-w win32.cache # prevent configure from changing it
|
|
84
84
|
insufficiently capable.
|
85
85
|
Doesn't need to be set if you are compiling using trio.
|
86
86
|
</p>
|
87
|
-
<p
|
87
|
+
<p><b>glib_cv_stack_grows=[yes/no]. </b>
|
88
88
|
Whether the stack grows up or down. Most places will want "no",
|
89
89
|
A few architectures, such as PA-RISC need "yes".
|
90
90
|
</p>
|
91
|
-
<p
|
91
|
+
<p><b>glib_cv_working_bcopy=[yes/no]. </b>
|
92
92
|
Whether your <code class="function">bcopy()</code> can handle overlapping
|
93
93
|
copies. Only needs to be set if you don't have
|
94
94
|
<code class="function">memmove()</code>. (Very unlikely)
|
95
95
|
</p>
|
96
|
-
<p
|
96
|
+
<p><b>glib_cv_sane_realloc=[yes/np]. </b>
|
97
97
|
Whether your <code class="function">realloc()</code> conforms to ANSI C
|
98
98
|
and can handle <code class="literal">NULL</code> as the first argument.
|
99
99
|
Defaults to "yes" and probably doesn't need to be set.
|
100
100
|
</p>
|
101
|
-
<p
|
101
|
+
<p><b>glib_cv_have_strlcpy=[yes/no]. </b>
|
102
102
|
Whether you have <code class="function">strlcpy()</code> that matches
|
103
103
|
OpenBSD. Defaults to "no", which is safe, since GLib uses a
|
104
104
|
built-in version in that case.
|
105
105
|
</p>
|
106
|
-
<p
|
106
|
+
<p><b>glib_cv_va_val_copy=[yes/no]. </b>
|
107
107
|
Whether <span class="type">va_list</span> can be copied as a pointer. If set
|
108
108
|
to "no", then <code class="function">memcopy()</code> will be used. Only
|
109
109
|
matters if you don't have <code class="function">va_copy()</code> or
|
110
110
|
<code class="function">__va_copy()</code>. (So, doesn't matter for GCC.)
|
111
111
|
Defaults to "yes" which is slightly more common than "no".
|
112
112
|
</p>
|
113
|
-
<p
|
113
|
+
<p><b>glib_cv_rtldglobal_broken=[yes/no]. </b>
|
114
114
|
Whether you have a bug found in OSF/1 v5.0. Defaults to "no".
|
115
115
|
</p>
|
116
|
-
<p
|
116
|
+
<p><b>glib_cv_uscore=[yes/no]. </b>
|
117
117
|
Whether an underscore needs to be prepended to symbols when
|
118
118
|
looking them up via <code class="function">dlsym()</code>. Only needs to
|
119
119
|
be set if your system uses
|
120
120
|
<code class="function">dlopen()</code>/<code class="function">dlsym()</code>.
|
121
121
|
</p>
|
122
|
-
<p
|
122
|
+
<p><b>ac_cv_func_posix_getpwuid_r=[yes/no]. </b>
|
123
123
|
Whether you have a getpwuid_r function (in your C library,
|
124
124
|
not your thread library) that conforms to the POSIX spec.
|
125
125
|
(Takes a 'struct passwd **' as the final argument)
|
126
126
|
</p>
|
127
|
-
<p
|
127
|
+
<p><b>ac_cv_func_nonposix_getpwuid_r=[yes/no]. </b>
|
128
128
|
Whether you have some variant of <code class="function">getpwuid_r()</code>
|
129
129
|
that doesn't conform to to the POSIX spec, but GLib might be able
|
130
130
|
to use (or might segfault.) Only needs to be set if
|
131
131
|
<code class="literal">ac_cv_func_posix_getpwuid_r</code> is not set. It's
|
132
132
|
safest to set this to "no".
|
133
133
|
</p>
|
134
|
-
<p
|
134
|
+
<p><b>ac_cv_func_posix_getgrgid_r=[yes/no]. </b>
|
135
135
|
Whether you have a getgrgid_r function that conforms to
|
136
136
|
the POSIX spec.
|
137
137
|
</p>
|
138
|
-
<p
|
138
|
+
<p><b>glib_cv_use_pid_surrogate=[yes/no]. </b>
|
139
139
|
Whether to use a <code class="function">setpriority()</code> on the PID of
|
140
140
|
the thread as a method for setting the priority of threads. This
|
141
141
|
only needs to be set when using POSIX threads.
|
142
142
|
</p>
|
143
|
-
<p
|
143
|
+
<p><b>ac_cv_func_printf_unix98=[yes/no]. </b>
|
144
144
|
Whether your <code class="function">printf()</code> family supports Unix98
|
145
145
|
style <code class="literal">%N$</code> positional parameters. Defaults to
|
146
146
|
"no".
|
147
147
|
</p>
|
148
|
-
<p
|
148
|
+
<p><b>ac_cv_func_vsnprintf_c99=[yes/no]. </b>
|
149
149
|
Whether you have a <code class="function">vsnprintf()</code> with C99
|
150
150
|
semantics. (C99 semantics means returning the number of bytes
|
151
151
|
that would have been written had the output buffer had enough
|
@@ -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.16.1</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.16.1 (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">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="glib-Memory-Slices.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div class="chapter"
|
22
|
+
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="glib-data-types"></a>GLib Data Types</h2></div></div></div>
|
25
25
|
<div class="toc"><dl>
|
@@ -111,10 +111,13 @@
|
|
111
111
|
<dt>
|
112
112
|
<span class="refentrytitle"><a href="gvariant-format-strings.html">GVariant Format Strings</a></span><span class="refpurpose"></span>
|
113
113
|
</dt>
|
114
|
+
<dt>
|
115
|
+
<span class="refentrytitle"><a href="gvariant-text.html">GVariant Text Format</a></span><span class="refpurpose"></span>
|
116
|
+
</dt>
|
114
117
|
</dl></div>
|
115
118
|
</div>
|
116
119
|
<div class="footer">
|
117
120
|
<hr>
|
118
|
-
Generated by GTK-Doc V1.
|
121
|
+
Generated by GTK-Doc V1.16.1</div>
|
119
122
|
</body>
|
120
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.16.1 (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">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="glib-Version-Information.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div class="chapter"
|
22
|
+
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="glib-fundamentals"></a>GLib Fundamentals</h2></div></div></div>
|
25
25
|
<div class="toc"><dl>
|
@@ -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.16.1</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.16.1 (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">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="gtester.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div lang="en" class="refentry"
|
22
|
+
<div lang="en" class="refentry">
|
23
23
|
<a name="glib-gettextize"></a><div class="titlepage"></div>
|
24
24
|
<div class="refnamediv"><table width="100%"><tr>
|
25
25
|
<td valign="top">
|
@@ -28,12 +28,12 @@
|
|
28
28
|
</td>
|
29
29
|
<td valign="top" align="right"></td>
|
30
30
|
</tr></table></div>
|
31
|
-
<div class="refsynopsisdiv"
|
31
|
+
<div class="refsynopsisdiv">
|
32
32
|
<h2>Synopsis</h2>
|
33
33
|
<div class="cmdsynopsis"><p><code class="command">glib-gettextize</code> [option...] [directory]</p></div>
|
34
34
|
</div>
|
35
|
-
<div class="refsect1"
|
36
|
-
<a name="
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="id443830"></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
|
@@ -46,8 +46,8 @@ from <span class="command"><strong>gettextize</strong></span> in that it doesn't
|
|
46
46
|
<span class="command"><strong>gettextize</strong></span> behave like this when called with the
|
47
47
|
<code class="option">--no-changelog</code> option).
|
48
48
|
</p>
|
49
|
-
<div class="refsect2"
|
50
|
-
<a name="
|
49
|
+
<div class="refsect2">
|
50
|
+
<a name="id432375"></a><h3>Options</h3>
|
51
51
|
<div class="variablelist"><table border="0">
|
52
52
|
<col align="left" valign="top">
|
53
53
|
<tbody>
|
@@ -79,8 +79,8 @@ force writing of new files even if old ones exist
|
|
79
79
|
</table></div>
|
80
80
|
</div>
|
81
81
|
</div>
|
82
|
-
<div class="refsect1"
|
83
|
-
<a name="
|
82
|
+
<div class="refsect1">
|
83
|
+
<a name="id412014"></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.16.1</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.16.1 (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">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
20
|
<td><a accesskey="n" href="glib-resources.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div class="refentry"
|
22
|
+
<div class="refentry">
|
23
23
|
<a name="glib-regex-syntax"></a><div class="titlepage"></div>
|
24
24
|
<div class="refnamediv"><table width="100%"><tr>
|
25
25
|
<td valign="top">
|
@@ -30,8 +30,8 @@ Syntax and semantics of the regular expressions supported by GRegex
|
|
30
30
|
</td>
|
31
31
|
<td valign="top" align="right"></td>
|
32
32
|
</tr></table></div>
|
33
|
-
<div class="refsect1"
|
34
|
-
<a name="
|
33
|
+
<div class="refsect1">
|
34
|
+
<a name="id430086"></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="id436351"></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="id412455"></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">
|
@@ -162,8 +162,8 @@ class". In a character class the only metacharacters are:
|
|
162
162
|
</div>
|
163
163
|
<br class="table-break">
|
164
164
|
</div>
|
165
|
-
<div class="refsect1"
|
166
|
-
<a name="
|
165
|
+
<div class="refsect1">
|
166
|
+
<a name="id417983"></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
|
@@ -197,8 +197,8 @@ you can do so by putting them between \Q and \E.
|
|
197
197
|
The \Q...\E sequence is recognized both inside and outside character
|
198
198
|
classes.
|
199
199
|
</p>
|
200
|
-
<div class="refsect2"
|
201
|
-
<a name="
|
200
|
+
<div class="refsect2">
|
201
|
+
<a name="id418022"></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="id418035"></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="id451236"></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">
|
@@ -372,8 +372,8 @@ Outside a character class, these sequences have different meanings (see below).
|
|
372
372
|
</p>
|
373
373
|
</div>
|
374
374
|
<hr>
|
375
|
-
<div class="refsect2"
|
376
|
-
<a name="
|
375
|
+
<div class="refsect2">
|
376
|
+
<a name="id451396"></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
|
@@ -381,14 +381,14 @@ discussed later, following the discussion of parenthesized subpatterns.
|
|
381
381
|
</p>
|
382
382
|
</div>
|
383
383
|
<hr>
|
384
|
-
<div class="refsect2"
|
385
|
-
<a name="
|
384
|
+
<div class="refsect2">
|
385
|
+
<a name="id451409"></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="id451420"></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">
|
@@ -451,8 +451,8 @@ Characters with values greater than 128 never match \d,
|
|
451
451
|
</p>
|
452
452
|
</div>
|
453
453
|
<hr>
|
454
|
-
<div class="refsect2"
|
455
|
-
<a name="
|
454
|
+
<div class="refsect2">
|
455
|
+
<a name="id451559"></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
|
@@ -463,14 +463,14 @@ The two-character sequence is treated as a single unit that
|
|
463
463
|
cannot be split. Inside a character class, \R matches the letter "R".</p>
|
464
464
|
</div>
|
465
465
|
<hr>
|
466
|
-
<div class="refsect2"
|
467
|
-
<a name="
|
466
|
+
<div class="refsect2">
|
467
|
+
<a name="id451574"></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="id451585"></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="id451703"></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">
|
@@ -619,8 +619,8 @@ characters. That is why the traditional escape sequences such as \d and
|
|
619
619
|
</p>
|
620
620
|
</div>
|
621
621
|
<hr>
|
622
|
-
<div class="refsect2"
|
623
|
-
<a name="
|
622
|
+
<div class="refsect2">
|
623
|
+
<a name="id451871"></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="id451883"></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">
|
@@ -710,8 +710,8 @@ in the compiled regular expression.
|
|
710
710
|
</p>
|
711
711
|
</div>
|
712
712
|
</div>
|
713
|
-
<div class="refsect1"
|
714
|
-
<a name="
|
713
|
+
<div class="refsect1">
|
714
|
+
<a name="id452043"></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
|
@@ -768,8 +768,8 @@ end of the string in both modes, and if all branches of a pattern start with
|
|
768
768
|
is set.
|
769
769
|
</p>
|
770
770
|
</div>
|
771
|
-
<div class="refsect1"
|
772
|
-
<a name="
|
771
|
+
<div class="refsect1">
|
772
|
+
<a name="id452124"></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
|
@@ -801,8 +801,8 @@ dollar, the only relationship being that they both involve newlines. Dot has no
|
|
801
801
|
special meaning in a character class.
|
802
802
|
</p>
|
803
803
|
</div>
|
804
|
-
<div class="refsect1"
|
805
|
-
<a name="
|
804
|
+
<div class="refsect1">
|
805
|
+
<a name="id452167"></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
|
@@ -818,8 +818,8 @@ below), because in UTF-8 mode this would make it impossible to calculate
|
|
818
818
|
the length of the lookbehind.
|
819
819
|
</p>
|
820
820
|
</div>
|
821
|
-
<div class="refsect1"
|
822
|
-
<a name="
|
821
|
+
<div class="refsect1">
|
822
|
+
<a name="id452187"></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,
|
@@ -903,8 +903,8 @@ next section), and the terminating closing square bracket. However,
|
|
903
903
|
escaping other non-alphanumeric characters does no harm.
|
904
904
|
</p>
|
905
905
|
</div>
|
906
|
-
<div class="refsect1"
|
907
|
-
<a name="
|
906
|
+
<div class="refsect1">
|
907
|
+
<a name="id452273"></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="id452293"></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">
|
@@ -1011,8 +1011,8 @@ In UTF-8 mode, characters with values greater than 128 do not match any
|
|
1011
1011
|
of the POSIX character classes.
|
1012
1012
|
</p>
|
1013
1013
|
</div>
|
1014
|
-
<div class="refsect1"
|
1015
|
-
<a name="
|
1014
|
+
<div class="refsect1">
|
1015
|
+
<a name="id452524"></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
|
@@ -1027,8 +1027,8 @@ string). The matching process tries each alternative in turn, from
|
|
1027
1027
|
left to right, and the first one that succeeds is used. If the alternatives are within a subpattern (defined below), "succeeds" means matching the rest of the main pattern as well as the alternative in the subpattern.
|
1028
1028
|
</p>
|
1029
1029
|
</div>
|
1030
|
-
<div class="refsect1"
|
1031
|
-
<a name="
|
1030
|
+
<div class="refsect1">
|
1031
|
+
<a name="id452549"></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="id452575"></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">
|
@@ -1109,8 +1109,8 @@ can be changed in the same way as the Perl-compatible options by using
|
|
1109
1109
|
the characters U, X and J respectively.
|
1110
1110
|
</p>
|
1111
1111
|
</div>
|
1112
|
-
<div class="refsect1"
|
1113
|
-
<a name="
|
1112
|
+
<div class="refsect1">
|
1113
|
+
<a name="id452744"></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:
|
@@ -1173,8 +1173,8 @@ subsequent branches, so the above patterns match "SUNDAY" as well as
|
|
1173
1173
|
"Saturday".
|
1174
1174
|
</p>
|
1175
1175
|
</div>
|
1176
|
-
<div class="refsect1"
|
1177
|
-
<a name="
|
1176
|
+
<div class="refsect1">
|
1177
|
+
<a name="id452830"></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.
|
@@ -1214,8 +1214,8 @@ make a reference to a non-unique named subpattern from elsewhere in the
|
|
1214
1214
|
pattern, the one that corresponds to the lowest number is used.
|
1215
1215
|
</p>
|
1216
1216
|
</div>
|
1217
|
-
<div class="refsect1"
|
1218
|
-
<a name="
|
1217
|
+
<div class="refsect1">
|
1218
|
+
<a name="id452872"></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="id452985"></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">
|
@@ -1418,8 +1418,8 @@ For example, after
|
|
1418
1418
|
matches "aba" the value of the second captured substring is "b".
|
1419
1419
|
</p>
|
1420
1420
|
</div>
|
1421
|
-
<div class="refsect1"
|
1422
|
-
<a name="
|
1421
|
+
<div class="refsect1">
|
1422
|
+
<a name="id453213"></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
|
@@ -1536,8 +1536,8 @@ group, like this:
|
|
1536
1536
|
sequences of non-digits cannot be broken, and failure happens quickly.
|
1537
1537
|
</p>
|
1538
1538
|
</div>
|
1539
|
-
<div class="refsect1"
|
1540
|
-
<a name="
|
1539
|
+
<div class="refsect1">
|
1540
|
+
<a name="id455849"></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
|
@@ -1645,8 +1645,8 @@ to match the back reference. This can be done using alternation, as in
|
|
1645
1645
|
the example above, or by a quantifier with a minimum of zero.
|
1646
1646
|
</p>
|
1647
1647
|
</div>
|
1648
|
-
<div class="refsect1"
|
1649
|
-
<a name="
|
1648
|
+
<div class="refsect1">
|
1649
|
+
<a name="id455976"></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.
|
@@ -1669,8 +1669,8 @@ subpatterns in the whole pattern. However, substring capturing is carried
|
|
1669
1669
|
out only for positive assertions, because it does not make sense for
|
1670
1670
|
negative assertions.
|
1671
1671
|
</p>
|
1672
|
-
<div class="refsect2"
|
1673
|
-
<a name="
|
1672
|
+
<div class="refsect2">
|
1673
|
+
<a name="id456000"></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,
|
@@ -1706,8 +1706,8 @@ string must always fail.
|
|
1706
1706
|
</p>
|
1707
1707
|
</div>
|
1708
1708
|
<hr>
|
1709
|
-
<div class="refsect2"
|
1710
|
-
<a name="
|
1709
|
+
<div class="refsect2">
|
1710
|
+
<a name="id456051"></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,
|
@@ -1795,8 +1795,8 @@ processing time.
|
|
1795
1795
|
</p>
|
1796
1796
|
</div>
|
1797
1797
|
<hr>
|
1798
|
-
<div class="refsect2"
|
1799
|
-
<a name="
|
1798
|
+
<div class="refsect2">
|
1799
|
+
<a name="id456166"></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>
|
@@ -1840,8 +1840,8 @@ three characters that are not "999".
|
|
1840
1840
|
</p>
|
1841
1841
|
</div>
|
1842
1842
|
</div>
|
1843
|
-
<div class="refsect1"
|
1844
|
-
<a name="
|
1843
|
+
<div class="refsect1">
|
1844
|
+
<a name="id456229"></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
|
@@ -1861,8 +1861,8 @@ in the subpattern, a compile-time error occurs.
|
|
1861
1861
|
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
|
-
<div class="refsect2"
|
1865
|
-
<a name="
|
1864
|
+
<div class="refsect2">
|
1865
|
+
<a name="id456258"></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
|
@@ -1890,8 +1890,8 @@ optionally enclosed in parentheses.
|
|
1890
1890
|
</p>
|
1891
1891
|
</div>
|
1892
1892
|
<hr>
|
1893
|
-
<div class="refsect2"
|
1894
|
-
<a name="
|
1893
|
+
<div class="refsect2">
|
1894
|
+
<a name="id456294"></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,
|
@@ -1909,8 +1909,8 @@ Rewriting the above example to use a named subpattern gives this:
|
|
1909
1909
|
</pre>
|
1910
1910
|
</div>
|
1911
1911
|
<hr>
|
1912
|
-
<div class="refsect2"
|
1913
|
-
<a name="
|
1912
|
+
<div class="refsect2">
|
1913
|
+
<a name="id456319"></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
|
@@ -1932,8 +1932,8 @@ patterns are described below.
|
|
1932
1932
|
</p>
|
1933
1933
|
</div>
|
1934
1934
|
<hr>
|
1935
|
-
<div class="refsect2"
|
1936
|
-
<a name="
|
1935
|
+
<div class="refsect2">
|
1936
|
+
<a name="id456348"></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
|
@@ -1960,8 +1960,8 @@ each end.
|
|
1960
1960
|
</p>
|
1961
1961
|
</div>
|
1962
1962
|
<hr>
|
1963
|
-
<div class="refsect2"
|
1964
|
-
<a name="
|
1963
|
+
<div class="refsect2">
|
1964
|
+
<a name="id456381"></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
|
@@ -1983,8 +1983,8 @@ letters and dd are digits.
|
|
1983
1983
|
</p>
|
1984
1984
|
</div>
|
1985
1985
|
</div>
|
1986
|
-
<div class="refsect1"
|
1987
|
-
<a name="
|
1986
|
+
<div class="refsect1">
|
1987
|
+
<a name="id456409"></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
|
@@ -1997,8 +1997,8 @@ character outside a character class introduces a comment that continues to
|
|
1997
1997
|
immediately after the next newline in the pattern.
|
1998
1998
|
</p>
|
1999
1999
|
</div>
|
2000
|
-
<div class="refsect1"
|
2001
|
-
<a name="
|
2000
|
+
<div class="refsect1">
|
2001
|
+
<a name="id456431"></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
|
@@ -2129,8 +2129,8 @@ two different alternatives for the recursive and non-recursive cases.
|
|
2129
2129
|
The (?R) item is the actual recursive call.
|
2130
2130
|
</p>
|
2131
2131
|
</div>
|
2132
|
-
<div class="refsect1"
|
2133
|
-
<a name="
|
2132
|
+
<div class="refsect1">
|
2133
|
+
<a name="id456588"></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
|
@@ -2171,8 +2171,8 @@ It matches "abcabc". It does not match "abcABC" because the change of
|
|
2171
2171
|
processing option does not affect the called subpattern.
|
2172
2172
|
</p>
|
2173
2173
|
</div>
|
2174
|
-
<div class="refsect1"
|
2175
|
-
<a name="
|
2174
|
+
<div class="refsect1">
|
2175
|
+
<a name="id456662"></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.16.1</div>
|
2216
2216
|
</body>
|
2217
2217
|
</html>
|