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
@@ -1,6 +1,11 @@
|
|
1
1
|
<ONLINE href="http://library.gnome.org/devel/gio/unstable/">
|
2
2
|
<ANCHOR id="GFile" href="gio/GFile.html">
|
3
3
|
<ANCHOR id="GFile.synopsis" href="gio/GFile.html#GFile.synopsis">
|
4
|
+
<ANCHOR id="GFileQueryInfoFlags" href="gio/GFile.html#GFileQueryInfoFlags">
|
5
|
+
<ANCHOR id="GFileCreateFlags" href="gio/GFile.html#GFileCreateFlags">
|
6
|
+
<ANCHOR id="GFileCopyFlags" href="gio/GFile.html#GFileCopyFlags">
|
7
|
+
<ANCHOR id="GFileMonitorFlags" href="gio/GFile.html#GFileMonitorFlags">
|
8
|
+
<ANCHOR id="GFilesystemPreviewType" href="gio/GFile.html#GFilesystemPreviewType">
|
4
9
|
<ANCHOR id="GFile.object-hierarchy" href="gio/GFile.html#GFile.object-hierarchy">
|
5
10
|
<ANCHOR id="GFile.prerequisites" href="gio/GFile.html#GFile.prerequisites">
|
6
11
|
<ANCHOR id="GFile.description" href="gio/GFile.html#GFile.description">
|
@@ -147,6 +152,10 @@
|
|
147
152
|
<ANCHOR id="GFile.see-also" href="gio/GFile.html#GFile.see-also">
|
148
153
|
<ANCHOR id="gio-GFileAttribute" href="gio/gio-GFileAttribute.html">
|
149
154
|
<ANCHOR id="gio-GFileAttribute.synopsis" href="gio/gio-GFileAttribute.html#gio-GFileAttribute.synopsis">
|
155
|
+
<ANCHOR id="GFileAttributeType" href="gio/gio-GFileAttribute.html#GFileAttributeType">
|
156
|
+
<ANCHOR id="GFileAttributeInfoFlags" href="gio/gio-GFileAttribute.html#GFileAttributeInfoFlags">
|
157
|
+
<ANCHOR id="GFileAttributeStatus" href="gio/gio-GFileAttribute.html#GFileAttributeStatus">
|
158
|
+
<ANCHOR id="gio-GFileAttribute.object-hierarchy" href="gio/gio-GFileAttribute.html#gio-GFileAttribute.object-hierarchy">
|
150
159
|
<ANCHOR id="gio-GFileAttribute.description" href="gio/gio-GFileAttribute.html#gio-GFileAttribute.description">
|
151
160
|
<ANCHOR id="gio-GFileAttribute.details" href="gio/gio-GFileAttribute.html#gio-GFileAttribute.details">
|
152
161
|
<ANCHOR id="GFileAttributeType" href="gio/gio-GFileAttribute.html#GFileAttributeType">
|
@@ -179,10 +188,12 @@
|
|
179
188
|
<ANCHOR id="gio-GFileAttribute.see-also" href="gio/gio-GFileAttribute.html#gio-GFileAttribute.see-also">
|
180
189
|
<ANCHOR id="GFileInfo" href="gio/GFileInfo.html">
|
181
190
|
<ANCHOR id="GFileInfo.synopsis" href="gio/GFileInfo.html#GFileInfo.synopsis">
|
191
|
+
<ANCHOR id="GFileAttributeMatcher" href="gio/GFileInfo.html#GFileAttributeMatcher">
|
192
|
+
<ANCHOR id="GFileType" href="gio/GFileInfo.html#GFileType">
|
182
193
|
<ANCHOR id="GFileInfo.object-hierarchy" href="gio/GFileInfo.html#GFileInfo.object-hierarchy">
|
183
194
|
<ANCHOR id="GFileInfo.description" href="gio/GFileInfo.html#GFileInfo.description">
|
184
195
|
<ANCHOR id="GFileInfo.details" href="gio/GFileInfo.html#GFileInfo.details">
|
185
|
-
<ANCHOR id="GFileAttributeMatcher" href="gio/GFileInfo.html#GFileAttributeMatcher">
|
196
|
+
<ANCHOR id="GFileAttributeMatcher-struct" href="gio/GFileInfo.html#GFileAttributeMatcher-struct">
|
186
197
|
<ANCHOR id="GFileType" href="gio/GFileInfo.html#GFileType">
|
187
198
|
<ANCHOR id="G-FILE-TYPE-UNKNOWN:CAPS" href="gio/GFileInfo.html#G-FILE-TYPE-UNKNOWN:CAPS">
|
188
199
|
<ANCHOR id="G-FILE-TYPE-REGULAR:CAPS" href="gio/GFileInfo.html#G-FILE-TYPE-REGULAR:CAPS">
|
@@ -356,6 +367,8 @@
|
|
356
367
|
<ANCHOR id="GFileEnumerator--container" href="gio/GFileEnumerator.html#GFileEnumerator--container">
|
357
368
|
<ANCHOR id="gio-GIOError" href="gio/gio-GIOError.html">
|
358
369
|
<ANCHOR id="gio-GIOError.synopsis" href="gio/gio-GIOError.html#gio-GIOError.synopsis">
|
370
|
+
<ANCHOR id="GIOErrorEnum" href="gio/gio-GIOError.html#GIOErrorEnum">
|
371
|
+
<ANCHOR id="gio-GIOError.object-hierarchy" href="gio/gio-GIOError.html#gio-GIOError.object-hierarchy">
|
359
372
|
<ANCHOR id="gio-GIOError.description" href="gio/gio-GIOError.html#gio-GIOError.description">
|
360
373
|
<ANCHOR id="gio-GIOError.details" href="gio/gio-GIOError.html#gio-GIOError.details">
|
361
374
|
<ANCHOR id="G-IO-ERROR:CAPS" href="gio/gio-GIOError.html#G-IO-ERROR:CAPS">
|
@@ -408,6 +421,9 @@
|
|
408
421
|
<ANCHOR id="g-io-error-from-win32-error" href="gio/gio-GIOError.html#g-io-error-from-win32-error">
|
409
422
|
<ANCHOR id="GMountOperation" href="gio/GMountOperation.html">
|
410
423
|
<ANCHOR id="GMountOperation.synopsis" href="gio/GMountOperation.html#GMountOperation.synopsis">
|
424
|
+
<ANCHOR id="GAskPasswordFlags" href="gio/GMountOperation.html#GAskPasswordFlags">
|
425
|
+
<ANCHOR id="GPasswordSave" href="gio/GMountOperation.html#GPasswordSave">
|
426
|
+
<ANCHOR id="GMountOperationResult" href="gio/GMountOperation.html#GMountOperationResult">
|
411
427
|
<ANCHOR id="GMountOperation.object-hierarchy" href="gio/GMountOperation.html#GMountOperation.object-hierarchy">
|
412
428
|
<ANCHOR id="GMountOperation.properties" href="gio/GMountOperation.html#GMountOperation.properties">
|
413
429
|
<ANCHOR id="GMountOperation.signals" href="gio/GMountOperation.html#GMountOperation.signals">
|
@@ -457,6 +473,7 @@
|
|
457
473
|
<ANCHOR id="GMountOperation-show-processes" href="gio/GMountOperation.html#GMountOperation-show-processes">
|
458
474
|
<ANCHOR id="GFileMonitor" href="gio/GFileMonitor.html">
|
459
475
|
<ANCHOR id="GFileMonitor.synopsis" href="gio/GFileMonitor.html#GFileMonitor.synopsis">
|
476
|
+
<ANCHOR id="GFileMonitorEvent" href="gio/GFileMonitor.html#GFileMonitorEvent">
|
460
477
|
<ANCHOR id="GFileMonitor.object-hierarchy" href="gio/GFileMonitor.html#GFileMonitor.object-hierarchy">
|
461
478
|
<ANCHOR id="GFileMonitor.properties" href="gio/GFileMonitor.html#GFileMonitor.properties">
|
462
479
|
<ANCHOR id="GFileMonitor.signals" href="gio/GFileMonitor.html#GFileMonitor.signals">
|
@@ -481,6 +498,19 @@
|
|
481
498
|
<ANCHOR id="GFileMonitor--rate-limit" href="gio/GFileMonitor.html#GFileMonitor--rate-limit">
|
482
499
|
<ANCHOR id="GFileMonitor.signal-details" href="gio/GFileMonitor.html#GFileMonitor.signal-details">
|
483
500
|
<ANCHOR id="GFileMonitor-changed" href="gio/GFileMonitor.html#GFileMonitor-changed">
|
501
|
+
<ANCHOR id="GFilenameCompleter" href="gio/GFilenameCompleter.html">
|
502
|
+
<ANCHOR id="GFilenameCompleter.synopsis" href="gio/GFilenameCompleter.html#GFilenameCompleter.synopsis">
|
503
|
+
<ANCHOR id="GFilenameCompleter.object-hierarchy" href="gio/GFilenameCompleter.html#GFilenameCompleter.object-hierarchy">
|
504
|
+
<ANCHOR id="GFilenameCompleter.signals" href="gio/GFilenameCompleter.html#GFilenameCompleter.signals">
|
505
|
+
<ANCHOR id="GFilenameCompleter.description" href="gio/GFilenameCompleter.html#GFilenameCompleter.description">
|
506
|
+
<ANCHOR id="GFilenameCompleter.details" href="gio/GFilenameCompleter.html#GFilenameCompleter.details">
|
507
|
+
<ANCHOR id="GFilenameCompleter-struct" href="gio/GFilenameCompleter.html#GFilenameCompleter-struct">
|
508
|
+
<ANCHOR id="g-filename-completer-new" href="gio/GFilenameCompleter.html#g-filename-completer-new">
|
509
|
+
<ANCHOR id="g-filename-completer-get-completion-suffix" href="gio/GFilenameCompleter.html#g-filename-completer-get-completion-suffix">
|
510
|
+
<ANCHOR id="g-filename-completer-get-completions" href="gio/GFilenameCompleter.html#g-filename-completer-get-completions">
|
511
|
+
<ANCHOR id="g-filename-completer-set-dirs-only" href="gio/GFilenameCompleter.html#g-filename-completer-set-dirs-only">
|
512
|
+
<ANCHOR id="GFilenameCompleter.signal-details" href="gio/GFilenameCompleter.html#GFilenameCompleter.signal-details">
|
513
|
+
<ANCHOR id="GFilenameCompleter-got-completion-data" href="gio/GFilenameCompleter.html#GFilenameCompleter-got-completion-data">
|
484
514
|
<ANCHOR id="GCancellable" href="gio/GCancellable.html">
|
485
515
|
<ANCHOR id="GCancellable.synopsis" href="gio/GCancellable.html#GCancellable.synopsis">
|
486
516
|
<ANCHOR id="GCancellable.object-hierarchy" href="gio/GCancellable.html#GCancellable.object-hierarchy">
|
@@ -494,6 +524,8 @@
|
|
494
524
|
<ANCHOR id="g-cancellable-get-fd" href="gio/GCancellable.html#g-cancellable-get-fd">
|
495
525
|
<ANCHOR id="g-cancellable-make-pollfd" href="gio/GCancellable.html#g-cancellable-make-pollfd">
|
496
526
|
<ANCHOR id="g-cancellable-release-fd" href="gio/GCancellable.html#g-cancellable-release-fd">
|
527
|
+
<ANCHOR id="g-cancellable-source-new" href="gio/GCancellable.html#g-cancellable-source-new">
|
528
|
+
<ANCHOR id="GCancellableSourceFunc" href="gio/GCancellable.html#GCancellableSourceFunc">
|
497
529
|
<ANCHOR id="g-cancellable-get-current" href="gio/GCancellable.html#g-cancellable-get-current">
|
498
530
|
<ANCHOR id="g-cancellable-pop-current" href="gio/GCancellable.html#g-cancellable-pop-current">
|
499
531
|
<ANCHOR id="g-cancellable-push-current" href="gio/GCancellable.html#g-cancellable-push-current">
|
@@ -537,6 +569,7 @@
|
|
537
569
|
<ANCHOR id="g-simple-async-result-new" href="gio/GSimpleAsyncResult.html#g-simple-async-result-new">
|
538
570
|
<ANCHOR id="g-simple-async-result-new-error" href="gio/GSimpleAsyncResult.html#g-simple-async-result-new-error">
|
539
571
|
<ANCHOR id="g-simple-async-result-new-from-error" href="gio/GSimpleAsyncResult.html#g-simple-async-result-new-from-error">
|
572
|
+
<ANCHOR id="g-simple-async-result-new-take-error" href="gio/GSimpleAsyncResult.html#g-simple-async-result-new-take-error">
|
540
573
|
<ANCHOR id="g-simple-async-result-set-op-res-gpointer" href="gio/GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gpointer">
|
541
574
|
<ANCHOR id="g-simple-async-result-get-op-res-gpointer" href="gio/GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gpointer">
|
542
575
|
<ANCHOR id="g-simple-async-result-set-op-res-gssize" href="gio/GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gssize">
|
@@ -550,14 +583,18 @@
|
|
550
583
|
<ANCHOR id="g-simple-async-result-complete-in-idle" href="gio/GSimpleAsyncResult.html#g-simple-async-result-complete-in-idle">
|
551
584
|
<ANCHOR id="g-simple-async-result-run-in-thread" href="gio/GSimpleAsyncResult.html#g-simple-async-result-run-in-thread">
|
552
585
|
<ANCHOR id="g-simple-async-result-set-from-error" href="gio/GSimpleAsyncResult.html#g-simple-async-result-set-from-error">
|
586
|
+
<ANCHOR id="g-simple-async-result-take-error" href="gio/GSimpleAsyncResult.html#g-simple-async-result-take-error">
|
553
587
|
<ANCHOR id="g-simple-async-result-propagate-error" href="gio/GSimpleAsyncResult.html#g-simple-async-result-propagate-error">
|
554
588
|
<ANCHOR id="g-simple-async-result-set-error" href="gio/GSimpleAsyncResult.html#g-simple-async-result-set-error">
|
555
589
|
<ANCHOR id="g-simple-async-result-set-error-va" href="gio/GSimpleAsyncResult.html#g-simple-async-result-set-error-va">
|
556
590
|
<ANCHOR id="g-simple-async-report-error-in-idle" href="gio/GSimpleAsyncResult.html#g-simple-async-report-error-in-idle">
|
557
591
|
<ANCHOR id="g-simple-async-report-gerror-in-idle" href="gio/GSimpleAsyncResult.html#g-simple-async-report-gerror-in-idle">
|
592
|
+
<ANCHOR id="g-simple-async-report-take-gerror-in-idle" href="gio/GSimpleAsyncResult.html#g-simple-async-report-take-gerror-in-idle">
|
558
593
|
<ANCHOR id="GSimpleAsyncResult.see-also" href="gio/GSimpleAsyncResult.html#GSimpleAsyncResult.see-also">
|
559
594
|
<ANCHOR id="GConverter" href="gio/GConverter.html">
|
560
595
|
<ANCHOR id="GConverter.synopsis" href="gio/GConverter.html#GConverter.synopsis">
|
596
|
+
<ANCHOR id="GConverterResult" href="gio/GConverter.html#GConverterResult">
|
597
|
+
<ANCHOR id="GConverterFlags" href="gio/GConverter.html#GConverterFlags">
|
561
598
|
<ANCHOR id="GConverter.object-hierarchy" href="gio/GConverter.html#GConverter.object-hierarchy">
|
562
599
|
<ANCHOR id="GConverter.prerequisites" href="gio/GConverter.html#GConverter.prerequisites">
|
563
600
|
<ANCHOR id="GConverter.implementations" href="gio/GConverter.html#GConverter.implementations">
|
@@ -595,6 +632,7 @@
|
|
595
632
|
<ANCHOR id="GCharsetConverter--use-fallback" href="gio/GCharsetConverter.html#GCharsetConverter--use-fallback">
|
596
633
|
<ANCHOR id="GZlibCompressor" href="gio/GZlibCompressor.html">
|
597
634
|
<ANCHOR id="GZlibCompressor.synopsis" href="gio/GZlibCompressor.html#GZlibCompressor.synopsis">
|
635
|
+
<ANCHOR id="GZlibCompressorFormat" href="gio/GZlibCompressor.html#GZlibCompressorFormat">
|
598
636
|
<ANCHOR id="GZlibCompressor.object-hierarchy" href="gio/GZlibCompressor.html#GZlibCompressor.object-hierarchy">
|
599
637
|
<ANCHOR id="GZlibCompressor.implemented-interfaces" href="gio/GZlibCompressor.html#GZlibCompressor.implemented-interfaces">
|
600
638
|
<ANCHOR id="GZlibCompressor.properties" href="gio/GZlibCompressor.html#GZlibCompressor.properties">
|
@@ -643,6 +681,7 @@
|
|
643
681
|
<ANCHOR id="GInputStream" href="gio/GInputStream.html">
|
644
682
|
<ANCHOR id="GInputStream.synopsis" href="gio/GInputStream.html#GInputStream.synopsis">
|
645
683
|
<ANCHOR id="GInputStream.object-hierarchy" href="gio/GInputStream.html#GInputStream.object-hierarchy">
|
684
|
+
<ANCHOR id="GInputStream.derived-interfaces" href="gio/GInputStream.html#GInputStream.derived-interfaces">
|
646
685
|
<ANCHOR id="GInputStream.description" href="gio/GInputStream.html#GInputStream.description">
|
647
686
|
<ANCHOR id="GInputStream.details" href="gio/GInputStream.html#GInputStream.details">
|
648
687
|
<ANCHOR id="GInputStream-struct" href="gio/GInputStream.html#GInputStream-struct">
|
@@ -662,7 +701,9 @@
|
|
662
701
|
<ANCHOR id="g-input-stream-clear-pending" href="gio/GInputStream.html#g-input-stream-clear-pending">
|
663
702
|
<ANCHOR id="GOutputStream" href="gio/GOutputStream.html">
|
664
703
|
<ANCHOR id="GOutputStream.synopsis" href="gio/GOutputStream.html#GOutputStream.synopsis">
|
704
|
+
<ANCHOR id="GOutputStreamSpliceFlags" href="gio/GOutputStream.html#GOutputStreamSpliceFlags">
|
665
705
|
<ANCHOR id="GOutputStream.object-hierarchy" href="gio/GOutputStream.html#GOutputStream.object-hierarchy">
|
706
|
+
<ANCHOR id="GOutputStream.derived-interfaces" href="gio/GOutputStream.html#GOutputStream.derived-interfaces">
|
666
707
|
<ANCHOR id="GOutputStream.description" href="gio/GOutputStream.html#GOutputStream.description">
|
667
708
|
<ANCHOR id="GOutputStream.details" href="gio/GOutputStream.html#GOutputStream.details">
|
668
709
|
<ANCHOR id="GOutputStreamSpliceFlags" href="gio/GOutputStream.html#GOutputStreamSpliceFlags">
|
@@ -694,9 +735,16 @@
|
|
694
735
|
<ANCHOR id="GIOStream.properties" href="gio/GIOStream.html#GIOStream.properties">
|
695
736
|
<ANCHOR id="GIOStream.description" href="gio/GIOStream.html#GIOStream.description">
|
696
737
|
<ANCHOR id="GIOStream.details" href="gio/GIOStream.html#GIOStream.details">
|
738
|
+
<ANCHOR id="GIOStreamSpliceFlags" href="gio/GIOStream.html#GIOStreamSpliceFlags">
|
739
|
+
<ANCHOR id="G-IO-STREAM-SPLICE-NONE:CAPS" href="gio/GIOStream.html#G-IO-STREAM-SPLICE-NONE:CAPS">
|
740
|
+
<ANCHOR id="G-IO-STREAM-SPLICE-CLOSE-STREAM1:CAPS" href="gio/GIOStream.html#G-IO-STREAM-SPLICE-CLOSE-STREAM1:CAPS">
|
741
|
+
<ANCHOR id="G-IO-STREAM-SPLICE-CLOSE-STREAM2:CAPS" href="gio/GIOStream.html#G-IO-STREAM-SPLICE-CLOSE-STREAM2:CAPS">
|
742
|
+
<ANCHOR id="G-IO-STREAM-SPLICE-WAIT-FOR-BOTH:CAPS" href="gio/GIOStream.html#G-IO-STREAM-SPLICE-WAIT-FOR-BOTH:CAPS">
|
697
743
|
<ANCHOR id="GIOStream-struct" href="gio/GIOStream.html#GIOStream-struct">
|
698
744
|
<ANCHOR id="g-io-stream-get-input-stream" href="gio/GIOStream.html#g-io-stream-get-input-stream">
|
699
745
|
<ANCHOR id="g-io-stream-get-output-stream" href="gio/GIOStream.html#g-io-stream-get-output-stream">
|
746
|
+
<ANCHOR id="g-io-stream-splice-async" href="gio/GIOStream.html#g-io-stream-splice-async">
|
747
|
+
<ANCHOR id="g-io-stream-splice-finish" href="gio/GIOStream.html#g-io-stream-splice-finish">
|
700
748
|
<ANCHOR id="g-io-stream-close" href="gio/GIOStream.html#g-io-stream-close">
|
701
749
|
<ANCHOR id="g-io-stream-close-async" href="gio/GIOStream.html#g-io-stream-close-async">
|
702
750
|
<ANCHOR id="g-io-stream-close-finish" href="gio/GIOStream.html#g-io-stream-close-finish">
|
@@ -851,6 +899,8 @@
|
|
851
899
|
<ANCHOR id="GBufferedOutputStream.see-also" href="gio/GBufferedOutputStream.html#GBufferedOutputStream.see-also">
|
852
900
|
<ANCHOR id="GDataInputStream" href="gio/GDataInputStream.html">
|
853
901
|
<ANCHOR id="GDataInputStream.synopsis" href="gio/GDataInputStream.html#GDataInputStream.synopsis">
|
902
|
+
<ANCHOR id="GDataStreamByteOrder" href="gio/GDataInputStream.html#GDataStreamByteOrder">
|
903
|
+
<ANCHOR id="GDataStreamNewlineType" href="gio/GDataInputStream.html#GDataStreamNewlineType">
|
854
904
|
<ANCHOR id="GDataInputStream.object-hierarchy" href="gio/GDataInputStream.html#GDataInputStream.object-hierarchy">
|
855
905
|
<ANCHOR id="GDataInputStream.properties" href="gio/GDataInputStream.html#GDataInputStream.properties">
|
856
906
|
<ANCHOR id="GDataInputStream.description" href="gio/GDataInputStream.html#GDataInputStream.description">
|
@@ -914,6 +964,7 @@
|
|
914
964
|
<ANCHOR id="GUnixInputStream" href="gio/GUnixInputStream.html">
|
915
965
|
<ANCHOR id="GUnixInputStream.synopsis" href="gio/GUnixInputStream.html#GUnixInputStream.synopsis">
|
916
966
|
<ANCHOR id="GUnixInputStream.object-hierarchy" href="gio/GUnixInputStream.html#GUnixInputStream.object-hierarchy">
|
967
|
+
<ANCHOR id="GUnixInputStream.implemented-interfaces" href="gio/GUnixInputStream.html#GUnixInputStream.implemented-interfaces">
|
917
968
|
<ANCHOR id="GUnixInputStream.properties" href="gio/GUnixInputStream.html#GUnixInputStream.properties">
|
918
969
|
<ANCHOR id="GUnixInputStream.description" href="gio/GUnixInputStream.html#GUnixInputStream.description">
|
919
970
|
<ANCHOR id="GUnixInputStream.details" href="gio/GUnixInputStream.html#GUnixInputStream.details">
|
@@ -929,6 +980,7 @@
|
|
929
980
|
<ANCHOR id="GUnixOutputStream" href="gio/GUnixOutputStream.html">
|
930
981
|
<ANCHOR id="GUnixOutputStream.synopsis" href="gio/GUnixOutputStream.html#GUnixOutputStream.synopsis">
|
931
982
|
<ANCHOR id="GUnixOutputStream.object-hierarchy" href="gio/GUnixOutputStream.html#GUnixOutputStream.object-hierarchy">
|
983
|
+
<ANCHOR id="GUnixOutputStream.implemented-interfaces" href="gio/GUnixOutputStream.html#GUnixOutputStream.implemented-interfaces">
|
932
984
|
<ANCHOR id="GUnixOutputStream.properties" href="gio/GUnixOutputStream.html#GUnixOutputStream.properties">
|
933
985
|
<ANCHOR id="GUnixOutputStream.description" href="gio/GUnixOutputStream.html#GUnixOutputStream.description">
|
934
986
|
<ANCHOR id="GUnixOutputStream.details" href="gio/GUnixOutputStream.html#GUnixOutputStream.details">
|
@@ -967,6 +1019,36 @@
|
|
967
1019
|
<ANCHOR id="gio-GConverterOutputstream.property-details" href="gio/gio-GConverterOutputstream.html#gio-GConverterOutputstream.property-details">
|
968
1020
|
<ANCHOR id="GConverterOutputStream--converter" href="gio/gio-GConverterOutputstream.html#GConverterOutputStream--converter">
|
969
1021
|
<ANCHOR id="gio-GConverterOutputstream.see-also" href="gio/gio-GConverterOutputstream.html#gio-GConverterOutputstream.see-also">
|
1022
|
+
<ANCHOR id="GPollableInputStream" href="gio/GPollableInputStream.html">
|
1023
|
+
<ANCHOR id="GPollableInputStream.synopsis" href="gio/GPollableInputStream.html#GPollableInputStream.synopsis">
|
1024
|
+
<ANCHOR id="GPollableInputStream.object-hierarchy" href="gio/GPollableInputStream.html#GPollableInputStream.object-hierarchy">
|
1025
|
+
<ANCHOR id="GPollableInputStream.prerequisites" href="gio/GPollableInputStream.html#GPollableInputStream.prerequisites">
|
1026
|
+
<ANCHOR id="GPollableInputStream.implementations" href="gio/GPollableInputStream.html#GPollableInputStream.implementations">
|
1027
|
+
<ANCHOR id="GPollableInputStream.description" href="gio/GPollableInputStream.html#GPollableInputStream.description">
|
1028
|
+
<ANCHOR id="GPollableInputStream.details" href="gio/GPollableInputStream.html#GPollableInputStream.details">
|
1029
|
+
<ANCHOR id="GPollableInputStream-struct" href="gio/GPollableInputStream.html#GPollableInputStream-struct">
|
1030
|
+
<ANCHOR id="GPollableInputStreamInterface" href="gio/GPollableInputStream.html#GPollableInputStreamInterface">
|
1031
|
+
<ANCHOR id="g-pollable-input-stream-can-poll" href="gio/GPollableInputStream.html#g-pollable-input-stream-can-poll">
|
1032
|
+
<ANCHOR id="g-pollable-input-stream-is-readable" href="gio/GPollableInputStream.html#g-pollable-input-stream-is-readable">
|
1033
|
+
<ANCHOR id="g-pollable-input-stream-create-source" href="gio/GPollableInputStream.html#g-pollable-input-stream-create-source">
|
1034
|
+
<ANCHOR id="g-pollable-input-stream-read-nonblocking" href="gio/GPollableInputStream.html#g-pollable-input-stream-read-nonblocking">
|
1035
|
+
<ANCHOR id="GPollableSourceFunc" href="gio/GPollableInputStream.html#GPollableSourceFunc">
|
1036
|
+
<ANCHOR id="g-pollable-source-new" href="gio/GPollableInputStream.html#g-pollable-source-new">
|
1037
|
+
<ANCHOR id="GPollableInputStream.see-also" href="gio/GPollableInputStream.html#GPollableInputStream.see-also">
|
1038
|
+
<ANCHOR id="GPollableOutputStream" href="gio/GPollableOutputStream.html">
|
1039
|
+
<ANCHOR id="GPollableOutputStream.synopsis" href="gio/GPollableOutputStream.html#GPollableOutputStream.synopsis">
|
1040
|
+
<ANCHOR id="GPollableOutputStream.object-hierarchy" href="gio/GPollableOutputStream.html#GPollableOutputStream.object-hierarchy">
|
1041
|
+
<ANCHOR id="GPollableOutputStream.prerequisites" href="gio/GPollableOutputStream.html#GPollableOutputStream.prerequisites">
|
1042
|
+
<ANCHOR id="GPollableOutputStream.implementations" href="gio/GPollableOutputStream.html#GPollableOutputStream.implementations">
|
1043
|
+
<ANCHOR id="GPollableOutputStream.description" href="gio/GPollableOutputStream.html#GPollableOutputStream.description">
|
1044
|
+
<ANCHOR id="GPollableOutputStream.details" href="gio/GPollableOutputStream.html#GPollableOutputStream.details">
|
1045
|
+
<ANCHOR id="GPollableOutputStream-struct" href="gio/GPollableOutputStream.html#GPollableOutputStream-struct">
|
1046
|
+
<ANCHOR id="GPollableOutputStreamInterface" href="gio/GPollableOutputStream.html#GPollableOutputStreamInterface">
|
1047
|
+
<ANCHOR id="g-pollable-output-stream-can-poll" href="gio/GPollableOutputStream.html#g-pollable-output-stream-can-poll">
|
1048
|
+
<ANCHOR id="g-pollable-output-stream-is-writable" href="gio/GPollableOutputStream.html#g-pollable-output-stream-is-writable">
|
1049
|
+
<ANCHOR id="g-pollable-output-stream-create-source" href="gio/GPollableOutputStream.html#g-pollable-output-stream-create-source">
|
1050
|
+
<ANCHOR id="g-pollable-output-stream-write-nonblocking" href="gio/GPollableOutputStream.html#g-pollable-output-stream-write-nonblocking">
|
1051
|
+
<ANCHOR id="GPollableOutputStream.see-also" href="gio/GPollableOutputStream.html#GPollableOutputStream.see-also">
|
970
1052
|
<ANCHOR id="gio-GContentType" href="gio/gio-GContentType.html">
|
971
1053
|
<ANCHOR id="gio-GContentType.synopsis" href="gio/gio-GContentType.html#gio-GContentType.synopsis">
|
972
1054
|
<ANCHOR id="gio-GContentType.description" href="gio/gio-GContentType.html#gio-GContentType.description">
|
@@ -984,6 +1066,7 @@
|
|
984
1066
|
<ANCHOR id="g-content-types-get-registered" href="gio/gio-GContentType.html#g-content-types-get-registered">
|
985
1067
|
<ANCHOR id="GAppInfo" href="gio/GAppInfo.html">
|
986
1068
|
<ANCHOR id="GAppInfo.synopsis" href="gio/GAppInfo.html#GAppInfo.synopsis">
|
1069
|
+
<ANCHOR id="GAppInfoCreateFlags" href="gio/GAppInfo.html#GAppInfoCreateFlags">
|
987
1070
|
<ANCHOR id="GAppLaunchContext" href="gio/GAppInfo.html#GAppLaunchContext">
|
988
1071
|
<ANCHOR id="GAppInfo.object-hierarchy" href="gio/GAppInfo.html#GAppInfo.object-hierarchy">
|
989
1072
|
<ANCHOR id="GAppInfo.prerequisites" href="gio/GAppInfo.html#GAppInfo.prerequisites">
|
@@ -1018,6 +1101,7 @@
|
|
1018
1101
|
<ANCHOR id="g-app-info-reset-type-associations" href="gio/GAppInfo.html#g-app-info-reset-type-associations">
|
1019
1102
|
<ANCHOR id="g-app-info-set-as-default-for-type" href="gio/GAppInfo.html#g-app-info-set-as-default-for-type">
|
1020
1103
|
<ANCHOR id="g-app-info-set-as-default-for-extension" href="gio/GAppInfo.html#g-app-info-set-as-default-for-extension">
|
1104
|
+
<ANCHOR id="g-app-info-set-as-last-used-for-type" href="gio/GAppInfo.html#g-app-info-set-as-last-used-for-type">
|
1021
1105
|
<ANCHOR id="g-app-info-add-supports-type" href="gio/GAppInfo.html#g-app-info-add-supports-type">
|
1022
1106
|
<ANCHOR id="g-app-info-can-remove-supports-type" href="gio/GAppInfo.html#g-app-info-can-remove-supports-type">
|
1023
1107
|
<ANCHOR id="g-app-info-remove-supports-type" href="gio/GAppInfo.html#g-app-info-remove-supports-type">
|
@@ -1025,6 +1109,8 @@
|
|
1025
1109
|
<ANCHOR id="g-app-info-get-all-for-type" href="gio/GAppInfo.html#g-app-info-get-all-for-type">
|
1026
1110
|
<ANCHOR id="g-app-info-get-default-for-type" href="gio/GAppInfo.html#g-app-info-get-default-for-type">
|
1027
1111
|
<ANCHOR id="g-app-info-get-default-for-uri-scheme" href="gio/GAppInfo.html#g-app-info-get-default-for-uri-scheme">
|
1112
|
+
<ANCHOR id="g-app-info-get-fallback-for-type" href="gio/GAppInfo.html#g-app-info-get-fallback-for-type">
|
1113
|
+
<ANCHOR id="g-app-info-get-recommended-for-type" href="gio/GAppInfo.html#g-app-info-get-recommended-for-type">
|
1028
1114
|
<ANCHOR id="g-app-info-launch-default-for-uri" href="gio/GAppInfo.html#g-app-info-launch-default-for-uri">
|
1029
1115
|
<ANCHOR id="g-app-launch-context-get-display" href="gio/GAppInfo.html#g-app-launch-context-get-display">
|
1030
1116
|
<ANCHOR id="g-app-launch-context-get-startup-notify-id" href="gio/GAppInfo.html#g-app-launch-context-get-startup-notify-id">
|
@@ -1033,9 +1119,7 @@
|
|
1033
1119
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo" href="gio/gio-Desktop-file-based-GAppInfo.html">
|
1034
1120
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo.synopsis" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.synopsis">
|
1035
1121
|
<ANCHOR id="GDesktopAppInfo" href="gio/gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo">
|
1036
|
-
<ANCHOR id="GDesktopAppInfoLookup" href="gio/gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfoLookup">
|
1037
1122
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo.object-hierarchy" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.object-hierarchy">
|
1038
|
-
<ANCHOR id="gio-Desktop-file-based-GAppInfo.prerequisites" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.prerequisites">
|
1039
1123
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo.implemented-interfaces" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.implemented-interfaces">
|
1040
1124
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo.description" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.description">
|
1041
1125
|
<ANCHOR id="gio-Desktop-file-based-GAppInfo.details" href="gio/gio-Desktop-file-based-GAppInfo.html#gio-Desktop-file-based-GAppInfo.details">
|
@@ -1046,9 +1130,6 @@
|
|
1046
1130
|
<ANCHOR id="g-desktop-app-info-get-filename" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-filename">
|
1047
1131
|
<ANCHOR id="g-desktop-app-info-get-is-hidden" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-is-hidden">
|
1048
1132
|
<ANCHOR id="g-desktop-app-info-set-desktop-env" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-set-desktop-env">
|
1049
|
-
<ANCHOR id="GDesktopAppInfoLookup-struct" href="gio/gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfoLookup-struct">
|
1050
|
-
<ANCHOR id="G-DESKTOP-APP-INFO-LOOKUP-EXTENSION-POINT-NAME:CAPS" href="gio/gio-Desktop-file-based-GAppInfo.html#G-DESKTOP-APP-INFO-LOOKUP-EXTENSION-POINT-NAME:CAPS">
|
1051
|
-
<ANCHOR id="g-desktop-app-info-lookup-get-default-for-uri-scheme" href="gio/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-lookup-get-default-for-uri-scheme">
|
1052
1133
|
<ANCHOR id="GVolumeMonitor" href="gio/GVolumeMonitor.html">
|
1053
1134
|
<ANCHOR id="GVolumeMonitor.synopsis" href="gio/GVolumeMonitor.html#GVolumeMonitor.synopsis">
|
1054
1135
|
<ANCHOR id="GVolumeMonitor.object-hierarchy" href="gio/GVolumeMonitor.html#GVolumeMonitor.object-hierarchy">
|
@@ -1114,6 +1195,8 @@
|
|
1114
1195
|
<ANCHOR id="GVolume-removed" href="gio/GVolume.html#GVolume-removed">
|
1115
1196
|
<ANCHOR id="GMount" href="gio/GMount.html">
|
1116
1197
|
<ANCHOR id="GMount.synopsis" href="gio/GMount.html#GMount.synopsis">
|
1198
|
+
<ANCHOR id="GMountMountFlags" href="gio/GMount.html#GMountMountFlags">
|
1199
|
+
<ANCHOR id="GMountUnmountFlags" href="gio/GMount.html#GMountUnmountFlags">
|
1117
1200
|
<ANCHOR id="GMount.object-hierarchy" href="gio/GMount.html#GMount.object-hierarchy">
|
1118
1201
|
<ANCHOR id="GMount.prerequisites" href="gio/GMount.html#GMount.prerequisites">
|
1119
1202
|
<ANCHOR id="GMount.signals" href="gio/GMount.html#GMount.signals">
|
@@ -1155,6 +1238,7 @@
|
|
1155
1238
|
<ANCHOR id="GMount-changed" href="gio/GMount.html#GMount-changed">
|
1156
1239
|
<ANCHOR id="GMount-pre-unmount" href="gio/GMount.html#GMount-pre-unmount">
|
1157
1240
|
<ANCHOR id="GMount-unmounted" href="gio/GMount.html#GMount-unmounted">
|
1241
|
+
<ANCHOR id="GMount.see-also" href="gio/GMount.html#GMount.see-also">
|
1158
1242
|
<ANCHOR id="GDrive" href="gio/GDrive.html">
|
1159
1243
|
<ANCHOR id="GDrive.synopsis" href="gio/GDrive.html#GDrive.synopsis">
|
1160
1244
|
<ANCHOR id="GDrive.object-hierarchy" href="gio/GDrive.html#GDrive.object-hierarchy">
|
@@ -1308,6 +1392,7 @@
|
|
1308
1392
|
<ANCHOR id="GEmblemedIcon.synopsis" href="gio/GEmblemedIcon.html#GEmblemedIcon.synopsis">
|
1309
1393
|
<ANCHOR id="GEmblemedIcon.object-hierarchy" href="gio/GEmblemedIcon.html#GEmblemedIcon.object-hierarchy">
|
1310
1394
|
<ANCHOR id="GEmblemedIcon.implemented-interfaces" href="gio/GEmblemedIcon.html#GEmblemedIcon.implemented-interfaces">
|
1395
|
+
<ANCHOR id="GEmblemedIcon.properties" href="gio/GEmblemedIcon.html#GEmblemedIcon.properties">
|
1311
1396
|
<ANCHOR id="GEmblemedIcon.description" href="gio/GEmblemedIcon.html#GEmblemedIcon.description">
|
1312
1397
|
<ANCHOR id="GEmblemedIcon.details" href="gio/GEmblemedIcon.html#GEmblemedIcon.details">
|
1313
1398
|
<ANCHOR id="GEmblemedIcon-struct" href="gio/GEmblemedIcon.html#GEmblemedIcon-struct">
|
@@ -1315,9 +1400,13 @@
|
|
1315
1400
|
<ANCHOR id="g-emblemed-icon-get-icon" href="gio/GEmblemedIcon.html#g-emblemed-icon-get-icon">
|
1316
1401
|
<ANCHOR id="g-emblemed-icon-get-emblems" href="gio/GEmblemedIcon.html#g-emblemed-icon-get-emblems">
|
1317
1402
|
<ANCHOR id="g-emblemed-icon-add-emblem" href="gio/GEmblemedIcon.html#g-emblemed-icon-add-emblem">
|
1403
|
+
<ANCHOR id="g-emblemed-icon-clear-emblems" href="gio/GEmblemedIcon.html#g-emblemed-icon-clear-emblems">
|
1404
|
+
<ANCHOR id="GEmblemedIcon.property-details" href="gio/GEmblemedIcon.html#GEmblemedIcon.property-details">
|
1405
|
+
<ANCHOR id="GEmblemedIcon--gicon" href="gio/GEmblemedIcon.html#GEmblemedIcon--gicon">
|
1318
1406
|
<ANCHOR id="GEmblemedIcon.see-also" href="gio/GEmblemedIcon.html#GEmblemedIcon.see-also">
|
1319
1407
|
<ANCHOR id="GEmblem" href="gio/GEmblem.html">
|
1320
1408
|
<ANCHOR id="GEmblem.synopsis" href="gio/GEmblem.html#GEmblem.synopsis">
|
1409
|
+
<ANCHOR id="GEmblemOrigin" href="gio/GEmblem.html#GEmblemOrigin">
|
1321
1410
|
<ANCHOR id="GEmblem.object-hierarchy" href="gio/GEmblem.html#GEmblem.object-hierarchy">
|
1322
1411
|
<ANCHOR id="GEmblem.implemented-interfaces" href="gio/GEmblem.html#GEmblem.implemented-interfaces">
|
1323
1412
|
<ANCHOR id="GEmblem.properties" href="gio/GEmblem.html#GEmblem.properties">
|
@@ -1369,6 +1458,9 @@
|
|
1369
1458
|
<ANCHOR id="GAsyncInitable.see-also" href="gio/GAsyncInitable.html#GAsyncInitable.see-also">
|
1370
1459
|
<ANCHOR id="GSocket" href="gio/GSocket.html">
|
1371
1460
|
<ANCHOR id="GSocket.synopsis" href="gio/GSocket.html#GSocket.synopsis">
|
1461
|
+
<ANCHOR id="GSocketType" href="gio/GSocket.html#GSocketType">
|
1462
|
+
<ANCHOR id="GSocketProtocol" href="gio/GSocket.html#GSocketProtocol">
|
1463
|
+
<ANCHOR id="GSocketMsgFlags" href="gio/GSocket.html#GSocketMsgFlags">
|
1372
1464
|
<ANCHOR id="GSocket.object-hierarchy" href="gio/GSocket.html#GSocket.object-hierarchy">
|
1373
1465
|
<ANCHOR id="GSocket.implemented-interfaces" href="gio/GSocket.html#GSocket.implemented-interfaces">
|
1374
1466
|
<ANCHOR id="GSocket.properties" href="gio/GSocket.html#GSocket.properties">
|
@@ -1484,6 +1576,7 @@
|
|
1484
1576
|
<ANCHOR id="GInetAddress--is-site-local" href="gio/GInetAddress.html#GInetAddress--is-site-local">
|
1485
1577
|
<ANCHOR id="GSocketAddress" href="gio/GSocketAddress.html">
|
1486
1578
|
<ANCHOR id="GSocketAddress.synopsis" href="gio/GSocketAddress.html#GSocketAddress.synopsis">
|
1579
|
+
<ANCHOR id="GSocketFamily" href="gio/GSocketAddress.html#GSocketFamily">
|
1487
1580
|
<ANCHOR id="GSocketAddress.object-hierarchy" href="gio/GSocketAddress.html#GSocketAddress.object-hierarchy">
|
1488
1581
|
<ANCHOR id="GSocketAddress.implemented-interfaces" href="gio/GSocketAddress.html#GSocketAddress.implemented-interfaces">
|
1489
1582
|
<ANCHOR id="GSocketAddress.properties" href="gio/GSocketAddress.html#GSocketAddress.properties">
|
@@ -1517,6 +1610,7 @@
|
|
1517
1610
|
<ANCHOR id="GInetSocketAddress--port" href="gio/GInetSocketAddress.html#GInetSocketAddress--port">
|
1518
1611
|
<ANCHOR id="GUnixSocketAddress" href="gio/GUnixSocketAddress.html">
|
1519
1612
|
<ANCHOR id="GUnixSocketAddress.synopsis" href="gio/GUnixSocketAddress.html#GUnixSocketAddress.synopsis">
|
1613
|
+
<ANCHOR id="GUnixSocketAddressType" href="gio/GUnixSocketAddress.html#GUnixSocketAddressType">
|
1520
1614
|
<ANCHOR id="GUnixSocketAddress.object-hierarchy" href="gio/GUnixSocketAddress.html#GUnixSocketAddress.object-hierarchy">
|
1521
1615
|
<ANCHOR id="GUnixSocketAddress.implemented-interfaces" href="gio/GUnixSocketAddress.html#GUnixSocketAddress.implemented-interfaces">
|
1522
1616
|
<ANCHOR id="GUnixSocketAddress.properties" href="gio/GUnixSocketAddress.html#GUnixSocketAddress.properties">
|
@@ -1622,6 +1716,7 @@
|
|
1622
1716
|
<ANCHOR id="GProxy.description" href="gio/GProxy.html#GProxy.description">
|
1623
1717
|
<ANCHOR id="GProxy.details" href="gio/GProxy.html#GProxy.details">
|
1624
1718
|
<ANCHOR id="GProxy-struct" href="gio/GProxy.html#GProxy-struct">
|
1719
|
+
<ANCHOR id="GProxyInterface" href="gio/GProxy.html#GProxyInterface">
|
1625
1720
|
<ANCHOR id="G-PROXY-EXTENSION-POINT-NAME:CAPS" href="gio/GProxy.html#G-PROXY-EXTENSION-POINT-NAME:CAPS">
|
1626
1721
|
<ANCHOR id="g-proxy-connect" href="gio/GProxy.html#g-proxy-connect">
|
1627
1722
|
<ANCHOR id="g-proxy-connect-async" href="gio/GProxy.html#g-proxy-connect-async">
|
@@ -1675,19 +1770,25 @@
|
|
1675
1770
|
<ANCHOR id="g-socket-client-set-protocol" href="gio/GSocketClient.html#g-socket-client-set-protocol">
|
1676
1771
|
<ANCHOR id="g-socket-client-set-socket-type" href="gio/GSocketClient.html#g-socket-client-set-socket-type">
|
1677
1772
|
<ANCHOR id="g-socket-client-set-timeout" href="gio/GSocketClient.html#g-socket-client-set-timeout">
|
1773
|
+
<ANCHOR id="g-socket-client-set-enable-proxy" href="gio/GSocketClient.html#g-socket-client-set-enable-proxy">
|
1774
|
+
<ANCHOR id="g-socket-client-set-tls" href="gio/GSocketClient.html#g-socket-client-set-tls">
|
1775
|
+
<ANCHOR id="g-socket-client-set-tls-validation-flags" href="gio/GSocketClient.html#g-socket-client-set-tls-validation-flags">
|
1678
1776
|
<ANCHOR id="g-socket-client-get-family" href="gio/GSocketClient.html#g-socket-client-get-family">
|
1679
1777
|
<ANCHOR id="g-socket-client-get-local-address" href="gio/GSocketClient.html#g-socket-client-get-local-address">
|
1680
1778
|
<ANCHOR id="g-socket-client-get-protocol" href="gio/GSocketClient.html#g-socket-client-get-protocol">
|
1681
1779
|
<ANCHOR id="g-socket-client-get-socket-type" href="gio/GSocketClient.html#g-socket-client-get-socket-type">
|
1682
1780
|
<ANCHOR id="g-socket-client-get-timeout" href="gio/GSocketClient.html#g-socket-client-get-timeout">
|
1683
1781
|
<ANCHOR id="g-socket-client-get-enable-proxy" href="gio/GSocketClient.html#g-socket-client-get-enable-proxy">
|
1684
|
-
<ANCHOR id="g-socket-client-
|
1782
|
+
<ANCHOR id="g-socket-client-get-tls" href="gio/GSocketClient.html#g-socket-client-get-tls">
|
1783
|
+
<ANCHOR id="g-socket-client-get-tls-validation-flags" href="gio/GSocketClient.html#g-socket-client-get-tls-validation-flags">
|
1685
1784
|
<ANCHOR id="GSocketClient.property-details" href="gio/GSocketClient.html#GSocketClient.property-details">
|
1686
1785
|
<ANCHOR id="GSocketClient--enable-proxy" href="gio/GSocketClient.html#GSocketClient--enable-proxy">
|
1687
1786
|
<ANCHOR id="GSocketClient--family" href="gio/GSocketClient.html#GSocketClient--family">
|
1688
1787
|
<ANCHOR id="GSocketClient--local-address" href="gio/GSocketClient.html#GSocketClient--local-address">
|
1689
1788
|
<ANCHOR id="GSocketClient--protocol" href="gio/GSocketClient.html#GSocketClient--protocol">
|
1690
1789
|
<ANCHOR id="GSocketClient--timeout" href="gio/GSocketClient.html#GSocketClient--timeout">
|
1790
|
+
<ANCHOR id="GSocketClient--tls" href="gio/GSocketClient.html#GSocketClient--tls">
|
1791
|
+
<ANCHOR id="GSocketClient--tls-validation-flags" href="gio/GSocketClient.html#GSocketClient--tls-validation-flags">
|
1691
1792
|
<ANCHOR id="GSocketClient--type" href="gio/GSocketClient.html#GSocketClient--type">
|
1692
1793
|
<ANCHOR id="GSocketClient.see-also" href="gio/GSocketClient.html#GSocketClient.see-also">
|
1693
1794
|
<ANCHOR id="GSocketConnection" href="gio/GSocketConnection.html">
|
@@ -1729,6 +1830,18 @@
|
|
1729
1830
|
<ANCHOR id="GTcpConnection.property-details" href="gio/GTcpConnection.html#GTcpConnection.property-details">
|
1730
1831
|
<ANCHOR id="GTcpConnection--graceful-disconnect" href="gio/GTcpConnection.html#GTcpConnection--graceful-disconnect">
|
1731
1832
|
<ANCHOR id="GTcpConnection.see-also" href="gio/GTcpConnection.html#GTcpConnection.see-also">
|
1833
|
+
<ANCHOR id="GTcpWrapperConnection" href="gio/GTcpWrapperConnection.html">
|
1834
|
+
<ANCHOR id="GTcpWrapperConnection.synopsis" href="gio/GTcpWrapperConnection.html#GTcpWrapperConnection.synopsis">
|
1835
|
+
<ANCHOR id="GTcpWrapperConnection.object-hierarchy" href="gio/GTcpWrapperConnection.html#GTcpWrapperConnection.object-hierarchy">
|
1836
|
+
<ANCHOR id="GTcpWrapperConnection.properties" href="gio/GTcpWrapperConnection.html#GTcpWrapperConnection.properties">
|
1837
|
+
<ANCHOR id="GTcpWrapperConnection.description" href="gio/GTcpWrapperConnection.html#GTcpWrapperConnection.description">
|
1838
|
+
<ANCHOR id="GTcpWrapperConnection.details" href="gio/GTcpWrapperConnection.html#GTcpWrapperConnection.details">
|
1839
|
+
<ANCHOR id="GTcpWrapperConnection-struct" href="gio/GTcpWrapperConnection.html#GTcpWrapperConnection-struct">
|
1840
|
+
<ANCHOR id="g-tcp-wrapper-connection-new" href="gio/GTcpWrapperConnection.html#g-tcp-wrapper-connection-new">
|
1841
|
+
<ANCHOR id="g-tcp-wrapper-connection-get-base-io-stream" href="gio/GTcpWrapperConnection.html#g-tcp-wrapper-connection-get-base-io-stream">
|
1842
|
+
<ANCHOR id="GTcpWrapperConnection.property-details" href="gio/GTcpWrapperConnection.html#GTcpWrapperConnection.property-details">
|
1843
|
+
<ANCHOR id="GTcpWrapperConnection--base-io-stream" href="gio/GTcpWrapperConnection.html#GTcpWrapperConnection--base-io-stream">
|
1844
|
+
<ANCHOR id="GTcpWrapperConnection.see-also" href="gio/GTcpWrapperConnection.html#GTcpWrapperConnection.see-also">
|
1732
1845
|
<ANCHOR id="GSocketListener" href="gio/GSocketListener.html">
|
1733
1846
|
<ANCHOR id="GSocketListener.synopsis" href="gio/GSocketListener.html#GSocketListener.synopsis">
|
1734
1847
|
<ANCHOR id="GSocketListener.object-hierarchy" href="gio/GSocketListener.html#GSocketListener.object-hierarchy">
|
@@ -1780,8 +1893,144 @@
|
|
1780
1893
|
<ANCHOR id="GThreadedSocketService.signal-details" href="gio/GThreadedSocketService.html#GThreadedSocketService.signal-details">
|
1781
1894
|
<ANCHOR id="GThreadedSocketService-run" href="gio/GThreadedSocketService.html#GThreadedSocketService-run">
|
1782
1895
|
<ANCHOR id="GThreadedSocketService.see-also" href="gio/GThreadedSocketService.html#GThreadedSocketService.see-also">
|
1896
|
+
<ANCHOR id="gio-TLS-Overview" href="gio/gio-TLS-Overview.html">
|
1897
|
+
<ANCHOR id="gio-TLS-Overview.synopsis" href="gio/gio-TLS-Overview.html#gio-TLS-Overview.synopsis">
|
1898
|
+
<ANCHOR id="GTlsAuthenticationMode" href="gio/gio-TLS-Overview.html#GTlsAuthenticationMode">
|
1899
|
+
<ANCHOR id="GTlsCertificateFlags" href="gio/gio-TLS-Overview.html#GTlsCertificateFlags">
|
1900
|
+
<ANCHOR id="gio-TLS-Overview.object-hierarchy" href="gio/gio-TLS-Overview.html#gio-TLS-Overview.object-hierarchy">
|
1901
|
+
<ANCHOR id="gio-TLS-Overview.description" href="gio/gio-TLS-Overview.html#gio-TLS-Overview.description">
|
1902
|
+
<ANCHOR id="gio-TLS-Overview.details" href="gio/gio-TLS-Overview.html#gio-TLS-Overview.details">
|
1903
|
+
<ANCHOR id="G-TLS-ERROR:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-ERROR:CAPS">
|
1904
|
+
<ANCHOR id="GTlsError" href="gio/gio-TLS-Overview.html#GTlsError">
|
1905
|
+
<ANCHOR id="G-TLS-ERROR-UNAVAILABLE:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-ERROR-UNAVAILABLE:CAPS">
|
1906
|
+
<ANCHOR id="G-TLS-ERROR-MISC:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-ERROR-MISC:CAPS">
|
1907
|
+
<ANCHOR id="G-TLS-ERROR-BAD-CERTIFICATE:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-ERROR-BAD-CERTIFICATE:CAPS">
|
1908
|
+
<ANCHOR id="G-TLS-ERROR-NOT-TLS:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-ERROR-NOT-TLS:CAPS">
|
1909
|
+
<ANCHOR id="G-TLS-ERROR-HANDSHAKE:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-ERROR-HANDSHAKE:CAPS">
|
1910
|
+
<ANCHOR id="G-TLS-ERROR-CERTIFICATE-REQUIRED:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-ERROR-CERTIFICATE-REQUIRED:CAPS">
|
1911
|
+
<ANCHOR id="G-TLS-ERROR-EOF:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-ERROR-EOF:CAPS">
|
1912
|
+
<ANCHOR id="GTlsAuthenticationMode" href="gio/gio-TLS-Overview.html#GTlsAuthenticationMode">
|
1913
|
+
<ANCHOR id="G-TLS-AUTHENTICATION-NONE:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-AUTHENTICATION-NONE:CAPS">
|
1914
|
+
<ANCHOR id="G-TLS-AUTHENTICATION-REQUESTED:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-AUTHENTICATION-REQUESTED:CAPS">
|
1915
|
+
<ANCHOR id="G-TLS-AUTHENTICATION-REQUIRED:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-AUTHENTICATION-REQUIRED:CAPS">
|
1916
|
+
<ANCHOR id="GTlsCertificateFlags" href="gio/gio-TLS-Overview.html#GTlsCertificateFlags">
|
1917
|
+
<ANCHOR id="G-TLS-CERTIFICATE-UNKNOWN-CA:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-CERTIFICATE-UNKNOWN-CA:CAPS">
|
1918
|
+
<ANCHOR id="G-TLS-CERTIFICATE-BAD-IDENTITY:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-CERTIFICATE-BAD-IDENTITY:CAPS">
|
1919
|
+
<ANCHOR id="G-TLS-CERTIFICATE-NOT-ACTIVATED:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-CERTIFICATE-NOT-ACTIVATED:CAPS">
|
1920
|
+
<ANCHOR id="G-TLS-CERTIFICATE-EXPIRED:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-CERTIFICATE-EXPIRED:CAPS">
|
1921
|
+
<ANCHOR id="G-TLS-CERTIFICATE-REVOKED:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-CERTIFICATE-REVOKED:CAPS">
|
1922
|
+
<ANCHOR id="G-TLS-CERTIFICATE-INSECURE:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-CERTIFICATE-INSECURE:CAPS">
|
1923
|
+
<ANCHOR id="G-TLS-CERTIFICATE-GENERIC-ERROR:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-CERTIFICATE-GENERIC-ERROR:CAPS">
|
1924
|
+
<ANCHOR id="G-TLS-CERTIFICATE-VALIDATE-ALL:CAPS" href="gio/gio-TLS-Overview.html#G-TLS-CERTIFICATE-VALIDATE-ALL:CAPS">
|
1925
|
+
<ANCHOR id="GTlsCertificate" href="gio/GTlsCertificate.html">
|
1926
|
+
<ANCHOR id="GTlsCertificate.synopsis" href="gio/GTlsCertificate.html#GTlsCertificate.synopsis">
|
1927
|
+
<ANCHOR id="GTlsCertificate.object-hierarchy" href="gio/GTlsCertificate.html#GTlsCertificate.object-hierarchy">
|
1928
|
+
<ANCHOR id="GTlsCertificate.properties" href="gio/GTlsCertificate.html#GTlsCertificate.properties">
|
1929
|
+
<ANCHOR id="GTlsCertificate.description" href="gio/GTlsCertificate.html#GTlsCertificate.description">
|
1930
|
+
<ANCHOR id="GTlsCertificate.details" href="gio/GTlsCertificate.html#GTlsCertificate.details">
|
1931
|
+
<ANCHOR id="GTlsCertificate-struct" href="gio/GTlsCertificate.html#GTlsCertificate-struct">
|
1932
|
+
<ANCHOR id="g-tls-certificate-new-from-pem" href="gio/GTlsCertificate.html#g-tls-certificate-new-from-pem">
|
1933
|
+
<ANCHOR id="g-tls-certificate-new-from-file" href="gio/GTlsCertificate.html#g-tls-certificate-new-from-file">
|
1934
|
+
<ANCHOR id="g-tls-certificate-new-from-files" href="gio/GTlsCertificate.html#g-tls-certificate-new-from-files">
|
1935
|
+
<ANCHOR id="g-tls-certificate-list-new-from-file" href="gio/GTlsCertificate.html#g-tls-certificate-list-new-from-file">
|
1936
|
+
<ANCHOR id="g-tls-certificate-get-issuer" href="gio/GTlsCertificate.html#g-tls-certificate-get-issuer">
|
1937
|
+
<ANCHOR id="g-tls-certificate-verify" href="gio/GTlsCertificate.html#g-tls-certificate-verify">
|
1938
|
+
<ANCHOR id="GTlsCertificate.property-details" href="gio/GTlsCertificate.html#GTlsCertificate.property-details">
|
1939
|
+
<ANCHOR id="GTlsCertificate--certificate" href="gio/GTlsCertificate.html#GTlsCertificate--certificate">
|
1940
|
+
<ANCHOR id="GTlsCertificate--certificate-pem" href="gio/GTlsCertificate.html#GTlsCertificate--certificate-pem">
|
1941
|
+
<ANCHOR id="GTlsCertificate--issuer" href="gio/GTlsCertificate.html#GTlsCertificate--issuer">
|
1942
|
+
<ANCHOR id="GTlsCertificate--private-key" href="gio/GTlsCertificate.html#GTlsCertificate--private-key">
|
1943
|
+
<ANCHOR id="GTlsCertificate--private-key-pem" href="gio/GTlsCertificate.html#GTlsCertificate--private-key-pem">
|
1944
|
+
<ANCHOR id="GTlsCertificate.see-also" href="gio/GTlsCertificate.html#GTlsCertificate.see-also">
|
1945
|
+
<ANCHOR id="GTlsConnection" href="gio/GTlsConnection.html">
|
1946
|
+
<ANCHOR id="GTlsConnection.synopsis" href="gio/GTlsConnection.html#GTlsConnection.synopsis">
|
1947
|
+
<ANCHOR id="GTlsRehandshakeMode" href="gio/GTlsConnection.html#GTlsRehandshakeMode">
|
1948
|
+
<ANCHOR id="GTlsConnection.object-hierarchy" href="gio/GTlsConnection.html#GTlsConnection.object-hierarchy">
|
1949
|
+
<ANCHOR id="GTlsConnection.derived-interfaces" href="gio/GTlsConnection.html#GTlsConnection.derived-interfaces">
|
1950
|
+
<ANCHOR id="GTlsConnection.properties" href="gio/GTlsConnection.html#GTlsConnection.properties">
|
1951
|
+
<ANCHOR id="GTlsConnection.signals" href="gio/GTlsConnection.html#GTlsConnection.signals">
|
1952
|
+
<ANCHOR id="GTlsConnection.description" href="gio/GTlsConnection.html#GTlsConnection.description">
|
1953
|
+
<ANCHOR id="GTlsConnection.details" href="gio/GTlsConnection.html#GTlsConnection.details">
|
1954
|
+
<ANCHOR id="GTlsConnection-struct" href="gio/GTlsConnection.html#GTlsConnection-struct">
|
1955
|
+
<ANCHOR id="g-tls-connection-set-certificate" href="gio/GTlsConnection.html#g-tls-connection-set-certificate">
|
1956
|
+
<ANCHOR id="g-tls-connection-get-certificate" href="gio/GTlsConnection.html#g-tls-connection-get-certificate">
|
1957
|
+
<ANCHOR id="g-tls-connection-get-peer-certificate" href="gio/GTlsConnection.html#g-tls-connection-get-peer-certificate">
|
1958
|
+
<ANCHOR id="g-tls-connection-get-peer-certificate-errors" href="gio/GTlsConnection.html#g-tls-connection-get-peer-certificate-errors">
|
1959
|
+
<ANCHOR id="g-tls-connection-set-require-close-notify" href="gio/GTlsConnection.html#g-tls-connection-set-require-close-notify">
|
1960
|
+
<ANCHOR id="g-tls-connection-get-require-close-notify" href="gio/GTlsConnection.html#g-tls-connection-get-require-close-notify">
|
1961
|
+
<ANCHOR id="GTlsRehandshakeMode" href="gio/GTlsConnection.html#GTlsRehandshakeMode">
|
1962
|
+
<ANCHOR id="G-TLS-REHANDSHAKE-NEVER:CAPS" href="gio/GTlsConnection.html#G-TLS-REHANDSHAKE-NEVER:CAPS">
|
1963
|
+
<ANCHOR id="G-TLS-REHANDSHAKE-SAFELY:CAPS" href="gio/GTlsConnection.html#G-TLS-REHANDSHAKE-SAFELY:CAPS">
|
1964
|
+
<ANCHOR id="G-TLS-REHANDSHAKE-UNSAFELY:CAPS" href="gio/GTlsConnection.html#G-TLS-REHANDSHAKE-UNSAFELY:CAPS">
|
1965
|
+
<ANCHOR id="g-tls-connection-set-rehandshake-mode" href="gio/GTlsConnection.html#g-tls-connection-set-rehandshake-mode">
|
1966
|
+
<ANCHOR id="g-tls-connection-get-rehandshake-mode" href="gio/GTlsConnection.html#g-tls-connection-get-rehandshake-mode">
|
1967
|
+
<ANCHOR id="g-tls-connection-set-use-system-certdb" href="gio/GTlsConnection.html#g-tls-connection-set-use-system-certdb">
|
1968
|
+
<ANCHOR id="g-tls-connection-get-use-system-certdb" href="gio/GTlsConnection.html#g-tls-connection-get-use-system-certdb">
|
1969
|
+
<ANCHOR id="g-tls-connection-handshake" href="gio/GTlsConnection.html#g-tls-connection-handshake">
|
1970
|
+
<ANCHOR id="g-tls-connection-handshake-async" href="gio/GTlsConnection.html#g-tls-connection-handshake-async">
|
1971
|
+
<ANCHOR id="g-tls-connection-handshake-finish" href="gio/GTlsConnection.html#g-tls-connection-handshake-finish">
|
1972
|
+
<ANCHOR id="g-tls-connection-emit-accept-certificate" href="gio/GTlsConnection.html#g-tls-connection-emit-accept-certificate">
|
1973
|
+
<ANCHOR id="GTlsConnection.property-details" href="gio/GTlsConnection.html#GTlsConnection.property-details">
|
1974
|
+
<ANCHOR id="GTlsConnection--base-io-stream" href="gio/GTlsConnection.html#GTlsConnection--base-io-stream">
|
1975
|
+
<ANCHOR id="GTlsConnection--certificate" href="gio/GTlsConnection.html#GTlsConnection--certificate">
|
1976
|
+
<ANCHOR id="GTlsConnection--peer-certificate" href="gio/GTlsConnection.html#GTlsConnection--peer-certificate">
|
1977
|
+
<ANCHOR id="GTlsConnection--peer-certificate-errors" href="gio/GTlsConnection.html#GTlsConnection--peer-certificate-errors">
|
1978
|
+
<ANCHOR id="GTlsConnection--rehandshake-mode" href="gio/GTlsConnection.html#GTlsConnection--rehandshake-mode">
|
1979
|
+
<ANCHOR id="GTlsConnection--require-close-notify" href="gio/GTlsConnection.html#GTlsConnection--require-close-notify">
|
1980
|
+
<ANCHOR id="GTlsConnection--use-system-certdb" href="gio/GTlsConnection.html#GTlsConnection--use-system-certdb">
|
1981
|
+
<ANCHOR id="GTlsConnection.signal-details" href="gio/GTlsConnection.html#GTlsConnection.signal-details">
|
1982
|
+
<ANCHOR id="GTlsConnection-accept-certificate" href="gio/GTlsConnection.html#GTlsConnection-accept-certificate">
|
1983
|
+
<ANCHOR id="GTlsClientConnection" href="gio/GTlsClientConnection.html">
|
1984
|
+
<ANCHOR id="GTlsClientConnection.synopsis" href="gio/GTlsClientConnection.html#GTlsClientConnection.synopsis">
|
1985
|
+
<ANCHOR id="GTlsClientConnection.object-hierarchy" href="gio/GTlsClientConnection.html#GTlsClientConnection.object-hierarchy">
|
1986
|
+
<ANCHOR id="GTlsClientConnection.prerequisites" href="gio/GTlsClientConnection.html#GTlsClientConnection.prerequisites">
|
1987
|
+
<ANCHOR id="GTlsClientConnection.properties" href="gio/GTlsClientConnection.html#GTlsClientConnection.properties">
|
1988
|
+
<ANCHOR id="GTlsClientConnection.description" href="gio/GTlsClientConnection.html#GTlsClientConnection.description">
|
1989
|
+
<ANCHOR id="GTlsClientConnection.details" href="gio/GTlsClientConnection.html#GTlsClientConnection.details">
|
1990
|
+
<ANCHOR id="GTlsClientConnection-struct" href="gio/GTlsClientConnection.html#GTlsClientConnection-struct">
|
1991
|
+
<ANCHOR id="GTlsClientConnectionInterface" href="gio/GTlsClientConnection.html#GTlsClientConnectionInterface">
|
1992
|
+
<ANCHOR id="g-tls-client-connection-new" href="gio/GTlsClientConnection.html#g-tls-client-connection-new">
|
1993
|
+
<ANCHOR id="g-tls-client-connection-set-server-identity" href="gio/GTlsClientConnection.html#g-tls-client-connection-set-server-identity">
|
1994
|
+
<ANCHOR id="g-tls-client-connection-get-server-identity" href="gio/GTlsClientConnection.html#g-tls-client-connection-get-server-identity">
|
1995
|
+
<ANCHOR id="g-tls-client-connection-set-validation-flags" href="gio/GTlsClientConnection.html#g-tls-client-connection-set-validation-flags">
|
1996
|
+
<ANCHOR id="g-tls-client-connection-get-validation-flags" href="gio/GTlsClientConnection.html#g-tls-client-connection-get-validation-flags">
|
1997
|
+
<ANCHOR id="g-tls-client-connection-set-use-ssl3" href="gio/GTlsClientConnection.html#g-tls-client-connection-set-use-ssl3">
|
1998
|
+
<ANCHOR id="g-tls-client-connection-get-use-ssl3" href="gio/GTlsClientConnection.html#g-tls-client-connection-get-use-ssl3">
|
1999
|
+
<ANCHOR id="g-tls-client-connection-get-accepted-cas" href="gio/GTlsClientConnection.html#g-tls-client-connection-get-accepted-cas">
|
2000
|
+
<ANCHOR id="GTlsClientConnection.property-details" href="gio/GTlsClientConnection.html#GTlsClientConnection.property-details">
|
2001
|
+
<ANCHOR id="GTlsClientConnection--accepted-cas" href="gio/GTlsClientConnection.html#GTlsClientConnection--accepted-cas">
|
2002
|
+
<ANCHOR id="GTlsClientConnection--server-identity" href="gio/GTlsClientConnection.html#GTlsClientConnection--server-identity">
|
2003
|
+
<ANCHOR id="GTlsClientConnection--use-ssl3" href="gio/GTlsClientConnection.html#GTlsClientConnection--use-ssl3">
|
2004
|
+
<ANCHOR id="GTlsClientConnection--validation-flags" href="gio/GTlsClientConnection.html#GTlsClientConnection--validation-flags">
|
2005
|
+
<ANCHOR id="GTlsServerConnection" href="gio/GTlsServerConnection.html">
|
2006
|
+
<ANCHOR id="GTlsServerConnection.synopsis" href="gio/GTlsServerConnection.html#GTlsServerConnection.synopsis">
|
2007
|
+
<ANCHOR id="GTlsServerConnection.object-hierarchy" href="gio/GTlsServerConnection.html#GTlsServerConnection.object-hierarchy">
|
2008
|
+
<ANCHOR id="GTlsServerConnection.prerequisites" href="gio/GTlsServerConnection.html#GTlsServerConnection.prerequisites">
|
2009
|
+
<ANCHOR id="GTlsServerConnection.properties" href="gio/GTlsServerConnection.html#GTlsServerConnection.properties">
|
2010
|
+
<ANCHOR id="GTlsServerConnection.description" href="gio/GTlsServerConnection.html#GTlsServerConnection.description">
|
2011
|
+
<ANCHOR id="GTlsServerConnection.details" href="gio/GTlsServerConnection.html#GTlsServerConnection.details">
|
2012
|
+
<ANCHOR id="GTlsServerConnection-struct" href="gio/GTlsServerConnection.html#GTlsServerConnection-struct">
|
2013
|
+
<ANCHOR id="GTlsServerConnectionInterface" href="gio/GTlsServerConnection.html#GTlsServerConnectionInterface">
|
2014
|
+
<ANCHOR id="g-tls-server-connection-new" href="gio/GTlsServerConnection.html#g-tls-server-connection-new">
|
2015
|
+
<ANCHOR id="GTlsServerConnection.property-details" href="gio/GTlsServerConnection.html#GTlsServerConnection.property-details">
|
2016
|
+
<ANCHOR id="GTlsServerConnection--authentication-mode" href="gio/GTlsServerConnection.html#GTlsServerConnection--authentication-mode">
|
2017
|
+
<ANCHOR id="GTlsBackend" href="gio/GTlsBackend.html">
|
2018
|
+
<ANCHOR id="GTlsBackend.synopsis" href="gio/GTlsBackend.html#GTlsBackend.synopsis">
|
2019
|
+
<ANCHOR id="GTlsBackend.object-hierarchy" href="gio/GTlsBackend.html#GTlsBackend.object-hierarchy">
|
2020
|
+
<ANCHOR id="GTlsBackend.prerequisites" href="gio/GTlsBackend.html#GTlsBackend.prerequisites">
|
2021
|
+
<ANCHOR id="GTlsBackend.description" href="gio/GTlsBackend.html#GTlsBackend.description">
|
2022
|
+
<ANCHOR id="GTlsBackend.details" href="gio/GTlsBackend.html#GTlsBackend.details">
|
2023
|
+
<ANCHOR id="G-TLS-BACKEND-EXTENSION-POINT-NAME:CAPS" href="gio/GTlsBackend.html#G-TLS-BACKEND-EXTENSION-POINT-NAME:CAPS">
|
2024
|
+
<ANCHOR id="GTlsBackend-struct" href="gio/GTlsBackend.html#GTlsBackend-struct">
|
2025
|
+
<ANCHOR id="GTlsBackendInterface" href="gio/GTlsBackend.html#GTlsBackendInterface">
|
2026
|
+
<ANCHOR id="g-tls-backend-get-default" href="gio/GTlsBackend.html#g-tls-backend-get-default">
|
2027
|
+
<ANCHOR id="g-tls-backend-supports-tls" href="gio/GTlsBackend.html#g-tls-backend-supports-tls">
|
2028
|
+
<ANCHOR id="g-tls-backend-get-certificate-type" href="gio/GTlsBackend.html#g-tls-backend-get-certificate-type">
|
2029
|
+
<ANCHOR id="g-tls-backend-get-client-connection-type" href="gio/GTlsBackend.html#g-tls-backend-get-client-connection-type">
|
2030
|
+
<ANCHOR id="g-tls-backend-get-server-connection-type" href="gio/GTlsBackend.html#g-tls-backend-get-server-connection-type">
|
1783
2031
|
<ANCHOR id="GResolver" href="gio/GResolver.html">
|
1784
2032
|
<ANCHOR id="GResolver.synopsis" href="gio/GResolver.html#GResolver.synopsis">
|
2033
|
+
<ANCHOR id="GResolverError" href="gio/GResolver.html#GResolverError">
|
1785
2034
|
<ANCHOR id="GResolver.object-hierarchy" href="gio/GResolver.html#GResolver.object-hierarchy">
|
1786
2035
|
<ANCHOR id="GResolver.signals" href="gio/GResolver.html#GResolver.signals">
|
1787
2036
|
<ANCHOR id="GResolver.description" href="gio/GResolver.html#GResolver.description">
|
@@ -1814,6 +2063,7 @@
|
|
1814
2063
|
<ANCHOR id="GProxyResolver.description" href="gio/GProxyResolver.html#GProxyResolver.description">
|
1815
2064
|
<ANCHOR id="GProxyResolver.details" href="gio/GProxyResolver.html#GProxyResolver.details">
|
1816
2065
|
<ANCHOR id="GProxyResolver-struct" href="gio/GProxyResolver.html#GProxyResolver-struct">
|
2066
|
+
<ANCHOR id="GProxyResolverInterface" href="gio/GProxyResolver.html#GProxyResolverInterface">
|
1817
2067
|
<ANCHOR id="G-PROXY-RESOLVER-EXTENSION-POINT-NAME:CAPS" href="gio/GProxyResolver.html#G-PROXY-RESOLVER-EXTENSION-POINT-NAME:CAPS">
|
1818
2068
|
<ANCHOR id="g-proxy-resolver-get-default" href="gio/GProxyResolver.html#g-proxy-resolver-get-default">
|
1819
2069
|
<ANCHOR id="g-proxy-resolver-is-supported" href="gio/GProxyResolver.html#g-proxy-resolver-is-supported">
|
@@ -1879,19 +2129,20 @@
|
|
1879
2129
|
<ANCHOR id="GNetworkService--protocol" href="gio/GNetworkService.html#GNetworkService--protocol">
|
1880
2130
|
<ANCHOR id="GNetworkService--scheme" href="gio/GNetworkService.html#GNetworkService--scheme">
|
1881
2131
|
<ANCHOR id="GNetworkService--service" href="gio/GNetworkService.html#GNetworkService--service">
|
1882
|
-
<ANCHOR id="
|
1883
|
-
<ANCHOR id="
|
1884
|
-
<ANCHOR id="
|
1885
|
-
<ANCHOR id="
|
1886
|
-
<ANCHOR id="GSrvTarget" href="gio/
|
1887
|
-
<ANCHOR id="
|
1888
|
-
<ANCHOR id="g-srv-target-
|
1889
|
-
<ANCHOR id="g-srv-target-
|
1890
|
-
<ANCHOR id="g-srv-target-
|
1891
|
-
<ANCHOR id="g-srv-target-get-
|
1892
|
-
<ANCHOR id="g-srv-target-get-
|
1893
|
-
<ANCHOR id="g-srv-target-get-
|
1894
|
-
<ANCHOR id="g-srv-target-
|
2132
|
+
<ANCHOR id="GSrvTarget" href="gio/GSrvTarget.html">
|
2133
|
+
<ANCHOR id="GSrvTarget.synopsis" href="gio/GSrvTarget.html#GSrvTarget.synopsis">
|
2134
|
+
<ANCHOR id="GSrvTarget.object-hierarchy" href="gio/GSrvTarget.html#GSrvTarget.object-hierarchy">
|
2135
|
+
<ANCHOR id="GSrvTarget.description" href="gio/GSrvTarget.html#GSrvTarget.description">
|
2136
|
+
<ANCHOR id="GSrvTarget.details" href="gio/GSrvTarget.html#GSrvTarget.details">
|
2137
|
+
<ANCHOR id="GSrvTarget-struct" href="gio/GSrvTarget.html#GSrvTarget-struct">
|
2138
|
+
<ANCHOR id="g-srv-target-new" href="gio/GSrvTarget.html#g-srv-target-new">
|
2139
|
+
<ANCHOR id="g-srv-target-copy" href="gio/GSrvTarget.html#g-srv-target-copy">
|
2140
|
+
<ANCHOR id="g-srv-target-free" href="gio/GSrvTarget.html#g-srv-target-free">
|
2141
|
+
<ANCHOR id="g-srv-target-get-hostname" href="gio/GSrvTarget.html#g-srv-target-get-hostname">
|
2142
|
+
<ANCHOR id="g-srv-target-get-port" href="gio/GSrvTarget.html#g-srv-target-get-port">
|
2143
|
+
<ANCHOR id="g-srv-target-get-priority" href="gio/GSrvTarget.html#g-srv-target-get-priority">
|
2144
|
+
<ANCHOR id="g-srv-target-get-weight" href="gio/GSrvTarget.html#g-srv-target-get-weight">
|
2145
|
+
<ANCHOR id="g-srv-target-list-sort" href="gio/GSrvTarget.html#g-srv-target-list-sort">
|
1895
2146
|
<ANCHOR id="gio-D-Bus-Utilities" href="gio/gio-D-Bus-Utilities.html">
|
1896
2147
|
<ANCHOR id="gio-D-Bus-Utilities.synopsis" href="gio/gio-D-Bus-Utilities.html#gio-D-Bus-Utilities.synopsis">
|
1897
2148
|
<ANCHOR id="gio-D-Bus-Utilities.description" href="gio/gio-D-Bus-Utilities.html#gio-D-Bus-Utilities.description">
|
@@ -1914,6 +2165,8 @@
|
|
1914
2165
|
<ANCHOR id="g-dbus-address-get-for-bus-sync" href="gio/gio-D-Bus-Addresses.html#g-dbus-address-get-for-bus-sync">
|
1915
2166
|
<ANCHOR id="gio-D-Bus-Introspection-Data" href="gio/gio-D-Bus-Introspection-Data.html">
|
1916
2167
|
<ANCHOR id="gio-D-Bus-Introspection-Data.synopsis" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.synopsis">
|
2168
|
+
<ANCHOR id="GDBusInterfaceInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo">
|
2169
|
+
<ANCHOR id="gio-D-Bus-Introspection-Data.object-hierarchy" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.object-hierarchy">
|
1917
2170
|
<ANCHOR id="gio-D-Bus-Introspection-Data.description" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.description">
|
1918
2171
|
<ANCHOR id="gio-D-Bus-Introspection-Data.details" href="gio/gio-D-Bus-Introspection-Data.html#gio-D-Bus-Introspection-Data.details">
|
1919
2172
|
<ANCHOR id="GDBusAnnotationInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo">
|
@@ -1925,7 +2178,7 @@
|
|
1925
2178
|
<ANCHOR id="G-DBUS-PROPERTY-INFO-FLAGS-READABLE:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-DBUS-PROPERTY-INFO-FLAGS-READABLE:CAPS">
|
1926
2179
|
<ANCHOR id="G-DBUS-PROPERTY-INFO-FLAGS-WRITABLE:CAPS" href="gio/gio-D-Bus-Introspection-Data.html#G-DBUS-PROPERTY-INFO-FLAGS-WRITABLE:CAPS">
|
1927
2180
|
<ANCHOR id="GDBusPropertyInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo">
|
1928
|
-
<ANCHOR id="GDBusInterfaceInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo">
|
2181
|
+
<ANCHOR id="GDBusInterfaceInfo-struct" href="gio/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct">
|
1929
2182
|
<ANCHOR id="GDBusNodeInfo" href="gio/gio-D-Bus-Introspection-Data.html#GDBusNodeInfo">
|
1930
2183
|
<ANCHOR id="g-dbus-annotation-info-lookup" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-lookup">
|
1931
2184
|
<ANCHOR id="g-dbus-interface-info-lookup-method" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-method">
|
@@ -1956,64 +2209,65 @@
|
|
1956
2209
|
<ANCHOR id="g-dbus-property-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-property-info-unref">
|
1957
2210
|
<ANCHOR id="g-dbus-arg-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-unref">
|
1958
2211
|
<ANCHOR id="g-dbus-annotation-info-unref" href="gio/gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-unref">
|
1959
|
-
<ANCHOR id="
|
1960
|
-
<ANCHOR id="
|
1961
|
-
<ANCHOR id="
|
1962
|
-
<ANCHOR id="
|
1963
|
-
<ANCHOR id="GDBusError" href="gio/
|
1964
|
-
<ANCHOR id="
|
1965
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1966
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1967
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1968
|
-
<ANCHOR id="G-DBUS-ERROR-NO-
|
1969
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1970
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1971
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1972
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1973
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1974
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1975
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1976
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1977
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1978
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1979
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1980
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1981
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1982
|
-
<ANCHOR id="G-DBUS-ERROR-FILE-
|
1983
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1984
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1985
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1986
|
-
<ANCHOR id="G-DBUS-ERROR-MATCH-RULE-
|
1987
|
-
<ANCHOR id="G-DBUS-ERROR-
|
1988
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
1989
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
1990
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-CHILD-
|
1991
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
1992
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
1993
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
1994
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
1995
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-SERVICE-
|
1996
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
1997
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
1998
|
-
<ANCHOR id="G-DBUS-ERROR-SPAWN-
|
1999
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2000
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2001
|
-
<ANCHOR id="G-DBUS-ERROR-INVALID-
|
2002
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2003
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2004
|
-
<ANCHOR id="G-DBUS-ERROR-
|
2005
|
-
<ANCHOR id="G-DBUS-ERROR:CAPS" href="gio/
|
2006
|
-
<ANCHOR id="
|
2007
|
-
<ANCHOR id="g-dbus-error-
|
2008
|
-
<ANCHOR id="g-dbus-error-
|
2009
|
-
<ANCHOR id="
|
2010
|
-
<ANCHOR id="
|
2011
|
-
<ANCHOR id="g-dbus-error-register-error" href="gio/
|
2012
|
-
<ANCHOR id="g-dbus-error-
|
2013
|
-
<ANCHOR id="g-dbus-error-
|
2014
|
-
<ANCHOR id="g-dbus-error-
|
2015
|
-
<ANCHOR id="g-dbus-error-set-dbus-error
|
2016
|
-
<ANCHOR id="g-dbus-error-
|
2212
|
+
<ANCHOR id="GDBusError" href="gio/GDBusError.html">
|
2213
|
+
<ANCHOR id="GDBusError.synopsis" href="gio/GDBusError.html#GDBusError.synopsis">
|
2214
|
+
<ANCHOR id="GDBusError.object-hierarchy" href="gio/GDBusError.html#GDBusError.object-hierarchy">
|
2215
|
+
<ANCHOR id="GDBusError.description" href="gio/GDBusError.html#GDBusError.description">
|
2216
|
+
<ANCHOR id="GDBusError.details" href="gio/GDBusError.html#GDBusError.details">
|
2217
|
+
<ANCHOR id="GDBusError" href="gio/GDBusError.html#GDBusError">
|
2218
|
+
<ANCHOR id="G-DBUS-ERROR-FAILED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-FAILED:CAPS">
|
2219
|
+
<ANCHOR id="G-DBUS-ERROR-NO-MEMORY:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-NO-MEMORY:CAPS">
|
2220
|
+
<ANCHOR id="G-DBUS-ERROR-SERVICE-UNKNOWN:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SERVICE-UNKNOWN:CAPS">
|
2221
|
+
<ANCHOR id="G-DBUS-ERROR-NAME-HAS-NO-OWNER:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-NAME-HAS-NO-OWNER:CAPS">
|
2222
|
+
<ANCHOR id="G-DBUS-ERROR-NO-REPLY:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-NO-REPLY:CAPS">
|
2223
|
+
<ANCHOR id="G-DBUS-ERROR-IO-ERROR:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-IO-ERROR:CAPS">
|
2224
|
+
<ANCHOR id="G-DBUS-ERROR-BAD-ADDRESS:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-BAD-ADDRESS:CAPS">
|
2225
|
+
<ANCHOR id="G-DBUS-ERROR-NOT-SUPPORTED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-NOT-SUPPORTED:CAPS">
|
2226
|
+
<ANCHOR id="G-DBUS-ERROR-LIMITS-EXCEEDED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-LIMITS-EXCEEDED:CAPS">
|
2227
|
+
<ANCHOR id="G-DBUS-ERROR-ACCESS-DENIED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-ACCESS-DENIED:CAPS">
|
2228
|
+
<ANCHOR id="G-DBUS-ERROR-AUTH-FAILED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-AUTH-FAILED:CAPS">
|
2229
|
+
<ANCHOR id="G-DBUS-ERROR-NO-SERVER:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-NO-SERVER:CAPS">
|
2230
|
+
<ANCHOR id="G-DBUS-ERROR-TIMEOUT:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-TIMEOUT:CAPS">
|
2231
|
+
<ANCHOR id="G-DBUS-ERROR-NO-NETWORK:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-NO-NETWORK:CAPS">
|
2232
|
+
<ANCHOR id="G-DBUS-ERROR-ADDRESS-IN-USE:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-ADDRESS-IN-USE:CAPS">
|
2233
|
+
<ANCHOR id="G-DBUS-ERROR-DISCONNECTED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-DISCONNECTED:CAPS">
|
2234
|
+
<ANCHOR id="G-DBUS-ERROR-INVALID-ARGS:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-INVALID-ARGS:CAPS">
|
2235
|
+
<ANCHOR id="G-DBUS-ERROR-FILE-NOT-FOUND:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-FILE-NOT-FOUND:CAPS">
|
2236
|
+
<ANCHOR id="G-DBUS-ERROR-FILE-EXISTS:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-FILE-EXISTS:CAPS">
|
2237
|
+
<ANCHOR id="G-DBUS-ERROR-UNKNOWN-METHOD:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS">
|
2238
|
+
<ANCHOR id="G-DBUS-ERROR-TIMED-OUT:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-TIMED-OUT:CAPS">
|
2239
|
+
<ANCHOR id="G-DBUS-ERROR-MATCH-RULE-NOT-FOUND:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-MATCH-RULE-NOT-FOUND:CAPS">
|
2240
|
+
<ANCHOR id="G-DBUS-ERROR-MATCH-RULE-INVALID:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-MATCH-RULE-INVALID:CAPS">
|
2241
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-EXEC-FAILED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-EXEC-FAILED:CAPS">
|
2242
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-FORK-FAILED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-FORK-FAILED:CAPS">
|
2243
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-CHILD-EXITED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-CHILD-EXITED:CAPS">
|
2244
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-CHILD-SIGNALED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-CHILD-SIGNALED:CAPS">
|
2245
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-FAILED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-FAILED:CAPS">
|
2246
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-SETUP-FAILED:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-SETUP-FAILED:CAPS">
|
2247
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-CONFIG-INVALID:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-CONFIG-INVALID:CAPS">
|
2248
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-SERVICE-INVALID:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-SERVICE-INVALID:CAPS">
|
2249
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-SERVICE-NOT-FOUND:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-SERVICE-NOT-FOUND:CAPS">
|
2250
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-PERMISSIONS-INVALID:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-PERMISSIONS-INVALID:CAPS">
|
2251
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-FILE-INVALID:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-FILE-INVALID:CAPS">
|
2252
|
+
<ANCHOR id="G-DBUS-ERROR-SPAWN-NO-MEMORY:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SPAWN-NO-MEMORY:CAPS">
|
2253
|
+
<ANCHOR id="G-DBUS-ERROR-UNIX-PROCESS-ID-UNKNOWN:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-UNIX-PROCESS-ID-UNKNOWN:CAPS">
|
2254
|
+
<ANCHOR id="G-DBUS-ERROR-INVALID-SIGNATURE:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-INVALID-SIGNATURE:CAPS">
|
2255
|
+
<ANCHOR id="G-DBUS-ERROR-INVALID-FILE-CONTENT:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-INVALID-FILE-CONTENT:CAPS">
|
2256
|
+
<ANCHOR id="G-DBUS-ERROR-SELINUX-SECURITY-CONTEXT-UNKNOWN:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-SELINUX-SECURITY-CONTEXT-UNKNOWN:CAPS">
|
2257
|
+
<ANCHOR id="G-DBUS-ERROR-ADT-AUDIT-DATA-UNKNOWN:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-ADT-AUDIT-DATA-UNKNOWN:CAPS">
|
2258
|
+
<ANCHOR id="G-DBUS-ERROR-OBJECT-PATH-IN-USE:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR-OBJECT-PATH-IN-USE:CAPS">
|
2259
|
+
<ANCHOR id="G-DBUS-ERROR:CAPS" href="gio/GDBusError.html#G-DBUS-ERROR:CAPS">
|
2260
|
+
<ANCHOR id="g-dbus-error-is-remote-error" href="gio/GDBusError.html#g-dbus-error-is-remote-error">
|
2261
|
+
<ANCHOR id="g-dbus-error-get-remote-error" href="gio/GDBusError.html#g-dbus-error-get-remote-error">
|
2262
|
+
<ANCHOR id="g-dbus-error-strip-remote-error" href="gio/GDBusError.html#g-dbus-error-strip-remote-error">
|
2263
|
+
<ANCHOR id="GDBusErrorEntry" href="gio/GDBusError.html#GDBusErrorEntry">
|
2264
|
+
<ANCHOR id="g-dbus-error-register-error-domain" href="gio/GDBusError.html#g-dbus-error-register-error-domain">
|
2265
|
+
<ANCHOR id="g-dbus-error-register-error" href="gio/GDBusError.html#g-dbus-error-register-error">
|
2266
|
+
<ANCHOR id="g-dbus-error-unregister-error" href="gio/GDBusError.html#g-dbus-error-unregister-error">
|
2267
|
+
<ANCHOR id="g-dbus-error-new-for-dbus-error" href="gio/GDBusError.html#g-dbus-error-new-for-dbus-error">
|
2268
|
+
<ANCHOR id="g-dbus-error-set-dbus-error" href="gio/GDBusError.html#g-dbus-error-set-dbus-error">
|
2269
|
+
<ANCHOR id="g-dbus-error-set-dbus-error-valist" href="gio/GDBusError.html#g-dbus-error-set-dbus-error-valist">
|
2270
|
+
<ANCHOR id="g-dbus-error-encode-gerror" href="gio/GDBusError.html#g-dbus-error-encode-gerror">
|
2017
2271
|
<ANCHOR id="GDBusMessage" href="gio/GDBusMessage.html">
|
2018
2272
|
<ANCHOR id="GDBusMessage.synopsis" href="gio/GDBusMessage.html#GDBusMessage.synopsis">
|
2019
2273
|
<ANCHOR id="GDBusMessage.object-hierarchy" href="gio/GDBusMessage.html#GDBusMessage.object-hierarchy">
|
@@ -2098,6 +2352,9 @@
|
|
2098
2352
|
<ANCHOR id="GDBusMessage--locked" href="gio/GDBusMessage.html#GDBusMessage--locked">
|
2099
2353
|
<ANCHOR id="GDBusConnection" href="gio/GDBusConnection.html">
|
2100
2354
|
<ANCHOR id="GDBusConnection.synopsis" href="gio/GDBusConnection.html#GDBusConnection.synopsis">
|
2355
|
+
<ANCHOR id="GBusType" href="gio/GDBusConnection.html#GBusType">
|
2356
|
+
<ANCHOR id="GDBusConnectionFlags" href="gio/GDBusConnection.html#GDBusConnectionFlags">
|
2357
|
+
<ANCHOR id="GDBusCapabilityFlags" href="gio/GDBusConnection.html#GDBusCapabilityFlags">
|
2101
2358
|
<ANCHOR id="GDBusConnection.object-hierarchy" href="gio/GDBusConnection.html#GDBusConnection.object-hierarchy">
|
2102
2359
|
<ANCHOR id="GDBusConnection.implemented-interfaces" href="gio/GDBusConnection.html#GDBusConnection.implemented-interfaces">
|
2103
2360
|
<ANCHOR id="GDBusConnection.properties" href="gio/GDBusConnection.html#GDBusConnection.properties">
|
@@ -2153,6 +2410,7 @@
|
|
2153
2410
|
<ANCHOR id="g-dbus-connection-emit-signal" href="gio/GDBusConnection.html#g-dbus-connection-emit-signal">
|
2154
2411
|
<ANCHOR id="GDBusSignalFlags" href="gio/GDBusConnection.html#GDBusSignalFlags">
|
2155
2412
|
<ANCHOR id="G-DBUS-SIGNAL-FLAGS-NONE:CAPS" href="gio/GDBusConnection.html#G-DBUS-SIGNAL-FLAGS-NONE:CAPS">
|
2413
|
+
<ANCHOR id="G-DBUS-SIGNAL-FLAGS-NO-MATCH-RULE:CAPS" href="gio/GDBusConnection.html#G-DBUS-SIGNAL-FLAGS-NO-MATCH-RULE:CAPS">
|
2156
2414
|
<ANCHOR id="GDBusSignalCallback" href="gio/GDBusConnection.html#GDBusSignalCallback">
|
2157
2415
|
<ANCHOR id="g-dbus-connection-signal-subscribe" href="gio/GDBusConnection.html#g-dbus-connection-signal-subscribe">
|
2158
2416
|
<ANCHOR id="g-dbus-connection-signal-unsubscribe" href="gio/GDBusConnection.html#g-dbus-connection-signal-unsubscribe">
|
@@ -2216,6 +2474,7 @@
|
|
2216
2474
|
<ANCHOR id="g-dbus-method-invocation-return-dbus-error" href="gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-dbus-error">
|
2217
2475
|
<ANCHOR id="GDBusServer" href="gio/GDBusServer.html">
|
2218
2476
|
<ANCHOR id="GDBusServer.synopsis" href="gio/GDBusServer.html#GDBusServer.synopsis">
|
2477
|
+
<ANCHOR id="GDBusServerFlags" href="gio/GDBusServer.html#GDBusServerFlags">
|
2219
2478
|
<ANCHOR id="GDBusServer.object-hierarchy" href="gio/GDBusServer.html#GDBusServer.object-hierarchy">
|
2220
2479
|
<ANCHOR id="GDBusServer.implemented-interfaces" href="gio/GDBusServer.html#GDBusServer.implemented-interfaces">
|
2221
2480
|
<ANCHOR id="GDBusServer.properties" href="gio/GDBusServer.html#GDBusServer.properties">
|
@@ -2256,6 +2515,8 @@
|
|
2256
2515
|
<ANCHOR id="GDBusAuthObserver-authorize-authenticated-peer" href="gio/GDBusAuthObserver.html#GDBusAuthObserver-authorize-authenticated-peer">
|
2257
2516
|
<ANCHOR id="gio-Owning-Bus-Names" href="gio/gio-Owning-Bus-Names.html">
|
2258
2517
|
<ANCHOR id="gio-Owning-Bus-Names.synopsis" href="gio/gio-Owning-Bus-Names.html#gio-Owning-Bus-Names.synopsis">
|
2518
|
+
<ANCHOR id="GBusNameOwnerFlags" href="gio/gio-Owning-Bus-Names.html#GBusNameOwnerFlags">
|
2519
|
+
<ANCHOR id="gio-Owning-Bus-Names.object-hierarchy" href="gio/gio-Owning-Bus-Names.html#gio-Owning-Bus-Names.object-hierarchy">
|
2259
2520
|
<ANCHOR id="gio-Owning-Bus-Names.description" href="gio/gio-Owning-Bus-Names.html#gio-Owning-Bus-Names.description">
|
2260
2521
|
<ANCHOR id="gio-Owning-Bus-Names.details" href="gio/gio-Owning-Bus-Names.html#gio-Owning-Bus-Names.details">
|
2261
2522
|
<ANCHOR id="GBusAcquiredCallback" href="gio/gio-Owning-Bus-Names.html#GBusAcquiredCallback">
|
@@ -2286,6 +2547,7 @@
|
|
2286
2547
|
<ANCHOR id="g-bus-watch-name-on-connection-with-closures" href="gio/gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection-with-closures">
|
2287
2548
|
<ANCHOR id="GDBusProxy" href="gio/GDBusProxy.html">
|
2288
2549
|
<ANCHOR id="GDBusProxy.synopsis" href="gio/GDBusProxy.html#GDBusProxy.synopsis">
|
2550
|
+
<ANCHOR id="GDBusProxyFlags" href="gio/GDBusProxy.html#GDBusProxyFlags">
|
2289
2551
|
<ANCHOR id="GDBusProxy.object-hierarchy" href="gio/GDBusProxy.html#GDBusProxy.object-hierarchy">
|
2290
2552
|
<ANCHOR id="GDBusProxy.implemented-interfaces" href="gio/GDBusProxy.html#GDBusProxy.implemented-interfaces">
|
2291
2553
|
<ANCHOR id="GDBusProxy.properties" href="gio/GDBusProxy.html#GDBusProxy.properties">
|
@@ -2334,19 +2596,6 @@
|
|
2334
2596
|
<ANCHOR id="GDBusProxy.signal-details" href="gio/GDBusProxy.html#GDBusProxy.signal-details">
|
2335
2597
|
<ANCHOR id="GDBusProxy-g-properties-changed" href="gio/GDBusProxy.html#GDBusProxy-g-properties-changed">
|
2336
2598
|
<ANCHOR id="GDBusProxy-g-signal" href="gio/GDBusProxy.html#GDBusProxy-g-signal">
|
2337
|
-
<ANCHOR id="GFilenameCompleter" href="gio/GFilenameCompleter.html">
|
2338
|
-
<ANCHOR id="GFilenameCompleter.synopsis" href="gio/GFilenameCompleter.html#GFilenameCompleter.synopsis">
|
2339
|
-
<ANCHOR id="GFilenameCompleter.object-hierarchy" href="gio/GFilenameCompleter.html#GFilenameCompleter.object-hierarchy">
|
2340
|
-
<ANCHOR id="GFilenameCompleter.signals" href="gio/GFilenameCompleter.html#GFilenameCompleter.signals">
|
2341
|
-
<ANCHOR id="GFilenameCompleter.description" href="gio/GFilenameCompleter.html#GFilenameCompleter.description">
|
2342
|
-
<ANCHOR id="GFilenameCompleter.details" href="gio/GFilenameCompleter.html#GFilenameCompleter.details">
|
2343
|
-
<ANCHOR id="GFilenameCompleter-struct" href="gio/GFilenameCompleter.html#GFilenameCompleter-struct">
|
2344
|
-
<ANCHOR id="g-filename-completer-new" href="gio/GFilenameCompleter.html#g-filename-completer-new">
|
2345
|
-
<ANCHOR id="g-filename-completer-get-completion-suffix" href="gio/GFilenameCompleter.html#g-filename-completer-get-completion-suffix">
|
2346
|
-
<ANCHOR id="g-filename-completer-get-completions" href="gio/GFilenameCompleter.html#g-filename-completer-get-completions">
|
2347
|
-
<ANCHOR id="g-filename-completer-set-dirs-only" href="gio/GFilenameCompleter.html#g-filename-completer-set-dirs-only">
|
2348
|
-
<ANCHOR id="GFilenameCompleter.signal-details" href="gio/GFilenameCompleter.html#GFilenameCompleter.signal-details">
|
2349
|
-
<ANCHOR id="GFilenameCompleter-got-completion-data" href="gio/GFilenameCompleter.html#GFilenameCompleter-got-completion-data">
|
2350
2599
|
<ANCHOR id="GSettings" href="gio/GSettings.html">
|
2351
2600
|
<ANCHOR id="GSettings.synopsis" href="gio/GSettings.html#GSettings.synopsis">
|
2352
2601
|
<ANCHOR id="GSettings.object-hierarchy" href="gio/GSettings.html#GSettings.object-hierarchy">
|
@@ -2369,6 +2618,12 @@
|
|
2369
2618
|
<ANCHOR id="g-settings-get-has-unapplied" href="gio/GSettings.html#g-settings-get-has-unapplied">
|
2370
2619
|
<ANCHOR id="g-settings-get-child" href="gio/GSettings.html#g-settings-get-child">
|
2371
2620
|
<ANCHOR id="g-settings-reset" href="gio/GSettings.html#g-settings-reset">
|
2621
|
+
<ANCHOR id="g-settings-list-schemas" href="gio/GSettings.html#g-settings-list-schemas">
|
2622
|
+
<ANCHOR id="g-settings-list-relocatable-schemas" href="gio/GSettings.html#g-settings-list-relocatable-schemas">
|
2623
|
+
<ANCHOR id="g-settings-list-keys" href="gio/GSettings.html#g-settings-list-keys">
|
2624
|
+
<ANCHOR id="g-settings-list-children" href="gio/GSettings.html#g-settings-list-children">
|
2625
|
+
<ANCHOR id="g-settings-get-range" href="gio/GSettings.html#g-settings-get-range">
|
2626
|
+
<ANCHOR id="g-settings-range-check" href="gio/GSettings.html#g-settings-range-check">
|
2372
2627
|
<ANCHOR id="g-settings-get" href="gio/GSettings.html#g-settings-get">
|
2373
2628
|
<ANCHOR id="g-settings-set" href="gio/GSettings.html#g-settings-set">
|
2374
2629
|
<ANCHOR id="g-settings-get-boolean" href="gio/GSettings.html#g-settings-get-boolean">
|
@@ -2402,6 +2657,7 @@
|
|
2402
2657
|
<ANCHOR id="GSettingsBindGetMapping" href="gio/GSettings.html#GSettingsBindGetMapping">
|
2403
2658
|
<ANCHOR id="GSettings.property-details" href="gio/GSettings.html#GSettings.property-details">
|
2404
2659
|
<ANCHOR id="GSettings--backend" href="gio/GSettings.html#GSettings--backend">
|
2660
|
+
<ANCHOR id="GSettings--delay-apply" href="gio/GSettings.html#GSettings--delay-apply">
|
2405
2661
|
<ANCHOR id="GSettings--has-unapplied" href="gio/GSettings.html#GSettings--has-unapplied">
|
2406
2662
|
<ANCHOR id="GSettings--path" href="gio/GSettings.html#GSettings--path">
|
2407
2663
|
<ANCHOR id="GSettings--schema" href="gio/GSettings.html#GSettings--schema">
|
@@ -2418,6 +2674,7 @@
|
|
2418
2674
|
<ANCHOR id="GSettingsBackend-struct" href="gio/GSettingsBackend.html#GSettingsBackend-struct">
|
2419
2675
|
<ANCHOR id="GSettingsBackendClass" href="gio/GSettingsBackend.html#GSettingsBackendClass">
|
2420
2676
|
<ANCHOR id="G-SETTINGS-BACKEND-EXTENSION-POINT-NAME:CAPS" href="gio/GSettingsBackend.html#G-SETTINGS-BACKEND-EXTENSION-POINT-NAME:CAPS">
|
2677
|
+
<ANCHOR id="g-settings-backend-get-default" href="gio/GSettingsBackend.html#g-settings-backend-get-default">
|
2421
2678
|
<ANCHOR id="g-settings-backend-changed" href="gio/GSettingsBackend.html#g-settings-backend-changed">
|
2422
2679
|
<ANCHOR id="g-settings-backend-path-changed" href="gio/GSettingsBackend.html#g-settings-backend-path-changed">
|
2423
2680
|
<ANCHOR id="g-settings-backend-keys-changed" href="gio/GSettingsBackend.html#g-settings-backend-keys-changed">
|
@@ -2426,6 +2683,8 @@
|
|
2426
2683
|
<ANCHOR id="g-settings-backend-changed-tree" href="gio/GSettingsBackend.html#g-settings-backend-changed-tree">
|
2427
2684
|
<ANCHOR id="g-settings-backend-flatten-tree" href="gio/GSettingsBackend.html#g-settings-backend-flatten-tree">
|
2428
2685
|
<ANCHOR id="g-keyfile-settings-backend-new" href="gio/GSettingsBackend.html#g-keyfile-settings-backend-new">
|
2686
|
+
<ANCHOR id="g-memory-settings-backend-new" href="gio/GSettingsBackend.html#g-memory-settings-backend-new">
|
2687
|
+
<ANCHOR id="g-null-settings-backend-new" href="gio/GSettingsBackend.html#g-null-settings-backend-new">
|
2429
2688
|
<ANCHOR id="GSettingsBackend.see-also" href="gio/GSettingsBackend.html#GSettingsBackend.see-also">
|
2430
2689
|
<ANCHOR id="GPermission" href="gio/GPermission.html">
|
2431
2690
|
<ANCHOR id="GPermission.synopsis" href="gio/GPermission.html#GPermission.synopsis">
|
@@ -2455,6 +2714,153 @@
|
|
2455
2714
|
<ANCHOR id="GSimplePermission.details" href="gio/GSimplePermission.html#GSimplePermission.details">
|
2456
2715
|
<ANCHOR id="GSimplePermission-struct" href="gio/GSimplePermission.html#GSimplePermission-struct">
|
2457
2716
|
<ANCHOR id="g-simple-permission-new" href="gio/GSimplePermission.html#g-simple-permission-new">
|
2717
|
+
<ANCHOR id="GActionGroup" href="gio/GActionGroup.html">
|
2718
|
+
<ANCHOR id="GActionGroup.synopsis" href="gio/GActionGroup.html#GActionGroup.synopsis">
|
2719
|
+
<ANCHOR id="GActionGroup.object-hierarchy" href="gio/GActionGroup.html#GActionGroup.object-hierarchy">
|
2720
|
+
<ANCHOR id="GActionGroup.prerequisites" href="gio/GActionGroup.html#GActionGroup.prerequisites">
|
2721
|
+
<ANCHOR id="GActionGroup.implementations" href="gio/GActionGroup.html#GActionGroup.implementations">
|
2722
|
+
<ANCHOR id="GActionGroup.signals" href="gio/GActionGroup.html#GActionGroup.signals">
|
2723
|
+
<ANCHOR id="GActionGroup.description" href="gio/GActionGroup.html#GActionGroup.description">
|
2724
|
+
<ANCHOR id="GActionGroup.details" href="gio/GActionGroup.html#GActionGroup.details">
|
2725
|
+
<ANCHOR id="GActionGroup-struct" href="gio/GActionGroup.html#GActionGroup-struct">
|
2726
|
+
<ANCHOR id="g-action-group-has-action" href="gio/GActionGroup.html#g-action-group-has-action">
|
2727
|
+
<ANCHOR id="g-action-group-list-actions" href="gio/GActionGroup.html#g-action-group-list-actions">
|
2728
|
+
<ANCHOR id="g-action-group-get-action-enabled" href="gio/GActionGroup.html#g-action-group-get-action-enabled">
|
2729
|
+
<ANCHOR id="g-action-group-get-action-parameter-type" href="gio/GActionGroup.html#g-action-group-get-action-parameter-type">
|
2730
|
+
<ANCHOR id="g-action-group-get-action-state-type" href="gio/GActionGroup.html#g-action-group-get-action-state-type">
|
2731
|
+
<ANCHOR id="g-action-group-get-action-state-hint" href="gio/GActionGroup.html#g-action-group-get-action-state-hint">
|
2732
|
+
<ANCHOR id="g-action-group-get-action-state" href="gio/GActionGroup.html#g-action-group-get-action-state">
|
2733
|
+
<ANCHOR id="g-action-group-change-action-state" href="gio/GActionGroup.html#g-action-group-change-action-state">
|
2734
|
+
<ANCHOR id="g-action-group-activate-action" href="gio/GActionGroup.html#g-action-group-activate-action">
|
2735
|
+
<ANCHOR id="g-action-group-action-added" href="gio/GActionGroup.html#g-action-group-action-added">
|
2736
|
+
<ANCHOR id="g-action-group-action-removed" href="gio/GActionGroup.html#g-action-group-action-removed">
|
2737
|
+
<ANCHOR id="g-action-group-action-enabled-changed" href="gio/GActionGroup.html#g-action-group-action-enabled-changed">
|
2738
|
+
<ANCHOR id="g-action-group-action-state-changed" href="gio/GActionGroup.html#g-action-group-action-state-changed">
|
2739
|
+
<ANCHOR id="GActionGroup.signal-details" href="gio/GActionGroup.html#GActionGroup.signal-details">
|
2740
|
+
<ANCHOR id="GActionGroup-action-added" href="gio/GActionGroup.html#GActionGroup-action-added">
|
2741
|
+
<ANCHOR id="GActionGroup-action-enabled-changed" href="gio/GActionGroup.html#GActionGroup-action-enabled-changed">
|
2742
|
+
<ANCHOR id="GActionGroup-action-removed" href="gio/GActionGroup.html#GActionGroup-action-removed">
|
2743
|
+
<ANCHOR id="GActionGroup-action-state-changed" href="gio/GActionGroup.html#GActionGroup-action-state-changed">
|
2744
|
+
<ANCHOR id="GSimpleActionGroup" href="gio/GSimpleActionGroup.html">
|
2745
|
+
<ANCHOR id="GSimpleActionGroup.synopsis" href="gio/GSimpleActionGroup.html#GSimpleActionGroup.synopsis">
|
2746
|
+
<ANCHOR id="GSimpleActionGroup.object-hierarchy" href="gio/GSimpleActionGroup.html#GSimpleActionGroup.object-hierarchy">
|
2747
|
+
<ANCHOR id="GSimpleActionGroup.implemented-interfaces" href="gio/GSimpleActionGroup.html#GSimpleActionGroup.implemented-interfaces">
|
2748
|
+
<ANCHOR id="GSimpleActionGroup.description" href="gio/GSimpleActionGroup.html#GSimpleActionGroup.description">
|
2749
|
+
<ANCHOR id="GSimpleActionGroup.details" href="gio/GSimpleActionGroup.html#GSimpleActionGroup.details">
|
2750
|
+
<ANCHOR id="GSimpleActionGroup-struct" href="gio/GSimpleActionGroup.html#GSimpleActionGroup-struct">
|
2751
|
+
<ANCHOR id="g-simple-action-group-new" href="gio/GSimpleActionGroup.html#g-simple-action-group-new">
|
2752
|
+
<ANCHOR id="g-simple-action-group-lookup" href="gio/GSimpleActionGroup.html#g-simple-action-group-lookup">
|
2753
|
+
<ANCHOR id="g-simple-action-group-insert" href="gio/GSimpleActionGroup.html#g-simple-action-group-insert">
|
2754
|
+
<ANCHOR id="g-simple-action-group-remove" href="gio/GSimpleActionGroup.html#g-simple-action-group-remove">
|
2755
|
+
<ANCHOR id="GAction" href="gio/GAction.html">
|
2756
|
+
<ANCHOR id="GAction.synopsis" href="gio/GAction.html#GAction.synopsis">
|
2757
|
+
<ANCHOR id="GAction.object-hierarchy" href="gio/GAction.html#GAction.object-hierarchy">
|
2758
|
+
<ANCHOR id="GAction.prerequisites" href="gio/GAction.html#GAction.prerequisites">
|
2759
|
+
<ANCHOR id="GAction.implementations" href="gio/GAction.html#GAction.implementations">
|
2760
|
+
<ANCHOR id="GAction.properties" href="gio/GAction.html#GAction.properties">
|
2761
|
+
<ANCHOR id="GAction.description" href="gio/GAction.html#GAction.description">
|
2762
|
+
<ANCHOR id="GAction.details" href="gio/GAction.html#GAction.details">
|
2763
|
+
<ANCHOR id="GAction-struct" href="gio/GAction.html#GAction-struct">
|
2764
|
+
<ANCHOR id="g-action-get-name" href="gio/GAction.html#g-action-get-name">
|
2765
|
+
<ANCHOR id="g-action-get-parameter-type" href="gio/GAction.html#g-action-get-parameter-type">
|
2766
|
+
<ANCHOR id="g-action-get-state-type" href="gio/GAction.html#g-action-get-state-type">
|
2767
|
+
<ANCHOR id="g-action-get-state-hint" href="gio/GAction.html#g-action-get-state-hint">
|
2768
|
+
<ANCHOR id="g-action-get-enabled" href="gio/GAction.html#g-action-get-enabled">
|
2769
|
+
<ANCHOR id="g-action-get-state" href="gio/GAction.html#g-action-get-state">
|
2770
|
+
<ANCHOR id="g-action-set-state" href="gio/GAction.html#g-action-set-state">
|
2771
|
+
<ANCHOR id="g-action-activate" href="gio/GAction.html#g-action-activate">
|
2772
|
+
<ANCHOR id="GAction.property-details" href="gio/GAction.html#GAction.property-details">
|
2773
|
+
<ANCHOR id="GAction--enabled" href="gio/GAction.html#GAction--enabled">
|
2774
|
+
<ANCHOR id="GAction--name" href="gio/GAction.html#GAction--name">
|
2775
|
+
<ANCHOR id="GAction--parameter-type" href="gio/GAction.html#GAction--parameter-type">
|
2776
|
+
<ANCHOR id="GAction--state" href="gio/GAction.html#GAction--state">
|
2777
|
+
<ANCHOR id="GAction--state-type" href="gio/GAction.html#GAction--state-type">
|
2778
|
+
<ANCHOR id="GSimpleAction" href="gio/GSimpleAction.html">
|
2779
|
+
<ANCHOR id="GSimpleAction.synopsis" href="gio/GSimpleAction.html#GSimpleAction.synopsis">
|
2780
|
+
<ANCHOR id="GSimpleAction.object-hierarchy" href="gio/GSimpleAction.html#GSimpleAction.object-hierarchy">
|
2781
|
+
<ANCHOR id="GSimpleAction.implemented-interfaces" href="gio/GSimpleAction.html#GSimpleAction.implemented-interfaces">
|
2782
|
+
<ANCHOR id="GSimpleAction.properties" href="gio/GSimpleAction.html#GSimpleAction.properties">
|
2783
|
+
<ANCHOR id="GSimpleAction.signals" href="gio/GSimpleAction.html#GSimpleAction.signals">
|
2784
|
+
<ANCHOR id="GSimpleAction.description" href="gio/GSimpleAction.html#GSimpleAction.description">
|
2785
|
+
<ANCHOR id="GSimpleAction.details" href="gio/GSimpleAction.html#GSimpleAction.details">
|
2786
|
+
<ANCHOR id="GSimpleAction-struct" href="gio/GSimpleAction.html#GSimpleAction-struct">
|
2787
|
+
<ANCHOR id="GSimpleActionClass" href="gio/GSimpleAction.html#GSimpleActionClass">
|
2788
|
+
<ANCHOR id="g-simple-action-new" href="gio/GSimpleAction.html#g-simple-action-new">
|
2789
|
+
<ANCHOR id="g-simple-action-new-stateful" href="gio/GSimpleAction.html#g-simple-action-new-stateful">
|
2790
|
+
<ANCHOR id="g-simple-action-set-enabled" href="gio/GSimpleAction.html#g-simple-action-set-enabled">
|
2791
|
+
<ANCHOR id="GSimpleAction.property-details" href="gio/GSimpleAction.html#GSimpleAction.property-details">
|
2792
|
+
<ANCHOR id="GSimpleAction--enabled" href="gio/GSimpleAction.html#GSimpleAction--enabled">
|
2793
|
+
<ANCHOR id="GSimpleAction--name" href="gio/GSimpleAction.html#GSimpleAction--name">
|
2794
|
+
<ANCHOR id="GSimpleAction--parameter-type" href="gio/GSimpleAction.html#GSimpleAction--parameter-type">
|
2795
|
+
<ANCHOR id="GSimpleAction--state" href="gio/GSimpleAction.html#GSimpleAction--state">
|
2796
|
+
<ANCHOR id="GSimpleAction--state-type" href="gio/GSimpleAction.html#GSimpleAction--state-type">
|
2797
|
+
<ANCHOR id="GSimpleAction.signal-details" href="gio/GSimpleAction.html#GSimpleAction.signal-details">
|
2798
|
+
<ANCHOR id="GSimpleAction-activate" href="gio/GSimpleAction.html#GSimpleAction-activate">
|
2799
|
+
<ANCHOR id="GApplication" href="gio/GApplication.html">
|
2800
|
+
<ANCHOR id="GApplication.synopsis" href="gio/GApplication.html#GApplication.synopsis">
|
2801
|
+
<ANCHOR id="GApplicationFlags" href="gio/GApplication.html#GApplicationFlags">
|
2802
|
+
<ANCHOR id="GApplication.object-hierarchy" href="gio/GApplication.html#GApplication.object-hierarchy">
|
2803
|
+
<ANCHOR id="GApplication.implemented-interfaces" href="gio/GApplication.html#GApplication.implemented-interfaces">
|
2804
|
+
<ANCHOR id="GApplication.properties" href="gio/GApplication.html#GApplication.properties">
|
2805
|
+
<ANCHOR id="GApplication.signals" href="gio/GApplication.html#GApplication.signals">
|
2806
|
+
<ANCHOR id="GApplication.description" href="gio/GApplication.html#GApplication.description">
|
2807
|
+
<ANCHOR id="GApplication.details" href="gio/GApplication.html#GApplication.details">
|
2808
|
+
<ANCHOR id="GApplication-struct" href="gio/GApplication.html#GApplication-struct">
|
2809
|
+
<ANCHOR id="GApplicationClass" href="gio/GApplication.html#GApplicationClass">
|
2810
|
+
<ANCHOR id="GApplicationFlags" href="gio/GApplication.html#GApplicationFlags">
|
2811
|
+
<ANCHOR id="G-APPLICATION-FLAGS-NONE:CAPS" href="gio/GApplication.html#G-APPLICATION-FLAGS-NONE:CAPS">
|
2812
|
+
<ANCHOR id="G-APPLICATION-IS-SERVICE:CAPS" href="gio/GApplication.html#G-APPLICATION-IS-SERVICE:CAPS">
|
2813
|
+
<ANCHOR id="G-APPLICATION-IS-LAUNCHER:CAPS" href="gio/GApplication.html#G-APPLICATION-IS-LAUNCHER:CAPS">
|
2814
|
+
<ANCHOR id="G-APPLICATION-HANDLES-OPEN:CAPS" href="gio/GApplication.html#G-APPLICATION-HANDLES-OPEN:CAPS">
|
2815
|
+
<ANCHOR id="G-APPLICATION-HANDLES-COMMAND-LINE:CAPS" href="gio/GApplication.html#G-APPLICATION-HANDLES-COMMAND-LINE:CAPS">
|
2816
|
+
<ANCHOR id="G-APPLICATION-SEND-ENVIRONMENT:CAPS" href="gio/GApplication.html#G-APPLICATION-SEND-ENVIRONMENT:CAPS">
|
2817
|
+
<ANCHOR id="g-application-id-is-valid" href="gio/GApplication.html#g-application-id-is-valid">
|
2818
|
+
<ANCHOR id="g-application-new" href="gio/GApplication.html#g-application-new">
|
2819
|
+
<ANCHOR id="g-application-get-application-id" href="gio/GApplication.html#g-application-get-application-id">
|
2820
|
+
<ANCHOR id="g-application-set-application-id" href="gio/GApplication.html#g-application-set-application-id">
|
2821
|
+
<ANCHOR id="g-application-get-inactivity-timeout" href="gio/GApplication.html#g-application-get-inactivity-timeout">
|
2822
|
+
<ANCHOR id="g-application-set-inactivity-timeout" href="gio/GApplication.html#g-application-set-inactivity-timeout">
|
2823
|
+
<ANCHOR id="g-application-get-flags" href="gio/GApplication.html#g-application-get-flags">
|
2824
|
+
<ANCHOR id="g-application-set-flags" href="gio/GApplication.html#g-application-set-flags">
|
2825
|
+
<ANCHOR id="g-application-set-action-group" href="gio/GApplication.html#g-application-set-action-group">
|
2826
|
+
<ANCHOR id="g-application-get-is-registered" href="gio/GApplication.html#g-application-get-is-registered">
|
2827
|
+
<ANCHOR id="g-application-get-is-remote" href="gio/GApplication.html#g-application-get-is-remote">
|
2828
|
+
<ANCHOR id="g-application-register" href="gio/GApplication.html#g-application-register">
|
2829
|
+
<ANCHOR id="g-application-hold" href="gio/GApplication.html#g-application-hold">
|
2830
|
+
<ANCHOR id="g-application-release" href="gio/GApplication.html#g-application-release">
|
2831
|
+
<ANCHOR id="g-application-activate" href="gio/GApplication.html#g-application-activate">
|
2832
|
+
<ANCHOR id="g-application-open" href="gio/GApplication.html#g-application-open">
|
2833
|
+
<ANCHOR id="g-application-run" href="gio/GApplication.html#g-application-run">
|
2834
|
+
<ANCHOR id="GApplication.property-details" href="gio/GApplication.html#GApplication.property-details">
|
2835
|
+
<ANCHOR id="GApplication--action-group" href="gio/GApplication.html#GApplication--action-group">
|
2836
|
+
<ANCHOR id="GApplication--application-id" href="gio/GApplication.html#GApplication--application-id">
|
2837
|
+
<ANCHOR id="GApplication--flags" href="gio/GApplication.html#GApplication--flags">
|
2838
|
+
<ANCHOR id="GApplication--inactivity-timeout" href="gio/GApplication.html#GApplication--inactivity-timeout">
|
2839
|
+
<ANCHOR id="GApplication--is-registered" href="gio/GApplication.html#GApplication--is-registered">
|
2840
|
+
<ANCHOR id="GApplication--is-remote" href="gio/GApplication.html#GApplication--is-remote">
|
2841
|
+
<ANCHOR id="GApplication.signal-details" href="gio/GApplication.html#GApplication.signal-details">
|
2842
|
+
<ANCHOR id="GApplication-activate" href="gio/GApplication.html#GApplication-activate">
|
2843
|
+
<ANCHOR id="GApplication-command-line" href="gio/GApplication.html#GApplication-command-line">
|
2844
|
+
<ANCHOR id="GApplication-open" href="gio/GApplication.html#GApplication-open">
|
2845
|
+
<ANCHOR id="GApplication-startup" href="gio/GApplication.html#GApplication-startup">
|
2846
|
+
<ANCHOR id="GApplicationCommandLine" href="gio/GApplicationCommandLine.html">
|
2847
|
+
<ANCHOR id="GApplicationCommandLine.synopsis" href="gio/GApplicationCommandLine.html#GApplicationCommandLine.synopsis">
|
2848
|
+
<ANCHOR id="GApplicationCommandLine.object-hierarchy" href="gio/GApplicationCommandLine.html#GApplicationCommandLine.object-hierarchy">
|
2849
|
+
<ANCHOR id="GApplicationCommandLine.description" href="gio/GApplicationCommandLine.html#GApplicationCommandLine.description">
|
2850
|
+
<ANCHOR id="GApplicationCommandLine.details" href="gio/GApplicationCommandLine.html#GApplicationCommandLine.details">
|
2851
|
+
<ANCHOR id="GApplicationCommandLine-struct" href="gio/GApplicationCommandLine.html#GApplicationCommandLine-struct">
|
2852
|
+
<ANCHOR id="GApplicationCommandLineClass" href="gio/GApplicationCommandLine.html#GApplicationCommandLineClass">
|
2853
|
+
<ANCHOR id="g-application-command-line-get-arguments" href="gio/GApplicationCommandLine.html#g-application-command-line-get-arguments">
|
2854
|
+
<ANCHOR id="g-application-command-line-get-cwd" href="gio/GApplicationCommandLine.html#g-application-command-line-get-cwd">
|
2855
|
+
<ANCHOR id="g-application-command-line-get-environ" href="gio/GApplicationCommandLine.html#g-application-command-line-get-environ">
|
2856
|
+
<ANCHOR id="g-application-command-line-getenv" href="gio/GApplicationCommandLine.html#g-application-command-line-getenv">
|
2857
|
+
<ANCHOR id="g-application-command-line-get-is-remote" href="gio/GApplicationCommandLine.html#g-application-command-line-get-is-remote">
|
2858
|
+
<ANCHOR id="g-application-command-line-get-platform-data" href="gio/GApplicationCommandLine.html#g-application-command-line-get-platform-data">
|
2859
|
+
<ANCHOR id="g-application-command-line-set-exit-status" href="gio/GApplicationCommandLine.html#g-application-command-line-set-exit-status">
|
2860
|
+
<ANCHOR id="g-application-command-line-get-exit-status" href="gio/GApplicationCommandLine.html#g-application-command-line-get-exit-status">
|
2861
|
+
<ANCHOR id="g-application-command-line-print" href="gio/GApplicationCommandLine.html#g-application-command-line-print">
|
2862
|
+
<ANCHOR id="g-application-command-line-printerr" href="gio/GApplicationCommandLine.html#g-application-command-line-printerr">
|
2863
|
+
<ANCHOR id="GApplicationCommandLine.see-also" href="gio/GApplicationCommandLine.html#GApplicationCommandLine.see-also">
|
2458
2864
|
<ANCHOR id="GVfs" href="gio/GVfs.html">
|
2459
2865
|
<ANCHOR id="GVfs.synopsis" href="gio/GVfs.html#GVfs.synopsis">
|
2460
2866
|
<ANCHOR id="GVfs.object-hierarchy" href="gio/GVfs.html#GVfs.object-hierarchy">
|
@@ -2501,12 +2907,17 @@
|
|
2501
2907
|
<ANCHOR id="g-io-extension-ref-class" href="gio/gio-Extension-Points.html#g-io-extension-ref-class">
|
2502
2908
|
<ANCHOR id="gio-Extension-Points.see-also" href="gio/gio-Extension-Points.html#gio-Extension-Points.see-also">
|
2503
2909
|
<ANCHOR id="gio-querymodules" href="gio/gio-querymodules.html">
|
2504
|
-
<ANCHOR id="gsettings" href="gio/gsettings.html">
|
2910
|
+
<ANCHOR id="gsettings-tool" href="gio/gsettings-tool.html">
|
2505
2911
|
<ANCHOR id="glib-compile-schemas" href="gio/glib-compile-schemas.html">
|
2506
2912
|
<ANCHOR id="gdbus" href="gio/gdbus.html">
|
2507
|
-
<ANCHOR id="annotation-glossterm-array" href="gio/annotation-glossary.html#annotation-glossterm-array">
|
2508
2913
|
<ANCHOR id="annotation-glossterm-out" href="gio/annotation-glossary.html#annotation-glossterm-out">
|
2914
|
+
<ANCHOR id="annotation-glossterm-scope async" href="gio/annotation-glossary.html#annotation-glossterm-scope async">
|
2509
2915
|
<ANCHOR id="annotation-glossterm-allow-none" href="gio/annotation-glossary.html#annotation-glossterm-allow-none">
|
2916
|
+
<ANCHOR id="annotation-glossterm-closure" href="gio/annotation-glossary.html#annotation-glossterm-closure">
|
2917
|
+
<ANCHOR id="annotation-glossterm-transfer none" href="gio/annotation-glossary.html#annotation-glossterm-transfer none">
|
2918
|
+
<ANCHOR id="annotation-glossterm-array" href="gio/annotation-glossary.html#annotation-glossterm-array">
|
2510
2919
|
<ANCHOR id="annotation-glossterm-element-type" href="gio/annotation-glossary.html#annotation-glossterm-element-type">
|
2920
|
+
<ANCHOR id="annotation-glossterm-transfer container" href="gio/annotation-glossary.html#annotation-glossterm-transfer container">
|
2511
2921
|
<ANCHOR id="annotation-glossterm-transfer full" href="gio/annotation-glossary.html#annotation-glossterm-transfer full">
|
2512
|
-
<ANCHOR id="annotation-glossterm-
|
2922
|
+
<ANCHOR id="annotation-glossterm-scope call" href="gio/annotation-glossary.html#annotation-glossterm-scope call">
|
2923
|
+
<ANCHOR id="annotation-glossterm-type" href="gio/annotation-glossary.html#annotation-glossterm-type">
|