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="glib-fundamentals.html" title="GLib Fundamentals">
|
9
9
|
<link rel="prev" href="glib-Numerical-Definitions.html" title="Numerical Definitions">
|
10
10
|
<link rel="next" href="glib-Atomic-Operations.html" title="Atomic Operations">
|
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">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#glib-Miscellaneous-Macros.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry"
|
29
|
+
<div class="refentry">
|
30
30
|
<a name="glib-Miscellaneous-Macros"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv"
|
38
|
+
<div class="refsynopsisdiv">
|
39
39
|
<a name="glib-Miscellaneous-Macros.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <glib.h>
|
@@ -108,18 +108,19 @@
|
|
108
108
|
#define <a class="link" href="glib-Miscellaneous-Macros.html#G-GUINTPTR-FORMAT:CAPS" title="G_GUINTPTR_FORMAT">G_GUINTPTR_FORMAT</a>
|
109
109
|
</pre>
|
110
110
|
</div>
|
111
|
-
<div class="refsect1"
|
111
|
+
<div class="refsect1">
|
112
112
|
<a name="glib-Miscellaneous-Macros.description"></a><h2>Description</h2>
|
113
113
|
<p>
|
114
114
|
These macros provide more specialized features which are not needed so often
|
115
115
|
by application programmers.
|
116
116
|
</p>
|
117
117
|
</div>
|
118
|
-
<div class="refsect1"
|
118
|
+
<div class="refsect1">
|
119
119
|
<a name="glib-Miscellaneous-Macros.details"></a><h2>Details</h2>
|
120
|
-
<div class="refsect2"
|
120
|
+
<div class="refsect2">
|
121
121
|
<a name="G-INLINE-FUNC:CAPS"></a><h3>G_INLINE_FUNC</h3>
|
122
|
-
<pre class="programlisting">#define
|
122
|
+
<pre class="programlisting"># define G_INLINE_FUNC
|
123
|
+
</pre>
|
123
124
|
<p>
|
124
125
|
This macro is used to export function prototypes so they can be linked
|
125
126
|
with an external version when no inlining is performed. The file which
|
@@ -135,7 +136,7 @@ and can be used normally.
|
|
135
136
|
</p>
|
136
137
|
</div>
|
137
138
|
<hr>
|
138
|
-
<div class="refsect2"
|
139
|
+
<div class="refsect2">
|
139
140
|
<a name="G-STMT-START:CAPS"></a><h3>G_STMT_START</h3>
|
140
141
|
<pre class="programlisting"># define G_STMT_START do
|
141
142
|
</pre>
|
@@ -145,7 +146,7 @@ only one statement is expected by the compiler.
|
|
145
146
|
</p>
|
146
147
|
</div>
|
147
148
|
<hr>
|
148
|
-
<div class="refsect2"
|
149
|
+
<div class="refsect2">
|
149
150
|
<a name="G-STMT-END:CAPS"></a><h3>G_STMT_END</h3>
|
150
151
|
<pre class="programlisting"># define G_STMT_END while (0)
|
151
152
|
</pre>
|
@@ -155,9 +156,10 @@ only one statement is expected by the compiler.
|
|
155
156
|
</p>
|
156
157
|
</div>
|
157
158
|
<hr>
|
158
|
-
<div class="refsect2"
|
159
|
+
<div class="refsect2">
|
159
160
|
<a name="G-BEGIN-DECLS:CAPS"></a><h3>G_BEGIN_DECLS</h3>
|
160
|
-
<pre class="programlisting">#define
|
161
|
+
<pre class="programlisting"># define G_BEGIN_DECLS extern "C" {
|
162
|
+
</pre>
|
161
163
|
<p>
|
162
164
|
Used (along with <a class="link" href="glib-Miscellaneous-Macros.html#G-END-DECLS:CAPS" title="G_END_DECLS"><span class="type">G_END_DECLS</span></a>) to bracket header files. If the
|
163
165
|
compiler in use is a C++ compiler, adds <code class="literal">extern "C"</code>
|
@@ -165,9 +167,10 @@ around the header.
|
|
165
167
|
</p>
|
166
168
|
</div>
|
167
169
|
<hr>
|
168
|
-
<div class="refsect2"
|
170
|
+
<div class="refsect2">
|
169
171
|
<a name="G-END-DECLS:CAPS"></a><h3>G_END_DECLS</h3>
|
170
|
-
<pre class="programlisting">#define
|
172
|
+
<pre class="programlisting"># define G_END_DECLS }
|
173
|
+
</pre>
|
171
174
|
<p>
|
172
175
|
Used (along with <a class="link" href="glib-Miscellaneous-Macros.html#G-BEGIN-DECLS:CAPS" title="G_BEGIN_DECLS"><span class="type">G_BEGIN_DECLS</span></a>) to bracket header files. If the
|
173
176
|
compiler in use is a C++ compiler, adds <code class="literal">extern "C"</code>
|
@@ -175,7 +178,7 @@ around the header.
|
|
175
178
|
</p>
|
176
179
|
</div>
|
177
180
|
<hr>
|
178
|
-
<div class="refsect2"
|
181
|
+
<div class="refsect2">
|
179
182
|
<a name="G-N-ELEMENTS:CAPS"></a><h3>G_N_ELEMENTS()</h3>
|
180
183
|
<pre class="programlisting">#define G_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0]))
|
181
184
|
</pre>
|
@@ -189,13 +192,12 @@ arrays or arrays on the stack.
|
|
189
192
|
<col align="left" valign="top">
|
190
193
|
<tbody><tr>
|
191
194
|
<td><p><span class="term"><em class="parameter"><code>arr</code></em> :</span></p></td>
|
192
|
-
<td>the array
|
193
|
-
</td>
|
195
|
+
<td>the array</td>
|
194
196
|
</tr></tbody>
|
195
197
|
</table></div>
|
196
198
|
</div>
|
197
199
|
<hr>
|
198
|
-
<div class="refsect2"
|
200
|
+
<div class="refsect2">
|
199
201
|
<a name="G-VA-COPY:CAPS"></a><h3>G_VA_COPY()</h3>
|
200
202
|
<pre class="programlisting">#define G_VA_COPY(ap1,ap2)</pre>
|
201
203
|
<p>
|
@@ -211,19 +213,17 @@ does not include <code class="function">string.h</code> for you.
|
|
211
213
|
<tbody>
|
212
214
|
<tr>
|
213
215
|
<td><p><span class="term"><em class="parameter"><code>ap1</code></em> :</span></p></td>
|
214
|
-
<td>the <span class="type">va_list</span> variable to place a copy of <em class="parameter"><code>ap2</code></em> in
|
215
|
-
</td>
|
216
|
+
<td>the <span class="type">va_list</span> variable to place a copy of <em class="parameter"><code>ap2</code></em> in.</td>
|
216
217
|
</tr>
|
217
218
|
<tr>
|
218
219
|
<td><p><span class="term"><em class="parameter"><code>ap2</code></em> :</span></p></td>
|
219
|
-
<td>a <span class="type">va_list</span
|
220
|
-
</td>
|
220
|
+
<td>a <span class="type">va_list</span>.</td>
|
221
221
|
</tr>
|
222
222
|
</tbody>
|
223
223
|
</table></div>
|
224
224
|
</div>
|
225
225
|
<hr>
|
226
|
-
<div class="refsect2"
|
226
|
+
<div class="refsect2">
|
227
227
|
<a name="G-STRINGIFY:CAPS"></a><h3>G_STRINGIFY()</h3>
|
228
228
|
<pre class="programlisting">#define G_STRINGIFY(macro_or_string) G_STRINGIFY_ARG (macro_or_string)
|
229
229
|
</pre>
|
@@ -262,13 +262,12 @@ is transformed by the preprocessor into (code equivalent to):
|
|
262
262
|
<col align="left" valign="top">
|
263
263
|
<tbody><tr>
|
264
264
|
<td><p><span class="term"><em class="parameter"><code>macro_or_string</code></em> :</span></p></td>
|
265
|
-
<td>a macro or a string
|
266
|
-
</td>
|
265
|
+
<td>a macro or a string.</td>
|
267
266
|
</tr></tbody>
|
268
267
|
</table></div>
|
269
268
|
</div>
|
270
269
|
<hr>
|
271
|
-
<div class="refsect2"
|
270
|
+
<div class="refsect2">
|
272
271
|
<a name="G-PASTE:CAPS"></a><h3>G_PASTE()</h3>
|
273
272
|
<pre class="programlisting">#define G_PASTE(identifier1,identifier2) G_PASTE_ARGS (identifier1, identifier2)
|
274
273
|
</pre>
|
@@ -317,20 +316,18 @@ is transformed by the preprocessor into:
|
|
317
316
|
<tbody>
|
318
317
|
<tr>
|
319
318
|
<td><p><span class="term"><em class="parameter"><code>identifier1</code></em> :</span></p></td>
|
320
|
-
<td>an identifier
|
321
|
-
</td>
|
319
|
+
<td>an identifier</td>
|
322
320
|
</tr>
|
323
321
|
<tr>
|
324
322
|
<td><p><span class="term"><em class="parameter"><code>identifier2</code></em> :</span></p></td>
|
325
|
-
<td>an identifier
|
326
|
-
</td>
|
323
|
+
<td>an identifier</td>
|
327
324
|
</tr>
|
328
325
|
</tbody>
|
329
326
|
</table></div>
|
330
327
|
<p class="since">Since 2.20</p>
|
331
328
|
</div>
|
332
329
|
<hr>
|
333
|
-
<div class="refsect2"
|
330
|
+
<div class="refsect2">
|
334
331
|
<a name="G-STATIC-ASSERT:CAPS"></a><h3>G_STATIC_ASSERT()</h3>
|
335
332
|
<pre class="programlisting">#define G_STATIC_ASSERT(expr) typedef struct { char Compile_Time_Assertion[(expr) ? 1 : -1]; } G_PASTE (_GStaticAssert_, __LINE__)
|
336
333
|
</pre>
|
@@ -338,22 +335,31 @@ is transformed by the preprocessor into:
|
|
338
335
|
The G_STATIC_ASSERT macro lets the programmer check a condition at compile time,
|
339
336
|
the condition needs to be compile time computable.
|
340
337
|
The macro can be used in any place where a <code class="literal">typedef</code> is valid.
|
338
|
+
</p>
|
339
|
+
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
340
|
+
<h3 class="title">Note</h3>
|
341
|
+
<p>
|
342
|
+
A <code class="literal">typedef</code> is generally allowed in exactly the same
|
343
|
+
places that a variable declaration is allowed. For this reason, you should not use <code class="literal">G_STATIC_ASSERT</code> in the middle of blocks of code.
|
344
|
+
</p>
|
345
|
+
</div>
|
346
|
+
<p>
|
341
347
|
The macro should only be used once per source code line.
|
342
348
|
</p>
|
343
349
|
<div class="variablelist"><table border="0">
|
344
350
|
<col align="left" valign="top">
|
345
351
|
<tbody><tr>
|
346
352
|
<td><p><span class="term"><em class="parameter"><code>expr</code></em> :</span></p></td>
|
347
|
-
<td>a constant expression
|
348
|
-
</td>
|
353
|
+
<td>a constant expression.</td>
|
349
354
|
</tr></tbody>
|
350
355
|
</table></div>
|
351
356
|
<p class="since">Since 2.20</p>
|
352
357
|
</div>
|
353
358
|
<hr>
|
354
|
-
<div class="refsect2"
|
359
|
+
<div class="refsect2">
|
355
360
|
<a name="G-GNUC-EXTENSION:CAPS"></a><h3>G_GNUC_EXTENSION</h3>
|
356
|
-
<pre class="programlisting">#define
|
361
|
+
<pre class="programlisting"># define G_GNUC_EXTENSION __extension__
|
362
|
+
</pre>
|
357
363
|
<p>
|
358
364
|
Expands to <code class="literal">__extension__</code> when <span class="command"><strong>gcc</strong></span> is
|
359
365
|
used as the compiler.
|
@@ -362,7 +368,7 @@ when compiling with the <code class="option">-pedantic</code> option.
|
|
362
368
|
</p>
|
363
369
|
</div>
|
364
370
|
<hr>
|
365
|
-
<div class="refsect2"
|
371
|
+
<div class="refsect2">
|
366
372
|
<a name="G-GNUC-CONST:CAPS"></a><h3>G_GNUC_CONST</h3>
|
367
373
|
<pre class="programlisting">#define G_GNUC_CONST</pre>
|
368
374
|
<p>
|
@@ -371,7 +377,7 @@ Expands to the GNU C <code class="literal">const</code> function attribute if th
|
|
371
377
|
to the function. A const function doesn't examine any values except its parameters, and has no
|
372
378
|
effects except its return value. See the GNU C documentation for details.
|
373
379
|
</p>
|
374
|
-
<div class="note"
|
380
|
+
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
375
381
|
<h3 class="title">Note</h3>
|
376
382
|
<p>
|
377
383
|
A function that has pointer arguments and examines the data pointed to
|
@@ -382,7 +388,7 @@ for a const function to return void.
|
|
382
388
|
</div>
|
383
389
|
</div>
|
384
390
|
<hr>
|
385
|
-
<div class="refsect2"
|
391
|
+
<div class="refsect2">
|
386
392
|
<a name="G-GNUC-PURE:CAPS"></a><h3>G_GNUC_PURE</h3>
|
387
393
|
<pre class="programlisting">#define G_GNUC_PURE</pre>
|
388
394
|
<p>
|
@@ -394,7 +400,7 @@ See the GNU C documentation for details.
|
|
394
400
|
</p>
|
395
401
|
</div>
|
396
402
|
<hr>
|
397
|
-
<div class="refsect2"
|
403
|
+
<div class="refsect2">
|
398
404
|
<a name="G-GNUC-MALLOC:CAPS"></a><h3>G_GNUC_MALLOC</h3>
|
399
405
|
<pre class="programlisting">#define G_GNUC_MALLOC</pre>
|
400
406
|
<p>
|
@@ -408,9 +414,10 @@ See the GNU C documentation for details.
|
|
408
414
|
<p class="since">Since 2.6</p>
|
409
415
|
</div>
|
410
416
|
<hr>
|
411
|
-
<div class="refsect2"
|
417
|
+
<div class="refsect2">
|
412
418
|
<a name="G-GNUC-ALLOC-SIZE:CAPS"></a><h3>G_GNUC_ALLOC_SIZE()</h3>
|
413
|
-
<pre class="programlisting">#define
|
419
|
+
<pre class="programlisting">#define G_GNUC_ALLOC_SIZE(x) __attribute__((__alloc_size__(x)))
|
420
|
+
</pre>
|
414
421
|
<p>
|
415
422
|
Expands to the GNU C <code class="literal">alloc_size</code> function attribute if the
|
416
423
|
compiler is a new enough <span class="command"><strong>gcc</strong></span>. This attribute tells the
|
@@ -422,16 +429,16 @@ See the GNU C documentation for details.
|
|
422
429
|
<col align="left" valign="top">
|
423
430
|
<tbody><tr>
|
424
431
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
425
|
-
<td>the index of the argument specifying the allocation size
|
426
|
-
</td>
|
432
|
+
<td>the index of the argument specifying the allocation size</td>
|
427
433
|
</tr></tbody>
|
428
434
|
</table></div>
|
429
435
|
<p class="since">Since 2.18</p>
|
430
436
|
</div>
|
431
437
|
<hr>
|
432
|
-
<div class="refsect2"
|
438
|
+
<div class="refsect2">
|
433
439
|
<a name="G-GNUC-ALLOC-SIZE2:CAPS"></a><h3>G_GNUC_ALLOC_SIZE2()</h3>
|
434
|
-
<pre class="programlisting">#define
|
440
|
+
<pre class="programlisting">#define G_GNUC_ALLOC_SIZE2(x,y) __attribute__((__alloc_size__(x,y)))
|
441
|
+
</pre>
|
435
442
|
<p>
|
436
443
|
Expands to the GNU C <code class="literal">alloc_size</code> function attribute if the
|
437
444
|
compiler is a new enough <span class="command"><strong>gcc</strong></span>. This attribute tells the
|
@@ -444,20 +451,18 @@ See the GNU C documentation for details.
|
|
444
451
|
<tbody>
|
445
452
|
<tr>
|
446
453
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
447
|
-
<td>the index of the argument specifying one factor of the allocation size
|
448
|
-
</td>
|
454
|
+
<td>the index of the argument specifying one factor of the allocation size</td>
|
449
455
|
</tr>
|
450
456
|
<tr>
|
451
457
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
452
|
-
<td>the index of the argument specifying the second factor of the allocation size
|
453
|
-
</td>
|
458
|
+
<td>the index of the argument specifying the second factor of the allocation size</td>
|
454
459
|
</tr>
|
455
460
|
</tbody>
|
456
461
|
</table></div>
|
457
462
|
<p class="since">Since 2.18</p>
|
458
463
|
</div>
|
459
464
|
<hr>
|
460
|
-
<div class="refsect2"
|
465
|
+
<div class="refsect2">
|
461
466
|
<a name="G-GNUC-DEPRECATED:CAPS"></a><h3>G_GNUC_DEPRECATED</h3>
|
462
467
|
<pre class="programlisting">#define G_GNUC_DEPRECATED</pre>
|
463
468
|
<p>
|
@@ -471,7 +476,7 @@ See the GNU C documentation for details.
|
|
471
476
|
<p class="since">Since 2.2</p>
|
472
477
|
</div>
|
473
478
|
<hr>
|
474
|
-
<div class="refsect2"
|
479
|
+
<div class="refsect2">
|
475
480
|
<a name="G-GNUC-DEPRECATED-FOR:CAPS"></a><h3>G_GNUC_DEPRECATED_FOR()</h3>
|
476
481
|
<pre class="programlisting">#define G_GNUC_DEPRECATED_FOR(f)</pre>
|
477
482
|
<p>
|
@@ -485,14 +490,13 @@ See the GNU C documentation for details.
|
|
485
490
|
<tbody><tr>
|
486
491
|
<td><p><span class="term"><em class="parameter"><code>f</code></em> :</span></p></td>
|
487
492
|
<td>the intended replacement for the deprecated symbol, such as the name of a
|
488
|
-
|
489
|
-
</td>
|
493
|
+
function</td>
|
490
494
|
</tr></tbody>
|
491
495
|
</table></div>
|
492
496
|
<p class="since">Since 2.25.3</p>
|
493
497
|
</div>
|
494
498
|
<hr>
|
495
|
-
<div class="refsect2"
|
499
|
+
<div class="refsect2">
|
496
500
|
<a name="G-GNUC-NORETURN:CAPS"></a><h3>G_GNUC_NORETURN</h3>
|
497
501
|
<pre class="programlisting">#define G_GNUC_NORETURN</pre>
|
498
502
|
<p>
|
@@ -503,7 +507,7 @@ warnings. See the GNU C documentation for details.
|
|
503
507
|
</p>
|
504
508
|
</div>
|
505
509
|
<hr>
|
506
|
-
<div class="refsect2"
|
510
|
+
<div class="refsect2">
|
507
511
|
<a name="G-GNUC-UNUSED:CAPS"></a><h3>G_GNUC_UNUSED</h3>
|
508
512
|
<pre class="programlisting">#define G_GNUC_UNUSED</pre>
|
509
513
|
<p>
|
@@ -513,7 +517,7 @@ It avoids possible compiler warnings. See the GNU C documentation for details.
|
|
513
517
|
</p>
|
514
518
|
</div>
|
515
519
|
<hr>
|
516
|
-
<div class="refsect2"
|
520
|
+
<div class="refsect2">
|
517
521
|
<a name="G-GNUC-PRINTF:CAPS"></a><h3>G_GNUC_PRINTF()</h3>
|
518
522
|
<pre class="programlisting">#define G_GNUC_PRINTF( format_idx, arg_idx )</pre>
|
519
523
|
<p>
|
@@ -546,19 +550,17 @@ See the GNU C documentation for details.
|
|
546
550
|
<tr>
|
547
551
|
<td><p><span class="term"><em class="parameter"><code>format_idx</code></em> :</span></p></td>
|
548
552
|
<td>the index of the argument corresponding to the format string.
|
549
|
-
(The arguments are numbered from 1)
|
550
|
-
</td>
|
553
|
+
(The arguments are numbered from 1).</td>
|
551
554
|
</tr>
|
552
555
|
<tr>
|
553
556
|
<td><p><span class="term"><em class="parameter"><code>arg_idx</code></em> :</span></p></td>
|
554
|
-
<td>the index of the first of the format arguments
|
555
|
-
</td>
|
557
|
+
<td>the index of the first of the format arguments.</td>
|
556
558
|
</tr>
|
557
559
|
</tbody>
|
558
560
|
</table></div>
|
559
561
|
</div>
|
560
562
|
<hr>
|
561
|
-
<div class="refsect2"
|
563
|
+
<div class="refsect2">
|
562
564
|
<a name="G-GNUC-SCANF:CAPS"></a><h3>G_GNUC_SCANF()</h3>
|
563
565
|
<pre class="programlisting">#define G_GNUC_SCANF( format_idx, arg_idx )</pre>
|
564
566
|
<p>
|
@@ -574,19 +576,17 @@ See the GNU C documentation for details.
|
|
574
576
|
<tr>
|
575
577
|
<td><p><span class="term"><em class="parameter"><code>format_idx</code></em> :</span></p></td>
|
576
578
|
<td>the index of the argument corresponding to the format string.
|
577
|
-
(The arguments are numbered from 1)
|
578
|
-
</td>
|
579
|
+
(The arguments are numbered from 1).</td>
|
579
580
|
</tr>
|
580
581
|
<tr>
|
581
582
|
<td><p><span class="term"><em class="parameter"><code>arg_idx</code></em> :</span></p></td>
|
582
|
-
<td>the index of the first of the format arguments
|
583
|
-
</td>
|
583
|
+
<td>the index of the first of the format arguments.</td>
|
584
584
|
</tr>
|
585
585
|
</tbody>
|
586
586
|
</table></div>
|
587
587
|
</div>
|
588
588
|
<hr>
|
589
|
-
<div class="refsect2"
|
589
|
+
<div class="refsect2">
|
590
590
|
<a name="G-GNUC-FORMAT:CAPS"></a><h3>G_GNUC_FORMAT()</h3>
|
591
591
|
<pre class="programlisting">#define G_GNUC_FORMAT( arg_idx )</pre>
|
592
592
|
<p>
|
@@ -616,15 +616,15 @@ See the GNU C documentation for details.
|
|
616
616
|
<col align="left" valign="top">
|
617
617
|
<tbody><tr>
|
618
618
|
<td><p><span class="term"><em class="parameter"><code>arg_idx</code></em> :</span></p></td>
|
619
|
-
<td>the index of the argument
|
620
|
-
</td>
|
619
|
+
<td>the index of the argument.</td>
|
621
620
|
</tr></tbody>
|
622
621
|
</table></div>
|
623
622
|
</div>
|
624
623
|
<hr>
|
625
|
-
<div class="refsect2"
|
624
|
+
<div class="refsect2">
|
626
625
|
<a name="G-GNUC-NULL-TERMINATED:CAPS"></a><h3>G_GNUC_NULL_TERMINATED</h3>
|
627
|
-
<pre class="programlisting">#define
|
626
|
+
<pre class="programlisting">#define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__))
|
627
|
+
</pre>
|
628
628
|
<p>
|
629
629
|
Expands to the GNU C <code class="literal">sentinel</code> function attribute if the
|
630
630
|
compiler is <span class="command"><strong>gcc</strong></span>, or "" if it isn't. This function attribute
|
@@ -634,7 +634,7 @@ See the GNU C documentation for details.
|
|
634
634
|
</p>
|
635
635
|
Since: 2.8</div>
|
636
636
|
<hr>
|
637
|
-
<div class="refsect2"
|
637
|
+
<div class="refsect2">
|
638
638
|
<a name="G-GNUC-WARN-UNUSED-RESULT:CAPS"></a><h3>G_GNUC_WARN_UNUSED_RESULT</h3>
|
639
639
|
<pre class="programlisting">#define G_GNUC_WARN_UNUSED_RESULT</pre>
|
640
640
|
<p>
|
@@ -646,10 +646,11 @@ is ignored. See the GNU C documentation for details.
|
|
646
646
|
<p class="since">Since 2.10</p>
|
647
647
|
</div>
|
648
648
|
<hr>
|
649
|
-
<div class="refsect2"
|
649
|
+
<div class="refsect2">
|
650
650
|
<a name="G-GNUC-FUNCTION:CAPS"></a><h3>G_GNUC_FUNCTION</h3>
|
651
|
-
<pre class="programlisting">#define
|
652
|
-
|
651
|
+
<pre class="programlisting">#define G_GNUC_FUNCTION __FUNCTION__
|
652
|
+
</pre>
|
653
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
653
654
|
<h3 class="title">Warning</h3>
|
654
655
|
<p><code class="literal">G_GNUC_FUNCTION</code> has been deprecated since version 2.16 and should not be used in newly-written code. Use <a class="link" href="glib-Miscellaneous-Macros.html#G-STRFUNC:CAPS" title="G_STRFUNC"><span class="type">G_STRFUNC</span></a> instead.</p>
|
655
656
|
</div>
|
@@ -659,10 +660,11 @@ on <span class="command"><strong>gcc</strong></span> version 2.x. Don't use it.
|
|
659
660
|
</p>
|
660
661
|
</div>
|
661
662
|
<hr>
|
662
|
-
<div class="refsect2"
|
663
|
+
<div class="refsect2">
|
663
664
|
<a name="G-GNUC-PRETTY-FUNCTION:CAPS"></a><h3>G_GNUC_PRETTY_FUNCTION</h3>
|
664
|
-
<pre class="programlisting">#define
|
665
|
-
|
665
|
+
<pre class="programlisting">#define G_GNUC_PRETTY_FUNCTION __PRETTY_FUNCTION__
|
666
|
+
</pre>
|
667
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
666
668
|
<h3 class="title">Warning</h3>
|
667
669
|
<p><code class="literal">G_GNUC_PRETTY_FUNCTION</code> has been deprecated since version 2.16 and should not be used in newly-written code. Use <a class="link" href="glib-Miscellaneous-Macros.html#G-STRFUNC:CAPS" title="G_STRFUNC"><span class="type">G_STRFUNC</span></a> instead.</p>
|
668
670
|
</div>
|
@@ -673,7 +675,7 @@ Don't use it.
|
|
673
675
|
</p>
|
674
676
|
</div>
|
675
677
|
<hr>
|
676
|
-
<div class="refsect2"
|
678
|
+
<div class="refsect2">
|
677
679
|
<a name="G-GNUC-NO-INSTRUMENT:CAPS"></a><h3>G_GNUC_NO_INSTRUMENT</h3>
|
678
680
|
<pre class="programlisting">#define G_GNUC_NO_INSTRUMENT</pre>
|
679
681
|
<p>
|
@@ -686,7 +688,7 @@ See the GNU C documentation for details.
|
|
686
688
|
</p>
|
687
689
|
</div>
|
688
690
|
<hr>
|
689
|
-
<div class="refsect2"
|
691
|
+
<div class="refsect2">
|
690
692
|
<a name="G-HAVE-GNUC-VISIBILITY:CAPS"></a><h3>G_HAVE_GNUC_VISIBILITY</h3>
|
691
693
|
<pre class="programlisting">#define G_HAVE_GNUC_VISIBILITY 1
|
692
694
|
</pre>
|
@@ -694,9 +696,10 @@ See the GNU C documentation for details.
|
|
694
696
|
</p>
|
695
697
|
</div>
|
696
698
|
<hr>
|
697
|
-
<div class="refsect2"
|
699
|
+
<div class="refsect2">
|
698
700
|
<a name="G-GNUC-INTERNAL:CAPS"></a><h3>G_GNUC_INTERNAL</h3>
|
699
|
-
<pre class="programlisting">#define
|
701
|
+
<pre class="programlisting">#define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
|
702
|
+
</pre>
|
700
703
|
<p>
|
701
704
|
This attribute can be used for marking library functions as being used
|
702
705
|
internally to the library only, which may allow the compiler to handle
|
@@ -735,9 +738,10 @@ Sun Studio does not.
|
|
735
738
|
|
736
739
|
Since: 2.6</div>
|
737
740
|
<hr>
|
738
|
-
<div class="refsect2"
|
741
|
+
<div class="refsect2">
|
739
742
|
<a name="G-GNUC-MAY-ALIAS:CAPS"></a><h3>G_GNUC_MAY_ALIAS</h3>
|
740
|
-
<pre class="programlisting">#define
|
743
|
+
<pre class="programlisting"># define G_GNUC_MAY_ALIAS __attribute__((may_alias))
|
744
|
+
</pre>
|
741
745
|
<p>
|
742
746
|
Expands to the GNU C <code class="literal">may_alias</code> type attribute
|
743
747
|
if the compiler is <span class="command"><strong>gcc</strong></span>. Types with this attribute
|
@@ -747,9 +751,10 @@ See the GNU C documentation for details.
|
|
747
751
|
</p>
|
748
752
|
Since: 2.14</div>
|
749
753
|
<hr>
|
750
|
-
<div class="refsect2"
|
754
|
+
<div class="refsect2">
|
751
755
|
<a name="G-LIKELY:CAPS"></a><h3>G_LIKELY()</h3>
|
752
|
-
<pre class="programlisting">#define
|
756
|
+
<pre class="programlisting">#define G_LIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR(expr), 1))
|
757
|
+
</pre>
|
753
758
|
<p>
|
754
759
|
Hints the compiler that the expression is likely to evaluate to a true
|
755
760
|
value. The compiler may use this information for optimizations.
|
@@ -772,8 +777,7 @@ value. The compiler may use this information for optimizations.
|
|
772
777
|
<tbody>
|
773
778
|
<tr>
|
774
779
|
<td><p><span class="term"><em class="parameter"><code>expr</code></em> :</span></p></td>
|
775
|
-
<td>the expression
|
776
|
-
</td>
|
780
|
+
<td>the expression</td>
|
777
781
|
</tr>
|
778
782
|
<tr>
|
779
783
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -785,9 +789,10 @@ value. The compiler may use this information for optimizations.
|
|
785
789
|
<p class="since">Since 2.2</p>
|
786
790
|
</div>
|
787
791
|
<hr>
|
788
|
-
<div class="refsect2"
|
792
|
+
<div class="refsect2">
|
789
793
|
<a name="G-UNLIKELY:CAPS"></a><h3>G_UNLIKELY()</h3>
|
790
|
-
<pre class="programlisting">#define
|
794
|
+
<pre class="programlisting">#define G_UNLIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR(expr), 0))
|
795
|
+
</pre>
|
791
796
|
<p>
|
792
797
|
Hints the compiler that the expression is unlikely to evaluate to a true
|
793
798
|
value. The compiler may use this information for optimizations.
|
@@ -810,8 +815,7 @@ value. The compiler may use this information for optimizations.
|
|
810
815
|
<tbody>
|
811
816
|
<tr>
|
812
817
|
<td><p><span class="term"><em class="parameter"><code>expr</code></em> :</span></p></td>
|
813
|
-
<td>the expression
|
814
|
-
</td>
|
818
|
+
<td>the expression</td>
|
815
819
|
</tr>
|
816
820
|
<tr>
|
817
821
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -823,24 +827,26 @@ value. The compiler may use this information for optimizations.
|
|
823
827
|
<p class="since">Since 2.2</p>
|
824
828
|
</div>
|
825
829
|
<hr>
|
826
|
-
<div class="refsect2"
|
830
|
+
<div class="refsect2">
|
827
831
|
<a name="G-STRLOC:CAPS"></a><h3>G_STRLOC</h3>
|
828
|
-
<pre class="programlisting">#define
|
832
|
+
<pre class="programlisting"># define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__) ":" __PRETTY_FUNCTION__ "()"
|
833
|
+
</pre>
|
829
834
|
<p>
|
830
835
|
Expands to a string identifying the current code position.
|
831
836
|
</p>
|
832
837
|
</div>
|
833
838
|
<hr>
|
834
|
-
<div class="refsect2"
|
839
|
+
<div class="refsect2">
|
835
840
|
<a name="G-STRFUNC:CAPS"></a><h3>G_STRFUNC</h3>
|
836
|
-
<pre class="programlisting">#define
|
841
|
+
<pre class="programlisting"># define G_STRFUNC ((const char*) (__PRETTY_FUNCTION__))
|
842
|
+
</pre>
|
837
843
|
<p>
|
838
844
|
Expands to a string identifying the current function.
|
839
845
|
</p>
|
840
846
|
<p class="since">Since 2.4</p>
|
841
847
|
</div>
|
842
848
|
<hr>
|
843
|
-
<div class="refsect2"
|
849
|
+
<div class="refsect2">
|
844
850
|
<a name="G-GINT16-MODIFIER:CAPS"></a><h3>G_GINT16_MODIFIER</h3>
|
845
851
|
<pre class="programlisting">#define G_GINT16_MODIFIER "h"
|
846
852
|
</pre>
|
@@ -872,7 +878,7 @@ The following example prints "0x7b";
|
|
872
878
|
<p class="since">Since 2.4</p>
|
873
879
|
</div>
|
874
880
|
<hr>
|
875
|
-
<div class="refsect2"
|
881
|
+
<div class="refsect2">
|
876
882
|
<a name="G-GINT16-FORMAT:CAPS"></a><h3>G_GINT16_FORMAT</h3>
|
877
883
|
<pre class="programlisting">#define G_GINT16_FORMAT "hi"
|
878
884
|
</pre>
|
@@ -907,7 +913,7 @@ modifiers between percent-sign and conversion specifier.
|
|
907
913
|
</p>
|
908
914
|
</div>
|
909
915
|
<hr>
|
910
|
-
<div class="refsect2"
|
916
|
+
<div class="refsect2">
|
911
917
|
<a name="G-GUINT16-FORMAT:CAPS"></a><h3>G_GUINT16_FORMAT</h3>
|
912
918
|
<pre class="programlisting">#define G_GUINT16_FORMAT "hu"
|
913
919
|
</pre>
|
@@ -917,7 +923,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#guint16" tit
|
|
917
923
|
</p>
|
918
924
|
</div>
|
919
925
|
<hr>
|
920
|
-
<div class="refsect2"
|
926
|
+
<div class="refsect2">
|
921
927
|
<a name="G-GINT32-MODIFIER:CAPS"></a><h3>G_GINT32_MODIFIER</h3>
|
922
928
|
<pre class="programlisting">#define G_GINT32_MODIFIER ""
|
923
929
|
</pre>
|
@@ -929,7 +935,7 @@ See also <a class="link" href="glib-Miscellaneous-Macros.html#G-GINT16-MODIFIER:
|
|
929
935
|
<p class="since">Since 2.4</p>
|
930
936
|
</div>
|
931
937
|
<hr>
|
932
|
-
<div class="refsect2"
|
938
|
+
<div class="refsect2">
|
933
939
|
<a name="G-GINT32-FORMAT:CAPS"></a><h3>G_GINT32_FORMAT</h3>
|
934
940
|
<pre class="programlisting">#define G_GINT32_FORMAT "i"
|
935
941
|
</pre>
|
@@ -939,7 +945,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#gint32" titl
|
|
939
945
|
</p>
|
940
946
|
</div>
|
941
947
|
<hr>
|
942
|
-
<div class="refsect2"
|
948
|
+
<div class="refsect2">
|
943
949
|
<a name="G-GUINT32-FORMAT:CAPS"></a><h3>G_GUINT32_FORMAT</h3>
|
944
950
|
<pre class="programlisting">#define G_GUINT32_FORMAT "u"
|
945
951
|
</pre>
|
@@ -949,7 +955,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#guint32" tit
|
|
949
955
|
</p>
|
950
956
|
</div>
|
951
957
|
<hr>
|
952
|
-
<div class="refsect2"
|
958
|
+
<div class="refsect2">
|
953
959
|
<a name="G-GINT64-MODIFIER:CAPS"></a><h3>G_GINT64_MODIFIER</h3>
|
954
960
|
<pre class="programlisting">#define G_GINT64_MODIFIER "l"
|
955
961
|
</pre>
|
@@ -957,7 +963,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#guint32" tit
|
|
957
963
|
The platform dependent length modifier for conversion specifiers for scanning
|
958
964
|
and printing values of type <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a> or <a class="link" href="glib-Basic-Types.html#guint64" title="guint64"><span class="type">guint64</span></a>. It is a string literal.
|
959
965
|
</p>
|
960
|
-
<div class="note"
|
966
|
+
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
961
967
|
<h3 class="title">Note</h3>
|
962
968
|
<p>
|
963
969
|
Some platforms do not support printing 64 bit integers,
|
@@ -968,7 +974,7 @@ is not defined.
|
|
968
974
|
<p class="since">Since 2.4</p>
|
969
975
|
</div>
|
970
976
|
<hr>
|
971
|
-
<div class="refsect2"
|
977
|
+
<div class="refsect2">
|
972
978
|
<a name="G-GINT64-FORMAT:CAPS"></a><h3>G_GINT64_FORMAT</h3>
|
973
979
|
<pre class="programlisting">#define G_GINT64_FORMAT "li"
|
974
980
|
</pre>
|
@@ -976,7 +982,7 @@ is not defined.
|
|
976
982
|
This is the platform dependent conversion specifier for scanning and
|
977
983
|
printing values of type <a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a>. See also <a class="link" href="glib-Miscellaneous-Macros.html#G-GINT16-FORMAT:CAPS" title="G_GINT16_FORMAT"><span class="type">G_GINT16_FORMAT</span></a>.
|
978
984
|
</p>
|
979
|
-
<div class="note"
|
985
|
+
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
980
986
|
<h3 class="title">Note</h3>
|
981
987
|
<p>
|
982
988
|
Some platforms do not support scanning and printing 64 bit integers,
|
@@ -989,7 +995,7 @@ instead.
|
|
989
995
|
</div>
|
990
996
|
</div>
|
991
997
|
<hr>
|
992
|
-
<div class="refsect2"
|
998
|
+
<div class="refsect2">
|
993
999
|
<a name="G-GUINT64-FORMAT:CAPS"></a><h3>G_GUINT64_FORMAT</h3>
|
994
1000
|
<pre class="programlisting">#define G_GUINT64_FORMAT "lu"
|
995
1001
|
</pre>
|
@@ -997,7 +1003,7 @@ instead.
|
|
997
1003
|
This is the platform dependent conversion specifier for scanning and
|
998
1004
|
printing values of type <a class="link" href="glib-Basic-Types.html#guint64" title="guint64"><span class="type">guint64</span></a>. See also <a class="link" href="glib-Miscellaneous-Macros.html#G-GINT16-FORMAT:CAPS" title="G_GINT16_FORMAT"><span class="type">G_GINT16_FORMAT</span></a>.
|
999
1005
|
</p>
|
1000
|
-
<div class="note"
|
1006
|
+
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1001
1007
|
<h3 class="title">Note</h3>
|
1002
1008
|
<p>
|
1003
1009
|
Some platforms do not support scanning and printing 64 bit integers,
|
@@ -1009,7 +1015,7 @@ recommended for parsing anyway; consider using <code class="function">g_strtoull
|
|
1009
1015
|
</div>
|
1010
1016
|
</div>
|
1011
1017
|
<hr>
|
1012
|
-
<div class="refsect2"
|
1018
|
+
<div class="refsect2">
|
1013
1019
|
<a name="G-GSIZE-MODIFIER:CAPS"></a><h3>G_GSIZE_MODIFIER</h3>
|
1014
1020
|
<pre class="programlisting">#define G_GSIZE_MODIFIER "l"
|
1015
1021
|
</pre>
|
@@ -1020,7 +1026,7 @@ and printing values of type <a class="link" href="glib-Basic-Types.html#gsize" t
|
|
1020
1026
|
<p class="since">Since 2.6</p>
|
1021
1027
|
</div>
|
1022
1028
|
<hr>
|
1023
|
-
<div class="refsect2"
|
1029
|
+
<div class="refsect2">
|
1024
1030
|
<a name="G-GSIZE-FORMAT:CAPS"></a><h3>G_GSIZE_FORMAT</h3>
|
1025
1031
|
<pre class="programlisting">#define G_GSIZE_FORMAT "lu"
|
1026
1032
|
</pre>
|
@@ -1031,7 +1037,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#gsize" title
|
|
1031
1037
|
<p class="since">Since 2.6</p>
|
1032
1038
|
</div>
|
1033
1039
|
<hr>
|
1034
|
-
<div class="refsect2"
|
1040
|
+
<div class="refsect2">
|
1035
1041
|
<a name="G-GSSIZE-FORMAT:CAPS"></a><h3>G_GSSIZE_FORMAT</h3>
|
1036
1042
|
<pre class="programlisting">#define G_GSSIZE_FORMAT "li"
|
1037
1043
|
</pre>
|
@@ -1042,7 +1048,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#gssize" titl
|
|
1042
1048
|
<p class="since">Since 2.6</p>
|
1043
1049
|
</div>
|
1044
1050
|
<hr>
|
1045
|
-
<div class="refsect2"
|
1051
|
+
<div class="refsect2">
|
1046
1052
|
<a name="G-GOFFSET-MODIFIER:CAPS"></a><h3>G_GOFFSET_MODIFIER</h3>
|
1047
1053
|
<pre class="programlisting">#define G_GOFFSET_MODIFIER G_GINT64_MODIFIER
|
1048
1054
|
</pre>
|
@@ -1054,7 +1060,7 @@ and printing values of type <a class="link" href="glib-Basic-Types.html#goffset"
|
|
1054
1060
|
<p class="since">Since 2.20</p>
|
1055
1061
|
</div>
|
1056
1062
|
<hr>
|
1057
|
-
<div class="refsect2"
|
1063
|
+
<div class="refsect2">
|
1058
1064
|
<a name="G-GOFFSET-FORMAT:CAPS"></a><h3>G_GOFFSET_FORMAT</h3>
|
1059
1065
|
<pre class="programlisting">#define G_GOFFSET_FORMAT G_GINT64_FORMAT
|
1060
1066
|
</pre>
|
@@ -1064,7 +1070,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#goffset" tit
|
|
1064
1070
|
</p>
|
1065
1071
|
Since: 2.20</div>
|
1066
1072
|
<hr>
|
1067
|
-
<div class="refsect2"
|
1073
|
+
<div class="refsect2">
|
1068
1074
|
<a name="G-GINTPTR-MODIFIER:CAPS"></a><h3>G_GINTPTR_MODIFIER</h3>
|
1069
1075
|
<pre class="programlisting">#define G_GINTPTR_MODIFIER "l"
|
1070
1076
|
</pre>
|
@@ -1075,7 +1081,7 @@ and printing values of type <a class="link" href="glib-Basic-Types.html#gintptr"
|
|
1075
1081
|
<p class="since">Since 2.22</p>
|
1076
1082
|
</div>
|
1077
1083
|
<hr>
|
1078
|
-
<div class="refsect2"
|
1084
|
+
<div class="refsect2">
|
1079
1085
|
<a name="G-GINTPTR-FORMAT:CAPS"></a><h3>G_GINTPTR_FORMAT</h3>
|
1080
1086
|
<pre class="programlisting">#define G_GINTPTR_FORMAT "li"
|
1081
1087
|
</pre>
|
@@ -1086,7 +1092,7 @@ printing values of type <a class="link" href="glib-Basic-Types.html#gintptr" tit
|
|
1086
1092
|
<p class="since">Since 2.22</p>
|
1087
1093
|
</div>
|
1088
1094
|
<hr>
|
1089
|
-
<div class="refsect2"
|
1095
|
+
<div class="refsect2">
|
1090
1096
|
<a name="G-GUINTPTR-FORMAT:CAPS"></a><h3>G_GUINTPTR_FORMAT</h3>
|
1091
1097
|
<pre class="programlisting">#define G_GUINTPTR_FORMAT "lu"
|
1092
1098
|
</pre>
|
@@ -1100,6 +1106,6 @@ printing values of type <a class="link" href="glib-Basic-Types.html#guintptr" ti
|
|
1100
1106
|
</div>
|
1101
1107
|
<div class="footer">
|
1102
1108
|
<hr>
|
1103
|
-
Generated by GTK-Doc V1.
|
1109
|
+
Generated by GTK-Doc V1.16.1</div>
|
1104
1110
|
</body>
|
1105
1111
|
</html>
|