glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/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="index.html" title="GLib Reference Manual">
|
9
9
|
<link rel="prev" href="index.html" title="GLib Reference Manual">
|
10
10
|
<link rel="next" href="glib-building.html" title="Compiling the GLib package">
|
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-building.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"></a>GLib Overview</h2></div></div></div>
|
25
25
|
<div class="toc"><dl>
|
@@ -75,6 +75,6 @@ synchronize their operation.
|
|
75
75
|
</div>
|
76
76
|
<div class="footer">
|
77
77
|
<hr>
|
78
|
-
Generated by GTK-Doc V1.
|
78
|
+
Generated by GTK-Doc V1.16.1</div>
|
79
79
|
</body>
|
80
80
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="tools.html" title="GLib Tools">
|
9
9
|
<link rel="prev" href="gtester.html" title="gtester">
|
10
10
|
<link rel="next" href="api-index-full.html" title="Index">
|
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="api-index-full.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="gtester-report"></a><div class="titlepage"></div>
|
24
24
|
<div class="refnamediv"><table width="100%"><tr>
|
25
25
|
<td valign="top">
|
@@ -28,17 +28,17 @@
|
|
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">gtester-report</code> [option...] [gtester-log]</p></div>
|
34
34
|
</div>
|
35
|
-
<div class="refsect1"
|
36
|
-
<a name="
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="id558080"></a><h2>Description</h2>
|
37
37
|
<p><span class="command"><strong>gtester-report</strong></span> is a script which converts
|
38
38
|
the XML output generated by gtester into HTML.
|
39
39
|
</p>
|
40
|
-
<div class="refsect2"
|
41
|
-
<a name="
|
40
|
+
<div class="refsect2">
|
41
|
+
<a name="id416513"></a><h3>Options</h3>
|
42
42
|
<div class="variablelist"><table border="0">
|
43
43
|
<col align="left" valign="top">
|
44
44
|
<tbody>
|
@@ -58,8 +58,8 @@ print version information and exit
|
|
58
58
|
</table></div>
|
59
59
|
</div>
|
60
60
|
</div>
|
61
|
-
<div class="refsect1"
|
62
|
-
<a name="
|
61
|
+
<div class="refsect1">
|
62
|
+
<a name="id423595"></a><h2>See also</h2>
|
63
63
|
<p>
|
64
64
|
<span class="citerefentry"><span class="refentrytitle">gtester</span>(1)</span>
|
65
65
|
</p>
|
@@ -67,6 +67,6 @@ print version information and exit
|
|
67
67
|
</div>
|
68
68
|
<div class="footer">
|
69
69
|
<hr>
|
70
|
-
Generated by GTK-Doc V1.
|
70
|
+
Generated by GTK-Doc V1.16.1</div>
|
71
71
|
</body>
|
72
72
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="tools.html" title="GLib Tools">
|
9
9
|
<link rel="prev" href="glib-gettextize.html" title="glib-gettextize">
|
10
10
|
<link rel="next" href="gtester-report.html" title="gtester-report">
|
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-report.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="gtester"></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">gtester</code> [option...] [testprogram]</p></div>
|
34
34
|
</div>
|
35
|
-
<div class="refsect1"
|
36
|
-
<a name="
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="id422191"></a><h2>Description</h2>
|
37
37
|
<p><span class="command"><strong>gtester</strong></span> is a utility to run unit tests that have
|
38
38
|
been written using the GLib test framework.
|
39
39
|
</p>
|
@@ -42,8 +42,8 @@ When called with the <code class="option">-o</code> option, <span class="command
|
|
42
42
|
writes an XML report of the test results, which can be converted
|
43
43
|
into HTML using the <span class="command"><strong>gtester-report</strong></span> utility.
|
44
44
|
</p>
|
45
|
-
<div class="refsect2"
|
46
|
-
<a name="
|
45
|
+
<div class="refsect2">
|
46
|
+
<a name="id486974"></a><h3>Options</h3>
|
47
47
|
<div class="variablelist"><table border="0">
|
48
48
|
<col align="left" valign="top">
|
49
49
|
<tbody>
|
@@ -117,8 +117,8 @@ report success per testcase
|
|
117
117
|
</table></div>
|
118
118
|
</div>
|
119
119
|
</div>
|
120
|
-
<div class="refsect1"
|
121
|
-
<a name="
|
120
|
+
<div class="refsect1">
|
121
|
+
<a name="id445632"></a><h2>See also</h2>
|
122
122
|
<p>
|
123
123
|
<span class="citerefentry"><span class="refentrytitle">gtester-report</span>(1)</span>
|
124
124
|
</p>
|
@@ -126,6 +126,6 @@ report success per testcase
|
|
126
126
|
</div>
|
127
127
|
<div class="footer">
|
128
128
|
<hr>
|
129
|
-
Generated by GTK-Doc V1.
|
129
|
+
Generated by GTK-Doc V1.16.1</div>
|
130
130
|
</body>
|
131
131
|
</html>
|
@@ -7,8 +7,8 @@
|
|
7
7
|
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
8
|
<link rel="up" href="glib-data-types.html" title="GLib Data Types">
|
9
9
|
<link rel="prev" href="glib-GVariant.html" title="GVariant">
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="gvariant-text.html" title="GVariant Text Format">
|
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">
|
@@ -17,12 +17,12 @@
|
|
17
17
|
<td><a accesskey="u" href="glib-data-types.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
18
18
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
19
19
|
<th width="100%" align="center">GLib Reference Manual</th>
|
20
|
-
<td><a accesskey="n" href="
|
20
|
+
<td><a accesskey="n" href="gvariant-text.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="gvariant-format-strings"></a><div class="titlepage"></div>
|
24
|
-
<div class="refsect1"
|
25
|
-
<a name="
|
24
|
+
<div class="refsect1">
|
25
|
+
<a name="id409284"></a><h2>Variable Argument Conversions</h2>
|
26
26
|
<p>
|
27
27
|
This page attempts to document how to perform variable argument conversions with GVariant.
|
28
28
|
</p>
|
@@ -37,8 +37,8 @@
|
|
37
37
|
<a class="link" href="glib-GVariant.html#g-variant-get" title="g_variant_get ()"><code class="function">g_variant_get()</code></a> function.
|
38
38
|
</p>
|
39
39
|
</div>
|
40
|
-
<div class="refsect1"
|
41
|
-
<a name="
|
40
|
+
<div class="refsect1">
|
41
|
+
<a name="id423008"></a><h2>Syntax</h2>
|
42
42
|
<p>
|
43
43
|
This section exhaustively describes all possibilities for GVariant format strings. There are no valid forms of
|
44
44
|
format strings other than those described here. Please note that the format string syntax is likely to expand in the
|
@@ -69,8 +69,8 @@
|
|
69
69
|
</p></li>
|
70
70
|
</ul></div>
|
71
71
|
</div>
|
72
|
-
<div class="refsect1"
|
73
|
-
<a name="
|
72
|
+
<div class="refsect1">
|
73
|
+
<a name="id411948"></a><h2>Symbols</h2>
|
74
74
|
<p>
|
75
75
|
The following table describes the rough meaning of symbols that may appear inside a GVariant format string. Each
|
76
76
|
symbol is described in detail in its own section, including usage examples.
|
@@ -133,7 +133,7 @@
|
|
133
133
|
<td>
|
134
134
|
<p>
|
135
135
|
Used for building or deconstructing variant types. See
|
136
|
-
Variants below.
|
136
|
+
<a href="gvariant-format-strings.html#gvariant-format-strings-variants">Variants</a> below.
|
137
137
|
</p>
|
138
138
|
</td>
|
139
139
|
</tr>
|
@@ -264,7 +264,7 @@
|
|
264
264
|
</tr>
|
265
265
|
</tbody>
|
266
266
|
</table></div>
|
267
|
-
<div class="refsect2"
|
267
|
+
<div class="refsect2">
|
268
268
|
<a name="gvariant-format-strings-numeric-types"></a><h3>Numeric Types</h3>
|
269
269
|
<p>
|
270
270
|
<span class="strong"><strong>
|
@@ -461,8 +461,8 @@
|
|
461
461
|
No type promotion occurs when using <a class="link" href="glib-GVariant.html#g-variant-get" title="g_variant_get ()"><code class="function">g_variant_get()</code></a> since
|
462
462
|
it operates with pointers. The pointers must always point to a memory region of exactly the correct size.
|
463
463
|
</p>
|
464
|
-
<div class="refsect3"
|
465
|
-
<a name="
|
464
|
+
<div class="refsect3">
|
465
|
+
<a name="id420053"></a><h4>Examples</h4>
|
466
466
|
<div class="informalexample">
|
467
467
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
468
468
|
<tbody>
|
@@ -511,7 +511,7 @@
|
|
511
511
|
</div>
|
512
512
|
</div>
|
513
513
|
<hr>
|
514
|
-
<div class="refsect2"
|
514
|
+
<div class="refsect2">
|
515
515
|
<a name="gvariant-format-strings-strings"></a><h3>Strings</h3>
|
516
516
|
<p>
|
517
517
|
<span class="strong"><strong>
|
@@ -535,8 +535,8 @@
|
|
535
535
|
<code class="literal">NULL</code> may also be passed to indicate that the value of the
|
536
536
|
string should be ignored (in which case no copy is made).
|
537
537
|
</p>
|
538
|
-
<div class="refsect3"
|
539
|
-
<a name="
|
538
|
+
<div class="refsect3">
|
539
|
+
<a name="id409840"></a><h4>Examples</h4>
|
540
540
|
<div class="informalexample">
|
541
541
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
542
542
|
<tbody>
|
@@ -583,7 +583,7 @@
|
|
583
583
|
</div>
|
584
584
|
</div>
|
585
585
|
<hr>
|
586
|
-
<div class="refsect2"
|
586
|
+
<div class="refsect2">
|
587
587
|
<a name="gvariant-format-strings-variants"></a><h3>Variants</h3>
|
588
588
|
<p>
|
589
589
|
<span class="strong"><strong>
|
@@ -604,8 +604,8 @@
|
|
604
604
|
<code class="literal">NULL</code> may also be passed to indicate that the value should be
|
605
605
|
ignored (in which case no new reference is created).
|
606
606
|
</p>
|
607
|
-
<div class="refsect3"
|
608
|
-
<a name="
|
607
|
+
<div class="refsect3">
|
608
|
+
<a name="id439935"></a><h4>Examples</h4>
|
609
609
|
<div class="informalexample">
|
610
610
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
611
611
|
<tbody>
|
@@ -636,7 +636,7 @@
|
|
636
636
|
</div>
|
637
637
|
</div>
|
638
638
|
<hr>
|
639
|
-
<div class="refsect2"
|
639
|
+
<div class="refsect2">
|
640
640
|
<a name="gvariant-format-strings-arrays"></a><h3>Arrays</h3>
|
641
641
|
<p>
|
642
642
|
<span class="strong"><strong>
|
@@ -646,7 +646,7 @@
|
|
646
646
|
<p>
|
647
647
|
Upon encountering an '<code class="literal">a</code>' character followed by a type string,
|
648
648
|
<a class="link" href="glib-GVariant.html#g-variant-new" title="g_variant_new ()"><code class="function">g_variant_new()</code></a> will take a
|
649
|
-
<code class="code">(<a class="link" href="glib-GVariant.html#GVariantBuilder" title="GVariantBuilder">GVariantBuilder</a> *)</code> that has been created as an array builder
|
649
|
+
<code class="code">(<a class="link" href="glib-GVariant.html#GVariantBuilder" title="struct GVariantBuilder">GVariantBuilder</a> *)</code> that has been created as an array builder
|
650
650
|
for an array of the type given in the type string. The builder will have
|
651
651
|
<a class="link" href="glib-GVariant.html#g-variant-builder-end" title="g_variant_builder_end ()"><code class="function">g_variant_builder_end()</code></a> called on it and the
|
652
652
|
result will be used as the value. As a special exception, if the given type string is a definite type, then
|
@@ -655,16 +655,16 @@
|
|
655
655
|
<p>
|
656
656
|
Upon encountering an '<code class="literal">a</code>' character followed by a type string,
|
657
657
|
<a class="link" href="glib-GVariant.html#g-variant-get" title="g_variant_get ()"><code class="function">g_variant_get()</code></a> will take a pointer to a
|
658
|
-
<code class="code">(<a class="link" href="glib-GVariant.html#GVariantIter" title="GVariantIter">GVariantIter</a> *)</code> (ie:
|
659
|
-
<code class="code">(<a class="link" href="glib-GVariant.html#GVariantIter" title="GVariantIter">GVariantIter</a> **)</code>).
|
658
|
+
<code class="code">(<a class="link" href="glib-GVariant.html#GVariantIter" title="struct GVariantIter">GVariantIter</a> *)</code> (ie:
|
659
|
+
<code class="code">(<a class="link" href="glib-GVariant.html#GVariantIter" title="struct GVariantIter">GVariantIter</a> **)</code>).
|
660
660
|
A new heap-allocated iterator is created and returned, initialised for iterating over the elements of the array.
|
661
661
|
This iterator should be freed when you are done with it, using
|
662
662
|
<a class="link" href="glib-GVariant.html#g-variant-iter-free" title="g_variant_iter_free ()"><code class="function">g_variant_iter_free()</code></a>.
|
663
663
|
<code class="literal">NULL</code> may also be given to indicate that the value of the array
|
664
664
|
should be ignored.
|
665
665
|
</p>
|
666
|
-
<div class="refsect3"
|
667
|
-
<a name="
|
666
|
+
<div class="refsect3">
|
667
|
+
<a name="id435811"></a><h4>Examples</h4>
|
668
668
|
<div class="informalexample">
|
669
669
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
670
670
|
<tbody>
|
@@ -721,7 +721,7 @@
|
|
721
721
|
</div>
|
722
722
|
</div>
|
723
723
|
<hr>
|
724
|
-
<div class="refsect2"
|
724
|
+
<div class="refsect2">
|
725
725
|
<a name="gvariant-format-strings-maybe-types"></a><h3>Maybe Types</h3>
|
726
726
|
<p>
|
727
727
|
<span class="strong"><strong>
|
@@ -744,6 +744,11 @@
|
|
744
744
|
prefixed with an '<code class="literal">m</code>', the type of arguments that are collected does not change in any way, but
|
745
745
|
<code class="literal">NULL</code> becomes a permissable value, to indicate the Nothing case.
|
746
746
|
</p>
|
747
|
+
<p>
|
748
|
+
Note that the "special exception" introduced in the array section for constructing empty arrays is ignored
|
749
|
+
here. Using a <code class="literal">NULL</code> pointer with the format string '<code class="literal">mas</code>' constructs
|
750
|
+
the Nothing value -- not an empty array.
|
751
|
+
</p>
|
747
752
|
<p>
|
748
753
|
The second way is used with all other format strings. For
|
749
754
|
<a class="link" href="glib-GVariant.html#g-variant-new" title="g_variant_new ()"><code class="function">g_variant_new()</code></a> an additional
|
@@ -769,8 +774,8 @@
|
|
769
774
|
<code class="literal">FALSE</code> and the arguments will be collected in the normal way
|
770
775
|
but have their values set to binary zero.
|
771
776
|
</p>
|
772
|
-
<div class="refsect3"
|
773
|
-
<a name="
|
777
|
+
<div class="refsect3">
|
778
|
+
<a name="id485618"></a><h4>Examples</h4>
|
774
779
|
<div class="informalexample">
|
775
780
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
776
781
|
<tbody>
|
@@ -893,7 +898,7 @@
|
|
893
898
|
</div>
|
894
899
|
</div>
|
895
900
|
<hr>
|
896
|
-
<div class="refsect2"
|
901
|
+
<div class="refsect2">
|
897
902
|
<a name="gvariant-format-strings-tuples"></a><h3>Tuples</h3>
|
898
903
|
<p>
|
899
904
|
<span class="strong"><strong>
|
@@ -903,8 +908,8 @@
|
|
903
908
|
<p>
|
904
909
|
Tuples are handled by handling each item in the tuple, in sequence. Each item is handled in the usual way.
|
905
910
|
</p>
|
906
|
-
<div class="refsect3"
|
907
|
-
<a name="
|
911
|
+
<div class="refsect3">
|
912
|
+
<a name="id671008"></a><h4>Examples</h4>
|
908
913
|
<div class="informalexample">
|
909
914
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
910
915
|
<tbody>
|
@@ -947,7 +952,7 @@
|
|
947
952
|
</div>
|
948
953
|
</div>
|
949
954
|
<hr>
|
950
|
-
<div class="refsect2"
|
955
|
+
<div class="refsect2">
|
951
956
|
<a name="gvariant-format-strings-dictionaries"></a><h3>Dictionaries</h3>
|
952
957
|
<p>
|
953
958
|
<span class="strong"><strong>
|
@@ -957,8 +962,8 @@
|
|
957
962
|
<p>
|
958
963
|
Dictionary entries are handled by handling first the key, then the value. Each is handled in the usual way.
|
959
964
|
</p>
|
960
|
-
<div class="refsect3"
|
961
|
-
<a name="
|
965
|
+
<div class="refsect3">
|
966
|
+
<a name="id442525"></a><h4>Examples</h4>
|
962
967
|
<div class="informalexample">
|
963
968
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
964
969
|
<tbody>
|
@@ -985,7 +990,7 @@
|
|
985
990
|
</div>
|
986
991
|
</div>
|
987
992
|
<hr>
|
988
|
-
<div class="refsect2"
|
993
|
+
<div class="refsect2">
|
989
994
|
<a name="gvariant-format-strings-gvariant"></a><h3>GVariant *</h3>
|
990
995
|
<p>
|
991
996
|
<span class="strong"><strong>
|
@@ -1020,8 +1025,8 @@
|
|
1020
1025
|
use of '<code class="literal">@</code>'. Using the other characters where possible is recommended, however, due to the
|
1021
1026
|
improvements in type safety and code self-documentation.
|
1022
1027
|
</p>
|
1023
|
-
<div class="refsect3"
|
1024
|
-
<a name="
|
1028
|
+
<div class="refsect3">
|
1029
|
+
<a name="id597681"></a><h4>Examples</h4>
|
1025
1030
|
<div class="informalexample">
|
1026
1031
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
1027
1032
|
<tbody>
|
@@ -1080,7 +1085,7 @@
|
|
1080
1085
|
</div>
|
1081
1086
|
</div>
|
1082
1087
|
<hr>
|
1083
|
-
<div class="refsect2"
|
1088
|
+
<div class="refsect2">
|
1084
1089
|
<a name="gvariant-format-strings-pointers"></a><h3>Pointers</h3>
|
1085
1090
|
<p>
|
1086
1091
|
<span class="strong"><strong>
|
@@ -1100,8 +1105,8 @@
|
|
1100
1105
|
returned. This pointer should not be freed. Validity checks are performed to ensure that the string data will
|
1101
1106
|
always be properly nul-terminated.
|
1102
1107
|
</p>
|
1103
|
-
<div class="refsect3"
|
1104
|
-
<a name="
|
1108
|
+
<div class="refsect3">
|
1109
|
+
<a name="id437618"></a><h4>Examples</h4>
|
1105
1110
|
<div class="informalexample">
|
1106
1111
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
1107
1112
|
<tbody>
|
@@ -1132,7 +1137,7 @@
|
|
1132
1137
|
</div>
|
1133
1138
|
</div>
|
1134
1139
|
<hr>
|
1135
|
-
<div class="refsect2"
|
1140
|
+
<div class="refsect2">
|
1136
1141
|
<a name="gvariant-format-strings-convenience"></a><h3>Convenience Conversions</h3>
|
1137
1142
|
<p>
|
1138
1143
|
<span class="strong"><strong>
|
@@ -1283,6 +1288,6 @@
|
|
1283
1288
|
</div>
|
1284
1289
|
<div class="footer">
|
1285
1290
|
<hr>
|
1286
|
-
Generated by GTK-Doc V1.
|
1291
|
+
Generated by GTK-Doc V1.16.1</div>
|
1287
1292
|
</body>
|
1288
1293
|
</html>
|
@@ -0,0 +1,660 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GVariant Text Format</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
|
+
<link rel="home" href="index.html" title="GLib Reference Manual">
|
8
|
+
<link rel="up" href="glib-data-types.html" title="GLib Data Types">
|
9
|
+
<link rel="prev" href="gvariant-format-strings.html" title="GVariant Format Strings">
|
10
|
+
<link rel="next" href="tools.html" title="GLib Tools">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
16
|
+
<td><a accesskey="p" href="gvariant-format-strings.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
17
|
+
<td><a accesskey="u" href="glib-data-types.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
18
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
19
|
+
<th width="100%" align="center">GLib Reference Manual</th>
|
20
|
+
<td><a accesskey="n" href="tools.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="refentry">
|
23
|
+
<a name="gvariant-text"></a><div class="titlepage"></div>
|
24
|
+
<div class="refsect1">
|
25
|
+
<a name="id443911"></a><h2>GVariant Text Format</h2>
|
26
|
+
<p>
|
27
|
+
This page attempts to document the GVariant text format as produced by
|
28
|
+
<a class="link" href="glib-GVariant.html#g-variant-print" title="g_variant_print ()"><code class="function">g_variant_print()</code></a> and parsed by the
|
29
|
+
<a class="link" href="glib-GVariant.html#g-variant-parse" title="g_variant_parse ()"><code class="function">g_variant_parse()</code></a> family of functions. In most
|
30
|
+
cases the style closely resembles the formatting of literals in Python but there are some additions and
|
31
|
+
exceptions.
|
32
|
+
</p>
|
33
|
+
<p>
|
34
|
+
The functions that deal with GVariant text format absolutely always deal in utf-8. Conceptually, GVariant
|
35
|
+
text format is a string of Unicode characters -- not bytes. Non-ASCII but otherwise printable Unicode
|
36
|
+
characters are not treated any differently from normal ASCII characters.
|
37
|
+
</p>
|
38
|
+
<p>
|
39
|
+
The parser makes two passes. The purpose of the first pass is to determine the type of the value being
|
40
|
+
parsed. The second pass does the actual parsing. Based on the fact that all elements in an array have to
|
41
|
+
have the same type, GVariant is able to make some deductions that would not otherwise be possible. As an
|
42
|
+
example:
|
43
|
+
|
44
|
+
</p>
|
45
|
+
<div class="informalexample">
|
46
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
47
|
+
<tbody>
|
48
|
+
<tr>
|
49
|
+
<td class="listing_lines" align="right"><pre>1</pre></td>
|
50
|
+
<td class="listing_code"><pre class="programlisting"><span class="symbol">[[</span><span class="number">1</span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="number">3</span><span class="symbol">],</span><span class="normal"> </span><span class="symbol">[</span><span class="number">4</span><span class="symbol">,</span><span class="normal"> </span><span class="number">5</span><span class="symbol">,</span><span class="normal"> </span><span class="number">6</span><span class="symbol">]]</span></pre></td>
|
51
|
+
</tr>
|
52
|
+
</tbody>
|
53
|
+
</table>
|
54
|
+
</div>
|
55
|
+
|
56
|
+
<p>
|
57
|
+
|
58
|
+
is parsed as an array of arrays of integers (type '<code class="literal">aai</code>'), but
|
59
|
+
|
60
|
+
</p>
|
61
|
+
<div class="informalexample">
|
62
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
63
|
+
<tbody>
|
64
|
+
<tr>
|
65
|
+
<td class="listing_lines" align="right"><pre>1</pre></td>
|
66
|
+
<td class="listing_code"><pre class="programlisting"><span class="symbol">[[</span><span class="number">1</span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="number">3</span><span class="symbol">],</span><span class="normal"> </span><span class="symbol">[</span><span class="number">4</span><span class="symbol">,</span><span class="normal"> </span><span class="number">5</span><span class="symbol">,</span><span class="normal"> </span><span class="number">6.0</span><span class="symbol">]]</span></pre></td>
|
67
|
+
</tr>
|
68
|
+
</tbody>
|
69
|
+
</table>
|
70
|
+
</div>
|
71
|
+
|
72
|
+
<p>
|
73
|
+
|
74
|
+
is parsed as a array of arrays of doubles (type '<code class="literal">aad</code>').
|
75
|
+
</p>
|
76
|
+
<p>
|
77
|
+
As another example, GVariant is able to determine that
|
78
|
+
|
79
|
+
</p>
|
80
|
+
<div class="informalexample">
|
81
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
82
|
+
<tbody>
|
83
|
+
<tr>
|
84
|
+
<td class="listing_lines" align="right"><pre>1</pre></td>
|
85
|
+
<td class="listing_code"><pre class="programlisting"><span class="symbol">[</span><span class="string">"hello"</span><span class="symbol">,</span><span class="normal"> nothing</span><span class="symbol">]</span></pre></td>
|
86
|
+
</tr>
|
87
|
+
</tbody>
|
88
|
+
</table>
|
89
|
+
</div>
|
90
|
+
|
91
|
+
<p>
|
92
|
+
|
93
|
+
is an array of maybe strings (type '<code class="literal">ams</code>').
|
94
|
+
</p>
|
95
|
+
<p>
|
96
|
+
What the parser accepts as valid input is dependent on context. The API permits for out-of-band type
|
97
|
+
information to be supplied to the parser (which will change its behaviour). This can be seen in the
|
98
|
+
GSettings and GDBus command line utilities where the type information is available from the schema or the
|
99
|
+
remote introspection information. The additional information can cause parses to succeed when they would not
|
100
|
+
otherwise have been able to (by resolving ambiguous type information) or can cause them to fail (due to
|
101
|
+
conflicting type information). Unless stated otherwise, the examples given in this section assume that no
|
102
|
+
out-of-band type data has been given to the parser.
|
103
|
+
</p>
|
104
|
+
</div>
|
105
|
+
<div class="refsect1">
|
106
|
+
<a name="id433997"></a><h2>Syntax Summary</h2>
|
107
|
+
<p>
|
108
|
+
The following table describes the rough meaning of symbols that may appear inside GVariant text format.
|
109
|
+
Each symbol is described in detail in its own section, including usage examples.
|
110
|
+
</p>
|
111
|
+
<div class="informaltable"><table border="1">
|
112
|
+
<colgroup>
|
113
|
+
<col class="col_0">
|
114
|
+
<col class="col_1">
|
115
|
+
</colgroup>
|
116
|
+
<tbody>
|
117
|
+
<tr>
|
118
|
+
<td>
|
119
|
+
<p>
|
120
|
+
<span class="strong"><strong>Symbol</strong></span>
|
121
|
+
</p>
|
122
|
+
</td>
|
123
|
+
<td>
|
124
|
+
<p>
|
125
|
+
<span class="strong"><strong>Meaning</strong></span>
|
126
|
+
</p>
|
127
|
+
</td>
|
128
|
+
</tr>
|
129
|
+
<tr>
|
130
|
+
<td>
|
131
|
+
<p>
|
132
|
+
<span class="strong"><strong><code class="literal">true</code></strong></span>,
|
133
|
+
<span class="strong"><strong><code class="literal">false</code></strong></span>
|
134
|
+
</p>
|
135
|
+
</td>
|
136
|
+
<td>
|
137
|
+
<p>
|
138
|
+
<a href="gvariant-text.html#gvariant-text-booleans">Booleans</a>.
|
139
|
+
</p>
|
140
|
+
</td>
|
141
|
+
</tr>
|
142
|
+
<tr>
|
143
|
+
<td>
|
144
|
+
<p>
|
145
|
+
<span class="strong"><strong><code class="literal">""</code></strong></span>,
|
146
|
+
<span class="strong"><strong><code class="literal">''</code></strong></span>
|
147
|
+
</p>
|
148
|
+
</td>
|
149
|
+
<td>
|
150
|
+
<p>
|
151
|
+
String literal. See <a href="gvariant-text.html#gvariant-text-strings">Strings</a> below.
|
152
|
+
</p>
|
153
|
+
</td>
|
154
|
+
</tr>
|
155
|
+
<tr>
|
156
|
+
<td>
|
157
|
+
<p>
|
158
|
+
numbers
|
159
|
+
</p>
|
160
|
+
</td>
|
161
|
+
<td>
|
162
|
+
<p>
|
163
|
+
See <a href="gvariant-text.html#gvariant-text-numbers">Numbers</a> below.
|
164
|
+
</p>
|
165
|
+
</td>
|
166
|
+
</tr>
|
167
|
+
<tr>
|
168
|
+
<td>
|
169
|
+
<p>
|
170
|
+
<span class="strong"><strong><code class="literal">()</code></strong></span>
|
171
|
+
</p>
|
172
|
+
</td>
|
173
|
+
<td>
|
174
|
+
<p>
|
175
|
+
<a href="gvariant-text.html#gvariant-text-tuples">Tuples</a>.
|
176
|
+
</p>
|
177
|
+
</td>
|
178
|
+
</tr>
|
179
|
+
<tr>
|
180
|
+
<td>
|
181
|
+
<p>
|
182
|
+
<span class="strong"><strong><code class="literal">[]</code></strong></span>
|
183
|
+
</p>
|
184
|
+
</td>
|
185
|
+
<td>
|
186
|
+
<p>
|
187
|
+
<a href="gvariant-text.html#gvariant-text-arrays">Arrays</a>.
|
188
|
+
</p>
|
189
|
+
</td>
|
190
|
+
</tr>
|
191
|
+
<tr>
|
192
|
+
<td>
|
193
|
+
<p>
|
194
|
+
<span class="strong"><strong><code class="literal">{}</code></strong></span>
|
195
|
+
</p>
|
196
|
+
</td>
|
197
|
+
<td>
|
198
|
+
<p>
|
199
|
+
<a href="gvariant-text.html#gvariant-text-dictionaries">Dictionaries and Dictionary Entries</a>.
|
200
|
+
</p>
|
201
|
+
</td>
|
202
|
+
</tr>
|
203
|
+
<tr>
|
204
|
+
<td>
|
205
|
+
<p>
|
206
|
+
<span class="strong"><strong><code class="literal"><></code></strong></span>
|
207
|
+
</p>
|
208
|
+
</td>
|
209
|
+
<td>
|
210
|
+
<p>
|
211
|
+
<a href="gvariant-text.html#gvariant-text-variants">Variants</a>.
|
212
|
+
</p>
|
213
|
+
</td>
|
214
|
+
</tr>
|
215
|
+
<tr>
|
216
|
+
<td>
|
217
|
+
<p>
|
218
|
+
<span class="strong"><strong><code class="literal">just</code></strong></span>,
|
219
|
+
<span class="strong"><strong><code class="literal">nothing</code></strong></span>
|
220
|
+
</p>
|
221
|
+
</td>
|
222
|
+
<td>
|
223
|
+
<p>
|
224
|
+
<a href="gvariant-text.html#gvariant-text-maybe-types">Maybe Types</a>.
|
225
|
+
</p>
|
226
|
+
</td>
|
227
|
+
</tr>
|
228
|
+
<tr>
|
229
|
+
<td>
|
230
|
+
<p>
|
231
|
+
<span class="strong"><strong><code class="literal">@</code></strong></span>
|
232
|
+
</p>
|
233
|
+
</td>
|
234
|
+
<td>
|
235
|
+
<p>
|
236
|
+
<a href="gvariant-text.html#gvariant-text-type-annotations">Type Annotations</a>.
|
237
|
+
</p>
|
238
|
+
</td>
|
239
|
+
</tr>
|
240
|
+
<tr>
|
241
|
+
<td>
|
242
|
+
<p>
|
243
|
+
type keywords
|
244
|
+
</p>
|
245
|
+
</td>
|
246
|
+
<td>
|
247
|
+
<p>
|
248
|
+
<code class="literal">boolean</code>,
|
249
|
+
<code class="literal">byte</code>,
|
250
|
+
<code class="literal">int16</code>,
|
251
|
+
<code class="literal">uint16</code>,
|
252
|
+
<code class="literal">int32</code>,
|
253
|
+
<code class="literal">uint32</code>,
|
254
|
+
<code class="literal">handle</code>,
|
255
|
+
<code class="literal">int64</code>,
|
256
|
+
<code class="literal">uint64</code>,
|
257
|
+
<code class="literal">double</code>,
|
258
|
+
<code class="literal">string</code>,
|
259
|
+
<code class="literal">objectpath</code>,
|
260
|
+
<code class="literal">signature</code>
|
261
|
+
</p>
|
262
|
+
<p>
|
263
|
+
See <a href="gvariant-text.html#gvariant-text-type-annotations">Type Annotations</a> below.
|
264
|
+
</p>
|
265
|
+
</td>
|
266
|
+
</tr>
|
267
|
+
<tr>
|
268
|
+
<td>
|
269
|
+
<p>
|
270
|
+
<span class="strong"><strong><code class="literal">b""</code></strong></span>,
|
271
|
+
<span class="strong"><strong><code class="literal">b''</code></strong></span>
|
272
|
+
</p>
|
273
|
+
</td>
|
274
|
+
<td>
|
275
|
+
<p>
|
276
|
+
<a href="gvariant-text.html#gvariant-text-bytestrings">Bytestrings</a>.
|
277
|
+
</p>
|
278
|
+
</td>
|
279
|
+
</tr>
|
280
|
+
<tr>
|
281
|
+
<td>
|
282
|
+
<p>
|
283
|
+
<span class="strong"><strong><code class="literal">%</code></strong></span>
|
284
|
+
</p>
|
285
|
+
</td>
|
286
|
+
<td>
|
287
|
+
<p>
|
288
|
+
<a href="gvariant-text.html#gvariant-text-positional">Positional Parameters</a>.
|
289
|
+
</p>
|
290
|
+
</td>
|
291
|
+
</tr>
|
292
|
+
</tbody>
|
293
|
+
</table></div>
|
294
|
+
<div class="refsect2">
|
295
|
+
<a name="gvariant-text-booleans"></a><h3>Booleans</h3>
|
296
|
+
<p>
|
297
|
+
The strings <code class="literal">true</code> and <code class="literal">false</code> are parsed as booleans. This is the only
|
298
|
+
way to specify a boolean value.
|
299
|
+
</p>
|
300
|
+
</div>
|
301
|
+
<hr>
|
302
|
+
<div class="refsect2">
|
303
|
+
<a name="gvariant-text-strings"></a><h3>Strings</h3>
|
304
|
+
<p>
|
305
|
+
Strings literals must be quoted using <code class="literal">""</code> or <code class="literal">''</code>. The two are
|
306
|
+
completely equivalent (except for the fact that each one is unable to contain itself unescaped).
|
307
|
+
</p>
|
308
|
+
<p>
|
309
|
+
Strings are Unicode strings with no particular encoding. For example, to specify the character
|
310
|
+
<code class="literal">é</code>, you just write <code class="literal">'é'</code>. You could also give the Unicode codepoint of
|
311
|
+
that character (U+E9) as the escape sequence <code class="literal">'\u00e9'</code>. Since the strings are pure
|
312
|
+
Unicode, you should not attempt to encode the utf-8 byte sequence corresponding to the string using escapes;
|
313
|
+
it won't work and you'll end up with the individual characters corresponding to each byte.
|
314
|
+
</p>
|
315
|
+
<p>
|
316
|
+
Unicode escapes of the form <code class="literal">\uxxxx</code> and <code class="literal">\Uxxxxxxxx</code> are supported, in
|
317
|
+
hexidecimal. The usual control sequence escapes <code class="literal">\a</code>, <code class="literal">\b</code>,
|
318
|
+
<code class="literal">\f</code>, <code class="literal">\n</code>, <code class="literal">\r</code>, <code class="literal">\t</code> and
|
319
|
+
<code class="literal">\v</code> are supported. Additionally, a <code class="literal">\</code> before a newline character causes
|
320
|
+
the newline to be ignored. Finally, any other character following <code class="literal">\</code> is copied literally
|
321
|
+
(for example, <code class="literal">\"</code> or <code class="literal">\\</code>) but for forwards compatibility with future
|
322
|
+
additions you should only use this feature when necessary for escaping backslashes or quotes.
|
323
|
+
</p>
|
324
|
+
<p>
|
325
|
+
The usual octal and hexidecimal escapes <code class="literal">\0nnn</code> and <code class="literal">\xnn</code> are not
|
326
|
+
supported here. Those escapes are used to encode byte values and GVariant strings are Unicode.
|
327
|
+
</p>
|
328
|
+
<p>
|
329
|
+
Single-character strings are not interpreted as bytes. Bytes must be specified by their numerical value.
|
330
|
+
</p>
|
331
|
+
</div>
|
332
|
+
<hr>
|
333
|
+
<div class="refsect2">
|
334
|
+
<a name="gvariant-text-numbers"></a><h3>Numbers</h3>
|
335
|
+
<p>
|
336
|
+
Numbers are given by default as decimal values. Octal and hex values can be given in the usual way (by
|
337
|
+
prefixing with <code class="literal">0</code> or <code class="literal">0x</code>). Note that GVariant considers bytes to be
|
338
|
+
unsigned integers and will print them as a two digit hexidecimal number by default.
|
339
|
+
</p>
|
340
|
+
<p>
|
341
|
+
Floating point numbers can also be given in the usual ways, including scientific and hexidecimal notations.
|
342
|
+
</p>
|
343
|
+
<p>
|
344
|
+
For lack of additional information, integers will be parsed as int32 values by default. If the number has a
|
345
|
+
point or an 'e' in it, then it will be parsed as a double precision floating point number by default. If
|
346
|
+
type information is available (either explicitly or inferred) then that type will be used instead.
|
347
|
+
</p>
|
348
|
+
<p>
|
349
|
+
Some examples:
|
350
|
+
</p>
|
351
|
+
<p>
|
352
|
+
<code class="literal">5</code> parses as the int32 value five.
|
353
|
+
</p>
|
354
|
+
<p>
|
355
|
+
<code class="literal">37.5</code> parses as a floating point value.
|
356
|
+
</p>
|
357
|
+
<p>
|
358
|
+
<code class="literal">3.75e1</code> parses the same as the value above.
|
359
|
+
</p>
|
360
|
+
<p>
|
361
|
+
<code class="literal">uint64 7</code> parses seven as a uint64.
|
362
|
+
See <a href="gvariant-text.html#gvariant-text-type-annotations">Type Annotations</a>.
|
363
|
+
</p>
|
364
|
+
</div>
|
365
|
+
<hr>
|
366
|
+
<div class="refsect2">
|
367
|
+
<a name="gvariant-text-tuples"></a><h3>Tuples</h3>
|
368
|
+
<p>
|
369
|
+
Tuples are formed using the same syntax as Python. Here are some examples:
|
370
|
+
</p>
|
371
|
+
<p>
|
372
|
+
<code class="literal">()</code> parses as the empty tuple.
|
373
|
+
</p>
|
374
|
+
<p>
|
375
|
+
<code class="literal">(5,)</code> is a tuple containing a single value.
|
376
|
+
</p>
|
377
|
+
<p>
|
378
|
+
<code class="literal">("hello", 42)</code> is a pair. Note that values of different types are permitted.
|
379
|
+
</p>
|
380
|
+
</div>
|
381
|
+
<hr>
|
382
|
+
<div class="refsect2">
|
383
|
+
<a name="gvariant-text-arrays"></a><h3>Arrays</h3>
|
384
|
+
<p>
|
385
|
+
Arrays are formed using the same syntax as Python uses for lists (which is arguably the term that GVariant
|
386
|
+
should have used). Note that, unlike Python lists, GVariant arrays are statically typed. This has two
|
387
|
+
implications.
|
388
|
+
</p>
|
389
|
+
<p>
|
390
|
+
First, all items in the array must have the same type. Second, the type of the array must be known, even in
|
391
|
+
the case that it is empty. This means that (unless there is some other way to infer it) type information
|
392
|
+
will need to be given explicitly for empty arrays.
|
393
|
+
</p>
|
394
|
+
<p>
|
395
|
+
The parser is able to infer some types based on the fact that all items in an array must have the same type.
|
396
|
+
See the examples below:
|
397
|
+
</p>
|
398
|
+
<p>
|
399
|
+
<code class="literal">[1]</code> parses (without additional type information) as a one-item array of signed integers.
|
400
|
+
</p>
|
401
|
+
<p>
|
402
|
+
<code class="literal">[1, 2, 3]</code> parses (similarly) as a three-item array.
|
403
|
+
</p>
|
404
|
+
<p>
|
405
|
+
<code class="literal">[1, 2, 3.0]</code> parses as an array of doubles. This is the most simple case of the type
|
406
|
+
inferencing in action.
|
407
|
+
</p>
|
408
|
+
<p>
|
409
|
+
<code class="literal">[(1, 2), (3, 4.0)]</code> causes the 2 to also be parsed as a double (but the 1 and 4 are still
|
410
|
+
integers).
|
411
|
+
</p>
|
412
|
+
<p>
|
413
|
+
<code class="literal">["", nothing]</code> parses as an array of maybe strings. The presence of
|
414
|
+
"<code class="literal">nothing</code>" clearly implies that the array elements are nullable.
|
415
|
+
</p>
|
416
|
+
<p>
|
417
|
+
<code class="literal">[[], [""]]</code> will parse properly because the type of the first (empty) array can be
|
418
|
+
inferred to be equal to the type of the second array (both are arrays of strings).
|
419
|
+
</p>
|
420
|
+
<p>
|
421
|
+
<code class="literal">[b'hello', []]</code> looks odd but will parse properly.
|
422
|
+
See <a href="gvariant-text.html#gvariant-text-bytestrings">Bytestrings</a>
|
423
|
+
</p>
|
424
|
+
<p>
|
425
|
+
And some examples of errors:
|
426
|
+
</p>
|
427
|
+
<p>
|
428
|
+
<code class="literal">["hello", 42]</code> fails to parse due to conflicting types.
|
429
|
+
</p>
|
430
|
+
<p>
|
431
|
+
<code class="literal">[]</code> will fail to parse without additional type information.
|
432
|
+
</p>
|
433
|
+
</div>
|
434
|
+
<hr>
|
435
|
+
<div class="refsect2">
|
436
|
+
<a name="gvariant-text-dictionaries"></a><h3>Dictionaries and Dictionary Entries</h3>
|
437
|
+
<p>
|
438
|
+
Dictionaries and dictionary entries are both specified using the <code class="literal">{}</code> characters.
|
439
|
+
</p>
|
440
|
+
<p>
|
441
|
+
The dictionary syntax is more commonly used. This is what the printer elects to use in the normal case of
|
442
|
+
dictionary entries appearing in an array (aka "a dictionary"). The separate syntax for dictionary entries
|
443
|
+
is typically only used for when the entries appear on their own, outside of an array (which is valid but
|
444
|
+
unusual). Of course, you are free to use the dictionary entry syntax within arrays but there is no good
|
445
|
+
reason to do so (and the printer itself will never do so). Note that, as with arrays, the type of empty
|
446
|
+
dictionaries must be established (either explicitly or through inference).
|
447
|
+
</p>
|
448
|
+
<p>
|
449
|
+
The dictionary syntax is the same as Python's syntax for dictionaries. Some examples:
|
450
|
+
</p>
|
451
|
+
<p>
|
452
|
+
<code class="literal">@a{sv} {}</code> parses as the empty dictionary of everyone's favourite type.
|
453
|
+
</p>
|
454
|
+
<p>
|
455
|
+
<code class="literal">@a{sv} []</code> is the same as above (owing to the fact that dictionaries are really arrays).
|
456
|
+
</p>
|
457
|
+
<p>
|
458
|
+
<code class="literal">{1: "one", 2: "two", 3: "three"}</code> parses as a dictionary mapping integers to strings.
|
459
|
+
</p>
|
460
|
+
<p>
|
461
|
+
The dictionary entry syntax looks just like a pair (2-tuple) that uses braces instead of parens. The
|
462
|
+
presence of a comma immediately following the key differentiates it from the dictionary syntax (which
|
463
|
+
features a colon after the first key). Some examples:
|
464
|
+
</p>
|
465
|
+
<p>
|
466
|
+
<code class="literal">{1, "one"}</code> is a free-standing dictionary entry that can be parsed on its own or as part
|
467
|
+
of another container value.
|
468
|
+
</p>
|
469
|
+
<p>
|
470
|
+
<code class="literal">[{1, "one"}, {2, "two"}, {3, "three"}]</code> is exactly equivalent to the dictionary example
|
471
|
+
given above.
|
472
|
+
</p>
|
473
|
+
</div>
|
474
|
+
<hr>
|
475
|
+
<div class="refsect2">
|
476
|
+
<a name="gvariant-text-variants"></a><h3>Variants</h3>
|
477
|
+
<p>
|
478
|
+
Variants are denoted using angle brackets (aka "XML brackets"), <code class="literal"><></code>. They may not
|
479
|
+
be omitted.
|
480
|
+
</p>
|
481
|
+
<p>
|
482
|
+
Using <code class="literal"><></code> effectively disrupts the type inferencing that occurs between array
|
483
|
+
elements. This can have positive and negative effects.
|
484
|
+
</p>
|
485
|
+
<p>
|
486
|
+
<code class="literal">[<"hello">, <42>]</code> will parse whereas <code class="literal">["hello", 42]</code> would
|
487
|
+
not.
|
488
|
+
</p>
|
489
|
+
<p>
|
490
|
+
<code class="literal">[<['']>, <[]>]</code> will fail to parse even though <code class="literal">[[''], []]</code>
|
491
|
+
parses successfully. You would need to specify <code class="literal">[<['']>, <@as []>]</code>.
|
492
|
+
</p>
|
493
|
+
<p>
|
494
|
+
<code class="literal">{"title": <"frobit">, "enabled": <true>, width: <800>}</code> is an example of
|
495
|
+
perhaps the most pervasive use of both dictionaries and variants.
|
496
|
+
</p>
|
497
|
+
</div>
|
498
|
+
<hr>
|
499
|
+
<div class="refsect2">
|
500
|
+
<a name="gvariant-text-maybe-types"></a><h3>Maybe Types</h3>
|
501
|
+
<p>
|
502
|
+
The syntax for specifying maybe types is inspired by Haskell.
|
503
|
+
</p>
|
504
|
+
<p>
|
505
|
+
The null case is specified using the keyword <code class="literal">nothing</code> and the non-null case is explicitly
|
506
|
+
specified using the keyword <code class="literal">just</code>. GVariant allows <code class="literal">just</code> to be omitted
|
507
|
+
in every case that it is able to unambiguously determine the intention of the writer. There are two cases
|
508
|
+
where it must be specified:
|
509
|
+
</p>
|
510
|
+
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
511
|
+
<li class="listitem"><p>when using nested maybes, in order to specify the <code class="literal">just nothing</code> case</p></li>
|
512
|
+
<li class="listitem"><p>
|
513
|
+
to establish the nullability of the type of a value without explicitly specifying its full type
|
514
|
+
</p></li>
|
515
|
+
</ul></div>
|
516
|
+
<p>
|
517
|
+
Some examples:
|
518
|
+
</p>
|
519
|
+
<p>
|
520
|
+
<code class="literal">just 'hello'</code> parses as a non-null nullable string.
|
521
|
+
</p>
|
522
|
+
<p>
|
523
|
+
<code class="literal">@ms 'hello'</code> is the same (demonstrating how <code class="literal">just</code> can be dropped if the type is already
|
524
|
+
known).
|
525
|
+
</p>
|
526
|
+
<p>
|
527
|
+
<code class="literal">nothing</code> will not parse wtihout extra type information.
|
528
|
+
</p>
|
529
|
+
<p>
|
530
|
+
<code class="literal">@ms nothing</code> parses as a null nullable string.
|
531
|
+
</p>
|
532
|
+
<p>
|
533
|
+
<code class="literal">[just 3, nothing]</code> is an array of nullable integers
|
534
|
+
</p>
|
535
|
+
<p>
|
536
|
+
<code class="literal">[3, nothing]</code> is the same as the above (demonstrating another place were
|
537
|
+
<code class="literal">just</code> can be dropped).
|
538
|
+
</p>
|
539
|
+
<p>
|
540
|
+
<code class="literal">[3, just nothing]</code> parses as an array of maybe maybe integers (type
|
541
|
+
<code class="literal">'ammi'</code>).
|
542
|
+
</p>
|
543
|
+
</div>
|
544
|
+
<hr>
|
545
|
+
<div class="refsect2">
|
546
|
+
<a name="gvariant-text-type-annotations"></a><h3>Type Annotations</h3>
|
547
|
+
<p>
|
548
|
+
Type annotations allow additional type information to be given to the parser. Depending on the context,
|
549
|
+
this type information can change the output of the parser, cause an error when parsing would otherwise have
|
550
|
+
succeeded or resolve an error when parsing would have otherwise failed.
|
551
|
+
</p>
|
552
|
+
<p>
|
553
|
+
Type annotations come in two forms: type codes and type keywords.
|
554
|
+
</p>
|
555
|
+
<p>
|
556
|
+
Type keywords can be seen as more verbose (and more legible) versions of a common subset of the type codes.
|
557
|
+
The type keywords <code class="literal">boolean</code>, <code class="literal">byte</code>, <code class="literal">int16</code>,
|
558
|
+
<code class="literal">uint16</code>, <code class="literal">int32</code>, <code class="literal">uint32</code>, <code class="literal">handle</code>,
|
559
|
+
<code class="literal">int64</code>, <code class="literal">uint64</code>, <code class="literal">double</code>, <code class="literal">string</code>,
|
560
|
+
<code class="literal">objectpath</code> and literal <code class="literal">signature</code> are each exactly equivalent to their
|
561
|
+
corresponding type code.
|
562
|
+
</p>
|
563
|
+
<p>
|
564
|
+
Type codes are an <code class="literal">@</code> ("at" sign) followed by a definite GVariant type string. Some
|
565
|
+
examples:
|
566
|
+
</p>
|
567
|
+
<p>
|
568
|
+
<code class="literal">uint32 5</code> causes the number to be parsed unsigned instead of signed (the default).
|
569
|
+
</p>
|
570
|
+
<p>
|
571
|
+
<code class="literal">@u 5</code> is the same
|
572
|
+
</p>
|
573
|
+
<p>
|
574
|
+
<code class="literal">objectpath "/org/gnome/xyz"</code> creates an object path instead of a normal string
|
575
|
+
</p>
|
576
|
+
<p>
|
577
|
+
<code class="literal">@au []</code> specifies the type of the empty array (which would not parse otherwise)
|
578
|
+
</p>
|
579
|
+
<p>
|
580
|
+
<code class="literal">@ms ""</code> indicates that a string value is meant to have a maybe type
|
581
|
+
</p>
|
582
|
+
</div>
|
583
|
+
<hr>
|
584
|
+
<div class="refsect2">
|
585
|
+
<a name="gvariant-text-bytestrings"></a><h3>Bytestrings</h3>
|
586
|
+
<p>
|
587
|
+
The bytestring syntax is a piece of syntactic sugar meant to complement the bytestring APIs in GVariant. It
|
588
|
+
constructs arrays of non-nul bytes (type '<code class="literal">ay</code>') with a nul terminator at the end.
|
589
|
+
</p>
|
590
|
+
<p>
|
591
|
+
Bytestrings are specified with either <code class="literal">b""</code> or <code class="literal">b''</code>. As with strings,
|
592
|
+
there is no fundamental difference between the two different types of quotes.
|
593
|
+
</p>
|
594
|
+
<p>
|
595
|
+
Bytestrings support the full range of escapes that you would expect (ie: those supported by
|
596
|
+
<a class="link" href="glib-String-Utility-Functions.html#g-strcompress" title="g_strcompress ()"><code class="function">g_strcompress()</code></a>. This includes the normal control
|
597
|
+
sequence escapes (as mentioned in the section on strings) as well as octal and hexidecimal escapes of the
|
598
|
+
forms <code class="literal">\0nnn</code> and <code class="literal">\xnn</code>.
|
599
|
+
</p>
|
600
|
+
<p>
|
601
|
+
<code class="literal">b'abc'</code> is equivalent to <code class="literal">[byte 0x97, 0x98, 0x99, 0]</code>.
|
602
|
+
</p>
|
603
|
+
<p>
|
604
|
+
When formatting arrays of bytes, the printer will choose to display the array as a bytestring if it contains
|
605
|
+
a nul character at the end and no other nul bytes within. Otherwise, it is formatted as a normal array.
|
606
|
+
</p>
|
607
|
+
</div>
|
608
|
+
<hr>
|
609
|
+
<div class="refsect2">
|
610
|
+
<a name="gvariant-text-positional"></a><h3>Positional Parameters</h3>
|
611
|
+
<p>
|
612
|
+
Positional parameters are not a part of the normal GVariant text format, but they are mentioned here because
|
613
|
+
they can be used with <a class="link" href="glib-GVariant.html#g-variant-new-parsed" title="g_variant_new_parsed ()"><code class="function">g_variant_new_parsed()</code></a>.
|
614
|
+
</p>
|
615
|
+
<p>
|
616
|
+
A positional parameter is indicated with a <code class="literal">%</code> followed by any valid
|
617
|
+
<a href="gvariant-format-strings.html">GVariant Format String</a>. Variable arguments are collected as
|
618
|
+
specified by the format string and the resulting value is inserted at the current position.
|
619
|
+
</p>
|
620
|
+
<p>
|
621
|
+
This feature is best explained by example:
|
622
|
+
</p>
|
623
|
+
<div class="informalexample">
|
624
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
625
|
+
<tbody>
|
626
|
+
<tr>
|
627
|
+
<td class="listing_lines" align="right"><pre>1
|
628
|
+
2
|
629
|
+
3
|
630
|
+
4
|
631
|
+
5</pre></td>
|
632
|
+
<td class="listing_code"><pre class="programlisting"><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">t </span><span class="symbol">=</span><span class="normal"> </span><span class="string">"xyz"</span><span class="symbol">;</span>
|
633
|
+
<span class="usertype">gboolean</span><span class="normal"> en </span><span class="symbol">=</span><span class="normal"> false</span><span class="symbol">;</span>
|
634
|
+
<span class="usertype">GVariant</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">value</span><span class="symbol">;</span>
|
635
|
+
|
636
|
+
<span class="normal">value </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="glib-GVariant.html#g-variant-new-parsed">g_variant_new_parsed</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"{'title': <%s>, 'enabled': <%b>}"</span><span class="symbol">,</span><span class="normal"> t</span><span class="symbol">,</span><span class="normal"> en</span><span class="symbol">);</span></pre></td>
|
637
|
+
</tr>
|
638
|
+
</tbody>
|
639
|
+
</table>
|
640
|
+
</div>
|
641
|
+
|
642
|
+
<p>
|
643
|
+
This constructs a dictionary mapping strings to variants (type '<code class="literal">a{sv}</code>') with two items in
|
644
|
+
it. The key names are parsed from the string and the values for those keys are taken as variable arguments
|
645
|
+
parameters.
|
646
|
+
</p>
|
647
|
+
<p>
|
648
|
+
The arguments are always collected in the order that they appear in the string to be parsed. Format strings
|
649
|
+
that collect multiple arguments are permitted, so you may require more varargs parameters than the number of
|
650
|
+
<code class="literal">%</code> signs that appear. You can also give format strings that collect no arguments, but
|
651
|
+
there's no good reason to do so.
|
652
|
+
</p>
|
653
|
+
</div>
|
654
|
+
</div>
|
655
|
+
</div>
|
656
|
+
<div class="footer">
|
657
|
+
<hr>
|
658
|
+
Generated by GTK-Doc V1.16.1</div>
|
659
|
+
</body>
|
660
|
+
</html>
|