glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +46 -0
- data/Rakefile +1 -0
- data/ext/glib2/rbglib.h +1 -1
- data/ext/glib2/rbglib_iochannel.c +15 -6
- data/ext/glib2/rbgobj_signal.c +1 -1
- data/ext/glib2/rbgobject.h +1 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/gnome2-raketask.rb +3 -2
- data/lib/mkmf-gnome2.rb +47 -23
- data/test/glib-test-init.rb +1 -3
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +3 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/include/glib-2.0/gio/gaction.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gactiongroup.h +151 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gapplication.h +165 -0
- data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gasyncresult.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gcancellable.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +15 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileiostream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gio.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +158 -2
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +12 -0
- data/vendor/local/include/glib-2.0/gio/giomodule.h +1 -1
- data/vendor/local/include/glib-2.0/gio/giostream.h +11 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +48 -0
- data/vendor/local/include/glib-2.0/gio/goutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +101 -0
- data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +98 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +9 -2
- data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +95 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +87 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gtcpwrapperconnection.h +68 -0
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +92 -0
- data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +83 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +72 -0
- data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +136 -0
- data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +61 -0
- data/vendor/local/include/glib-2.0/glib/glist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +27 -6
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +80 -5
- data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gsequence.h +8 -0
- data/vendor/local/include/glib-2.0/glib/gslist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +37 -0
- data/vendor/local/include/glib-2.0/glib/gtypes.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +22 -16
- data/vendor/local/include/glib-2.0/glib/gutils.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gvariant.h +35 -11
- data/vendor/local/include/glib-2.0/gobject/gobject.h +15 -0
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +5 -0
- data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +4 -2
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
- data/vendor/local/lib/gio-2.0.def +142 -0
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +21 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.def +3 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-2.0.lib +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/manifest/{glib-dev_2.26.1-1_win32.mft → glib-dev_2.28.1-1_win32.mft} +55 -19
- data/vendor/local/manifest/{glib_2.26.1-1_win32.mft → glib_2.28.1-1_win32.mft} +3 -2
- data/vendor/local/share/aclocal/glib-2.0.m4 +4 -4
- data/vendor/local/share/doc/{glib-2.26.1 → glib-2.28.1}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.26.1 → glib-dev-2.28.1}/COPYING +0 -0
- data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +72 -21
- data/vendor/local/share/glib-2.0/schemas/gschema.dtd +21 -8
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +469 -0
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +754 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +296 -249
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +1458 -0
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +815 -0
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +61 -97
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +31 -38
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +52 -68
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +38 -50
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +120 -77
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -51
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +26 -35
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +415 -650
- data/vendor/local/share/gtk-doc/html/gio/{gio-GDBusError.html → GDBusError.html} +118 -147
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +204 -347
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +66 -111
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +210 -309
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +68 -87
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +190 -232
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +89 -118
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +196 -270
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +56 -24
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +1090 -1443
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +13 -16
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +66 -86
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +31 -45
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +19 -21
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +466 -602
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +32 -40
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +60 -59
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +32 -47
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -45
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -38
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +184 -52
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +45 -54
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +96 -125
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +49 -71
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +102 -134
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +21 -24
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +34 -41
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +223 -294
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +127 -153
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +35 -46
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +37 -46
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +138 -174
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +46 -68
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +398 -0
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +340 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +89 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -56
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +59 -34
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +82 -95
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +58 -72
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +597 -357
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +125 -75
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +339 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +200 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +232 -167
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +291 -406
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +39 -45
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +301 -223
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +41 -44
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +41 -49
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +22 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +88 -107
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/{gio-GSrvTarget.html → GSrvTarget.html} +74 -77
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +21 -22
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +156 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +29 -35
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +260 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +396 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +428 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +869 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +158 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +32 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +28 -34
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +44 -54
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +49 -57
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +142 -187
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +99 -132
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +33 -32
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +43 -13
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +10 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +36 -28
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +744 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +915 -107
- data/vendor/local/share/gtk-doc/html/gio/application.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/async.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -24
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +54 -36
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +188 -41
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +19 -108
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +16 -179
- data/vendor/local/share/gtk-doc/html/gio/ch28.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch26s02.html → ch28s02.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s03.html → ch28s03.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s04.html → ch28s04.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s05.html → ch28s05.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s06.html → ch28s06.html} +17 -15
- data/vendor/local/share/gtk-doc/html/gio/{ch26s07.html → ch28s07.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +70 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch27s04.html → ch29s04.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gio/{ch27s05.html → ch29s05.html} +12 -12
- data/vendor/local/share/gtk-doc/html/gio/{ch27s06.html → ch29s06.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +27 -14
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +141 -248
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +28 -40
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +29 -112
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +45 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +58 -68
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +18 -20
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +82 -76
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +34 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +25 -33
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +87 -113
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +287 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +119 -151
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +62 -95
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +66 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +312 -91
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +386 -133
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +162 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +7 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +88 -36
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +506 -95
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/networking.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +68 -17
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/settings.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +9 -3
- data/vendor/local/share/gtk-doc/html/gio/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gio/tls.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/utils.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +25 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +112 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +15 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +201 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +144 -210
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +97 -136
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +99 -128
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +104 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +42 -71
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +40 -43
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +224 -314
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +104 -142
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +193 -308
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +51 -76
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +170 -307
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +154 -198
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +45 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +60 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +390 -428
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +265 -333
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +306 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +60 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +122 -152
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +241 -571
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +233 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +310 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +739 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +136 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +22 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +210 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +294 -355
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +27 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +102 -95
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +402 -486
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +308 -442
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +75 -116
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +229 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +36 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +121 -187
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +23 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +80 -107
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +46 -69
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +63 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +121 -115
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +304 -327
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +307 -366
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +39 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +230 -343
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +121 -167
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +31 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +73 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +75 -106
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +229 -184
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +31 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +247 -286
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +281 -283
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +83 -337
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +65 -80
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +36 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +408 -621
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +253 -322
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +161 -252
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +677 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +88 -111
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +378 -475
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +27 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +39 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +19 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +57 -93
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +413 -534
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +117 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +60 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +38 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +6 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +82 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +144 -103
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +170 -105
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +48 -43
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +660 -0
- data/vendor/local/share/gtk-doc/html/glib/index.html +8 -4
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +67 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/glib/tools.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +72 -90
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +79 -108
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +67 -85
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +63 -9
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +47 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +65 -53
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -11
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +18 -18
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +16 -16
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +40 -54
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +405 -512
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +170 -213
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +242 -292
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +91 -127
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +407 -573
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +951 -1268
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +383 -441
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +648 -829
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +82 -95
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +31 -49
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +15 -14
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +13 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +13 -13
- data/vendor/local/share/gtk-doc/html/gobject/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.log → glib_2.28.1-1_win32.log} +690 -773
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.sh → glib_2.28.1-1_win32.sh} +2 -4
- metadata +78 -146
- data/ext/glib2/Makefile +0 -169
- data/ext/glib2/glib-enum-types.c +0 -1065
- data/ext/glib2/glib-enum-types.h +0 -144
- data/ext/glib2/ruby-glib2.pc +0 -3
- data/test-unit/COPYING +0 -56
- data/test-unit/GPL +0 -340
- data/test-unit/History.txt +0 -279
- data/test-unit/Manifest.txt +0 -110
- data/test-unit/PSFL +0 -271
- data/test-unit/README.txt +0 -75
- data/test-unit/Rakefile +0 -53
- data/test-unit/TODO +0 -5
- data/test-unit/bin/testrb +0 -5
- data/test-unit/html/bar.png +0 -0
- data/test-unit/html/bar.svg +0 -153
- data/test-unit/html/developer.png +0 -0
- data/test-unit/html/developer.svg +0 -469
- data/test-unit/html/famfamfam-logo.png +0 -0
- data/test-unit/html/favicon.ico +0 -0
- data/test-unit/html/favicon.png +0 -0
- data/test-unit/html/favicon.svg +0 -82
- data/test-unit/html/heading-mark.png +0 -0
- data/test-unit/html/heading-mark.svg +0 -393
- data/test-unit/html/index.html +0 -285
- data/test-unit/html/index.html.ja +0 -299
- data/test-unit/html/install.png +0 -0
- data/test-unit/html/install.svg +0 -636
- data/test-unit/html/jp.png +0 -0
- data/test-unit/html/kinotan-failure.png +0 -0
- data/test-unit/html/kinotan-pass.png +0 -0
- data/test-unit/html/logo.png +0 -0
- data/test-unit/html/logo.svg +0 -483
- data/test-unit/html/reference.png +0 -0
- data/test-unit/html/rubyforge.png +0 -0
- data/test-unit/html/tango-logo.png +0 -0
- data/test-unit/html/test-unit.css +0 -339
- data/test-unit/html/tutorial.png +0 -0
- data/test-unit/html/tutorial.svg +0 -559
- data/test-unit/html/us.png +0 -0
- data/test-unit/images/color-diff.png +0 -0
- data/test-unit/lib/test/unit.rb +0 -328
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
- data/test-unit/lib/test/unit/assertions.rb +0 -1792
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -415
- data/test-unit/lib/test/unit/collector.rb +0 -38
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -187
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/collector/xml.rb +0 -250
- data/test-unit/lib/test/unit/color-scheme.rb +0 -106
- data/test-unit/lib/test/unit/color.rb +0 -96
- data/test-unit/lib/test/unit/diff.rb +0 -740
- data/test-unit/lib/test/unit/error.rb +0 -131
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -136
- data/test-unit/lib/test/unit/fixture.rb +0 -185
- data/test-unit/lib/test/unit/notification.rb +0 -129
- data/test-unit/lib/test/unit/omission.rb +0 -191
- data/test-unit/lib/test/unit/pending.rb +0 -150
- data/test-unit/lib/test/unit/priority.rb +0 -180
- data/test-unit/lib/test/unit/runner/console.rb +0 -52
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/runner/tap.rb +0 -8
- data/test-unit/lib/test/unit/runner/xml.rb +0 -15
- data/test-unit/lib/test/unit/testcase.rb +0 -515
- data/test-unit/lib/test/unit/testresult.rb +0 -125
- data/test-unit/lib/test/unit/testsuite.rb +0 -134
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -467
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -86
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/ui/xml/testrunner.rb +0 -224
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/output.rb +0 -31
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/test_adder.rb +0 -20
- data/test-unit/sample/test_subtracter.rb +0 -20
- data/test-unit/sample/test_user.rb +0 -23
- data/test-unit/test/collector/test-descendant.rb +0 -133
- data/test-unit/test/collector/test-load.rb +0 -442
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_objectspace.rb +0 -100
- data/test-unit/test/run-test.rb +0 -22
- data/test-unit/test/test-assertions.rb +0 -1849
- data/test-unit/test/test-attribute.rb +0 -86
- data/test-unit/test/test-color-scheme.rb +0 -69
- data/test-unit/test/test-color.rb +0 -47
- data/test-unit/test/test-diff.rb +0 -518
- data/test-unit/test/test-emacs-runner.rb +0 -60
- data/test-unit/test/test-fixture.rb +0 -324
- data/test-unit/test/test-notification.rb +0 -33
- data/test-unit/test/test-omission.rb +0 -81
- data/test-unit/test/test-pending.rb +0 -70
- data/test-unit/test/test-priority.rb +0 -119
- data/test-unit/test/test-testcase.rb +0 -569
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -137
- data/test-unit/test/testunit-test-util.rb +0 -14
- data/test-unit/test/ui/test_tap.rb +0 -33
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test-method-owner-finder.rb +0 -38
- data/test-unit/test/util/test-output.rb +0 -11
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
- data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
- data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
@@ -38,7 +38,7 @@ G_BEGIN_DECLS
|
|
38
38
|
typedef struct _GRand GRand;
|
39
39
|
|
40
40
|
/* GRand - a good and fast random number generator: Mersenne Twister
|
41
|
-
* see http://www.math.
|
41
|
+
* see http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html for more info.
|
42
42
|
* The range functions return a value in the intervall [begin, end).
|
43
43
|
* int -> [0..2^32-1]
|
44
44
|
* int_range -> [begin..end-1]
|
@@ -99,6 +99,14 @@ GSequenceIter *g_sequence_search_iter (GSequence *seq,
|
|
99
99
|
gpointer data,
|
100
100
|
GSequenceIterCompareFunc iter_cmp,
|
101
101
|
gpointer cmp_data);
|
102
|
+
GSequenceIter *g_sequence_lookup (GSequence *seq,
|
103
|
+
gpointer data,
|
104
|
+
GCompareDataFunc cmp_func,
|
105
|
+
gpointer cmp_data);
|
106
|
+
GSequenceIter *g_sequence_lookup_iter (GSequence *seq,
|
107
|
+
gpointer data,
|
108
|
+
GSequenceIterCompareFunc iter_cmp,
|
109
|
+
gpointer cmp_data);
|
102
110
|
|
103
111
|
|
104
112
|
/* Dereferencing */
|
@@ -49,6 +49,8 @@ GSList* g_slist_alloc (void) G_GNUC_WARN_UNUSED_RESULT;
|
|
49
49
|
void g_slist_free (GSList *list);
|
50
50
|
void g_slist_free_1 (GSList *list);
|
51
51
|
#define g_slist_free1 g_slist_free_1
|
52
|
+
void g_slist_free_full (GSList *list,
|
53
|
+
GDestroyNotify free_func);
|
52
54
|
GSList* g_slist_append (GSList *list,
|
53
55
|
gpointer data) G_GNUC_WARN_UNUSED_RESULT;
|
54
56
|
GSList* g_slist_prepend (GSList *list,
|
@@ -32,6 +32,28 @@ G_BEGIN_DECLS
|
|
32
32
|
|
33
33
|
typedef struct _GTimeZone GTimeZone;
|
34
34
|
|
35
|
+
/**
|
36
|
+
* GTimeType:
|
37
|
+
* @G_TIME_TYPE_STANDARD: the time is in local standard time
|
38
|
+
* @G_TIME_TYPE_DAYLIGHT: the time is in local daylight time
|
39
|
+
* @G_TIME_TYPE_UNIVERSAL: the time is in UTC
|
40
|
+
*
|
41
|
+
* Disambiguates a given time in two ways.
|
42
|
+
*
|
43
|
+
* First, specifies if the given time is in universal or local time.
|
44
|
+
*
|
45
|
+
* Second, if the time is in local time, specifies if it is local
|
46
|
+
* standard time or local daylight time. This is important for the case
|
47
|
+
* where the same local time occurs twice (during daylight savings time
|
48
|
+
* transitions, for example).
|
49
|
+
*/
|
50
|
+
typedef enum
|
51
|
+
{
|
52
|
+
G_TIME_TYPE_STANDARD,
|
53
|
+
G_TIME_TYPE_DAYLIGHT,
|
54
|
+
G_TIME_TYPE_UNIVERSAL
|
55
|
+
} GTimeType;
|
56
|
+
|
35
57
|
GTimeZone * g_time_zone_new (const gchar *identifier);
|
36
58
|
GTimeZone * g_time_zone_new_utc (void);
|
37
59
|
GTimeZone * g_time_zone_new_local (void);
|
@@ -39,6 +61,21 @@ GTimeZone * g_time_zone_new_local (void);
|
|
39
61
|
GTimeZone * g_time_zone_ref (GTimeZone *tz);
|
40
62
|
void g_time_zone_unref (GTimeZone *tz);
|
41
63
|
|
64
|
+
gint g_time_zone_find_interval (GTimeZone *tz,
|
65
|
+
GTimeType type,
|
66
|
+
gint64 time);
|
67
|
+
|
68
|
+
gint g_time_zone_adjust_time (GTimeZone *tz,
|
69
|
+
GTimeType type,
|
70
|
+
gint64 *time);
|
71
|
+
|
72
|
+
const gchar * g_time_zone_get_abbreviation (GTimeZone *tz,
|
73
|
+
gint interval);
|
74
|
+
gint32 g_time_zone_get_offset (GTimeZone *tz,
|
75
|
+
gint interval);
|
76
|
+
gboolean g_time_zone_is_dst (GTimeZone *tz,
|
77
|
+
gint interval);
|
78
|
+
|
42
79
|
G_END_DECLS
|
43
80
|
|
44
81
|
#endif /* __G_TIME_ZONE_H__ */
|
@@ -113,7 +113,8 @@ typedef enum
|
|
113
113
|
G_UNICODE_BREAK_HANGUL_V_JAMO,
|
114
114
|
G_UNICODE_BREAK_HANGUL_T_JAMO,
|
115
115
|
G_UNICODE_BREAK_HANGUL_LV_SYLLABLE,
|
116
|
-
G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE
|
116
|
+
G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE,
|
117
|
+
G_UNICODE_BREAK_CLOSE_PARANTHESIS
|
117
118
|
} GUnicodeBreakType;
|
118
119
|
|
119
120
|
typedef enum
|
@@ -175,7 +176,7 @@ typedef enum
|
|
175
176
|
G_UNICODE_SCRIPT_LINEAR_B, /* Linb */
|
176
177
|
G_UNICODE_SCRIPT_TAI_LE, /* Tale */
|
177
178
|
G_UNICODE_SCRIPT_UGARITIC, /* Ugar */
|
178
|
-
|
179
|
+
|
179
180
|
/* Unicode-4.1 additions */
|
180
181
|
G_UNICODE_SCRIPT_NEW_TAI_LUE, /* Talu */
|
181
182
|
G_UNICODE_SCRIPT_BUGINESE, /* Bugi */
|
@@ -207,21 +208,26 @@ typedef enum
|
|
207
208
|
G_UNICODE_SCRIPT_LYDIAN, /* Lydi */
|
208
209
|
|
209
210
|
/* Unicode-5.2 additions */
|
210
|
-
G_UNICODE_SCRIPT_AVESTAN, /*
|
211
|
-
G_UNICODE_SCRIPT_BAMUM, /*
|
212
|
-
G_UNICODE_SCRIPT_EGYPTIAN_HIEROGLYPHS, /*
|
213
|
-
G_UNICODE_SCRIPT_IMPERIAL_ARAMAIC, /*
|
214
|
-
G_UNICODE_SCRIPT_INSCRIPTIONAL_PAHLAVI, /*
|
215
|
-
G_UNICODE_SCRIPT_INSCRIPTIONAL_PARTHIAN, /*
|
216
|
-
G_UNICODE_SCRIPT_JAVANESE, /*
|
217
|
-
G_UNICODE_SCRIPT_KAITHI, /*
|
211
|
+
G_UNICODE_SCRIPT_AVESTAN, /* Avst */
|
212
|
+
G_UNICODE_SCRIPT_BAMUM, /* Bamu */
|
213
|
+
G_UNICODE_SCRIPT_EGYPTIAN_HIEROGLYPHS, /* Egyp */
|
214
|
+
G_UNICODE_SCRIPT_IMPERIAL_ARAMAIC, /* Armi */
|
215
|
+
G_UNICODE_SCRIPT_INSCRIPTIONAL_PAHLAVI, /* Phli */
|
216
|
+
G_UNICODE_SCRIPT_INSCRIPTIONAL_PARTHIAN, /* Prti */
|
217
|
+
G_UNICODE_SCRIPT_JAVANESE, /* Java */
|
218
|
+
G_UNICODE_SCRIPT_KAITHI, /* Kthi */
|
218
219
|
G_UNICODE_SCRIPT_LISU, /* Lisu */
|
219
|
-
G_UNICODE_SCRIPT_MEETEI_MAYEK, /*
|
220
|
-
G_UNICODE_SCRIPT_OLD_SOUTH_ARABIAN, /*
|
221
|
-
|
222
|
-
G_UNICODE_SCRIPT_SAMARITAN, /*
|
223
|
-
G_UNICODE_SCRIPT_TAI_THAM, /*
|
224
|
-
G_UNICODE_SCRIPT_TAI_VIET
|
220
|
+
G_UNICODE_SCRIPT_MEETEI_MAYEK, /* Mtei */
|
221
|
+
G_UNICODE_SCRIPT_OLD_SOUTH_ARABIAN, /* Sarb */
|
222
|
+
G_UNICODE_SCRIPT_OLD_TURKIC, /* Orkh */
|
223
|
+
G_UNICODE_SCRIPT_SAMARITAN, /* Samr */
|
224
|
+
G_UNICODE_SCRIPT_TAI_THAM, /* Lana */
|
225
|
+
G_UNICODE_SCRIPT_TAI_VIET, /* Tavt */
|
226
|
+
|
227
|
+
/* Unicode-6.0 additions */
|
228
|
+
G_UNICODE_SCRIPT_BATAK, /* Batk */
|
229
|
+
G_UNICODE_SCRIPT_BRAHMI, /* Brah */
|
230
|
+
G_UNICODE_SCRIPT_MANDAIC /* Mand */
|
225
231
|
} GUnicodeScript;
|
226
232
|
|
227
233
|
/* Returns TRUE if current locale uses UTF-8 charset. If CHARSET is
|
@@ -153,8 +153,12 @@ _g_win32_get_system_data_dirs (void)
|
|
153
153
|
|
154
154
|
G_CONST_RETURN gchar* G_CONST_RETURN * g_get_system_config_dirs (void);
|
155
155
|
|
156
|
+
const gchar * g_get_user_runtime_dir (void);
|
157
|
+
|
156
158
|
G_CONST_RETURN gchar* G_CONST_RETURN * g_get_language_names (void);
|
157
159
|
|
160
|
+
gchar **g_get_locale_variants (const gchar *locale);
|
161
|
+
|
158
162
|
/**
|
159
163
|
* GUserDirectory:
|
160
164
|
* @G_USER_DIRECTORY_DESKTOP: the user's Desktop directory
|
@@ -258,6 +262,7 @@ gboolean g_setenv (const gchar *variable,
|
|
258
262
|
gboolean overwrite);
|
259
263
|
void g_unsetenv (const gchar *variable);
|
260
264
|
gchar** g_listenv (void);
|
265
|
+
gchar** g_get_environ (void);
|
261
266
|
|
262
267
|
/* private */
|
263
268
|
const gchar* _g_getenv_nomalloc (const gchar *variable,
|
@@ -67,16 +67,16 @@ gboolean g_variant_is_of_type (GVarian
|
|
67
67
|
const GVariantType *type);
|
68
68
|
gboolean g_variant_is_container (GVariant *value);
|
69
69
|
GVariantClass g_variant_classify (GVariant *value);
|
70
|
-
GVariant * g_variant_new_boolean (gboolean
|
71
|
-
GVariant * g_variant_new_byte (guchar
|
72
|
-
GVariant * g_variant_new_int16 (gint16
|
73
|
-
GVariant * g_variant_new_uint16 (guint16
|
74
|
-
GVariant * g_variant_new_int32 (gint32
|
75
|
-
GVariant * g_variant_new_uint32 (guint32
|
76
|
-
GVariant * g_variant_new_int64 (gint64
|
77
|
-
GVariant * g_variant_new_uint64 (guint64
|
78
|
-
GVariant * g_variant_new_handle (gint32
|
79
|
-
GVariant * g_variant_new_double (gdouble
|
70
|
+
GVariant * g_variant_new_boolean (gboolean value);
|
71
|
+
GVariant * g_variant_new_byte (guchar value);
|
72
|
+
GVariant * g_variant_new_int16 (gint16 value);
|
73
|
+
GVariant * g_variant_new_uint16 (guint16 value);
|
74
|
+
GVariant * g_variant_new_int32 (gint32 value);
|
75
|
+
GVariant * g_variant_new_uint32 (guint32 value);
|
76
|
+
GVariant * g_variant_new_int64 (gint64 value);
|
77
|
+
GVariant * g_variant_new_uint64 (guint64 value);
|
78
|
+
GVariant * g_variant_new_handle (gint32 value);
|
79
|
+
GVariant * g_variant_new_double (gdouble value);
|
80
80
|
GVariant * g_variant_new_string (const gchar *string);
|
81
81
|
GVariant * g_variant_new_object_path (const gchar *object_path);
|
82
82
|
gboolean g_variant_is_object_path (const gchar *string);
|
@@ -134,6 +134,13 @@ void g_variant_get_child (GVarian
|
|
134
134
|
...);
|
135
135
|
GVariant * g_variant_get_child_value (GVariant *value,
|
136
136
|
gsize index_);
|
137
|
+
gboolean g_variant_lookup (GVariant *dictionary,
|
138
|
+
const gchar *key,
|
139
|
+
const gchar *format_string,
|
140
|
+
...);
|
141
|
+
GVariant * g_variant_lookup_value (GVariant *dictionary,
|
142
|
+
const gchar *key,
|
143
|
+
const GVariantType *expected_type);
|
137
144
|
gconstpointer g_variant_get_fixed_array (GVariant *value,
|
138
145
|
gsize *n_elements,
|
139
146
|
gsize element_size);
|
@@ -192,7 +199,24 @@ struct _GVariantBuilder {
|
|
192
199
|
|
193
200
|
typedef enum
|
194
201
|
{
|
195
|
-
G_VARIANT_PARSE_ERROR_FAILED
|
202
|
+
G_VARIANT_PARSE_ERROR_FAILED,
|
203
|
+
G_VARIANT_PARSE_ERROR_BASIC_TYPE_EXPECTED,
|
204
|
+
G_VARIANT_PARSE_ERROR_CANNOT_INFER_TYPE,
|
205
|
+
G_VARIANT_PARSE_ERROR_DEFINITE_TYPE_EXPECTED,
|
206
|
+
G_VARIANT_PARSE_ERROR_INPUT_NOT_AT_END,
|
207
|
+
G_VARIANT_PARSE_ERROR_INVALID_CHARACTER,
|
208
|
+
G_VARIANT_PARSE_ERROR_INVALID_FORMAT_STRING,
|
209
|
+
G_VARIANT_PARSE_ERROR_INVALID_OBJECT_PATH,
|
210
|
+
G_VARIANT_PARSE_ERROR_INVALID_SIGNATURE,
|
211
|
+
G_VARIANT_PARSE_ERROR_INVALID_TYPE_STRING,
|
212
|
+
G_VARIANT_PARSE_ERROR_NO_COMMON_TYPE,
|
213
|
+
G_VARIANT_PARSE_ERROR_NUMBER_OUT_OF_RANGE,
|
214
|
+
G_VARIANT_PARSE_ERROR_NUMBER_TOO_BIG,
|
215
|
+
G_VARIANT_PARSE_ERROR_TYPE_ERROR,
|
216
|
+
G_VARIANT_PARSE_ERROR_UNEXPECTED_TOKEN,
|
217
|
+
G_VARIANT_PARSE_ERROR_UNKNOWN_KEYWORD,
|
218
|
+
G_VARIANT_PARSE_ERROR_UNTERMINATED_STRING_CONSTANT,
|
219
|
+
G_VARIANT_PARSE_ERROR_VALUE_EXPECTED
|
196
220
|
} GVariantParseError;
|
197
221
|
#define G_VARIANT_PARSE_ERROR (g_variant_parser_get_error_quark ())
|
198
222
|
|
@@ -562,6 +562,21 @@ G_STMT_START { \
|
|
562
562
|
#define G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec) \
|
563
563
|
G_OBJECT_WARN_INVALID_PSPEC ((object), "property", (property_id), (pspec))
|
564
564
|
|
565
|
+
void g_clear_object (volatile GObject **object_ptr);
|
566
|
+
#define g_clear_object(object_ptr) \
|
567
|
+
G_STMT_START { \
|
568
|
+
/* Only one access, please */ \
|
569
|
+
gpointer *_p = (gpointer) (object_ptr); \
|
570
|
+
gpointer _o; \
|
571
|
+
\
|
572
|
+
do \
|
573
|
+
_o = g_atomic_pointer_get (_p); \
|
574
|
+
while G_UNLIKELY (!g_atomic_pointer_compare_and_exchange (_p, _o, NULL));\
|
575
|
+
\
|
576
|
+
if (_o) \
|
577
|
+
g_object_unref (_o); \
|
578
|
+
} G_STMT_END
|
579
|
+
|
565
580
|
G_END_DECLS
|
566
581
|
|
567
582
|
#endif /* __G_OBJECT_H__ */
|
@@ -500,6 +500,11 @@ gboolean g_signal_accumulator_true_handled (GSignalInvocationHint *ihint,
|
|
500
500
|
const GValue *handler_return,
|
501
501
|
gpointer dummy);
|
502
502
|
|
503
|
+
gboolean g_signal_accumulator_first_wins (GSignalInvocationHint *ihint,
|
504
|
+
GValue *return_accu,
|
505
|
+
const GValue *handler_return,
|
506
|
+
gpointer dummy);
|
507
|
+
|
503
508
|
/*< private >*/
|
504
509
|
void g_signal_handlers_destroy (gpointer instance);
|
505
510
|
void _g_signals_destroy (GType itype);
|
@@ -27,8 +27,10 @@
|
|
27
27
|
|
28
28
|
G_BEGIN_DECLS
|
29
29
|
|
30
|
-
void g_source_set_closure
|
31
|
-
|
30
|
+
void g_source_set_closure (GSource *source,
|
31
|
+
GClosure *closure);
|
32
|
+
|
33
|
+
void g_source_set_dummy_callback (GSource *source);
|
32
34
|
|
33
35
|
GType g_io_channel_get_type (void);
|
34
36
|
GType g_io_condition_get_type (void);
|
@@ -193,7 +193,7 @@ type_name##_get_type (void) \
|
|
193
193
|
static void \
|
194
194
|
type_name##_register_type (GTypeModule *type_module) \
|
195
195
|
{ \
|
196
|
-
GType g_define_type_id; \
|
196
|
+
GType g_define_type_id G_GNUC_UNUSED; \
|
197
197
|
const GTypeInfo g_define_type_info = { \
|
198
198
|
sizeof (TypeName##Class), \
|
199
199
|
(GBaseInitFunc) NULL, \
|
@@ -1,4 +1,27 @@
|
|
1
1
|
EXPORTS
|
2
|
+
g_action_activate
|
3
|
+
g_action_get_enabled
|
4
|
+
g_action_get_name
|
5
|
+
g_action_get_parameter_type
|
6
|
+
g_action_get_state
|
7
|
+
g_action_get_state_hint
|
8
|
+
g_action_get_state_type
|
9
|
+
g_action_get_type
|
10
|
+
g_action_group_action_added
|
11
|
+
g_action_group_action_enabled_changed
|
12
|
+
g_action_group_action_removed
|
13
|
+
g_action_group_action_state_changed
|
14
|
+
g_action_group_activate_action
|
15
|
+
g_action_group_change_action_state
|
16
|
+
g_action_group_get_action_enabled
|
17
|
+
g_action_group_get_action_parameter_type
|
18
|
+
g_action_group_get_action_state
|
19
|
+
g_action_group_get_action_state_hint
|
20
|
+
g_action_group_get_action_state_type
|
21
|
+
g_action_group_get_type
|
22
|
+
g_action_group_has_action
|
23
|
+
g_action_group_list_actions
|
24
|
+
g_action_set_state
|
2
25
|
g_app_info_add_supports_type
|
3
26
|
g_app_info_can_delete
|
4
27
|
g_app_info_can_remove_supports_type
|
@@ -15,9 +38,11 @@ EXPORTS
|
|
15
38
|
g_app_info_get_description
|
16
39
|
g_app_info_get_display_name
|
17
40
|
g_app_info_get_executable
|
41
|
+
g_app_info_get_fallback_for_type
|
18
42
|
g_app_info_get_icon
|
19
43
|
g_app_info_get_id
|
20
44
|
g_app_info_get_name
|
45
|
+
g_app_info_get_recommended_for_type
|
21
46
|
g_app_info_get_type
|
22
47
|
g_app_info_launch
|
23
48
|
g_app_info_launch_default_for_uri
|
@@ -26,6 +51,7 @@ EXPORTS
|
|
26
51
|
g_app_info_reset_type_associations
|
27
52
|
g_app_info_set_as_default_for_extension
|
28
53
|
g_app_info_set_as_default_for_type
|
54
|
+
g_app_info_set_as_last_used_for_type
|
29
55
|
g_app_info_should_show
|
30
56
|
g_app_info_supports_files
|
31
57
|
g_app_info_supports_uris
|
@@ -34,6 +60,36 @@ EXPORTS
|
|
34
60
|
g_app_launch_context_get_type
|
35
61
|
g_app_launch_context_launch_failed
|
36
62
|
g_app_launch_context_new
|
63
|
+
g_application_activate
|
64
|
+
g_application_command_line_get_arguments
|
65
|
+
g_application_command_line_get_cwd
|
66
|
+
g_application_command_line_get_environ
|
67
|
+
g_application_command_line_get_exit_status
|
68
|
+
g_application_command_line_get_is_remote
|
69
|
+
g_application_command_line_get_platform_data
|
70
|
+
g_application_command_line_get_type
|
71
|
+
g_application_command_line_getenv
|
72
|
+
g_application_command_line_print
|
73
|
+
g_application_command_line_printerr
|
74
|
+
g_application_command_line_set_exit_status
|
75
|
+
g_application_flags_get_type
|
76
|
+
g_application_get_application_id
|
77
|
+
g_application_get_flags
|
78
|
+
g_application_get_inactivity_timeout
|
79
|
+
g_application_get_is_registered
|
80
|
+
g_application_get_is_remote
|
81
|
+
g_application_get_type
|
82
|
+
g_application_hold
|
83
|
+
g_application_id_is_valid
|
84
|
+
g_application_new
|
85
|
+
g_application_open
|
86
|
+
g_application_register
|
87
|
+
g_application_release
|
88
|
+
g_application_run
|
89
|
+
g_application_set_action_group
|
90
|
+
g_application_set_application_id
|
91
|
+
g_application_set_flags
|
92
|
+
g_application_set_inactivity_timeout
|
37
93
|
g_ask_password_flags_get_type
|
38
94
|
g_async_initable_get_type
|
39
95
|
g_async_initable_init_async
|
@@ -94,6 +150,7 @@ EXPORTS
|
|
94
150
|
g_cancellable_release_fd
|
95
151
|
g_cancellable_reset
|
96
152
|
g_cancellable_set_error_if_cancelled
|
153
|
+
g_cancellable_source_new
|
97
154
|
g_charset_converter_get_num_fallbacks
|
98
155
|
g_charset_converter_get_type
|
99
156
|
g_charset_converter_get_use_fallback
|
@@ -401,6 +458,7 @@ EXPORTS
|
|
401
458
|
g_emblem_new_with_origin
|
402
459
|
g_emblem_origin_get_type
|
403
460
|
g_emblemed_icon_add_emblem
|
461
|
+
g_emblemed_icon_clear_emblems
|
404
462
|
g_emblemed_icon_get_emblems
|
405
463
|
g_emblemed_icon_get_icon
|
406
464
|
g_emblemed_icon_get_type
|
@@ -731,6 +789,9 @@ EXPORTS
|
|
731
789
|
g_io_stream_has_pending
|
732
790
|
g_io_stream_is_closed
|
733
791
|
g_io_stream_set_pending
|
792
|
+
g_io_stream_splice_async
|
793
|
+
g_io_stream_splice_finish
|
794
|
+
g_io_stream_splice_flags_get_type
|
734
795
|
g_keyfile_settings_backend_new
|
735
796
|
g_loadable_icon_get_type
|
736
797
|
g_loadable_icon_load
|
@@ -746,6 +807,7 @@ EXPORTS
|
|
746
807
|
g_memory_output_stream_get_type
|
747
808
|
g_memory_output_stream_new
|
748
809
|
g_memory_output_stream_steal_data
|
810
|
+
g_memory_settings_backend_new
|
749
811
|
g_mount_can_eject
|
750
812
|
g_mount_can_unmount
|
751
813
|
g_mount_eject
|
@@ -805,6 +867,7 @@ EXPORTS
|
|
805
867
|
g_network_service_get_type
|
806
868
|
g_network_service_new
|
807
869
|
g_network_service_set_scheme
|
870
|
+
g_null_settings_backend_new
|
808
871
|
g_output_stream_clear_pending
|
809
872
|
g_output_stream_close
|
810
873
|
g_output_stream_close_async
|
@@ -837,6 +900,17 @@ EXPORTS
|
|
837
900
|
g_permission_release
|
838
901
|
g_permission_release_async
|
839
902
|
g_permission_release_finish
|
903
|
+
g_pollable_input_stream_can_poll
|
904
|
+
g_pollable_input_stream_create_source
|
905
|
+
g_pollable_input_stream_get_type
|
906
|
+
g_pollable_input_stream_is_readable
|
907
|
+
g_pollable_input_stream_read_nonblocking
|
908
|
+
g_pollable_output_stream_can_poll
|
909
|
+
g_pollable_output_stream_create_source
|
910
|
+
g_pollable_output_stream_get_type
|
911
|
+
g_pollable_output_stream_is_writable
|
912
|
+
g_pollable_output_stream_write_nonblocking
|
913
|
+
g_pollable_source_new
|
840
914
|
g_proxy_address_enumerator_get_type
|
841
915
|
g_proxy_address_get_destination_hostname
|
842
916
|
g_proxy_address_get_destination_port
|
@@ -883,6 +957,7 @@ EXPORTS
|
|
883
957
|
g_settings_backend_changed
|
884
958
|
g_settings_backend_changed_tree
|
885
959
|
g_settings_backend_flatten_tree
|
960
|
+
g_settings_backend_get_default
|
886
961
|
g_settings_backend_get_type
|
887
962
|
g_settings_backend_keys_changed
|
888
963
|
g_settings_backend_path_changed
|
@@ -902,6 +977,7 @@ EXPORTS
|
|
902
977
|
g_settings_get_has_unapplied
|
903
978
|
g_settings_get_int
|
904
979
|
g_settings_get_mapped
|
980
|
+
g_settings_get_range
|
905
981
|
g_settings_get_string
|
906
982
|
g_settings_get_strv
|
907
983
|
g_settings_get_type
|
@@ -909,11 +985,13 @@ EXPORTS
|
|
909
985
|
g_settings_is_writable
|
910
986
|
g_settings_list_children
|
911
987
|
g_settings_list_keys
|
988
|
+
g_settings_list_relocatable_schemas
|
912
989
|
g_settings_list_schemas
|
913
990
|
g_settings_new
|
914
991
|
g_settings_new_with_backend
|
915
992
|
g_settings_new_with_backend_and_path
|
916
993
|
g_settings_new_with_path
|
994
|
+
g_settings_range_check
|
917
995
|
g_settings_reset
|
918
996
|
g_settings_revert
|
919
997
|
g_settings_set
|
@@ -927,8 +1005,19 @@ EXPORTS
|
|
927
1005
|
g_settings_set_value
|
928
1006
|
g_settings_sync
|
929
1007
|
g_settings_unbind
|
1008
|
+
g_simple_action_get_parameter_type
|
1009
|
+
g_simple_action_get_type
|
1010
|
+
g_simple_action_group_get_type
|
1011
|
+
g_simple_action_group_insert
|
1012
|
+
g_simple_action_group_lookup
|
1013
|
+
g_simple_action_group_new
|
1014
|
+
g_simple_action_group_remove
|
1015
|
+
g_simple_action_new
|
1016
|
+
g_simple_action_new_stateful
|
1017
|
+
g_simple_action_set_enabled
|
930
1018
|
g_simple_async_report_error_in_idle
|
931
1019
|
g_simple_async_report_gerror_in_idle
|
1020
|
+
g_simple_async_report_take_gerror_in_idle
|
932
1021
|
g_simple_async_result_complete
|
933
1022
|
g_simple_async_result_complete_in_idle
|
934
1023
|
g_simple_async_result_get_op_res_gboolean
|
@@ -940,6 +1029,7 @@ EXPORTS
|
|
940
1029
|
g_simple_async_result_new
|
941
1030
|
g_simple_async_result_new_error
|
942
1031
|
g_simple_async_result_new_from_error
|
1032
|
+
g_simple_async_result_new_take_error
|
943
1033
|
g_simple_async_result_propagate_error
|
944
1034
|
g_simple_async_result_run_in_thread
|
945
1035
|
g_simple_async_result_set_error
|
@@ -949,6 +1039,7 @@ EXPORTS
|
|
949
1039
|
g_simple_async_result_set_op_res_gboolean
|
950
1040
|
g_simple_async_result_set_op_res_gpointer
|
951
1041
|
g_simple_async_result_set_op_res_gssize
|
1042
|
+
g_simple_async_result_take_error
|
952
1043
|
g_simple_permission_get_type
|
953
1044
|
g_simple_permission_new
|
954
1045
|
g_socket_accept
|
@@ -982,6 +1073,8 @@ EXPORTS
|
|
982
1073
|
g_socket_client_get_protocol
|
983
1074
|
g_socket_client_get_socket_type
|
984
1075
|
g_socket_client_get_timeout
|
1076
|
+
g_socket_client_get_tls
|
1077
|
+
g_socket_client_get_tls_validation_flags
|
985
1078
|
g_socket_client_get_type
|
986
1079
|
g_socket_client_new
|
987
1080
|
g_socket_client_set_enable_proxy
|
@@ -990,6 +1083,8 @@ EXPORTS
|
|
990
1083
|
g_socket_client_set_protocol
|
991
1084
|
g_socket_client_set_socket_type
|
992
1085
|
g_socket_client_set_timeout
|
1086
|
+
g_socket_client_set_tls
|
1087
|
+
g_socket_client_set_tls_validation_flags
|
993
1088
|
g_socket_close
|
994
1089
|
g_socket_condition_check
|
995
1090
|
g_socket_condition_wait
|
@@ -1077,6 +1172,9 @@ EXPORTS
|
|
1077
1172
|
g_tcp_connection_get_graceful_disconnect
|
1078
1173
|
g_tcp_connection_get_type
|
1079
1174
|
g_tcp_connection_set_graceful_disconnect
|
1175
|
+
g_tcp_wrapper_connection_get_base_io_stream
|
1176
|
+
g_tcp_wrapper_connection_get_type
|
1177
|
+
g_tcp_wrapper_connection_new
|
1080
1178
|
g_themed_icon_append_name
|
1081
1179
|
g_themed_icon_get_names
|
1082
1180
|
g_themed_icon_get_type
|
@@ -1087,6 +1185,50 @@ EXPORTS
|
|
1087
1185
|
g_threaded_resolver_get_type
|
1088
1186
|
g_threaded_socket_service_get_type
|
1089
1187
|
g_threaded_socket_service_new
|
1188
|
+
g_tls_authentication_mode_get_type
|
1189
|
+
g_tls_backend_get_certificate_type
|
1190
|
+
g_tls_backend_get_client_connection_type
|
1191
|
+
g_tls_backend_get_default
|
1192
|
+
g_tls_backend_get_server_connection_type
|
1193
|
+
g_tls_backend_get_type
|
1194
|
+
g_tls_backend_supports_tls
|
1195
|
+
g_tls_certificate_flags_get_type
|
1196
|
+
g_tls_certificate_get_issuer
|
1197
|
+
g_tls_certificate_get_type
|
1198
|
+
g_tls_certificate_list_new_from_file
|
1199
|
+
g_tls_certificate_new_from_file
|
1200
|
+
g_tls_certificate_new_from_files
|
1201
|
+
g_tls_certificate_new_from_pem
|
1202
|
+
g_tls_certificate_verify
|
1203
|
+
g_tls_client_connection_get_accepted_cas
|
1204
|
+
g_tls_client_connection_get_server_identity
|
1205
|
+
g_tls_client_connection_get_type
|
1206
|
+
g_tls_client_connection_get_use_ssl3
|
1207
|
+
g_tls_client_connection_get_validation_flags
|
1208
|
+
g_tls_client_connection_new
|
1209
|
+
g_tls_client_connection_set_server_identity
|
1210
|
+
g_tls_client_connection_set_use_ssl3
|
1211
|
+
g_tls_client_connection_set_validation_flags
|
1212
|
+
g_tls_connection_emit_accept_certificate
|
1213
|
+
g_tls_connection_get_certificate
|
1214
|
+
g_tls_connection_get_peer_certificate
|
1215
|
+
g_tls_connection_get_peer_certificate_errors
|
1216
|
+
g_tls_connection_get_rehandshake_mode
|
1217
|
+
g_tls_connection_get_require_close_notify
|
1218
|
+
g_tls_connection_get_type
|
1219
|
+
g_tls_connection_get_use_system_certdb
|
1220
|
+
g_tls_connection_handshake
|
1221
|
+
g_tls_connection_handshake_async
|
1222
|
+
g_tls_connection_handshake_finish
|
1223
|
+
g_tls_connection_set_certificate
|
1224
|
+
g_tls_connection_set_rehandshake_mode
|
1225
|
+
g_tls_connection_set_require_close_notify
|
1226
|
+
g_tls_connection_set_use_system_certdb
|
1227
|
+
g_tls_error_get_type
|
1228
|
+
g_tls_error_quark
|
1229
|
+
g_tls_rehandshake_mode_get_type
|
1230
|
+
g_tls_server_connection_get_type
|
1231
|
+
g_tls_server_connection_new
|
1090
1232
|
g_unix_socket_address_type_get_type
|
1091
1233
|
g_vfs_get_default
|
1092
1234
|
g_vfs_get_file_for_path
|